/*
Theme Name: Nightlocker
Theme URI: http://shinelocker.com/wordpress-themes/
Description: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>, by <a href="http://shinelocker.com/">Shinelocker</a>.
Version: 1.0
Author: Shinelocker
Author URI: http://shinelocker.com/
*/

/* Basics and Typography */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #151515 url(images/background.gif) repeat-x 0 0;
	color: #808080;
	font-family: Verdana, Helvetica, Georgia, Arial, sans-serif;
	font-size: 12px;
}
a {
	color: #b6b6b6;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
}
a img, .post a img, img {
	border: none;
	text-decoration: none;
}
blockquote {
	background: #222 url(images/blockquote-background.gif) no-repeat 12px 7px;
	border-top: 4px solid #2a2a2a;
	color: #666;
	margin: 10px 0;
	padding: 0 15px 5px 55px;
}
blockquote blockquote{
	background: #2f2f2f url(images/blockquote-background.gif) no-repeat 12px 7px;
	border-top: 4px solid #373737;
}
code {
	color: #5b781b;
	font-family: Monaco, monospace;
	text-align: left;
}
code strong {
	color: #4e6200;
}
abbr, acronym, .popup {
	border-bottom: 1px dotted #5e5e5e;
	cursor: help;
	font-style: normal;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
strike, del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
address {
	font-style: normal;
	margin: 0;
	padding: 0;
}
del,ins {
	background: #272727;
	border-bottom: 1px dotted #fff;
}
ins {
	cursor: help;
	font-style: italic;
	text-decoration: none;
}
pre {
	background: #222;
	font-family: courier;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.7em;
	margin: 10px 0;
	padding: 15px;
}

/* Layout */

div#wrapper {
	background: #151515 url(images/header-background.gif) no-repeat top center;
	margin: 0 auto;
	text-align: left;
	width: 818px;
}
	/* Header Styles */
	
	#header {
	padding: 20px 0 15px 35px;
	text-align: center;
}
	#header h1 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 4em;
	text-transform: uppercase;
}
	#header h1 a {
	color: #ccc;
	text-decoration: none;
}
	#header h1 a:hover {
	color: #fff;
}
	#header div#blog-description {
	color: #808080;
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 1.5em;
	font-style: italic;
}
div#access div.skip-link,div#nav-above,li#pages {
	display: none;
}
	/* Menu Styles */
	
	div#menu {
	padding: 10px 0;
	text-align: center;
}
	div#menu ul {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 1.1em;
	text-transform: uppercase;
	word-spacing: 0.2em;
}
	div#menu ul li {
	display: inline;
}
	div#menu li a {
	background: #111 url(images/primary-background.gif) repeat-x 0 0;
	border: 1px solid #111;
	color: #a3a3a3;
	margin: 0 -3px 0 -4px;
	padding: 7px 10px;
	text-decoration: none;
}
	div#menu li a:hover {
	background: #272727 url(images/last-background.gif) repeat-x 0 0;
	border: 1px solid #1a1a1a;
	color: #eee;
}
	div#menu ul li.current_page_item a {
	background: #272727 url(images/last-background.gif) repeat-x 0 0;
	border: 1px solid #1a1a1a;
	color: #6b6b6b;
}
	div#menu ul li.current_page_item a:hover{
	background: #111 url(images/primary-background.gif) repeat-x 0 0;
	border: 1px solid #1a1a1a;
	color: #eee;
}

/* Content Styles */

div#container {
	float: left;
	margin: 40px -225px 20px 0;
	width: 800px;
}
div#content {
	margin: 0 220px 0 0;
	padding: 0 10px 0 18px;
}
div.post {
	margin-bottom: 20px;
}
.entry-title {
	clear: both;
	display: block;
	font-size: 18px;
	height: 20px;
	padding: 5px 0;
}
.entry-title a:link, .entry-title a:visited {
	border-bottom: 1px solid #373737;
	color: #ccc;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:active {
	border-bottom: 1px solid #fff;
	color: #fff;
}
body.page .entry-title,body.single .entry-title {
	color: #ccc;
}
div.hentry div.entry-date {
	color: #5e5e5e;
	font-size: 0.9em;
	margin-top: 2px;
	padding-top: 2px;
}
div.entry-content {
	clear: both;
	font-size: 12px;
	line-height: 17px;
	margin: 15px 0;
}
div.entry-content a{
	background: #111 url(images/primary-background.gif) repeat-x 0 0;
	border: 1px solid #1a1a1a;
	padding: 1px 4px;
}
div.entry-content a:hover,div.entry-content a:active {
	background: #252525;
	border: 1px solid #2a2a2a;
	color: #fff;
}
div.entry-content p {
	margin: 10px 0;
}
div.entry-content h3,div.entry-content h4,div.entry-content h5,div.entry-content h6 {
	color: #b6b6b6;
	font-family: Georgia, serif;
}
div.entry-content h3 {
	font-size: 16px;
}
div.entry-content h4 {
	font-size: 14px;
}
div.entry-content h5 {
	font-size: 12px;
}
div.entry-content img {
	border: 5px solid #222;
}
div.entry-content ol {
	line-height: 24px;
	list-style: square;
	margin: -0.3em 0 0 1em;
}
div.entry-content ul {
	line-height: 24px;
	list-style: square;
	margin: -0.3em 0 0 1em;
}
div.entry-content ul li {
	list-style: square;
	margin: -0.3em 0 0 1em;
}
div.entry-content li {
	line-height: 24px;
	list-style: square;
	margin: -0.3em 0 0 1em;
}
div.entry-content ul ul {
	list-style: circle;
	margin-top: 0;
}
div.entry-content ul ul ul {
	list-style: disc;
}
div.entry-content div.page-link {
	font-size: 0.9em;
	padding: 4px;
	text-align: center;
	word-spacing: 0.3em;
}
div.entry-meta {
	background: #1a1a1a	url(images/secondary-background.gif) repeat 0 0;
	border: 1px solid #000;
	color: #5e5e5e;
	padding: 5px;
	text-align: center;
}
body.single div.hentry div.entry-meta  a,div.entry-meta  a{
	border-bottom: 1px solid #373737;
	color: #5e5e5e;
	text-decoration: none;
}
body.single div.hentry div.entry-meta  a:hover,div.entry-meta  a:hover,body.single div.hentry div.entry-meta  a:active,div.entry-meta  a:active{
	border-bottom: 1px solid #b6b6b6;
	color: #b6b6b6;
}
div#content div#nav-below {
	font-size: 1.2em;
	height: 2em;
	margin: 1em 0;
	padding: 0 0.2em;
}
div#content div#nav-below div,body.single div#content div#nav-above div {
	display: inline;
	padding: 0 0.1em;
	width: 48%;
}
div#content div#nav-below div.nav-next,body.single div#content div#nav-above div.nav-next {
	float: right;
	text-align: right;
}
div#content div#nav-below div.nav-next a,body.single div#content div#nav-above div.nav-next a{
	background: #111 url(images/primary-background.gif) repeat-x 0 0;
	border: 1px solid #1a1a1a;
	padding: 2px 5px;
}
div#content div#nav-below div.nav-next a:hover,body.single div#content div#nav-above div.nav-next a:hover{
	background: #222;
	border: 1px solid #2a2a2a;
	color: #fff;
}
div#content div#nav-below div.nav-previous,body.single div#content div#nav-above div.nav-previous {
	float: left;
}
div#content div#nav-below div.nav-previous a,body.single div#content div#nav-above div.nav-previous a{
	background: #111 url(images/primary-background.gif) repeat-x 0 0;
	border: 1px solid #1a1a1a;
	padding: 2px 5px;
}
div#content div#nav-below div.nav-previous a:hover,body.single div#content div#nav-above div.nav-previous a:hover{
	background: #222;
	border: 1px solid #2a2a2a;
	color: #fff;
}

/* Sidebar Styles */

div.sidebar {
	float: right;
	line-height: 18px;
	overflow: hidden;
	padding: 15px;
	width: 180px;
}
div.sidebar h3 {
	background: #151515 url(images/primary-background.gif) repeat-x 0 0;
	border: 1px solid #2a2a2a;
	color: #ccc;
	font-size: 14px;
	font-weight: 800;
	height: 20px;
	margin: 11px 0;
	padding: 2px 5px;
}
div.sidebar li {
	list-style: none;
}
div.sidebar a {
	background: #181818;
	border: 1px solid #1a1a1a;
	color: #909090;
	padding: 1px 4px;
}
div.sidebar a:hover,div.sidebar a:active {
	background: #222;
	border: 1px solid #2a2a2a;
	color: #fff;
}
div.sidebar ul li ul li {
	margin: 6px 0;
	padding: 0 3px;
}
div.sidebar ul li ul ul li {
	padding: 0;
}
div#primary, div#secondary {
	background: #0f0f0f;
	border: 1px solid #2c2c2c;
	border-bottom: none;
	margin: 45px 15px 0 0;
}
div#secondary {
	border-bottom: 1px solid #2c2c2c;
	border-top: none;
	clear: right;
	margin-bottom: 20px;
	margin-top: -20px;
}
div.sidebar ul li#search form input#s {
	background: #272727 url(images/last-background.gif) repeat-x 0 0;
	border: 1px solid #000;
	color: #808080;
	font-size: 12px;
	margin: 0 5px;
	padding: 1px 2px;
	width: 100px;
}
div.sidebar ul li#search form input#searchsubmit {
	background: #111 url(images/primary-background.gif) repeat-x 0 0;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	font: 0.9em Verdana;
	height: 20px;
	margin-top: 10px;
	padding: 0 7px;
}

/* Comments Styles */

div#comments {
	clear: both;
}
div#comments p {
	margin: 10px 0;
}
div#comments h3 {
	color: #eee;
	font-size: 1em;
}
div#comments h3 span {
	font-size: 2em;
	font-weight: 400;
	line-height: 100%;
}
div#comments-list ol {
	list-style: none;
}
div#comments-list ol li {
	margin: 25px 0;
	padding: 10px;
}
div#comments-list ol li.alt {
	background: #272727;
}
div#comments-list ol li .comment-author {
	display: inline;
	font-weight: bold;
	padding-bottom: 3px;
}
div#comments-list ol li .comment-meta {
	color: #6e6e6e;
	display: inline;
	font-size: 0.8em;
	margin-left: 5px;
	padding: 3px 0 10px;
}
div#comments-list ol li.bypostauthor {
	background: #272727 url(images/admin-background.gif) no-repeat top right;
	border: 1px solid #999;
}
div#trackbacks-list ol {
	margin: 20px 0;
	padding: 0 0 0 25px;
}
div#trackbacks-list ol li {
	margin: 10px 0;
}
div#trackbacks-list ol li div.comment-author {
	background: #272727;
	border-bottom: 1px solid #444;
	padding: 5px 8px;
}
div#respond {
	background: url(images/secondary-background.gif) repeat 0 0;
	border: 1px solid #000;
	margin-bottom: 25px;
	padding: 25px;
}
div#respond h3 {
	margin-bottom: 20px;
}
div#respond .formcontainer {
	margin-bottom: 25px;
}
div#respond form#commentform textarea {
	background: #272727 url(images/last-background.gif) repeat-x 0 0;
	border: 1px solid #000;
	color: #808080;
	font-size: 12px;
	height: 150px;
	padding: 3px 4px;
	width: 490px;
}
div#respond form#commentform input {
	background: #272727 url(images/last-background.gif) repeat-x 0 0;
	border: 1px solid #000;
	color: #808080;
	font-size: 12px;
	height: 15px;
	padding: 3px 4px;
	width: 300px;
}
div#respond form#commentform input#submit {
	background: #111 url(images/primary-background.gif) repeat-x 0 0;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	font: 0.9em Verdana;
	height: 30px;
	margin: 15px 0 0 290px;
	width: 200px;
}
form#commentform div.form-label {
	margin: 5px 0;
}
div.sidebar ul li#search form input#s:focus, div#respond form#commentform input:focus, div#respond form#commentform textarea:focus, body.four04 div.post #error404-searchform input#error404-s:focus, #noresults-searchform input#noresults-s:focus {
	border: 1px solid #ccc;
}
.required {
	color: #f00;
}

/* Footer Styles */

div#footer {
	background: url(images/footer-background.gif) no-repeat top center;
	clear: both;
	margin: 0 auto;
	padding: 25px 0 0 0;
	width: 100%;
}
div#footer span.meta-sep {
	color: #272727;
}
div#footer h4 {
	background: #151515 url(images/primary-background.gif) repeat-x 0 0;
	border: 1px solid #111;
	color: #ccc;
	font-size: 14px;
	font-weight: 800;
	height: 20px;
	margin: 5px 0;
	padding: 3px 8px;
}
div#footer strong a{
	border-bottom: 1px solid #373737;
}
div#footer strong a:hover {
	border-bottom: 1px solid #b6b6b6;
}
div.footer-recent-posts {
	float: left;
	margin-left: 20px;
	padding: 0 5px;
	width: 265px;
}
div.footer-recent-posts strong {
	font-weight: 800;
	line-height: 18px;
}
div.footer-recent-posts ul {
	list-style: none;
}
div.footer-recent-posts ul li {
	padding: 5px;
}
div.footer-recent-comments {
	float: left;
	margin-left: 5px;
	padding: 0 5px;
	width: 265px;
}
div.footer-recent-comments ul {
	list-style: none;
}
div.footer-recent-comments ul li {
	padding: 5px;
	line-height: 18px;
}
div.footer-about {
	float: right;
	line-height: 18px;
	margin-right: 20px;
	padding: 0 5px;
	width: 210px;
}
div.footer-about p{
	padding: 5px;
}
div.footer-about  a{
	border-bottom: 1px solid #373737;
}
div.footer-about a:hover,.footer-about  a:active{
	border-bottom: 1px solid #b6b6b6;
}
hr.clear {
	clear: both;
	margin: 0px auto;
	visibility: hidden;
}
div#credits {
	background: #111 url(images/primary-background.gif) repeat-x 0 0;
	border: 1px solid #2a2a2a;
	line-height: 18px;
	margin: 20px auto;
	padding: 8px 0;
	text-align: center;
	width: 790px;
}

/* Pages & Etc */

div.page h3 {
	font-family: Georgia, serif;
	font-size: 15px;
	padding: 3px 0;
}
.page-title {
	font-family: Georgia, serif;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 3px 0;
}
.page-title span{
	background: #111 url(images/primary-background.gif) repeat-x 0 0;
	border: 1px solid #2a2a2a;
	color: #ccc;
	padding: 2px 5px;
}
div.entry-content input {
	background: #151515;
	border: 1px solid #000;
	color: #777;
	font-size: 12px;
	margin-top: 10px;
	padding: 3px 5px;
}
body.four04 div.post #error404-searchform input#error404-s, #noresults-searchform input#noresults-s {
	background: #272727 url(images/last-background.gif) repeat-x 0 0;
	border: 1px solid #000;
	color: #808080;
	font-size: 12px;
	margin-right: 10px;
	padding: 3px 5px;
	width: 70%;
}
body.four04 div.post #error404-searchform input#error404-searchsubmit,#noresults-searchform input#noresults-searchsubmit {
	background: #111 url(images/primary-background.gif) repeat-x 0 0;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	font: 0.9em Verdana;
	height: 23px;
	padding: 0 15px;
}
div.page ul#archives-page {
	margin: 0;
}
div.page ul#archives-page li {
	list-style: none;
	margin: 8px 0;
}
div.page ul#archives-page ul li {
	list-style: square;
	margin: 8px;
}
div.page ul#links-page {
	margin: 0;
}
div.page ul#links-page li {
	list-style: none;
	margin: 8px 0;
}
div.page ul#links-page ul li {
	list-style: square;
	margin: 8px;
}
div#calendar_wrap {
	padding-left: 5px;
}
div#calendar_wrap a {
	padding: 0 5px;
}
div#calendar_wrap td{
	padding: 0 3px;
}
