/*
Theme Name: Zenpundit
Theme URI: http://wordpress.org/
Description: Zenpundit Blog
Version: 1.0
Author: Lisa Schwartz
Author URI: http://www.determineddesigns.com/
*/

*
{
padding: 0;
margin: 0;
}

hr{
display: none; 
}

body{
	font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
	font-size: 76%;
	background-image:   url("images/zenpundit_background.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

#content{
	width: 75%;
	float: left;
	padding-top: 260px;
		
}

#sidebar{
	width: 25%;
	float: left;
	background-color: #000000;
	color: #FFFFFF;
		
}

#sidebar ul h2{
	border-bottom: 1px solid #FF0000;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#wrapper{
	position: absolute;
	left: 50%;
	width: 955px;
	margin-left: -477.5px;
	background: #FFFFFF url("images/full_header.jpg") no-repeat left top;
	border: 2px solid #000000;
}

#wrapper2{
	position: absolute;
	left: 50%;
	width: 955px;
	margin-left: -477.5px;
	background: #FFFFFF url("images/single_header.jpg") no-repeat left top;
	border: 2px solid #000000;
}

#header {
	width: 300px;
	padding-top: 25px;
	padding-left: 25px;
}

#header a{
text-decoration: none;
color: black;
}

#header h1{
	font-size: 3em;
	font-family: "Century Gothic";
	color: #000000;
}

#footer{
	text-align: center;
	height: 3em;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	background-image:   url("images/footer_stripe.gif");
	background-repeat: no-repeat;
	background-position: center top;	
	clear:both
}

#author{
width: 100px;
text-align: center;
padding-left: 50px;
}

#sidebar ul{
list-style: none;
margin-bottom: 15px;
}

#sidebar ul ul{
list-style-image:   url("images/white_bullet.gif");
list-style-type: circle;
margin-left: 25px;
}

#sidebar a
{
text-decoration: none;
color: #FFFFFF;
}
#sidebar a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

#searchform{
	text-align: left;
	padding-bottom: 5px;
	padding-left: 10px;
}

#searchform input{
	border: none;
	background-color: #FF0000;
	font-weight: bold;
	color: black;
}

#searchform #s{
	width: 50%;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}


#wp-calendar{
	border: 1px solid #FFFFFF;
	width: 80%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 20px;
	color: #FFFFFF;
}

#wp-calendar th{
	background-color: #FFFFFF;
	color: #000000;
}

#wp-calendar a{
border: 1px solid #FF0000;
background-color: #000000;
display: block;
}

#prev a, #next a{
	border: 0;
	color: #FFFFFF;
}

#wp-calendar caption{
text-align: center;
width: 100%;
}

.post{
	margin-bottom: 15px;
	color: #000000;
	padding-left: 20px;
	font-size: 1.1em;
	padding-right: 20px;
}

h2{
	font-size: 1.6em;
	color: #FF0000;
}

h2 a:visited, h2 a{
text-decoration: none;
color: #FF0000;
}

h2 a:hover{
text-decoration: underline;
color: #FF0000;
}

.entry{
margin-top: 10px;
margin-bottom: 12px;
}


.postmetadata{
	padding: 2px;
	font-size: 0.8em;
	border-top: 1px solid #000000;
	color: #999999;
}

.postmetadata a{
color: #FF0000;
}

.postmetadata a:hover{
color: #999999;
}

.post p{
line-height: 1.4em;
margin-bottom: 1em;
}

blockquote{
margin: 1em 1.5em;
padding: 1em 1.5em;
background: #EFEFEF no-repeat scroll left top;
}

.post li{
margin-left: 20px;
}

.post ul{
list-style-type: disc;
margin-bottom: 10px;
}

acronym, abbr, span.caps{
cursor: help;
}

acronym, abbr{
border-bottom: 1px dashed #999;
}

blockquote cite{
margin: 5px 0 0;
display: block;
}

.center{
text-align: center;
}

a img{
border: none;
}

h3{
	margin-top: 1.5em;
	font-size: 1.4em;
	color: #FF0000;
	margin-left: 1.2em;
}


h4{
margin-top: 1.2em;
font-size: 1.2em;
}

h5{
margin-top: 1em;
font-size: 1em;
}

.post a{
	color: #FF0000;
	text-decoration: none;
}

.post a:hover{
	color: #FF0000;
	text-decoration: underline;
}

.post h3{
margin-left: 0em;
}

.navigation{
display: block;
margin-top: 0px;
margin-bottom: 40px;
}

.navigation a{
	color: #999999;
}

.navigation a:hover{
	color: #FF0000;
}

.alignleft{
float: left;
text-align: left;
width: 49%;
}

.alignright{
float: right;
text-align: right;
width: 50%;
}

.entry .postmetadata{
font-size: 1.1em;
width: 100%;
margin: 2em auto 0.5em;
border: 1px dotted #FF0000;
padding: 5px;
background: #FFFFFF;
}

ol.commentlist{
width: 90%;
margin: 0 auto;
}

ol.commentlist li{
	margin-bottom: 1.5em;
	padding: 5px 5px 10px 35px;
	background-color: #FFFFFF;
	background-image:   url("images/zen_symbol1.gif");
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #FF0000;
	
}

ol.commentlist li.alt{
background-color: #FFFFFF;
	background-image:   url("images/zen_symbol2.gif");
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid black;
}

ol.commentlist a{
	color: #FF0000;
}

small.commentmetadata{
font-size: 0.8em;
margin-bottom: 1em;
display: block;
}

#submit {
	font-weight: bold;
	color: #000000;
	background-color: #FF0000;
}


#commentform {
	padding-left: 20px;
	padding-bottom: 20px;
}



#archive_wrapper {
	position: absolute;
	left: 50%;
	width: 955px;
	margin-left: -477.5px;
	background: #FFFFFF url("images/archive_header.jpg") no-repeat left top;
	border: 2px solid #000000;
}

#links_wrapper {
	position: absolute;
	left: 50%;
	width: 955px;
	margin-left: -477.5px;
	background: #FFFFFF url("images/links_header.jpg") no-repeat left top;
	border: 2px solid #000000;
}

#footer a {
	color: #FF0000;
}
#footer a:hover {
	color: #000000;
}

.pagetitle{
	margin-left: 1em;
}

#search_wrapper {
	position: absolute;
	left: 50%;
	width: 955px;
	margin-left: -477.5px;
	background: #FFFFFF url("images/search_header.jpg") no-repeat left top;
	border: 2px solid #000000;
}

#noresults {
	padding-top: 10px;
}

.archivenavigation{
display: block;
margin-top: 0px;

}

.archivenavigation a{
	color: #999999;
}

.archivenavigation a:hover{
	color: #FF0000;
}

.search_navigation{
display: block;
margin-top: 0px;

}



#comments{
	padding-bottom: 15px;
}

#respond{
	padding-bottom: 10px;
}

#error_wrapper{
	position: absolute;
	left: 50%;
	width: 955px;
	margin-left: -477.5px;
	background: #FFFFFF url(images/links_header.jpg) no-repeat left top;
	border: 2px solid #000000;
}


input.author {
	text-align: left;
}
