/*  
Theme Name: Midnite
Theme URI: http://nDzynes.com
Description: A clean, customizable, widget-ready, and (most importantly) free theme by <a href="http://ndzynes.com"> Nathan Parikh </a>. Comaptible with Wordpress 2.2.x and up. Cross-browser compatible with Internet Explorer 6.0 and up, Firefox, Opera, and Safari.
Version: 1.0
Author: Nathan Parikh
Author URI: http://ndzynes.com
*/


* {
	margin:0;
	padding:0;
	}
	
body {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	background: #031836 url('images/bg2.jpg') repeat-x;
	color: #000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	font-size: 10px;
	letter-spacing: .07em;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #8c8686;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
code {
	font: 10px 'Courier New', Courier, Fixed;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 20px;
        color: #84d000;
	margin: 30px 120px 10px 10px;
	
	}

h2 {
	font-size: 1.6em;
	margin: 20px 120px 5px 10px;
	}
	


h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}


h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 120px 10px 10px;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h2 a:hover, h3 a:hover {
	color: #84d000;
	text-decoration: none;
	}

h2, h2 a, h3, h3 a {
	color: #000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #leftsidebar h2, #rightsidebar h2 {
	text-decoration: none;
	}
	
small, #leftsidebar ul ul li, #leftsidebar ul ol li, #rightsidebar ul ul li, #rightsidebar ul ol li, .nocomments, strike {
	color: #000;
	}

#page {
	background: #fff url('images/pagebg.jpg') repeat-y center;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	position:relative;
	}

#header {
	position:relative;
	background-color: #000;
	margin: 0px; 
	padding: 0px; 
	height: 170px; 
	width: 960px;
	}

#logo {
	padding-top: 20px;
	padding-left: 20px;
	width: 459px;
	height: 73px;
	float: left;
}

#search {
	float: right;
	background: #e6ff82 url(images/search-left.jpg) left bottom no-repeat;
	width: 230px;
	margin-top: 100px;
	height: 25px;
	padding-top: 5px;
	padding-left: 15px;
}

.searchform {
	float: left;
	margin: 0px;
	padding: 0px;
	}


#searchsubmit {
	position:relative;
	margin-left: 7px;
	}

/*Header menu*/

#menu {
	position:absolute;
	margin:-40px 0 0 0px;
	padding:6px 0px 0 15px;
	width:945px;
	height:34px;
	text-align:center;
	background: url(images/menubg.jpg) repeat-x;
	}

#menu li {
	float:left;
	text-align:center;
	margin:7px 2px 0 3px;
	color:#000;
	list-style:none;
	font-size: 13px;
	font-weight: bold;
	}
	
#menu a {
	text-decoration:none;
	font-family:Arial,Helvetica,Sans-serif;
	color:#000;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	}
	
*:first-child+html #menu li {
	padding-top: 12px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	margin-top: -5px;
}

* html #menu li {
	padding-top: 12px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	margin-top: -5px;
}

#menu li a:hover, #menu ul li.current_page_item a {
	background: url(images/menu_hover.jpg) repeat-x;
}

.navigation {
	display: block;
	text-align: center;
	margin: 30px;
	}
	
.navigation a {
	font:bold 1.1em Arial, Helvetica, Sans-serif;
	color:#fff;
	padding:10px;
	text-decoration:none;
	}

.container {
	background: #fff url(images/containerbg2.jpg) repeat-y right;
}
	
#content {
	min-height: 700px;
	}

.narrowcolumn .entry {
	line-height: 18px;
	}

.narrowcolumn {
	float: left;
	padding: 0 10px 10px 20px;
	margin: 0 0 0 0px;
	width: 540px;
	position:relative;
	}
	

	
.narrowcolumn p {
	padding:0 10px 0 10px;
	}

.post {
	margin: 0px;
	padding-bottom:10px;
	text-align: justify;
	}

.postmetadata {
	background:#3A3434;
	font:bold 10px Arial, Helvetica, Sans-serif;
	color:#fff;
	padding:15px 0pt 4px 4px;
	margin:0 0 10px 0;
	text-align: left;
	height:100%;
	}
	
.metadata {
	margin-top:-15px;
	margin-right:100px;
	}
	
.postmetadata2{
	background:#3A3434;
	font:bold 10px Arial, Helvetica, Sans-serif;
	color:#e4ff77;
	text-align: left;
	margin: 20px 0 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
.postmetadata2 a {
	color: #fff;
	text-decoration: none;
	}

.postmetadata2 a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
.postmetacomment {
	background:#84d000;
	position:relative;
	margin:-28px 0 0 450px;
	color:#fff;
	text-align:center;
	width:60px;
	height:30px;
	font-size:12px;
	}

.postmetadata a {
	color:#fff;
	}

.postmetacomment a {
	color:#fff;
	}

.postmetacomment a:hover {
	color:#fff;
	text-decoration:none;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}

.alignright {
	float: right;
	background:#bd0452;
	height:15px;
	font-size: 10px;
	padding: 2px;
	}

.alignleft {
	float: left;
	background:#bd0452;
	height:15px;
	font-size: 10px;
	padding: 2px;
	}
	
.display {
	margin-top:100px;
	}

.entry a, .entry a:visited {
	text-decoration: none;
        color: #84D000;
}

.entry a:hover {
    text-decoration: underline;
}

.entry ul {
	margin-left: 40px;
}

.entry img {
	margin: 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry p img {
	position:relative;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}


/* End Entry Lists */


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
#leftsidebar
{
	font: 12px Arial, Helvetica, Sans-serif;
	float:left;
	background:none;
	padding: 10px 0px 10px 11px;
	margin: 0px 0px 0px 13px;
	width: 135px;
	position:relative;
	height: 100%;

	}

#leftsidebar h2 {
	color: #000;
}

#leftsidebar li a {
	color: #000;
}
	
#leftsidebar p {
	margin-left:10px;
	}

#leftsidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#leftsidebar ul p, #leftsidebar ul select {
	margin: 5px 0 8px;
	}

#leftsidebar ul ul, #leftsidebar ul ol {
	margin: 5px 0 0 15px;
	}


ol li, #leftsidebar ul ol li {
	list-style: decimal outside;
	}

#leftsidebar ul ul li, #leftsidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	

#leftsidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	margin: 5px 0 0 10px;
	padding: 0;
	color:#fff;
	}

/* End Left Sidebar */

/* Begin Right Sidebar */
#rightsidebar {
	font: 12px Arial, Helvetica, Sans-serif;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 100px 750px;
	width: 195px; 
	position:relative;
	}

#rightsidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
#rightsidebar ul li a {
	color: #fff;
}

#rightsidebar ul.children {
	margin-left: 15px;
}

#rightsidebar ul p, #rightsidebar ul select {
	margin: 5px 0 8px;
	}

#rightsidebar ul ul, #rightsidebar ul ol {
	margin: 5px 0 0 15px;
	}

#rightsidebar ul ol li {
	list-style: decimal outside;
	}
	
#rightsidebar ul ul li, #rightsidebar ul ol li {
	margin: 3px 0px 0px;
	padding: 0px;
	}
	
#rightsidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	margin: 5px 0 0 10px;
	padding: 0;
	color:#fff;
	}

#ad {
	
}

.alt {
	margin: 20px 0 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #e5e9eb;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Sans-serif;
	}



.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color: #000;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	color: #000;
	}
.commentmetadata a {
	color: #000;
}

.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}

#footer {
	padding: 10px 10px 10px 30px;
	margin: 0 auto;
	width: 920px;
	height:100px;
	clear: both;
	background: #000;
	}

#footer a {
	color:#84D000;
	text-decoration:none;
	}

#footer a:hover {
	color:#889394;
	text-decoration:underline;
	}

#footer p {
	text-align: left;
	color:#889394;
	}