/*
Theme Name: Second Amendment Book Bomb / Starkers
Theme URI: http://www.secondamendmentbook.com / http://elliotjaystocks.com
Author: Joey Bacon / Elliot Jay Stocks
Author URI: http://www.infernonewmedia.com / http://elliotjaystocks.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	background: #bb9764 url(images/bg_pattern.jpg) repeat;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #2f251b;
}

#container {
	width: 100%;
	background: url(images/top_bg_b3_2.jpg) repeat-x;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 179px;
}
	#header h1 {
		text-indent: -5000px;
		overflow: hidden;
	}
	#header span a {
		position: absolute;
		top: 96px; left: 329px;
		display: block;
		height: 82px;
		width: 343px;
	}

#main {
	background: #fff url(images/main_bg.jpg) repeat-x;
	border-left: 1px solid #7e6d5a;
	border-right: 1px solid #7e6d5a;
	padding: 20px;
	_height: 1px;
}

ul#nav {
	list-style: none;
}
	ul#nav li {
		display: inline;
	}
		ul#nav li a:link, ul#nav li a:visited {
			float: left;
			display: block;
			text-align: center;
			font-size: 1.65em;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			color: #fff;
			background: #2f251b;
			height: 28px;
			padding: 7px 11px 0 12px;
			text-decoration: none;
		}
		ul#nav li a:hover {
			text-decoration: underline;
			background: #45392d;
		}
		
#content {
	width: 630px;
	margin: 20px 20px 0 0;
}
	#content h2 {
		margin-bottom: 10px;
		border-bottom: 1px solid #2f251b;
		font-size: 1.6em;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
		#content h2 a:link, #content h2 a:visited, #content h2 a:hover {
			color: #2f251b;
			text-decoration: none;
		} 
	#content .post {
		font: 1.3em/1.4 Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
	}
		#content .post p {
			margin-bottom: 10px;
		}
			#content .post p a:link, #content .post p a:visited  {
				text-decoration: underline;
				color: #990000;
			}
			#content .post p a:hover {
				text-decoration: none;
			}
			#content ul {
				list-style: square;
				margin-bottom: 10px;
			}
				#content ul li {
					margin-left: 30px;
				}
		#content .post img.alignleft {
			margin-right: 10px;
		}
		#content .post img.alignright {
			margin-left: 10px;
		}
	#content .post sup {
		font-size: .7em;
		vertical-align: text-top;
	}

#sidebar {
	width: 300px;
	margin-top: 20px;
}
	#sidebar h3 {
		margin: 20px 0 10px 0;
		font-size: 2em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		border-bottom: 1px solid #2f251b;
	}
	#sidebar h4 {
		font-size: 1.4em;
		color: #fff;
		padding: 10px;
	}
	#sidebar p {
		font-size: 1.4em;
		padding: 0 10px;
	}
		#sidebar p.quoteauthor {
			margin-top: 10px;
		}
		#sidebar p a:link, #sidebar p a:visited {
			text-decoration: underline;
			color: #990000;
			font-style: italic;
		}
		#sidebar p a:hover {
			text-decoration: none;
		}
	#sidebar div#pledgecounter {
		background: #941414;
		border-bottom: 1px solid #ac2d2c;
		color: #fff;
		font-size: 2.3em;
		font-weight: bold;
		text-align: center;
		padding: 5px;
	}
	#sidebar div#pledgesignup {
		background: #061a2f;
		border-top: 1px solid #010a14;
		color: #fff;
		font-weight: bold;
		font-size: 1.3em;
		padding: 10px;
	}
		#sidebar div#pledgesignup form {
			margin-top: 10px;
		}
		#sidebar div#pledgesignup form input.email {
			height: 22px;
			width: 220px;
			font-size: 1.4em;
			color: #999;
			padding: 2px 5px;
			border: 1px solid #010a14;
			margin-bottom: 10px;
		}
		input#submit {
			display: block;
			color:#fff;
			width: 74px;
			height: 29px;
			outline: none;
			text-indent: -5000px;
		}
		input#submit {
			background: url(images/submit.jpg) no-repeat;
		}
			input#submit:active {
				background-position: -74px 0;
			}
	
	#sidebar ul#withyourhelp {
		padding: 0 10px;
	}
		#sidebar ul#withyourhelp li {
			margin-bottom: 10px;
			font-size: 1.4em;
		}
	#sidebar table#socialmedia td {
		padding: 0 0 10px 10px;
	}
	#sidebar ul#buythebook {
		padding: 0 10px;
	}
		#sidebar ul#buythebook li a {
			float: left;
			margin: 0 10px 10px 0;
		}
	#sidebar a:link, #sidebar a:visited  {
				text-decoration: underline;
				color: #990000;
			}
			#sidebar a:hover {
				text-decoration: none;
			}
#footer {
	background: #061a2f;
	border-top: 3px solid #294562;
	height: 35px;
	font-size: 1.2em;
	padding: 15px 20px 0 20px;
}
	#footer p {
		color: #fff;
		float: left;
		width: 340px;
	}
	#footer ul#footernav {
		float: right;
		width: 560px;
	}
		#footer ul#footernav li {
			display: inline;
		}
		#footer ul#footernav li a {
			padding: 0 5px;
			border-right: 1px solid #fff;
		}
			#footer ul#footernav li.last a {
				border: none;
			}
			#footer ul#footernav li a:link, #footer ul#footernav li a:visited {
				color: #80abd7;
				text-decoration: none;
				float: left;
			}
			#footer ul#footernav li a:hover {
				text-decoration: underline;
			}

p.inferno {
	font-size: 1.3em;
	margin: 10px 0;
}
	p.inferno a:link, p.inferno a:visited {
		text-decoration: none;
		color: #2f251b;
		font-weight: bold;
	}
	p.inferno a:hover {
		text-decoration: underline;
	}