/* 
Theme Name: RSA Blog Theme
Theme URL: http://www.robertsharpassociates.com/blog/
Description: Blog theme for RSA.
Author: RSA
Author URI: http://www.robertsharpassociates.com/
Version: 1.0
*/


/********* LINKS *********/

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

/******* TYPOGRAPHY *******/

#blog h1, #blog h2, #blog h3, #blog h4, #blog h5, #blog h6 {
	margin: 2px 0px 2px 0px;
}

#blog h1 {
	background-image: url(/assets/images/headline-smooth-bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1.83em;
	line-height: 24px;
	padding-top: 12px;
	padding-left: 22px;
}

#blog h2 {
	line-height:24px;
	padding-top:12px;
}

.post h2, .post h3, .post h4, .post h5, .post h6 {
	color: #53513C;
}

.post h2 { font-size: 1.7em; }
.post h3 { font-size: 1.4em; }
.post h4 { font-size: 1.2em; }
.post h5 { font-size: 1em; }
.post h6 { font-size: 0.9em; }

.postTitle {
	display: inline;
}

/******** LAYOUT *********/

#blog #container {
}

#blog #content {
	
}

#blogHeader {
	background: #7E4B48;
	color: #EEEEEE;
	width: 820px;
	margin: 0 12px 12px -30px;
	padding: 5px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#blogName a {
	float: left;
	display: inline;
	font-size: 1em;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
	line-height: 1.5em;
	padding: 0px 0px 0px 20px;
}
#blogName a:hover {
	background: none;
}

#blogDesc {

}

#container{}

.post{
	padding-left: 22px;
}
.postInfo {
	
}
.postMeta {
	margin: 3px 0px;
	padding-top: 12px;
	border-top: 1px dotted #aa9;
	}
	.metaStrip{
		margin-bottom: 7px;
		font-size: 0.9em;
		background: #e2dfd0;
		line-height: normal;
		}
		.blogtags{
			width: 225px;
			margin: 7px 9px;
			padding-right: 9px;
			border-right: 1px solid #998;
			font-style: italic;			
		}
		.blogtags a{
			color: #776;
		}		
		.blogtags a:hover{
			background:#FAFAF5;
		}	
		.blogcats {
			width: 225px;
			padding: 7px 9px;
		}		
		.blogcats a{
			color:#443;
		}		
		.blogcats a:hover{
			color:#776;
			background:#F7F7F0;	
		}
		.relPosts {
			width: 225px;
			margin: 7px 9px;
			padding-right: 9px;
			border-right: 1px solid #998;
		}
		
	.authBio {
		margin-top: 10px;
		padding: 12px;
		font-size: 11px;
		line-height: normal;
		color: #887;
	}	
	.authBio img {
		float: left;
		display: inline;
		padding: 3px;
		margin: 0 9px 4px 0;
		border: 1px dotted #aa9;
	}	
	
.blogdivide{
	float:left;
	width:560px;
	height:15px;
	background:url('images/hr.jpg');
	margin-bottom:5px;
}

.readmore{
	float:left;
	width:85px;
}

.readmore a{
	color:#333;
	text-decoration:none;
}

.readmore a:hover{
	color:#666;
	background:#FAFAFA;
}

#footer {
	margin-top: 12px;
	padding-top: 12px;
	font-size: 0.9em;
	border-top: 1px dotted #997;
	text-align: center;
}

.postnavigation { }
		
/******** COMMENTS *********/	
			
#comments {
	margin: 7px auto;
	color: #7A7867;
	}
	#comments_list {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#comments_list li {
		padding: 12px;
		margin-bottom: 5px;
		border-top: 1px dashed #ccb;		
		background: #f8f7ef;
	}
	#comments_list li.alt {
		background: #f3f3e7;
	}
	#comments_list li.author {
		background: #fff;
		border-top: 1px dashed #aa9;
	}
	.comments_meta {
		margin-bottom: 3px;
		padding-bottom: 1px;
		font-size: 0.9em;
	}
	.commentdate {}
	.comments_text {
		margin: 5px;
		font-size: 1em;
		line-height: 1.5em;
		color: #3A3827;
	}
	.comments_text i {
		display: block;
		font-size: 0.9em;
		padding-top: 5px;
		color: #9A9887
	}
	.comments_navigation {}
	.comments_navigation {}
	.comments_reply {}


/********** SIDEBAR ***********/

#blogNav a {
	width: 200px;
	margin: 3px;
	padding: 5px 12px;
	background-color: #f8f7ef;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-right: 1px solid #ded9bc;
	border-bottom: 1px solid #ded9bc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#blogNav a:hover {
	background-color: #860b04;
}

#searchform{}

#sidebar {
	padding-top: 25px;
	}
	#sidebar .border {
		margin-left: 12px;
		border-left: 1px dashed #ded9bc;
	}
	#sidebar li {
		list-style: none;
		font-size: 1em;
		line-height: 1.3em;
	}
	#sidebar hr {
		margin-left: 25px;
	}
	#sidebar h4 {
		margin: 3px auto 12px;
		padding: 3px 7px;
		border-top: 1px dotted #332;
		border-bottom: 1px dotted #332;
		background: #eeEbdc;
	}
.widget_recent_entries ul {
	padding: 0px;
}
.widget_recent_entries ul li a {
	padding: 3px;
	margin: 1px 5px;
	font-weight: bold;
	border-bottom: 1px dotted #997;
	text-decoration: none;
	display: block;
	line-height: normal;
}

#rsaLink {
	width: 215px;
	margin: 7px auto;
	}
	#rsaLink a {
		background: none;
	}

div.sociable {
	float: right;
	margin: 16px 0;
	width: 240px;
}

/*********** SEARCH ***********/

.resultsType {
	font-weight: normal;
	line-height: 30px;
}

.resultsTitle {
	padding-left: 22px;
}


/*********** MISC *************/

blockquote { 
	color: #555;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	margin: 0 12px;
	quotes:"" "";
}

#rssfeed {
	position: absolute;
	top: 130px;
	right: 175px;
	z-index: 100;
	display: block;
}


#rssfeed a:hover {
	background: none;
}
#rss{
	float: right;
	display: inline;
	width: 100px;
	margin: 5px;
}

#blogHeader form {
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.wp-caption {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background-color: #f8f7ef;
	border: 1px solid #eeeee0;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}

.wp-caption-text {
	color: #5C5853;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1em;
	margin: 5px 12px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.spacer {
	margin: 20px auto;
}

.dottedHR {
	border:none;
	border-top: 1px dotted #332;
}

#paging{
	position:relative;
	margin-top:20px;
	float:left;
	width:586px;
}

#alignleft{
	float:left;
}

#alignright{
	float:right;
}

#paging a{
	color:#000;
	font-size:18px;
	text-decoration:none;
}

#paging a:hover{
	color:#666;
}