/*

Theme Name: CONCERNINGTIME V1
Theme URL: http://iradlee.net
Description: theme for concerningtime.org
Version: 1.0
Author: Irad Lee
Date: August 2008


*/

/* -standards- */

body {
	background-color:#FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:block;

	}
p {
	text-align: left;
	}

	
h2 {
	color: #000000;
	font-size: 1.3em;
	font-weight: normal;
	}
a {
	color: #00CC33;
	text-decoration: none;
	}
a img {
border:none;
}
	
a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
#navlink {
	margin-bottom: 40px;
	}

/* -header- */

#topbar {
/*	background: url(images/bg01.jpg) top left no-repeat; */
	padding: 30px 0 10px 0;
	width: 900px;
	}
	
.topbar a, .topbar a:hover {
border:none;
}	

#banner {
	background: url("banners/rotator.php") no-repeat top left;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	height: 296px;
	width: 900px;
	}
#banner img {
	height: 296px;
	width: 900px;
	}

/* -content- */

#contentwrap {
	margin-top: 20px;
	width: 900px;
	}
#content {
	float: left;
	margin-right: 0px;
	width: 700px;
	padding-bottom: 20px;
	}

/* -navigation- */

#navigationwrap1 {
	margin-right: 30px;
	}
#navigationwrap1, #navigationwrap2 {
	float: left;
	margin-bottom: 40px;
	}
#navigation1, #navigation2 {
	float: left;
	width: 170px;
	padding-top: 13px;
	}
#navigation1 h2, #navigation2 h2 {
	font-weight: normal;
	text-transform: none;
	}
#navigation1 h2.small, #navigation2 h2.small, #navigation1 h2.widgettitle, #navigation2 h2.widgettitle {
	/*border-bottom: 1px dotted #404040;*/
	color: #404040;
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	text-transform: none;
	}
#navigation1 ul, #navigation2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation1 li, #navigation2 li {
	list-style: none;
	}
#navigation1 ul li:hover , #navigation2 ul li:hover {
	background:#E9E9E9;
	}
#navigation1 ul li, #navigation2 ul li {
	border-bottom: 1px dotted #252525;
	padding: 3px 3px 3px 10px;
	}
#navigation1 ul li ul li, #navigation2 ul li ul li {
	border: none;
	padding: 3px 3px 3px 10px;
	}

/* -post and entries- */


.post h2, .post h2 a {
	color: #999999;
	text-transform: uppercase;
	}
.post h2 a:hover {
	color: #00CC33;
	}
.post img, .post object, .post embed {
	display:inline;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 12px;
	padding-top:5px;
	padding-bottom:5px;
	float:none;
}

.post blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}
.postmetadata-top {
	clear: both;
	margin-top: -10px;
	padding-bottom: 10px;
	}
.postmetadata-bottom {
	background: #FFFFFF;
	font-size: 0.9em;
	margin: 20px 0 40px 0;
	padding: 3px;
	}
.postmetadata-bottom a {
	color: #dadada;
	}
.postmetadata-bottom a:hover {
	color: #CCCCCC;
	}
.entry {
	line-height:1.7em;
	clear: both;
	padding-bottom: 7px;
	}


 
 	
		
	

/* -search form- */

#searchsubmit {
	display: none;
	background-color: #CCCCCC;
	font-size: 0.85em;
	margin-top: 0px;
	width: 175px;
	}
		
	
#s {
	background: #FFFFFF url("images/search.gif") no-repeat top left;
	border: 1px solid #E4E4E4;
	color: #999999;
	padding: 0px 0px 0px 17px;
	width: 150px;
	}
	



	

/* -footer- */

#footer {
	border-top: 1px dotted #CCCCCC;
	clear: both;
	color: #BEBEBE;
	font-size: 10px;
	padding: 10px 0 30px 0;
	width: 900px;
	text-transform:uppercase;
	}
#footer a {
	color: #ACACAC;
	font-size: 9px;
	}

#footercon {
width: 600px;
clear: both;
padding-right: 100px;
padding-left: 33px;
margin-right: 300px;
margin-left: 100px;
margin-top: -10px;
margin-bottom: 40px;
}
	

#footercon img {
padding-right: 20px;
padding-left: 20px;
margin-left: 0px;
}

/* -comments- */

#comments {
	clear: both;
	}
#respond {
	border-top: #252525 1px solid;
	clear: both;
	padding-top: 30px;
	}
.commentmetadata {
	text-transform: uppercase;
	}
.commentlist div.alt {
	background: #252525;
	color: #ffffff;
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}
.commentlist div blockquote {
	border-left: 3px solid #404040;
	padding-left: 10px;
	}
#comment {
	height: 200px;
	width: 500px;
	}

/* -floats -*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}