/*  
Theme Name: Night Angel
Theme URI: http://thewayofshadows.com/
Description: Wordpress theme based on the cover design of The Way of Shadows.
Version: 1.0
Author: sarah semark
Author URI: http://triggersandsparks.com

*/


body  {
	font: 80% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #0E1A1F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
} img {
	padding: 0;
	margin: 0;
	border: 0;
	
	
} h2 {
	color: #3B66AF;
	font-size: 1.8em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	width: 324px; 
	background: url(images/hr.png) no-repeat bottom right;
} h2 a {
	color: #3B66AF;
} h2 + h2 {
	margin-top: 20px;
} h4.pagetitle {
	color: #332244;
	margin: 20px 0 20px;

} h3 {
	color: #666;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 30px 0 10px 0;
	clear: left;
	
} h4 {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	color: #000;
	font-size: 0.85em;
	font-variant: small-caps;
	letter-spacing: 0.2px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
} #sidebar2 h4 {
	padding-top: 10px;
	color: #3B66AF;
	clear: left;
} .post {
	background: url(images/circle_bg.png) no-repeat 0 10px;
	padding: 0 15px;
	margin-bottom: 40px;
} p.postmetadata {
	font-size: 0.95em;
	font-style: italic;
	color: #333;


} ul li {
	margin: 0;
	text-indent: 0;
	list-style-type: none;
} ul {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 1.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
} a {
	color: #332244;
	color: #422C5B;
	color: #2F1559;
	text-decoration: none;
} a:hover {
	background-color: #FCF1F7;
} img.bordered, #content img {
	border: 1px solid #ccc;
	margin: 5px 5px 5px 0;
	float: left;
} ul.xoxo {
	margin: 10px 5px;

}.thrColFixHdr #container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background:  #FFFFFF url("images/bg.png") repeat-y;
	background-position: top left;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0;
	margin: 0;
	height: 373px;
} 
.thrColFixHdr #header h1,#header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 370px;
	padding: 30px 20px 0 0;
	margin: 0;
	background: url(images/nav_bg.png) no-repeat top;
}
#sidebar1 a {
	height: 68px;
	width: 170px;
	display: block;
	text-indent: -2000px;
	border:0;
} #sidebar1 a:hover {
	background-color: #957dbc;
} #sidebar1 a.current {
	background-color: #c2bbce;
} a#news {
	background: url(images/news.png);
} a#bio {
	background: url(images/bio.png);
} a#books {
	background: url(images/books.png);
} a#extras {
	background: url(images/extras.png);
} a#reviews {
	height: 67px;
	background: url(images/reviews.png);
} a#forum {
	height: 65px;
	background: url(images/forum.png);
} 

a#credit {
	height: 100px;
	width: 223px;
	display: block;
	float: left;
	border:0;
	background: url(images/triggersandsparks.png);
} a#credit:hover {
	background: url(images/triggersandsparks_over.png);
} #footer img {
	float: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 5px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #content { 
	margin: 0 190px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #content div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	padding: 0;
	line-height: 0px;
	font-size: 0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 0px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 20px 10px 0px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */