/*  
Theme Name: TwilightKnight
Theme URI: http://www.themebin.com
Description: Beautiful wordpress Theme
Author: ThemeBin
Author URI: http://www.themebin.com
Version: 1.0
*/


/* ThemeBin's CSS Document */

/* Body */

body {
	background-color: black;
	margin: 0px auto;
  	width: 1000px;
	color: #ccc;
	text-align: justify;
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif; 
}

* {
  margin: 0;
  padding: 0;
  }

/* Links Links Links */

a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #04537A;
	text-decoration: none;
}

/* Headings */

/* h1, h2, h3 { font: "Verdana", Arial, Helvetica, sans-serif; } /* Common font for all headings */

h1 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

h1 a, h1 a:visited {
	color: #fff;
	text-decoration: none;
}

h1 a:hover {
	color: #EBEA80;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	text-decoration: none;
	color: #E3E3E3;
	border-bottom: dotted 1px #222;
}

h2 a {
	text-decoration: none;
	color: #E3E3E3;
}

h2 a:visited {
	text-decoration: none;
	color: #E3E3E3;
}


h2 a:hover { 
	text-decoration: none;
	color: #fff;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

h4 { /* Used only for welcome, or else this will be commented out */
	font-size: 14px;
	font-weight: bold;
}

/* Header */

#header {
	background: url(images/header.png) no-repeat;
	height: 291px;
	position: relative;
}

#blogtitle {
	padding-top: 40px;
	padding-left: 40px;
	text-align: left;
	position: relative;
}

#blog-description {
	font-size: 1.2em;
	padding-top: 20px;
	padding-left: 40px;
	text-align: left;
	position: relative;
}

#stuff {
	width: 250px;
	text-align: right; /* This will center out RSS and search.. do not change */
	float: right;
}

#welcome {
	padding-left: 35px;
	width: 650px;
	text-align: justify;
	padding-top: 15px;
	font-size: 10px;
}

#rss {
	padding-top: 85px;
	padding-right:30px;
}

/* Navbar (Referred from glossyblue) */

#nvbar {
	list-style: none;
	margin: 0px;
	position: relative;
	float:left;
	top: 20px;
	padding-left: 35px;
	bottom: 0px;
}
#nbar li {
	float: left;
	margin-left: 5px;
	list-style-type: none;
}
#nbar .current_page_item a, #nbar .current_page_item a:visited{
	color: #a4dfed;
	text-decoration: none;
}
#nbar .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #000 url(images/buttons.png) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	display: block;
	border:solid 1px #222;
}
#nbar .page_item a:hover {
	color: #a4dfed;
}


/* Images */

p img {
	padding: 0;
	max-width: 100%;
	border: solid 2px #222;
	background: #000;
}

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;
}

.alignleft {
	float: left
}

img.wp-smiley{  border:none; } /* Removes borders from smilies */

/* Formatting */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry {
	margin-top: 25px;
	margin-bottom: 15px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	background: #000;
}
	
blockquote {
	margin: 15px 30px 20px 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left: 5px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	background: #000;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* Form Elements */

.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 textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
/* Search */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	margin-right: 35px;
}

#searchform #s{
	background: #000;
	height: 17px;
	width: 125px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #5397a4;
	border: solid 1px #222;
}
#searchform #search-submit { 
	background: url(images/search.png) no-repeat left top;
	height: 23px;
	width: 23px;
	border: solid 1px #222;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}


/* Wrap */

#wrap {
	margin: 0px auto; 
	width: 1000px;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}
	
/* Comments */

#commentform input {
	width: 170px;
	padding: 2px;
	background: #000;
	color: #3E85A5;
	border: solid 1px #222;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background: #000;
	color: #fff;
	border: solid 1px #222;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: solid 1px #222;
	height: 25px;
	color: #fff;
	background: url(images/buttons.png) repeat-x;
}

#commentform a {
	color: #3E85A5;
	text-decoration: none;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist li a {
	color: #3E85A5;
	text-decoration: none;
}

.commentlist li a:hover {
	color: #fff;
	text-decoration: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #222;
	padding: 2px;
	background: #000;
}

.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;
}

/* Content */

#content {
	clear: both;
	margin: 0;
	background: #000 url(images/wrap.png) center repeat-y;
}

#content-top {
	background: url(images/content-top.png) no-repeat;
	height: 153px;
	position: relative;
}

#content-top img {
	border: none;
}

#content-bottom {
	background: url(images/content-bottom.png) no-repeat;
	height: 50px;
	position: relative;
}

/* Post */

#post-wrap {
	width: 650px;
	float: left;
	padding-left: 35px;
	position: relative;
	padding-top: 25px;
}

.post {
	margin: 0 0 30px;
	text-align: justify;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.narrowcolumn .postmetadata {
	text-align: right;
}

.narrowcolumn .postmetadata {
	background: #000;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border: solid 1px #111;
	font-size: 11px;
}

.narrowcolumn .postmetadata a {
	text-decoration: none;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.alt {
	background-color: #070707;
}

.alt a {
	background-color: #070707;
	color: #3E85A5;
}

.alt a:hover {
	background-color: #070707;
	color: #fff;
}

.postmetadata {
	clear: left;
}

/* Post elements */

.timed {
	font-size: 11px;
	background: url(images/calendar.png) no-repeat;
	padding-left: 17px;
	float: right;
}

.category {
	font-size: 11px;
	background: url(images/category.png) no-repeat;
	padding-left: 17px;
	float: left;
}

.commentcount {
	font-size: 11px;
	background: url(images/comment.png) no-repeat;
	padding-left: 17px;
}
	
/* Page Navigation */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	color: #00CCFF;
}	

.old a {
	float: left;
	padding-left: 17px;
	text-decoration: none;
	background: url(images/left.png) no-repeat left center;
}
.new a {
	float: right;
	padding-right: 17px;
	text-decoration: none;
	background: url(images/right.png) no-repeat right center;
}

.navigation a {
	color: #3E85A5;
	text-decoration: none;
}	


/* Sidebar */

#sbar {
	width: 225px;
	float: right;
	padding-right: 35px;
	padding-top: 20px;
	color: #3E85A5;
}

#sbar h2 {
	font-size: 14px;
	text-decoration: none;
	color: #E3E3E3;
	border-bottom: dotted 1px #222;
}

#sbar a {
	color: #3E85A5;
	text-decoration: none;
}

#sbar a:hover {
	color: #fff;
	text-decoration: none;
}

#sbar ul, #sbar ul ol {
	margin: 0;
	padding-bottom: 10px;
	}

#sbar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sbar ul p, #sbar ul select {
	margin: 5px 0 8px;
	}

#sbar ul ul, #sbar ul ol {
	margin: 5px 0 0 10px;
	}

#sbar ul ul ul, #sbar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sbar ul ol li {
	list-style: decimal outside;
	}

#sbar ul ul li, #sbar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* Footer */

#footer-wrap {
	margin: 0px auto;
	width: 1000px;
	position: relative;
	clear: both;
}

#footer {
	text-align: center;
	position: relative;
	clear: both;
	font-size: 11px;
}

#footer a {
	color: #3E85A5;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}
	

/* Clear */

.cleared {
  clear: both;
}

/* Tree reflection wallpaper by: vxside.deviantart.com */


/* 

- CSS Referred from Wordpress Default theme "Kubrick" 
- Made Wordpress 2.5.1 Compatible.
- Unique Structure.
- Licenced under Creative Commons 2.5 Non Commercial, Attribution, No Derivitive.

*/  

  