/*  
Theme Name: Xenlog
Theme URI: http://www.themebin.com
Description: Keep it simple and clean!.
Author: ThemeBin
Author URI: http://www.themebin.com
Version: 1.0
*/

/* ThemeBin's CSS Document */

/* Body */

body {
	background: #666;
	margin: 0;
	color: #000;
	text-align: justify;
	font: 100%/150% Geneva, Arial, Helvetica, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
/* Links Links Links */

a, a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 2em;
}
/* Headings */

/* h1, h2, h3 { font: "Verdana", Arial, Helvetica, sans-serif; } /* Common font for all headings */

h1, h1 a, h1 a:visited {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #EFEFEF;
}
h1 a:hover {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
h2 {
	font-size: 18px;
	text-decoration: none;
	color: #336699;
	padding-top: 10px;
	border-bottom: dotted 1px #222;
}
h2 a {
	text-decoration: none;
	color: #0099CC;
}
h2 a:visited {
	text-decoration: none;
	color: #0099CC;
}
h2 a:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #339966;
}
h4 { /* Used only for welcome, or else this will be commented out */
	font-size: 14px;
	font-weight: bold;
}
/* Header */

#header {
	height: 70px;
	width: 990px;
	margin-left: 1px;
	background: #333 url(images/header.png) no-repeat;
}

#header img { border:none; }

#topbg {
	background: url(images/topbg.png) repeat-x;
}
#blogtitle {
	color: #fff;
	font-size: 30px;
	padding-top: 10px;
	padding-left: 20px;
	width: 600px;
	font-size: 30px;
}
#blog-description {
	color: #ccc;
	font-size: 14px;
	padding-left: 20px;
	width: 600px;
}
#rss {
	margin-top: -15px;
	padding-right: 15px;
	float: right;
	height: 24px;
}

/* Navbar */

#nvbar {
	height: 40px;
	width: 990px;
	margin-left: 1px;
	background: url(images/nav.png) repeat-x;
	position: relative;
}
#nbar {
	position: relative;
	width: auto;
	height: 40px;
	margin: 0;
	padding : 8px 0 0 0;
	font: 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}
#nbar li {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 5px;
	list-style-type: none;
}
#nbar .current_page_item a, #nbar .current_page_item a:visited {
	display: block;
	height: 25px;
	float: left;
	padding: 0 10px;
	color: #333;
	text-decoration: none;
	background: none;
	border-right: dotted 1px #666;
}
#nbar .page_item a {
	display: block;
	height: 25px;
	float: left;
	padding: 0 10px;
	color: #333;
	text-decoration: none;
	background: none;
	border-right: dotted 1px #666;
}
#nbar .page_item a:hover {
	color: #000;
	padding-top: 2px;
}
/* Images */

p img {
	padding: 0;
	max-width: 100%;
	border: none;
	background: none;
}
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 0;
}
.entry ul li {
	background: url(images/bullet.png) left no-repeat;
	padding-left: 25px;
}
.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 {
	width: 100%;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
	color: #0099FF;
}
#wp-calendar caption {
	font: bold 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	color: #333;
	padding-bottom: 5px;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding-left: 5px;
}
code {
	margin : 4px 8px;
	padding : 10px;
	text-align : left;
	display : block;
	overflow : auto;
	font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	background: #F8F8F8;
	border : 1px dashed #D7C3C3;
}
blockquote {
	background: #F8F8F8;
	border: dotted 1px #D7D7D7;
	padding: 5px 5px 5px 25px;
}
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 {
	position: relative;
	background: none;
	width: 300px;
	border: none;
	float: right;
	height: 20px;
}
#searchform #s {
	margin: 0;
	padding: 10px 2px;
	padding-left: 45px;
	width: 190px;
	background: none;
	border: none;
	color: #ccc;
	font-size: 12px;
}
#searchform #search-submit {
	background: url(images/search.png) no-repeat left top;
	color: #333;
	border: none;
	width: 25px;
	height: 20px;
	cursor: pointer;
	margin-left: 15px;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
/* Wrap */

#wrap {
	width: 998px;
	margin: 0 auto;
	background: url(images/wrap.png) repeat-y;
}
.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 {
	padding : 2px;
	border : 1px solid #C6D9E9;
	font : normal 1em Verdana, sans-serif;
	color : #000000;
	background: url(images/gradtop.gif) repeat-x;
}
#commentform textarea {
	width : 400px;
	padding : 2px;
	font-family : Verdana, sans-serif;
	border : 1px solid #C6D9E9;
	height : 100px;
	display : block;
	background: url(images/gradtop.gif) repeat-x;
	color : #000;
}
#commentform #submit {
	margin: 0;
	float: right;
	border : 1px solid #ccc;
	height: 25px;
	background : url(images/gradbot.gif) bottom repeat-x;
	color : #131212;
}
#commentform a {
	color: #006699;
	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;
	border: dotted 1px #D7D7D7;
}
.commentlist li a {
	color: #006699;
	text-decoration: none;
}
.commentlist li a:hover {
	color: #000;
	text-decoration: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
#commentform {
	margin : 10px;
	padding : 0 5px;
	border: solid 1px #D7D7D7;
	background: #F8F8F8 url(images/formbg.png) right repeat-y;
}
.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 #EBEBEB;
	padding: 2px;
	background: #EBEBEB;
}
.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 {
	width: 978px;
	margin: 0 auto;
	margin-top: 10px;
}
#content-wrap-top {
	background: url(images/nav.png) center no-repeat;
	height: 63px;
}
#content-top img {
	border: none;
}
#content-bottom {
	background: url(images/content-bottom.png) no-repeat;
	height: 48px;
	position: relative;
	width: 998px;
	margin: 0 auto;
}
#line {
	height: 10px;
	width: 900px;
	border-bottom: dotted 1px #999;
	margin: 0 auto;
}
/* Post */

#post-wrap {
	width: 640px;
	margin: 10px 10px 0 10px;
	text-align: justify;
	font-size: 12px;
	float: left;
}
.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: #F3F3F3;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	text-align: right;
	color: #000;
	margin-bottom: 30px;
	border-bottom: dotted 1px #DEDEDE;
	border-top: dotted 1px #DEDEDE;
}
.narrowcolumn .postdet {
	background: #f8f8f8;
	border: solid 1px #D7D7D7;
	padding: 5px 10px 5px 5px;
	width: 600px;
}
.narrowcolumn .postmetadata a {
	color: #000;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.alt {
	background-color: #F5F5F5;
}
.alt a {
	color: #EBEBEB;
}
.alt a:hover {
	color: #fff;
}
.postmetadata {
	clear: left;
}
/* Post elements */

.calendar {
	padding-top: 2px;
	background: url(images/calendar.png) left no-repeat;
	padding-left: 20px;
	float: left;
}
.category {
	background: url(images/category.png) left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	float: left;
	height: 16px;
	padding-bottom: 8px;
}
.author {
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(images/user.png) no-repeat;
}
.commentcount {
	background: url(images/comment.png) no-repeat;
	padding-left: 20px;
	margin-left: 20px;
	padding-bottom: 5px;
}
/* Page Navigation */

.navigation {
	display:block;
	text-align:center;
	padding-top: 38px;
	color:#fff;
	height: 50px;
	padding-left: 6px;
	margin: 0 auto;
}
.old a {
	float: left;
	padding-left: 17px;
	text-decoration: none;
	background: url(images/prev.png) no-repeat left center;
}
.new a {
	float: right;
	padding-right: 17px;
	text-decoration: none;
	background: url(images/next.png) no-repeat right center;
}
/* Sidebar */

#sbar {
	width: 300px;
	margin-right: 7px;
	float: right;
	background: #fff;
	font-size: 12px;
}
#sbar li {list-style-type: none;}
.sbar-top {
	background: #fff url(images/sbar-top.png) no-repeat;
	height: 14px;
}
.sbar-bot {
	background: #fff url(images/sbar-bot.png) no-repeat;
	height: 14px;
	margin-bottom: 6px;
}
.sbar-widget {
	background: #F4F4F4;
	padding-bottom: 28px;
	border: solid 1px #E2E2E2;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#sbar h2 {
	color: #333;
	font-size: 16px;
	border-bottom: dotted 1px #666;
	background: url(images/arrow.png) bottom left no-repeat;
	padding: 10px 10px 0 20px;
	height: 22px;
}
#sbar a {
	color: #000;
	text-decoration: none;
}
#sbar a:hover {
	color: #222;
	text-decoration: none;
}
.sbar-widget ul ul li, #sbar-widget ul ol li {
	margin: 3px 0 0;
	padding-left: 20px;
	list-style-type: none;
}
.sbar-widget ul {
	list-style: none;
	text-decoration: none;
	margin : 3px 0 2px 0;
	padding: 0;
}

.sbar-widget ul li {
	padding : 2px 0 0px 5px;
	margin : 0 0 0 2px;
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
}
.sbar-widget ul li:hover {
	background: #EBEBEB;
}
#getsocial {
	width: 290px;
	margin-top: 10px;
	background: #F4F4F4;
	border: solid 1px #E2E2E2;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
}
.social {
	background: none;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 14px;
	color: #999;
}

/* Footer */

#footer-wrap {
 	margin: 0px auto;
 	width: 1000px;
 	position: relative;
 	clear: both;
}
#footer {
	text-align: center;
	position: relative;
	clear: both;
	color: #f6f6f6;
	font-size: 11px;
}
#footer a {
	color: #f4f4f4;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}
/* Clear */

.cleared {
	clear: both;
}

