/*
Theme Name: Shattered Silence
Theme URI: http://shatteredsilencebook.com
Description: Shattered Silence
Version: 1
Author: Tony Naccarato	
Author URI: http://325studio.com
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; 	border-spacing: 0; }
strong { font-weight: bold;}

body {
	background: #F2EAD7 url(images/bg.jpg) repeat-x top center;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 22px;
	}

#maincontainer{
	width: 960px; /*Width of main container*/
	margin: 66px auto 0; /*Center container on page*/
	}

#contentwrapper{
	float: left;
	width: 100%;
	}

#contentcolumn{
	margin-left: 375px; /*Set left margin to LeftColumnWidth*/
	margin-bottom: 25px;
	}
#topsection {
	height: 192px;
	}
#leftcolumn{
	float: left;
	width: 375px; /*Width of left column*/
	margin: 20px 0 25px -960px; /*Set left margin to -(MainContainerWidth)*/
	}

#footer{
	clear: left;
	width: 100%;
	background: #5B4F36 url(images/bg-footer.gif) repeat-y top;
	/*eight: 250px;*/
	color: #fff;
	}
.footerfourth {
	float: left;
	width: 20%;
	}
.footerhalf {
	float: left;
	width: 47%;
	}
#footer a {
	color: #e3e3e3;
	text-decoration: none;
	}
#footer a:hover {
	color: #000;
	}
#footer li {
	list-style: none;
	}
#footer h3 {
	color: #73912c;
	}
h3 {
	color: #a9c26d;
	}
h2 {
	font-size: 18px;
	}
.innertube{
	padding: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	}

h1 {
	margin-top: 24px; 
	z-index: 3; 
	width: 568px; 
	background: url(images/logo.gif) no-repeat;
	text-indent: -9000px;
	}
h1 a {
	display: block;
	background: url(images/logo.gif) no-repeat;
	height: 96px;
	}
.purchase img {
	float: left;
	margin-right: 15px;
	}
.purchase p {
	margin: 0; 
	padding-top: 15px;
	font-size: 16px;
	text-transform: uppercase;
	}
.purchase a {
	color: #000;
	text-decoration: none;
	font-style: italic;
	}
.purchase a:hover {
	color: #5A1000;
	}
#leftcolumn img {
	margin-top: 15px;
	}
a {
	color: #73912c;
	}
a:hover {
	color: #000000;
	}
/*---------------[PAGES NAVIGATION]---------------*/
#pages { 
	width: 960px; 
	margin: auto; 
	}
#pages ul { 
	list-style: none; 
	float: left; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 10px 0px 0px; 
	}
#pages ul li { 
	float: left; 
	display: block; 
	padding: 0px; 
	}
#pages ul li a:link, #pages ul li a:visited, #pages ul li a:active { 
	float: left; 
	color: #FFF; 
	display: block; 
	font-size: 14px; 
	padding: 4px 12px; 
	text-transform: capitalize;
	margin: 0 auto; 
	}
#pages ul li a:hover {
	background: #3B2C17; 
	margin: 0px; 
	color: #FFF;  
	}
.page-item-17 a:link, .page-item-17 a:visited, .page-item-17 a:active {
	background: #671300;
	}
.entry-8 {
	font-family: Courier, arial, sans-serif;
	}

/*------------[DROPDOWN MENU]-------------*/
.nav, .nav * { margin:0; padding:0; list-style:none; }
.nav ul { position:absolute; top:-999em; }
.nav li { float:left; position:relative; z-index:99; font-size:12px; }
.nav a { display:block; text-decoration: none; }
.nav ul li { width: 100%; }
.nav li:hover ul, ul.nav li.sfHover ul { left:0px; top:30px; }
.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
.nav li li:hover ul, ul.nav li li.sfHover ul { left:15em; top:0px; }
.nav li:hover ul, .nav li li:hover ul { top: -999em; }
.nav li li { display: block; padding: 0px; }
.nav li li a:link, .nav li li a:visited { width: 160px; display: block; background-color: #73912c; padding: 10px 30px 0px 30px; margin: 0px 0px 0px 0px; text-transform: capitalize !important;}
.nav li li a:hover { background-image: none !important; background-color: #73912c; color: #FFF !important; }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 2px solid #b5a37e;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#credit {
	padding: 0 20px;
	font-size: 12px;
	}
.clear {
	clear: both;
	}
	
.commentlist li {
	border: 1px solid #b5a37e;
	padding: 10px 15px;
	}
.commentlist .alt {
	border: 1px solid #b5a37e;
	background: #EDDFC2;
	margin-bottom: 4px;
	}
	
.sideBtns {
	font-size: 18px;
	text-transform: uppercase;
	width: 340px;
	text-align: center;
	}
.sideBtns li {
	padding: 8px 0;}
.sideBtns a {
	color: #661200;
	text-decoration: none;
	}
.sideBtns a:hover {
	color: #73912c;
	}