
/* General Basic */

html body {

color: #d5d5d5;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #0b0b0b;
background-image:url(http://www.zknight.net/wp-content/uploads/2009/05/background.jpg); 
background-repeat: no-repeat;
background-position: center top; 
background-attachment: scroll;
}

a {
text-decoration:none;
outline:none;
color:#dba95e;
}
a:hover {
text-decoration: underline;
color:#ffc46b;
}

#container,#header-top-body {
width: 1070px;
}

#header-top{
display:none !important;
}
/* Code and Pre */
code, pre {
	background: #EAEAEA;
	color: #0C3E53;
	width:80%;
	margin:15px 30px 0 10px;
	}

/* Header */
#header a { display:block; width:250px; height:50px; text-indent:-999em;
	color: #FFFFFF;
	text-decoration: none;
	}
#header a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
#header-name {
	font-size:35px;
	}
#header-name,#header-name span {
	font-family: Georgia, 'Times New Roman', Times, serif;
	}
#header-name span { display:none;
	color: #F8F8F8;
	font-size:16px;
	}

/* Header Menu List */
/* navigation in header. background */
#header #headermenu a{
color: #FFF;
}
#header #headermenu li a{
color: #FFF;
}

#header #headermenu li a:hover {
/*background: #FFFFFF;*/
color: #FFF;
text-decoration: underline;
}

/* Entry */
#entry {
	background: #3a3a3a;
	}
#entry-single {
	background: #3a3a3a;
	}
.entry-body {
color: #d5d5d5;
}

/* Sticky Posts */
.sticky .entry-name {
border:#FF0000 2px solid;

-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px; 
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-khtml-border-radius-topleft:5px; 
-khtml-border-radius-topright:5px; 
-khtml- border-radius-bottomleft:5px; 
-khtml-border-radius-bottomright:5px;
border-radius:5px;
}

/* Link color in posts,only in posts content*/
.entry-body a{
color: #dba95e;
text-decoration: none;
}
.entry-body a:hover{
color: #ffc46b;
text-decoration: underline;
}

/* Title of the Posts*/
.entry-name{
background:#000;
font-size: 18px;
}

.entry-name a {
text-decoration: none;
color: #dba95e;
}
.entry-name a:hover {
text-decoration: none;
color: #ffc46b;
}

/* Post Meta */
.entry-meta {
color:#999999;
}

.entry-meta a {
color: #999999;
}

.entry-meta a:hover {
color: #FF9900;
}

.entry-info {
color:#999999;
}
.entry-info a {
color:#999999;
}
.entry-info a:hover {
color: #FF9900;
}

/* Comments */
.comment-entry-alt {
	background: ;
	}
.comment-entry-owner {
	background: #00000;
	}
.comment-content {
	background: #2d2d2d;
	}

#commentform input,
.comment-input,
#commentform textarea {
background: #eeeeee;
color:#000000;
}

.comment-input,
#commentform textarea {
border:1px solid;
}

#commentform textarea {
font-size: 16px;
}

#commentform input:focus,
#commentform textarea:focus {
background: #ffffff;
}

#comments-guidelines-info,#loading,#errors {
	background: #000000;
	color:#999999;
	}
.feedback-footer {
color:#999999;
}


/* Sidebar */
#sidebar{
border-left:#2d2d2d 1px solid;
background-color: #2d2d2d ;
color:#d5d5d5;
}

#sidebar a {
color:#dba95e;
text-decoration: none;
}

#sidebar a:hover {
text-decoration: underline;
color:#ffc46b;
}

#sidebar h2,#sidebar h3,
h2.widgettitle {
color: #d5d5d5;
text-decoration: none;
font-size:16px;
background:;
}
#sidebar h2 a ,
#sidebar h3 a , 
h2.widgettitle a {
color: #dba95e;
text-decoration: none;
}
#sidebar h2 a:hover ,
#sidebar h3 a:hover , 
h2.widgettitle a:hover {
text-decoration: none;
color: #ffc46b;
}

#sidebar li {
border-bottom-color: #EAEAEA 1px solid;
}


#sidebar li a {
color: #dba95e;
text-decoration: none;
}

#sidebar li a:hover {
text-decoration: none;
color: #ffc46b;
}


/* Navigation in content.*/
.content-nav{
background-color: #000000;
border:#2d2d2d 1px solid;
color:#999999;
font-size:14px;
}

.content-nav a{
color:#DBA95E;
}

.content-nav a:hover{
color:#FFC46B;
text-decoration: underline;
}

/* Footer */
#footer {
	background: #3A3A3A;
	color: #999999;
	}

#footer a {
	color: #DBA95E;
	}
#footer a:hover {
	color: #FFC46B;
	}
#footer li {
	border-left:#EEEEEE 1px solid;
	}

/* Selected text. background color*/
selection {
background-color:#0C3E53;
color:#FFFFFF;
}
*::-moz-selection {
background-color:#0C3E53;
color:#FFFFFF;
}

/* Begin for WordPress2.6 Captions*/
.wp-caption {
	background-color:#F3F3F3;
	border: #DDDDDD 1px solid;
}

/* Subscribe in sidebar */
#sidebar .feedicon { display:none;
border: 1px solid #CCCCCC;
background-color: ;
}