/*  
Theme Name: blogNgrayscale 
Description: Dark colored theme for everyday blogging.
Version: 1.0 
Author URI: http://www.unsquaredesign.com
Author: Unsquared Web Design
*/

/* main css */
html {
 margin-bottom: 0;
}
body {
 margin:0;
 padding:0;
 background: #000000 url('images/bg_main.jpg') repeat-x top left;
 color: #ffffff;
 font: 12px Verdana, Arial, Helvetica, sans-serif;
 line-height:1.6;
 margin-bottom: 0;
}

#header {
 width: 700px;
 text-align: left;
 margin: 0 auto;
}
#rss {
 position: absolute;
 top: 0; right: 50px;
 width: 76px;
 text-align: center;
 height: 28px; line-height: 26px;
 background: url('images/icon_rss.jpg') no-repeat top center;
}
#rss a {
 color: #000;
}
td#logo, td#nav {
 height: 63px;
}
#logo h1, #logo h1 a {
 font: 25px 'Trebuchet MS';
 text-decoration: none;
 color: #ffffff;
 margin: 0; padding: 0;
}
#logo h1 {
 padding-top: 30px;
}
#logo a:hover {
 color: #ffffff;
}
#nav ul {
 float: right;
 list-style: none;
 padding: 0;
 margin: 0 !important;
}
#nav li {
 margin: 0;
 float: left;
 display: block;
 padding-left: 12px;
}
#nav a.page_item {
 color: #565656;
}
#nav li.current_page_item {
 margin: 0;
 float: left;
 display: block;
 padding-left: 12px;
 background: #23527C;
}
#nav a {
 float: left; display: block;
 font: bold 11px Verdana, Arial, Helvetica, sans-serif;
 height: 26px; line-height: 28px;
 padding: 0 13px 0 0;
 text-decoration: none; cursor: pointer;
 color: #ffffff;
}
#nav li.current_page_item a:link, #nav li.current_page_item a:visited {
 float: left; display: block;
 font: bold 11px Verdana, Arial, Helvetica, sans-serif;
 height: 26px; line-height: 28px;
 padding: 0 13px 0 0;
 text-decoration: none; cursor: pointer;
 color: #F7F7F7;
}
#nav a:link, #nav a:visited {
 color: #ffffff;
}
#nav li.page_item a:hover {
 color: #777;
 text-decoration:underline;
}
#nav li.current_page_item a:hover {
 color: #ffffff;
}

#page {
 width: 700px;
 text-align: left;
 margin: 0 auto;
 background: url('images/bg_page.gif') repeat-y top left;
}

#content  {
 background: #0d0d0d url('images/bg_content.gif') no-repeat top left;
 float: left;
 width: 534px;
 padding-top: 10px;
 margin-top: 0;
}
#content p {
 margin: 0; padding: 0;
}
#content h1 {
 margin: 0 0 5px 10px; padding: 0;
 font: 22px 'Trebuchet MS';
}
#content h1, #content h1 a {
 color: #cfcfcf;
}
#sidebar {
 width: 158px;
 float: right;
 margin-top: 10px;
}
#sidebar h2 {
 background: url('images/bg_sidebartop.jpg') no-repeat top left;
 font: bold 15px Arial, Helvetica, sans-serif;
 margin: 0;
 padding: 0 10px;
 height: 25px; line-height: 25px;
 color: #F0F4F8;
 clear: left;
 overflow: hidden;
}
#sidebar ul {
 margin: 0; padding: 2px 0 10px 0;
 list-style: none;
}
#sidebar ul {
 margin-bottom: 15px;
}
#sidebar li {
 list-style:none;
 margin:3px 0;
 _line-height : 50%;
}
#sidebar li a {
 display: block;
 padding-left: 10px;
 font: bold 11px Arial, Helvetica, sans-serif;
 color: #ababab;
}
#sidebar li a:hover {
 text-decoration: underline;
}
#sidebar p {
 padding-left: 10px;
 font-size: 11px;
 text-align: justify;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h3 {
	font-size: 1.3em;
	}


h3, h3 a, h3 a:visited {
	color: #333;
	}

h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}
form {
 margin: 0; padding: 0;
}
textarea, input {
 border: 1px solid #000000;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #ffffff;
	text-decoration: none;
	}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#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;
	}
/* End Typography & Colors */


/* Begin Structure */

.post {
 font: 12px Arial, Helvetica, sans-serif;
 line-height:2.0;
 color: #777;
 margin-bottom: 20px;
 padding: 0 10px;
}
.post img {
 border: 2px solid #000000;
}
.post a:link, .post a:visited {
 color: #ffffff;
}
.post li {
 margin-left: 25px;
}
.post .inner {
 padding: 1px 10px;
}
.post .details {
 background: #CDE8B7;
 padding: 2px 5px;
 margin-top: 5px;
}
.storytime, .storytime a {
	color: #ffffff;
	text-decoration: none;
}
.storytime span {
	color: #698662;
}

.comment {
 background: url('images/comment.jpg') no-repeat bottom left;
 margin-top: 10px;
 _background-position:0 0;
 font-size: 12px;
 height: 58px;
}
.comment .left {
 float: left;
 padding: 5px 0 0 5px;
 color: #cfcfcf;
 font: bold 12px arial;
 line-height: 50px;
}
.comment .left a:link, .comment .left a:visited, .highlight {
 color: #777;
 font: bold 12px arial;
}

.storydate {
	float: left; text-align: center;
	width: 45px;
	height: 58px;
	padding: 7px 0 5px 0;
	margin-right: 5px;
	font: 11px arial;
}
.storydate .day {
 font: 26px arial;
 color: #cfcfcf;
 line-height: 22px;
 height: 22px;
}
.storydate .month {
 font: bold 11px arial;
 color: #919191;
}

.comment .right {
 float: right;
 padding: 20px 20px 0 0;
}
.comment .right a:link, .comment .right a:visited {
 color: #cfcfcf;
 font: bold 16px arial;
}
.comment .right a:hover {
 text-decoration: underline;
 color: #000000;
}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
/* End Structure */

/* Begin Images */

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;
	}

/* End Images */


/* Begin Form Elements */

.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: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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 {
}
/* End Calendar */



/* 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;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

#footer {
 background: url('images/bg_footer.gif') no-repeat top left;
 width: 700px;
 text-align: left;
 margin: 0 auto;
 padding-top: 20px;
 padding-bottom: 30px;
 color: #777777;
 font-size: 11px;
}
#footer a {
color: #ababab;
font-weight: bold;
}
#searchform {
 text-align: center;
}
#searchform #s {
 border: 0;
 width: 90%;
 margin-top: 15px;
}
#searchform #searchsubmit {
 border: 0;
 height: 21px;
 width: 50px;
 font: bold 12px Arial, Helvetica, sans-serif;
 color: #ffffff;
}
#adsense {
 width: 353px;
 height: 146px;
 background: #000000;
}