/* 
Theme Name: plainsmedia
Author: Chris Prendergast
Author URI: http://www.atomicconcept.com

*/

@import url("reset.css"); 

html {
	height: 100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background: url(images/header-pattern.png) top center repeat-x black;
	height: 100%
}


#page-wrap {
	width:760px;
	margin: 0px auto -50px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}



#push	{ height: 50px; }
.left	{ float: left; }
.right	{ float: right; }
.clear 	{ clear: both; }
a:link, a:visited { color:#666c1f; }
#footer a:link, #footer a:visited { color:#e9f572; }
a:hover, a:active { color:#000000; }
a		{ text-decoration: none;}
h1		{ font-size: 18px; font-weight: bold; }
h2		{ font-size: 18px; font-weight: bold; }
h3		{ font-size: 15px; font-weight: bold; }
h4		{ font-size: 14px; font-weight: bold; padding: 0px;}
.post { padding: 12px 0px;}

.button {
	padding: 4px;
	background-color: #666c1f;
	color: white;
}

.button:hover, .button:active {
	background-color: black;
}

#postnavigation .button a{
	float:left;
	margin: 0px;
	padding: 10px;
	background-color: #666c1f;
	color: white;
}

#postnavigation .button:hover a, #postnavigation .button:active a {
	background-color: black;
}

#postnavigation .button {
	float:left;
	margin: 4px;
	padding: 0px;
	background-color: #666c1f;
	color: white;
}

#postnavigation .button:hover , #postnavigation .button:active {
	background-color: black;
}



.textinput {
	padding: 3px;
	margin-right: 8px;
	border: thin solid black;
}


#header {
	background: url(images/header2.png);
	height: 125px;
}

#header h1, #header p {
	text-indent: -9999px;
}


#middle {
	width: 760px;

}

.emaillink {
	background-color: #e9f572;
	margin: 15px 8px 0px;
	padding: 12px;
}

#page h2{
	margin-bottom: 8px;
}

#page br {
	margin: 8px;
}


#content, #page, #archives, #singular, #searchresults, #categories, #tagtest, #catpage, #taglist {
	background-color: white;
	padding: 5px 15px;
	margin: 5px;

}


#content, #page, #archives, #singular, #searchresults, #categories, #tagtest {
	float: left;
	width: 530px;
}

.post h2 {
	margin-bottom: -6px;
}

#postmeta a{
	text-decoration: underline;
}

#catpage {
	float: left;
	width: 340px;
}

#taglist {
	font-size: 11px;
	float: right;
	width: 150px;
}

#taglist h2 {
	display:none;
}

.indentme {
	padding-left: 7px;
}


#cattitle {
	padding-top: 10px;
	margin-bottom: -5px;
}

#postnavigation {
	padding: 5px 0px;
}

#sidebar {
	float: left;
	width: 150px;
	background-color: #e9f572;
	padding: 15px;
	margin: 5px;
}

#sidelist  li {
	padding: 2px 0px 0px 0px;
	font-weight: bold;
}

#sidelist li ul li {
	padding: 0px 15px;
}

#sidelist h3 {
	padding-bottom: 3px;
}

#searchbutton {
	padding-top: 5px;
	float: left;
}

#footer{
	font-size: 11px;
	background-color: #666c1f;
	height: 50px;

}
#footer-inside {
	width: 744px; margin: 0px auto;
	padding: 8px 0px 0px;
	color: white;
}