 /*  
Theme Name: Noctis Theme Version 2
Theme URI: http://fierce-deity.net/blog
Description: The 2nd Version for my Noctis Wordpress theme since the first version didn't work out so well...
Author: Rikku
Author URL: http://fierce-deity.net
Author Email: rikku@serenity-skies.net
License: Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License.

*/

body {
	background-color: #000000;
	font-family: Arial;
	font-size: 12px;
	color: #798385;
	line-height: 23px;
	}
	
p {
	font-family: Arial";
	font-size: 10px;
	color: #798385;
	line-height: 23px;
	}
	
body a {
       	color: #798385;
	text-decoration: none;
	font-weight: bold;
        }

body a:hover {
       	color: #22404B;
	font-weight: none;
	text-decoration: none;
        }

hr.disclaimer { 
	border-bottom: 1px solid #798385;
}

hr.header { 
	border-bottom: 1px dotted #798385;
}


/* Entry Headers */
h1 {
	font-size: 24px;
	font-family: Times New Roman;
	color: #798385;
	text-transform: normal;
	text-decoration: none;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

h1 a, a:hover {
	color: #798385;
        background-color: #FFFFFF
	text-transform: normal;
	text-decoration: none;
	}

/* Entry - Today's Date & Info */
.todays_date {
	font-family: Helvetica, Arial, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	}

.today {
	font-family: Helvetica, Arial, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF;
	line-height: 15px;
	}

.today a {
	color: #798385;
	text-decoration: none;
	border-bottom: 0px solid #FFFFFF;
	}

.today a:hover {
	color: #22404B;
        background-color: #ffffff;
	text-decoration: none;
	}

p.postmetadata {
	font-family: Helvetica, Arial, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #798385;
	line-height: 10px;
	}

p.postmetadata a {
	color: #798385;
	text-decoration: none;
	border-bottom: 0px solid #FFFFFF;
	}

p.postmetadata a:hover {
	color: #798385;
	text-decoration: none;
        background-color: #ffffff
	}

/* Sidebar Headers */
h2 {
	padding-left: 15px;
	font-size: 15px;
	font-family: Georgia;
	font-weight: bold-underline;
	color: #798385;
	margin-top: 10px;
	margin-bottom: -1px;
	background-position: left; 
	list-style: none;
	}
	
/* Large Comments Link */	
.comments_link {
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: normal;
	color: #798385;
	}

.comments_link a {
	color: #798385;
	font-weight: normal;
	text-decoration: none;
	}

.comments_link a:hover {
	color: #22404B;
	text-decoration: none;
        background-color: #ffffff;
	}

/* Width of Content-Posts */
.narrowcolumn {
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0px 0 0;
	width: 775px;
	}

/* Width of Sidebar */
.narrowside {
	float: left;
	padding: 0 0 10px 10px;
	margin: 0px 0 0;
	width: 190px;
	}

/* Sidebar List */
.pagenav { 
	list-style: none;
	}


/* General - Search Bar - Removing li bullets */
input:focus, textarea:focus {
	background-color: #ffffff;
	border-top: 1px  solid #798385;
	border-right: 1px  solid #798385;
	border-bottom: 1px  solid #798385;
	border-left: 1px solid #798385;
	}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul.popular li a {
	color: #798385;
	text-decoration: none;
	font-weight: bold;
         } 

ul.popular li a:hover {
	color: #22404B;
	text-decoration: normal;
         } 

.post-bodycopy ol li {
	margin-bottom: 10px;
	}

.navigation {
	clear: both;
	padding: 0px 0px;
	}

/* Commentators */
#comments, #respond {
	padding: 10px 0 5px 0;
	clear: both;	
	}

.commentlist {
	margin: 10px 0px;
	padding-left: 10px;
	line-height: 110%;
	}

.commentlist li{
	padding: 10px;
	padding-bottom: 10px;
	}

.commentlist .alt {
	background: #000000;
	border-top: 1px dotted #798385; 
	border-bottom: 1px dotted #798385; 
	padding: 10px;
	}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-family: Helvetica, Geneva, "Geneva CY", Arial, "Trebuchet Ms";
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	background-color: #000000;
	border-bottom: 0px solid #f0d3b6;
	color: #798385;
	}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
	}

.html_tags {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 10px;
	font-weight: normal;
	color: #798385;
	line-height: 14px;
	}

/* Image Post Borders */
.img_borders {
	border-top: 0px solid #c5e4e2;
	border-right: 0px solid #c5e4e2;
	border-bottom: 0px solid #c5e4e2;
	border-left: 0px solid #c5e4e2;
}