/*  
Theme Name: Ask Shane 5.0
Description: The fifth theme for AskShane.org.
Version: 5.0
Author: Shane Pike
Author URI: http://www.askshane.org/
*/

/*-----------HTML Elements--------------*/

body {
	margin: 0 0 0;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
}

p {
	margin: 0.5em 0 1em;
	line-height: 1.5em;
}
	.post p {
		line-height: 1.75em;
	}

a {
}
	a:link {
		color: #800;
	}
	a:visited {
		color: #8a857d;
	}
	a:hover {
		color: #b00;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: Georgia, Times New Roman, serif;
	color: #222;
	font-weight: normal;
	font-style: normal;
}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		text-decoration: none;
	}
		h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
			color: #222;
		}
	h1, h2 {
		line-height: 1.0em;
	}
	h1 {
		font-size: 26px;
		margin: 0 0 0.25em;
	}
		.featured h1, .post h1 {
			margin-bottom: 0.25em;
		}
	h2 {
		font-size: 22px;
		margin-top: 5px;
	}
		h2+h3 {
			margin-top: 0.75em;
		}
	h3 {
		font-size: 17px;
	}
		h3+h4 {
			margin-top: 1.0em;
		}
	h4 {
		font-style: italic;
	}
	h5 {
		font: 13px Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: bold;
	}

blockquote {
	margin: 1em;
	border-left: 3px solid #c6c6bd;
	border-right: 3px solid #fff;
	padding: 0 1em;
	font-style: italic;
	font-size: 0.9em;
}

ul {
	margin: 1em 0 1em 35px;
	padding: 0;
	list-style: square;
}
	ul li {
		margin: 0 0 0.5em 0;
		padding: 3px 2px 0 5px;
	}

code {
	font: 1.0em "Courier New", monospace;
}

hr {

	border: 0;
	color: #c6c6bd;
	background-color: #c6c6bd;
	width: 100%;
	height: 1px;
}

/*-----------Structural Elements--------------*/

#page {
	width: 970px;
	margin: 0 auto;
}

#contentpane {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 25px;
	border-bottom: 2px solid #cfcdcb;
}

#content {
	width: 620px;
	float: left;
}

.content {
	width: 970px;
	margin: 0 auto;
}

#sidebar {
	width: 300px;
	padding: 3px 0 0 20px;
	float: right;
	font-size: 12px;
}

#footer {
	margin-top: 1px;
	border-top: 1px dotted #a39f9a;
	padding: 0.5em 0 4.0em;
	text-align: left;
	color: #777;
	font-size: 10px;
}


/*-----------Page Elements--------------*/

#header {
	border-bottom: 2px solid #cfcdcb;
	padding: 25px 0 25px;
}
#header #blogdesc {
	margin: 3px 0 0;
	font-size: 11px;
	color: #777;
	text-transform: uppercase;
}

#menu {
	clear: both;
	width: 970px;
	margin: 1px auto 27px;
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
	xxborder-top: 1px dotted #a39f9a;
	border-bottom: 4px solid #a39f9a;
}
	#menu ul {
		border-top: 1px dotted #a39f9a;
		list-style: none;
		margin: 0;
		padding: 4px 0 5px;
	}
		#menu li {
			list-style: none;
			margin: 0;
			padding: 4px 0 5px;
			display: inline;
		}
			#menu li a {
				padding: 4px 13px 5px;
				color: #222;
				text-decoration: none;
				font-weight: bold;
			}
			#menu li a:hover, #menu li.active a {
				background: #d9d7d5;
				color: #222;
			}
				#menu li.active a {
					font-weight: bold;
				}

.post {
	margin: 0 0 1.75em;
	padding: 0 0 0.5em;
	border-bottom: 1px dotted #a1a193;
}
	.featured .post {
		margin-top: 0;
		margin-bottom: 3.0em;
	}
	.featured .hdr {
		margin: 0 0 0.5em;
		color: #a1a193;
		font-size: 1.15em;
		font-weight: bold;
		text-transform: uppercase;
	}

.post .entry {
	overflow: auto;
}

.page {
	border: none;
}

.postmeta {
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	padding: 0;
	margin: 0 0 3px;
}
	.postmeta a:link, .postmeta a:visited {
		text-decoration: none;
	}

#sharethis {
	margin-top: -14px;
}

#posttags {
	margin-top: -14px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #a39f9a;
	font-size: 11px;
}
	#posttags a:link, #posttags a:visited { text-decoration: none; }

.more-link {
	font-weight: normal;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	text-align: right;
}
.more-link a:link, .more-link a:visited  { text-decoration:none; }


#sidebar p {
	margin-top: 0.2em;
	color: #777;
}
	#sidebar #subscribebox p { margin-top: 0; padding-top: 0; }

#sidebar ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	color: #777;
}
	#sidebar li {
		margin: 0 0 0.3em 15px;
		padding: 3px 2px 0 3px;
		list-style: square;
	}
		#sidebar li a {
			text-decoration: none;
		}

#sidebar .post {
	margin: 17px 0 0.2em;
}

#sidebar h5 {
	padding: 5px 0 0;
	margin: 33px 0 9px;
	border-top: 3px solid #a39f9a;
	font: 16px Georgia, Times New Roman, serif;
	font-weight: bold;
	font-weight: normal;
	font-style: normal;
}

#hp_morearticles {
	font-size: 0.95em;
}
	#hp_morearticles .sectionmore {
		text-align: right;
		font-size: 1.1em;
		font-weight: bold;
		margin-top: -1.0em;
	}


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

#comments {
}

#comments h2 {
	border-top: 3px solid #a39f9a;
	margin: 33px 0 11px;
	padding-top: 7px;
	font-size: 20px;
}

#comments ul {
	list-style: none;
	margin: 1em 0 1.5em;
	padding: 0;
}
	#comments li {
		margin: 0;
		padding: 1.0em 0 0;
		border-bottom: 1px dotted #a39f9a;
	}

#comments .comment_author {
	float: left;
	width: 90px;
	padding-right: 20px;
	font-size: 0.95em;
	font-weight: bold;
}
	#comments .comment_author a:link, #comments .comment_author a:visited { text-decoration: none; }
	#comments .comment_date {
		font-size: 0.75em;
		font-weight: normal;
	}

#comments .comment_text {
	float: left;
	width: 470px;
}

#comments p { margin-top: 0; }


/*-----------Navigation Elements--------------*/

.navigation {
	font-size: 12px;
	text-transform: uppercase;
}
	.navigation .earlier {
		float: right;
	}
	.navigation a:link, .navigation a:visited {
		color: #800;
		text-decoration: none;
	}


/*-----------Utility Elements--------------*/

.clear {
	clear: both;
}

.imgleft, img.alignleft {
	float: left;
	margin: 5px 13px 3px 0;
	padding: 5px;
	border: 1px solid #cfcdcb;
}

.imgright, img.alignright {
	float: right;
	margin: 5px 0 5px 13px;
	padding: 5px;
	border: 1px solid #cfcdcb;
}

.imgcenter, img.aligncenter {
	float: none;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #cfcdcb;
}

img.alignnone {
	float: none;
	margin: 0 auto;
	border: none;
}

.floatright { float: right; }
.floatleft { float: left; }

.center { text-align: center; }
.textright { text-align: right; }


/*-----------Related Posts--------------*/

#relatedposts {
	margin: 33px 0 21px;
	font-size: 12px;
}
	#relatedposts h2 {
		border-top: 3px solid #a39f9a;
		margin: 0 0 11px;
		padding-top: 7px;
		font-size: 20px;
	}
	#relatedposts ul {
		margin: 0;
		padding: 0;
		list-style: square;
		color: #a39f9a;
	}
		#relatedposts li {
			margin: 0 0 0.25em 15px;
			padding: 3px 2px 0 3px;
		}

