/*

Theme Name: Reaching Darkness
Theme URI: http://justintadlock.com/
Description: Sweet dark, grayish, rounded blog joy.
Author: Justin Tadlock
Tags: dark, grey, three column, widget, fixed width, custom header, threaded comments

Released under GNU GENERAL PUBLIC LICENSE
Notes: Menu idea from http://veerle.duoh.com
*/

                                                                     
                                                                     
                                                                     
                                             
/* Captions and image alignment for wordpress */

div.aligncenter {
	display: block !important;
    margin: 0px auto 10px;
}
div.alignleft {
	float: left !important;
	margin-right: 10px;
    margin-top: 10px;
}
div.alignright {
	float: right !important;
	margin-right: 0px;
	margin-left: 10px;
}
.wp-caption {
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #F8F8F8;
	padding-top: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 16px;
    text-align: center !important;
	padding: 5px 4px;
	margin: 0;
	font-family: Arial, Tahoma, "Lucida Sans";
	color: #949494;
	font-style: normal;
}

blockquote p {
	margin: 0px !important;
	padding: 0px;
}

blockquote {
	margin: 1em 25px;
	line-height: 24px;
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
	font-style: italic;
	border-left: 5px solid #000000;
}


pre {
	margin: 8px 0px;
	padding: 10px;
	clear: both;
	width: 92%;
	overflow: scroll;
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	background: #FFFFFF;
	color: #000000;
	font-size: 13px;
	line-height: 22px;
	white-space: nowrap;
	border: 1px solid #eeeeee;
}
em {
	font-style: italic;
}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	float: left;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.commentlist {
  margin: 10px 0px 10px 20px;
  padding: 0px;
  list-style: none;
}
.commentlist li {
  margin-left: 0px;
  padding: 8px;
}
.thread-alt {
  background: #666;
  border-left: 1px solid #444;
  border-bottom: 1px solid #333;
}


.commentlist .children {
padding-left: 0px;
}

.commentlist .children img.avatar {
  width: 32px;
  height: 32px;
}
.commentlist .children {
padding-left: 10px;
margin-left: 20px;
margin-top: 10px;
border-left: 2px solid #888;
list-style: none;
}

.commentlist .children .children img.avatar {
  width: 25px;
  height: 25px;
}

#post-navigator-single {
width: 100%;
float: left;
}

#pings {
  list-style: none;
}
#author-block {
  width: 94%;
  padding: 3%;
  float: left;
  margin-bottom: 25px;
  background: #333;
}
#author-block h1 {
display: block;
width: 100%;
float: left;
font-size: 20px;
  margin-bottom: 10px;
}
#author-block .info {
 float: left;
 width: 50%;
 padding-left: 15px;
}
#author-block .info p {
 font-size: 12px;
 width: 100%;
float: left;
 margin-top: 0px;
 margin-bottom: 16px;
 line-height: 20px;
}


/* End captions and image alignment */


body { 
	color: #ffffff;
	background: #343b3b;
	margin: 0;
	padding: 0;
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	}

/* CONTAINS ENTIRE PAGE */
#body-container {
	width: 900px;
	margin: 0 auto;
	}

/* HEADER */
#header {
	width: 900px;
	height: 75px;
	margin: 0;
	padding: 0;
	background: url(images/into-the-blue.gif) no-repeat left top;
	}
#header h1 { margin: 20px 0 0 0; float: left; width: 690px; }
#header h1 a { margin-left: 10px; color: #ffffff; }
#header h1 a:hover { color: #AEA3A3; }

/* FEED */
#feed { float: left; margin: 20px 0 0 20px; }
#feed ul.feed { padding: 0; margin: 0; background: transparent; border: none; }
#feed ul.feed li {
	border: none;
	margin: 5px 0;
	list-style-type: none;
	}
#feed ul.feed li a {
	padding-left: 25px;
	height: 16px;
	background: transparent url(images/feed.gif) no-repeat left top;
	}
#feed ul.feed li a:hover { 
	background: transparent;
	text-decoration: underline;
	background: transparent url(images/feed.gif) no-repeat left top;
	}

/* TOP-NAV */
#top-nav {
	margin-top: -10px;
	float: left;
	width: 690px;
	background: #677e7e;
	}

/* CONTAINS CONTENT & SIDEBAR */
#container { clear: left; margin: 0 auto 0 auto; width: 900px; background: #505454; }

/* CONTENT */
#content {
	float: left; 
	width: 410px;
	padding: 15px 10px;
	background: #505454;
	}

/* HEADERS */
h1, h2, h3, h4, h5, h6 { color: #AEA3A3; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* POSTS & PAGES */
.post { width: 100%; margin: 20px 0; }
.post h2.post-title { float: left; width: 100%; margin: 2px 0; }
.post p.post-time { font-size: .9em; margin: 2px 0 0 0; }
.entry { width: 100%; float: left; margin-top: 10px; }

/* blockquotes */
blockquote { color: #cccccc; }
blockquote blockquote { color: #858785; }

/* links */
a { 
	color: #A3AEAE;
	text-decoration: none;
	}
a:hover { color: #e5e4e4; }

/* images */
/* .post a img, .post img { padding: 2px; border: 5px solid #475353; } */

/* lists */
.post ul { list-style-type: none; margin: 10px 0; padding: 0; }
.post ul li { 
	margin: 0;
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat 0 .4em;
	}
.post ol { margin: 0; padding: 0 0 0 37px; }
.post ol li { margin: 1px 0; padding: 0; }

/* postmetadata */
p.postmetadata {
	float: right;
	display: block; 
	width: 100%;
	text-align: right;
	margin: 15px 0;
	padding: 0;
	}
p.postmetadata span.comments {
	float: right;
	display: block;
	height: 20px;
	background: url(images/comments.gif) no-repeat 0 0;
	}
p.postmetadata span.comments a { padding: 5px 0 5px 25px; margin-right: 10px; }

/* tables */
.post table { border: none; background: transparent; }
.post tr, .post td { border: 1px solid #666666; background: #475353; }

/* other basics & typography */
small { font-size: .9em; }

/* navigation & left, right, center alignment */
.navigation { padding: 25px 0; }
.previous { float: left; width: 45%; }
.left, .alignleft { float: left; margin: 0 15px 15px 0; }
.next { float: right; width: 45%; }

.center { text-align: center; margin: 0 auto; display: block; }
.clear { clear: both; }

/* COMMENTS */
#comments-template { width: 99%; }
#comments-template h2 { text-indent: 5px; }
#comments-template ol { list-style-type: none; margin: 0; padding: 0; border-top: 1px solid #666666; }
#comments-template ol li { margin: 0; padding: 10px 5px; border-bottom: 1px solid #666666; }
#comments-template ol li.alt { background: #475353; }
#comments-template form {
	width: 406px;
	padding: 10px 0;
	background: url(images/form-bg.gif) no-repeat 0 0;
	}
#comments-template fieldset {
	width: 386px;
	border: none;
	background: #475353 url(images/fieldset-bg.gif) no-repeat 0 bottom;
	margin: 0;
	padding: 10px;
	}
#comments-template legend { border: none; background: #475353; }
#comments-template textarea { width: 99%; border: 1px solid #666666; background: #ffffff; }
#comments-template input { width: 40%; border: 1px solid #666666; background: #ffffff; }
#comments-template input.submitcomment, #comments-template input.resetcomment {
	color: #a3aeae;
	width: 110px;
	height: 25px;
	padding: 0 0 3px 0;
	background: url(images/submit-comment.gif) no-repeat;
	border: none;
	}

/* SIDEBAR (RECENT ENTRIES) */
#sidebar {
	font-size: .9em;
	float: left;
	width: 260px;
	margin: 0;
	background: #475353;
	border: none;
	padding: 0;
	}
#sidebar .menu { margin: 0; padding: 0; }
#sidebar .menu .menu-header {
	font-size: 1.5em;
	font-weight: normal;
	padding: 10px 0;
	text-indent: 10px;
	margin: 0;
	border-left: 10px solid #3c4646;
	}
#sidebar .menu ul { padding: 0; margin: 0; }
#sidebar .menu ul li { 	list-style-type: none; }
#sidebar .menu ul li a, #sidebar .menu ul li.archives a {
	width: 230px;
	display: block;
	font-size: 1.1em;
	color: #A3AEAE;
	padding: 10px 10px;
	margin: 0;
	border-left: 10px solid #3c4646;
	border-top: 1px solid #666666;
	}
#sidebar .menu ul li a span { color: #ffffff; font-size: .9em; text-indent: 10px; }
#sidebar .menu ul li a:hover, #sidebar .menu ul li.archives a:hover {
	color: #A3AEAE;
	background: #343b3b;
	border-left: 10px solid #343b3b;
	}
#sidebar .menu ul li.archives a, #sidebar .menu ul li.archives a:hover {
	text-indent: 30px;
	background: transparent url(images/archive-image.gif) no-repeat 10px .6em;
	}
/* SEARCH */
#search {
	margin: 0;
	width: 260px;
	height: 75px;
	border-top: 1px solid #666666;
	background: url(images/search-bg.gif) no-repeat left top;
	text-align: center;
	}
#search input#s {
	margin: 20px auto 0 auto;
	width: 80%;
	padding: 5px 2px;
	font-size: 1em;
	color: #999999;
	border: 1px solid #809595;
	}

/* SIDEBAR 2 (TOP RIGHT) & SIDEBAR 4 (SIDEBAR BOTTOM)*/
#sidebar2 {
	width: 200px;
	font-size: 1em;
	float: right;
	margin: 0;
	padding: 0;
	background: url(images/sidebar2-bg.gif) no-repeat right top;
	}
#sidebar4 { float: left; width: 447px; font-size: 1em; }
#sidebar4 .menu { float: left; width: 47%; margin: 0 4px; }
#sidebar2 .menu {
	margin: 0 0 20px 0;
	padding: 0;
	}
#sidebar2 h2.menu-header, #sidebar4 h2.menu-header { margin: 10px 0 5px 0; font-size: 1.3em; font-weight: normal; }
#sidebar2 ul, #sidebar4 ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#sidebar2 ul li, #sidebar4 ul li {
	padding: 0;
	margin: 0;
	}
#sidebar2 ul li a, #sidebar4 ul li a {
	width: 190px;
	display: block;
	padding: 5px 5px;
	text-decoration: none;
	text-indent: 0;
	border-bottom: 1px solid #666666;
	}
#sidebar2 ul li a:hover, #sidebar4 ul li a:hover {
	background: #343b3b;
	text-decoration: none;
	}
/* ABOUT */
#sidebar2 p, #sidebar4 p { margin-top: 5px; }

/* wp-calendar */
table#wp-calendar { width: 80%; margin: 0 auto; }

/* SIDEBAR WIDGET STYLES */
/* blogroll widget */
li#linkcat-2 { list-style-type: none; margin: 0; padding: 0; }
/* flickr widget & other images in the sidebar */
#sidebar2 a img, #sidebar2 img, #sidebar4 a img, #sidebar4 img { margin: 3px; border: 5px solid #666666; }
/* recent comments widget */
ul#recentcomments li a, ul#recentcomments li a:hover { border: none; background: transparent; text-indent: 0; }

/* SIDEBAR3 (CATEGORY &LINKS LIST) */
#sidebar3 { float: right; width: 447px; }
#sidebar3 .menu { width: 213px; float: left; margin: 0 4px; background: #505454; }
#sidebar3 .menu-header {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 0; 
	}
#sidebar3 .menu ul  {
	margin: 7px 0;
	padding: 0;
	list-style: none;
	}
#sidebar3 .menu ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666666;
	}
#sidebar3 .menu ul li a {
	width: 175px;
	display: block;
	font-size: 1.1em;
	color: #AEA3A3;
	padding: 5px 0 5px 35px;
	margin: 0;
	text-decoration: none;
	}
#sidebar3 .menu ul.categories li a { background: #505454 url(images/category-list.gif) no-repeat 5px .3em; }
#sidebar3 .menu ul.links li a { background: #505454 url(images/links-list.gif) no-repeat 5px .3em; }
#sidebar3 .menu ul li a:hover {
	color: #AEA3A3;
	text-decoration: none;
	}
#sidebar3 .menu ul.categories li a:hover { background: #343b3b url(images/category-list2.gif) no-repeat 5px .3em; }
#sidebar3 .menu ul.links li a:hover { background: #343b3b url(images/links-list2.gif) no-repeat 5px .3em; }

/* FOOTER */
#footer {
	clear: both;
	height: 50px;
	margin: 10px 0 0 0;
	padding: 10px 0;
	background: #475353;
	border-top: 1px solid #666666;
	}	
#footer p { width: 40%; float: left; margin: 2px 10px; display: inline; }
#footer p a:hover { text-decoration: underline; }
#footer p.wordpress { width: 40%; float: right; text-align: right; }
#footer p.wordpress a { float: right; display: block; width: 50px; height: 50px; background: url(images/wordpress.gif) no-repeat top right; }
#footer p.wordpress a span { display: none; }

/* 
"Some knowledge and some song and some beauty must be kept for those days before the world again plunges into darkness."  ~ Marion Zimmer Bradley
*/