/*
Theme Name: Nightshade
Theme URI: http://neurongames.com/blog/
Description: This them is modified from the Word Press default theme.
Version: 1.0
Author: Cathy Trulson
Author URI: http://neurongames.com/
Tags: black, custom header, fixed width, two columns, widgets

	Nightshade v1.0
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Cathy Trulson,
	whose blog you will find at http://neurongames.com/blog/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body 
{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: black;
	color: #EAEAEA;
}

/* == FONTS ================================================================= */
small 
{
	font-size: 0.9em;
    color: #707070;
}

/* == HEADERS =============================================================== */
h1, h2, h3 
{
	font-weight: bold;
    color: #808080;
	margin: 0px;
	padding: 0px;
}

h1 
{
	font-size: 4em;
}

h2
{
	font-size: 1.3em;
}

h2.pagetitle 
{
	margin: 30px 0px 0px 0px;
	text-align: center;
}

h3 
{
	font-size: 1em;
    color: #808080;
}

h3.comments 
{
	margin: 0px;
	padding: 0px;
}

/* == ANCHORS =============================================================== */
a img 
{
	border: none;
}

a
{
	text-decoration: none;
    color: #FF0000;
}

a:hover 
{
	text-decoration: underline;
}

h2 a, h2 a:visited
{
	text-decoration: none;
    color: #1CECB4;
}

h2 a:hover
{
	text-decoration: none;
    color: #FFFFFF;
}

h1, h1 a, h1 a:hover, h1 a:visited 
{
	text-decoration: none;
	color: #FFFFFF;
}

h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite 
{
	text-decoration: none;
}

/* == PABE ================================================================== */
#page 
{
    width: 860px;
	margin: 0px auto;
	padding: 0px;
	border: none;
	background-color: black;
	text-align: left;
}

#header 
{
	margin: 0px;
	padding: 0px;
	height: 175px;
	width: 860px;
	background: url('images/blogheader.jpg') no-repeat top center;
	background-color: black;
}

#controls
{
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 860px;
	background-color: black;
}

/* == CONTENT ==============================================================+ */
#content 
{
    margin: 0px;
	padding: 20px 0px 20px 20px;
}

.welcome 
{
	text-align: justify;
}

/* == NARROW COLUMN CONTENT ================================================= */
.narrowcolumn 
{
	float: left;
	width: 520px;
}

.narrowcolumn .entry, .widecolumn .entry 
{
	line-height: 1.4em;
}

.narrowcolumn .postmetadata 
{
	text-align: right;
	padding: 0px;
	margin: 0px;
}

/* == WIDE COLUMN CONTENT =================================================== */
.widecolumn 
{
	width: 820px;
	padding: 0px;
	margin: 0px;
}

.widecolumn .entry ol ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.widecolumn .entry p 
{
	font-size: 1em;
}
.widecolumn .post 
{
	margin: 0px;
}

.widecolumn .postmetadata 
{
	margin: 0px;
}

.widecolumn .smallattachment 
{
	text-align: center;
	float: left;
	width: 128px;
	margin: 0px 5px 5px 0px;
}

.widecolumn .attachment 
{
	text-align: center;
	margin: 0px;
}

/* == SIDEBAR =============================================================== */
#sidebar
{
	padding: 0px;
	margin-top: 20px;
	margin-left: 580px;
	width: 270px;
}
#sidebar .icon
{
    margin: 5px 0px 5px 0px;
}

#sidebar h2
{
    margin-top: 15px;
}

#sidebar ul  
{
	margin: 0px;
	padding: 0px;
}


#sidebar ul 
{
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, ul select 
{
	margin: 5px 0px 8px;
}

#sidebar ul li .tweet
{
    text-align: justify;
}

#sidebar form 
{
	margin: 0px;
}

#searchform 
{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#searchform input
{
    border-style: solid;
    outline-color: #FF0000;
    border-color: #FFFFFF;
    background-color: #202020;
    color: #EAEAEA;
}

#sidebar #searchform #s 
{
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit 
{
    border-style: outset;
	padding: 1px;
	background-color: #000000;
	color: #EAEAEA;
}

/* == COMMENT FORMS ========================================================= */
#commentform input 
{
    border-style: solid;
    outline-color: #FF0000;
    border-color: #FFFFFF;
    background-color: #202020;
    color: #EAEAEA;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform 
{
	margin: 5px 10px 0 0;
}

#commentform textarea 
{
    border-style: solid;
    outline-color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: #202020;
    color: #EAEAEA;
	width: 100%;
	padding: 2px;
}

#commentform submit
{
    border-style: outset;
	padding: 1px;
	background-color: #000000;
	color: #EAEAEA;
}

.thread-alt 
{
	background-color: #464646;
}

.thread-even 
{
	background-color: #252525;
}

.depth-1 
{
    border: 0px;
}

.even, .alt 
{
	border-left: 0px;
}

.sticky 
{
	padding: 0 10px 10px;
}

.sticky h2 
{
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea 
{
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li 
{
	font-size: 1em;
}

.commentlist li 
{
	font-weight: bold;
}

.commentlist li .avatar 
{ 
	float: right;
	border: 1px solid #eee;
	padding: 0px;
	background: #FFFFFF;
    width: 80px;
    height: 80px;
}

.commentlist cite  
{
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
}

.commentlist cite a
{
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	text-decoration: none;
    color: #1CECB4;
}

.commentlist cite a:hover
{
	color: #FFFFFF;
}

.commentlist p 
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata 
{
	font-weight: normal;
}

code 
{
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.8em;
	letter-spacing: .07em;
}


.post 
{
	margin: 0px 0px 30px 0px;
	text-align: justify;
}

.post hr 
{
	display: block;
}

.postmetadata 
{
	clear: both;
}

.clear 
{
	clear: both;
}

#footer 
{
	padding: 0;
	margin: 0 auto;
	width: 860px;
	background: black;
	clear: both;
	border: none;
	font-size: 0.9em;
	color: #808080;
}

#footer a
{
	text-decoration: none;
    color: #1CECB4;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer p 
{
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
}

/* Begin Images */
p img 
{
	padding: 0;
	max-width: 100%;
}

/*	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: 0px 0px 2px 7px;
	display: inline;
}

img.alignleft 
{
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left;
}

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul 
{
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li 
{
	margin: 0px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before 
{
	content: "\2022 \0020";
}

.entry ol
{
	padding: 0px 0px 0px 35px;
	margin: 0px;
}

.entry ol li 
{
	margin: 0px;
	padding: 0px;
}

.postmetadata ul, .postmetadata li 
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li, #sidebar ul ol li 
{
	list-style: decimal outside;
}

.entry form 
{ /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select 
{
	width: 130px;
}

#respond:after 
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#commentform #submit 
{
	margin: 0 0 5px auto;
	float: right;
}

/* Begin Comments*/
.alt 
{
	margin: 0;
	padding: 10px;
}

.commentlist 
{
	padding: 0;
	text-align: justify;
}

.commentlist li 
{
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li 
{ 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p 
{
	margin: 10px 5px 10px 0;
}

.children 
{ 
    padding: 0; 
}

#commentform p 
{
	margin: 5px 0;
}

.nocomments 
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata 
{
	margin: 0;
	display: block;
}

/* == Begin Calendar ======================================================== */
#wp-calendar 
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #prev a, #wp-calendar #next a 
{
	font-size: 0.8em;
}

#wp-calendar a 
{
	text-decoration: none;
}

#wp-calendar caption 
{
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th 
{
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar #next a 
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a 
{
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a 
{
	display: block;
}

#wp-calendar caption 
{
	text-align: center;
	width: 100%;
}

#wp-calendar td 
{
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover 
{ 
	background-color: #fff; /* Doesn't work in IE */
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps 
{
	cursor: help;
}

acronym, abbr 
{
	border-bottom: 1px dashed #999;
}

blockquote 
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite 
{
	margin: 5px 0 0;
	display: block;
}

.center 
{
	text-align: center;
}

.hidden 
{
	display: none;
}
	
.screen-reader-text 
{
     position: absolute;
     left: -1000em;
}

.navigation 
{
	display: block;
	text-align: center;
	margin-top: 10px 10px 0px 0px;
	margin-bottom: 60px;
}

.navigation a
{
	text-decoration: none;
    color: #1CECB4;
}

.navigation a:hover
{
	text-decoration: underline;
    color: #1CECB4;
}

/* == Captions ============================================================== */
.aligncenter,
div.aligncenter 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption 
{
	border: 0px;
	text-align: center;
	background-color: #000000;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption img 
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text 
{
	font-size: 0.8em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0px;
}

