/*
Theme Name: Blank Theme
Theme URI: http://www.miklb.com/blog
Description: This is a blank theme, and style sheet
Version: Version number
Author: Michael B
*/
/*Special Thanks to Urban Giraffe for the Dissecting a Theme Guide, which inspired me to develop the blank theme
http://www.urbangiraffe.com/themes/guides

Additional thanks to Michael Hielemann at http://binarybonsai.com for the default Kubrick Theme
*/

/*-----------Block Level Elements--------------*/

Body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#CCCC99;
	background-image:url(/images/bacgroundwide.gif);
	background-position:center;
	background-repeat:repeat-y;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;

}

#page {

	

}

#header {

	float:left;
	width: 770px;
	height: 82px;
	background-color:#C3CD9E;
	text-align: right;
	background-image: url(/images/botalayout_r1_c1.gif);
	background-repeat: no-repeat;

}

#headersearch {
	float:left;
	width: 189px;
	height: 77px;
	background-color:#C3CD9E;
	border-left: 1px solid #737E4C;
	padding-top:5px;

}

#headerimg {

}

.description {

}

#wrapper {

	width:960px;
	background-color:#C3CD9E;
	border: 1px solid #737E4C;
	margin: 0 auto 0 auto;

}

#content {

	float:left;
	width: 768px;
	min-height:600px;
	_height:600px;
	background-color:#DEE3CA;
	text-align: left;
	border-top: 1px solid #737E4C;
	border-right: 1px solid #737E4C;
	border-left: 1px solid #737E4C;
	border-bottom: 1px solid #737E4C;
	background-image: url(/images/botalayout_r2_c2.gif);
	background-repeat: no-repeat;
	padding: 10px;


}

#sidebar {

	float:left;
	text-align: center;
	width:84px;
	background-color:#C3CD9E;
	background-image: url(/images/botalayout_r2_c1.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	height: 100%;

}

#rightbar {

	float:left;
	text-align: center;
	width:84px;
	background-color:#C3CD9E;
	background-image: url(/images/botalayout_r2_c1.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #737E4C;
	padding-top: 10px;
	height: 100%;

}

#footer {

	width: 960px;
		background-color:#C3CD9E;
	float:left;
	text-align: center;

	clear:both;

}

.clear { 
	clear: both; 
	font-size: 2px; 
	height: 0; 
	line-height: 0; 
}

/*-------------Headings-------------*/

h1 {

	font-size: 16px;
	color: #454B3D;
	font-weight: bold;

}

h2 {

	
	font-size: 14px;
	color: #454B3D;
	font-weight: bold;

}

h3 {

	
	font-size: 12px;
	color: #454B3D;
	font-weight: bold;

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {


	text-decoration: none;
	color: #817E62;

}

.post {


	font-size: 12px;
	color: #454B3D;

}

.post p {


	font-size: 12px;
	color: #454B3D;

}


.post a {
	color: #454B3D;
	font-weight: bold;
	text-decoration: underline;
}
.post a:visited {
	text-decoration: underline;
	color: #454B3D;
}
.post a:hover {
	text-decoration: none;
	color: #817E62;
}
.post a:active {
	text-decoration: underline;
	color: #454B3D;
}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {
	color: #454B3D;
	font-weight: bold;
	text-decoration: underline;
}

.navigation {

}

.navigation a {

	color: #454B3D;
	font-weight: bold;
	text-decoration: underline;

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
	
	

}

#sidebar ul h2 {

}

#sidebar ul li {

	

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {


}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {
color: #454B3D;
	font-weight: bold;
	text-decoration: underline;

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {
	padding:0;
	margin:0;
}

#searchform input {
	padding:0;
	margin:0;
}

#searchform #s {
	padding:0;
	margin:0;
}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {
color: #454B3D;
	font-weight: bold;
	text-decoration: underline;

}

#prev a, #next a {
color: #454B3D;
	font-weight: bold;
	text-decoration: underline;

}

#wp-calendar caption {

}

/*-------------Images------------------*/


#photos{
	float: right;
	width: 100px;
	
	}


/* MENU */



.buttons a {
	color: black;
	border: 1px solid #737E4C;
	background-color: #B4BE8E;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	padding: 2px;
	margin: 10px 2px 2px 2px;
	display: block;
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	
	}

.buttons a:hover {
	color: #B4BE8E;
	background-color: #454B3D;
	text-decoration: none;}


/* FOOTER  */


#footer {


	font-size: 12px;
	color: #454B3D;

}

#footer p {


	font-size: 12px;
	color: #454B3D;

}


#footer a {
	color: #454B3D;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
	color: #454B3D;
}
#footer a:hover {
	text-decoration: none;
	color: #817E62;
}
#footer a:active {
	text-decoration: underline;
	color: #454B3D;
}