/*
Theme Name: nocturnal
Theme URI: http://www.demobul.com/cms/blog/wordpress/nocturnal-theme
Description: Dark theme, nocturnal is created by <a href="www.demobul.com">demobul.com</a> editors for your blog. Another dark theme fluvio is also available.
Version: 1.0
Author: Demobul.com editors
Author URI: http://www.demobul.com/
Tags: flexible-width, two-columns, right-sidebar
*/

html { /* Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz illa*/
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	max-width:490px;
}

	
input {
	font: 80% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #494949;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h0 {
        font-size:300%;
	font-weight:900;
	text-shadow: 1px 1px 1px #000; <!--added by idin-->
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 160%;
	line-height: 130%;
}

h3 {
	font-size: 140%;
	color:#fff;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 110%;
}



ul, quote, fieldset {
	margin: .5em 0;
}

p {
	margin: 0.6em 0 1.2em;
	padding: 0;
}	
a:link, a:visited {
	line-height:20px;
	font-size:100%;
	color: #027AC6;
	text-decoration: none;
	padding:0;
}

a:hover {
	line-height:20px;
	font-size:100%;
	color: #FFFF00;
	text-decoration: none;
	padding:0;
	-moz-border-radius:5px;
}

a:active, a.active {
	line-height:20px;
	font-size:100%;
	color: #5895be;
	padding:0;
}

#clear{
	float:none;
	clear:both;
	visibility:hidden;
}

body {
        text-align:right;
	font: 70% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:url(images/altbg.gif) repeat-x;
	background-color:#303130;
	line-height:20px;
        text-transform: lowercase; <!-- Idin added this -->
	}

	
#page {

        text-align:center;
	width:920px;
	margin-bottom:0px;
	margin-left:auto;
        margin-right:auto;
	padding:0;
	min-height:600px;
	color:#aaa; <!-- Idin changed the original fff to aaa to make the main font grey -->
	}

#header {
        float:center;
	width:920px;
	height:170px;
	margin-bottom:0px;
	line-height:40px;
	color:#fff;
        background:url(/wp-content/header-images/power150.png) no-repeat right;

	}
#header img {
	border: 0;
	max-width:920px;
        max-height:100px;
}
#header a:link{
	color: #666;
	text-decoration: none;
}
#header a:visited {
	color: #666; <!-- blue #027AC6;-->
	text-decoration: none;
	<!--text-shadow:#666 1px 1px 0, #666 -1px -1px 0;  added by idin-->
}
#header a:hover {
	color: #666;
	text-decoration: none;
}

#navmenu {

	height:50px;

}

#site-info{
	float:left;
	margin-left:20px;
        margin-top:20px;
	width:35%;
        height:20px;
        text-align:left;
        vertical-align:middle;
        padding:5px;
}
#page-info {
	float:right;
	margin-right:20px;
        margin-top:20px;
	width:55%;
        height:20px;
	text-align:left;
        vertical-align:middle;
        padding:5px;
}
	
#content {
	float:left;
	text-align:justify;
	width:720px;
	font-size: 1.2em;
	margin:0 0px 10px 0px;

        
	}
	
#poster > div{
	margin-bottom:70px;
}

#post-content{
	padding:10px;
	float:right;
        
	width:480px;

	-moz-border-radius:5px;
}

#post-info{
	padding:10px;
	border-right:1px solid #ddd;
	float:left;
        
	width:195px;

	text-align:right;
	margin-top:35px;
	-moz-border-radius:5px;
        color:#fff;
}

#sidebar{
        padding:10px;
	float:right;
        text-align:left;
	width:200px; 
	padding:0;
	min-height:600px;
	margin-bottom:40px;
        
}
#sidebar > ul{
	color:#fff; 
	width:100%;
	list-style-type:none;
	float:right;
	display:block;
	margin:0;
	padding:0;
}

#sidebar > ul  > li{
	width:190px;
	float:left;
	margin:10px;
}

#sidebar > ul  > li >ul{
	list-style-type:none;
}

.navigation{
}

.description{
	color:#dddccc;
}

.alignleft{
	float:left;
	margin-left:20px;
}

.alignright{
	float:right;
	margin-right:20px;
}

.aligncenter{
	float:none;
}

.center{
	background-color:white;
	padding:7px;
}
#footer{
	background-color:#000;
	width:100%;
	height:40px;
	color:#fff;
        margin-bottom:0px;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	font:'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 7px;
	}

#respond {
	margin-top:20px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.comment-area{
	margin-top:40px;
}

.comment-area h3{
	color:#fff;
}
#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}


.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color:#fff;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin-bottom:30px;
	}

.odd{
	border-bottom:1px solid #ccc;
}

.even{
	border-bottom:1px solid #ccc;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 15px;
	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 {
	width:72%;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color:#fff;
	-moz-border-radius:5px;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/*calendar*/
#wp-calendar  tr  th, #wp-calendar  tr  td  {
	padding:0 5px;
	line-height:200%;

}

#wp-calendar  tr  td a:link , #wp-calendar  tr  td a:hover, #wp-calendar  tr  td a:visited, #wp-calendar  tr  td a:active{
	padding:2px !important;

}

#calendar_wrap table{
	
}

code {
	font: 100% monaco, courier new, monospace;
	color: #5895be;
	text-transform:none;
	text-align:left;
  	margin-left: 0em;
	line-height:150%;

}
