/*
	Theme Name: Nightvision NG
	Theme URI: http://www.kyllene.net/
	Description: A three-column theme with the third column allocated for ads.
	Version: 3.0
	Author: Lucky
	Author URI: http://www.kyllene.net/
*/

body {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background: #000000 url(images/img12.jpg) repeat top left;
	text-align: justify;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
input, textarea {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #626262;
	padding: 5px;
}
h1, h1 a, h2, h2 a, h3, h3 a {
	color: #AAFF00;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
}
h1 {
	font-size: 2.6em;
	letter-spacing: -3px;
}
h2 {
	font-size: 2em;
	letter-spacing: -2px;

}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 2em;
}
p, ol, ul {
	line-height: 200%;
	margin: 0 0 2em 0;
}
blockquote {
	border-left: 5px solid #DDDDDD;
	margin: 0 0 0 1.5em;
	padding-left: 1em;
}
a {
	color: #AAFF00;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
img {
	border: none;
}

/* Header */
#wrapper {
	background: url(../../../../images/banner.png) no-repeat center top;
}
#header {
	width: 890px;
	height: 140px;
	margin: 0 auto;
}

/* Search */
#search {
	color: #FFFFFF;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 5px 5px 5px;
	float: right;
}
#search #s {
	width: 180px;
}

/* Menu */
#menu {
	background: url(images/img04.gif);
	width: 940px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 10px 10px 0px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	color: #FFFFFF;
	background: url(images/img15.gif) no-repeat right 100%;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 30px 10px 30px;
	display: block;
	float: left;
}
#menu a:hover {
	color: #000000;
	background: url(images/img16.gif) repeat-x right 30%;
}
#menu .current_page_item {
}
#menu .current_page_item a {
	color: #AAFF00;
}
#menu .current_page_item a:hover {
	color: #000000;
}

/* Page */
#page {
	width: 890px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Ads */
#adbar {
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
}
#adbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#adbar li {
	margin-bottom: 20px;
}

/* Content */
#content {
	float: left;
	width: 430px;
}
.post {
	margin-bottom: 50px;
}
.post .title {
}
.post .title h2 {
	font-size: 2.2em;
}
.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}
.post .title p a {
	color: #BABABA;
}
.post .entry {
	padding-top: 30px;
}
.post .entry h2, #comments h2, #respond h2 {
	margin-bottom: 1em;
}
.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(images/img08.gif) no-repeat;
}
.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}
.post .links a:hover {
	text-decoration: underline;
}
.post .links .more {
	background: url(images/img09.gif) no-repeat;
}
.post .links .comments {
	background: url(images/img10.gif) no-repeat;
}
.navigation a {
	font-weight: bold;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.pagetitle {
	margin-bottom: 1em;
}

/* Comments */
#comment ol, #comments p {
	line-height: normal;
}

/* Respond */
#respond p {
	margin-bottom: .5em;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 240px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 20px;
}
#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}
#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0 11px;
}
#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #FFB700 url(images/img05.gif);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}

/* Calendar */
#calendar_wrap {
	padding: 15px 20px;
}
#calendar table {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	text-align: center;
}
#calendar thead {
	background: #DBDBDB;
}
#calendar tbody td {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
}
#calendar #prev {
	text-align: left;
}
#calendar #next {
	text-align: right;
}
#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}
#calendar #today {
	background: #FFF3A7;
	border: 1px solid #FF7400;
	font-weight: bold;
	color: #FF7400
}

/* Footer */
#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img11.gif) no-repeat;
}
#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}
#footer a {
	text-decoration: none;
}

