/*
Theme Name: Rant and Reason 
Theme URI: none
Description: Blog of the Humanist magazine
Author: Patrick Connors
Author URI: http://blog.thehumanist.org
*/

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


body {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #d7d7d7;
	background: url(images/fade_bg2.jpg) #f2f5fa repeat-x fixed;
        margin: 0px 0px 2px 0px;
}

a {	color:#0066CC;
        text-decoration:none;
 }

#page {
	width: 750px;
	margin: 0 auto;
	background-color:#f2f5fa;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;  	 
}


#header {
	width:750px;
	height:65px;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#999999;
	overflow:hidden;
}


#headerimg {
	float:left;
	padding:10px;
	margin:0px;
	}

#headerimg h2{
	font-size:18px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}

#headerimg a{
	color:#FFFFFF;
	text-decoration:none;
}

 
#header_pic {
	width: 750px;
	height:161px;
	background: url(images/blog_banner2d.jpg) top right no-repeat;
 	}

#header_pic h1 {
	font-size:18px;
	color:#df0000;
	padding:0px;
	margin:0px;
}

#wrapper {
	width: 100%;
	background: #f2f5fa;
	}

#content {
	float: left; 
	color:#333333;  
	width: 520px;
	padding:10px;
 	overflow:hidden; 
        background: #f2f5fa;
}


#topnav {
	width: 740px;
	height:15px;
	color: #333333;
        background: #ffffff;
	padding:5px 5px 3px 5px;
	margin:0px;
	text-align: left;
	font:11px Arial, Helvetica, sans-serif;
	border-bottom: thin solid #8BB6E9;
	}


#topnav ul {
	padding:0px;
	margin: 0px 0px 0px 0px;
        background: #ffffff;
	}
	
#topnav li {
	display:inline;
	padding:0px 5px 0px 10px;
	margin:0px;
	font-weight:bolder;
	border-right: thin solid #cccccc;
	}

#topnav li a {
	color: #666;
	text-decoration:none;
	background: #ffffff; 
}

#topnav ul li a:hover { 
	color: #000;
	text-decoration:none;
	border-bottom: thick solid #3366CC;
}

#titlenav a {	color: #333333; text-decoration:none; font-family:Arial, Helvetica, sans-serif;	}
#titlenav a:hover {	color: #333333; text-decoration:underline; font-family:Arial, Helvetica, sans-serif;		} 
 

#sitenav {
	float:left;
	width: 750px;
	background: #333333;
	padding-bottom:10px;
	margin:0px;
	}

#sitenav_title{
	background:#262323 url(images/footer_bar.gif);
	padding:25px 0px 2px 10px;
	color: #333333;
	font:14px bolder Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:20px;
	}

#sitenav .title {
	background:#262323 url(images/side_bar_title.gif) repeat-x;
	border-bottom:1px solid #333;
	font-size:12px;
	font-weight:bold;
	padding:3px;
	overflow:hidden;
	margin:0px;
	color: #333333;
	}
	
#sitenav .box {
	width:150px;
	float:left;
	background:#262323 url(images/box_bg.jpg) bottom right no-repeat;
	padding:0px;
	margin:10px 10px 10px 10px;
	border:2px solid #343434;
	}

#sitenav .box ul {
	padding:5px 0px 0px 20px;
	margin:0px;
	}
	
#sitenav .box li {
	list-style-type:square;
	padding:3px 0px 3px 0px;
	border-bottom:1px dashed #333;
	margin:0px;
	color:#a9a9a9;
	}

#sitenav .box li a{
	color:#a9a9a9;
	text-decoration:none;
	}

#sitenav .box li a:hover{
	color:#a9a9a9;
	text-decoration:underline;
	}
	
#sitenav .box2 {
	width:360px;
	float:left;
	background:#262323 url(images/box_bg.jpg) bottom right no-repeat;
	padding:0px;
	margin:10px;
	border:2px solid #343434;
	}

#sitenav .box2 ul {
	padding:5px 0px 0px 20px;
	margin:0px;
	}
	
#sitenav .box2 li {
	list-style-type:square;
	padding:3px 0px 3px 0px;
	border-bottom:1px dashed #333;
	margin:0px;
	color:#787878;
	}

#sitenav .box2 li a{
	color:#a9a9a9;
	text-decoration:none;
	}

#sitenav .box2 li a:hover{
	color:#a9a9a9;
	text-decoration:underline;
	}

#footer {
	width: 730px;
	height:50px; 
	clear: both;
	text-align:center;
	background:url(images/footer_bg.jpg) bottom no-repeat #f2f5fa;
	color:#787878;
	padding:10px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	
}

#footer a{
	color:#787878;

	}

#announce {
	width: 510px;
	margin-bottom:10px;
	padding:7px;
        background: url(images/announce_bg.jpg) bottom no-repeat #ffffff;
	border: thin solid #8BB6E9;

}

#announce h2 { color: #DFA63F; }

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

h1 {
	font-size:14px;
	color:#ffc600;
	padding:0px;
	margin:0px;
}

h2 {
	font-size:16px;
	font-weight: bold;
	color: #0066CC;
	padding:2px 0px 0px 0px;
	margin:0px;
}

h3 {
	font-size:18px;
	color:#3366FF;
	padding:0px;
	margin:0px;
}

h4 {
	font-size:20px;
	color:#3399FF;
	padding:0px;
	margin:0px;
}

h5 {
	font-size:22px;
	color:#0099FF;
	padding:0px;
	margin:0px;
}

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


.post {
        width: 510px;
	margin-bottom:10px;
	padding:7px;
	background: #ffffff url(images/post-bg.jpg) no-repeat right top ;
	border: thin solid #8BB6E9;

}

.post p {
	text-align:justify;
	text-indent: 20px;
}

.post blockquote p {
	text-indent: 0px; }

.post a, p a {text-decoration:none;}

}
.post a, p a, p a:active, p a:visited, h2 a {
	text-decoration:none;
	color: #0066CC;
	padding:0px;
	margin:0px;
}
.post a:hover, p a:hover {
	color:#3366FF;
	text-decoration:underline;
}

.post h2 a:hover {
        color: #3366FF;
        text-decoration: none; }

.post ul {

}

.post li {

}

.byline {
	color:#88899D;
	text-transform:uppercase;
	font-size:9px;
	letter-spacing:1px;
	line-height:9px;
        margin-top:0;
	margin-bottom:10px;
}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
	height:30px;
}

.alignleft {
	width:255px;
	margin-bottom:5px;
	float:left;
	text-align:left;
	color:#a9a9a9;
}

.alignleft a{
	color:#a9a9a9;
        clear:left;
}

.alignright {
	width:255px;
	margin-bottom:5px;
	float:right;
	text-align:right;
	color:#a9a9a9;
        clear:right;
}

.alignright a{
	color:#a9a9a9;
}


.center {

}

.pagetitle {

}

blockquote {
	border-left:2px solid #333;
	padding-left:10px;
        color: #666;
}

cite {

}

.post img {
	float:right;
	margin: 0px 5px 5px 10px;
	border:1px solid #000000;
        padding: 3px;
        max-width: 200px;
	}

.post img.big {
        float:left;
        margin: 0px 5px 5px 0px; 
        max-width: 495px;
}

.post img.small {
        float:right;
        margin: 0px 5px 5px 10px;
        padding: 2px; 
        max-width: 100px;
}

.post img.left {align: left; }


.post a img {
	border:1px solid #999999;
}

acronym, abbr {

}



/*--------------side bar------------*/

#sidebar { 
	width: 210px;
        height: auto;
        float:right; 
        color:#333333;
        background: #f2f5fa;
/*	background:url(images/side_bar_bg.jpg) repeat-y #f2f5fa; */

}

#sidebar ul {  
	margin:10px;
	padding:0px; color:#333333;
}

 

#sidebar ul h2 {
 	border-bottom:1px solid #8BB6E9;
	font-size:12px;
	padding:3px;
	overflow:hidden;
	margin:0px;
	color: #DFA63F;
	}

#sidebar ul li {
	color: #333333;
 	list-style-type:none;
	margin-left:5px;
	}

#sidebar ul ul {
	padding-bottom:10px;color: #333333;
	padding-left:15px;
}

#sidebar ul ul li {
	padding-left:0px; color: #333333;
	list-style-type:square;
}

#sidebar ul ul ul {
	padding-bottom:0px;  color: #333333;
	padding-left:0px;
}

#sidebar ul ul ul li { color: #333333;
	list-style-type:circle;
	padding-left:0px;
}

#sidebar #tw-pop ul li {
	list-style-type:none;
}

#sidebar p { color: #333333; }

#sidebar a {
	  color: #333333;
	text-decoration:none;
}
#sidebar a:visited {
	 color: #333333;
	 text-decoration:none;
}

#sidebar a:hover {	text-decoration:underline; color: #0066CC; }

.sidelink img {

	margin: 0px 5px 0px 5px;
	border:1px solid #000000;
        padding: 2px;
        max-width: 200px;
	}

#TW-feed, #TW-feed ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#TW-feed li ul {
	display:none;
	position:absolute;
	background-color:#ffffff;
	padding:3px;
	border:1px solid #cccccc;
	list-style-type: none;
}
#TW-feed li {
	font-weight:bold;
	color:#EC8132;
	list-style-type: none;
}
#TW-feed ul li {
	padding-bottom:3px;
	list-style-type:none;
}
#TW-Pop li ul li {
	padding-bottom:3px; 
	list-style-type:none;
}

#ad {
	float: left;
	clear: both;
	margin: 8px;
	text-align: center;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: italic;
	text-transform: uppercase;
	padding: 5px;
}




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



ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {
color:#999999;
}

small.commentmetadata {

}

.comment p {
text-align: justify;
}


#commentform input, 
#commentform textarea {
	background: url(images/form-shadow.png);

}


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


#search {
	margin:3px 0 0 10px;
}

#searchform input img{
	padding-top:3px;
	float:right;
	border:0px;
	}


#searchform input {
	color: #000000;
        height: 16px;
        width: 14em;
	padding:10px;
	border: 1px solid #999999;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}

#searchsubmit input { border: 0px; }




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

#date {
	float:left;
	color: #a9a9a9;	
	padding-top:10px;
	margin-right:10px;
	font:10px bolder Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

#date .y {
	text-align:left;
	margin-top:-1px;
	padding-left:6px;
	}

#date .d {
	text-align:center;
	}
	
#date .m {
	text-align:center;
        margin-top:-3px;
	}
	
#date .j {
	text-align:center;
	font:20px;
	margin-top:-2px;
}


#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

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




/*-------------Other------------------*/

hr {	width: 250px; }


