/* 
Theme Name: Xandy
Theme URI: http: //www.voidman.com/
Description: Designed by WPCandy and remixed by David</a>.
Version: 1.0
Author: David
Author URI: http: //www.voidman.com/ 
*/

/* global */
* {
	margin: 0;
	padding: 0;
}

body {
        font-family: Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
        font-size: 12px;
	color: #444;
	background: #f1f1f1;
}

h1,h2,h3,h4{
	font-family: Arial;
	letter-spacing: -1px;
}

code,pre {
	font: 1em "Courier New", Consolas, Tahoma;
}

img {
	border: 0;
}

ul,li {
	list-style: none;
}

hr {
	display: none;
}

blockquote {
	padding: 0 10px;
	border-left: 3px solid #dbdbdb;
	background: none;
	color: gray;
}

a {
	color: #27d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* layout */
#wrap {
	width: 930px;
	margin: 18px auto;
}

#content {
	padding: 25px 25px 10px;
	background: url(images/headerbg.gif) 0 -43px repeat-x #fbfbfb;
	border: 1px solid #cacaca;
	text-align: left;
}

/* header */
#header {
	height: 43px;
	margin: 0 auto;
	padding: 0 15px;
	border: 1px solid #9a9a9a;
	border-bottom: none;
	background: #010101;
	line-height: 43px;
}

.logo {
	float: left;
	width: 100px;
	background: url(images/logo.gif) 0 -5px no-repeat;
	overflow: hidden;
}

.logo a {
	display: block;
	width: 100%;
	text-indent: -9999px; /* hidden blog name */
}

ul.menu li {
	float: left;
}

ul.menu li a {
	float: left;
	margin-left: 30px;
	color: #c1c1c1;
	font-size: 15px;
}

ul.menu li a:hover {
	color: #fff;
	text-decoration: none;
}

#search {
	float: right;
}

#search #searchsubmit {
	border: none;
	background: transparent;
	color: #c1c1c1;
	font: 15px Verdana, Arial;
	cursor: pointer;
}

#search #searchsubmit:hover {
	color: #fff;
}

/* nav */
.nav a {
	color: #999;
}

.nav .left {
	float: left;
	width: 50%;
	text-align: left;
}

.nav .right {
	float: right;
	width: 50%;
	text-align: right;
}

/* post */
#main {
	float: left;
	width: 70%;
}

.post {
	margin: 0;
	padding: 15px 0;
}

.post h2 {
	font-size: 1.5em;
}

.post h2 a {
	color: #444;
}

.post h2 a:hover {
	color: #2277DD;
	text-decoration: none;
}

.post h4 {
	margin-top: 10px;
	font: 1em Tahoma, SimSun;
	letter-spacing: 0;
}

.post .rtl {
	direction: rtl; 
	unicode-bidi: bidi-override; 
}

.post .meta {
	display: block;
	margin: 3px 0;
	color: #777;
	line-height: 1.6em;
}

.post .meta a {
	color: #777!important;
}

.post .start,.comments .start,.post .commentslink,.post .edit,.post .categories,.post .tags,.commentedit {
	background: url(images/icons.gif) no-repeat;
	height: 16px;
	padding-left: 20px;
}

.post .start { 
	background-position: 0 -1px;
}

.comments .start {
	float: left;
	margin-top: 2px;
	background-position: 0 0;
 }

.post .commentslink {
	background-position: 0 -16px;
}

.post .edit {
	background-position: 0 -33px;
}

.post .categories {
	background-position: 0 -48px;
	margin-right: 6px;
}

.post .tags {
	background-position: 0 -65px;
	margin-right: 6px;
}

.commentedit {
	background-position: 0 -80px;
	margin-left: 6px;
}

.post .entry {
	margin-top: 10px;
	font-size: 1em;
	line-height: 1.75em;
	text-align: justify;
	color: #444;
	overflow: hidden;
}

.post .entry p,.post .entry ul,.post .entry ol,.post .entry div {
	margin: 13px 0;
}

.post .entry ul li {
	list-style: disc outside;
	margin-left: 2em;
}

.post .entry ol li {
	list-style: decimal outside;
	margin-left: 2em;
}

.post blockquote.quote {
	padding-left: 25px;
	border: none;
	background: url(images/quote.png) no-repeat;
	font-family: "Courier New";
}

.post blockquote.lrc p {
	font-size: .9em;
	font-style: italic;
}

.post .more-link {
	font-size: 11px;
}

.post code {
	padding: 1px;
	border: 1px solid #e7e5dc;
	background-color: #f8f8f8;
}

.post p.imgdes {
	margin: 0;
	padding: 0;
	color: #999;
}

.post p.imgwrap {
	margin-bottom: 0;
}

img.grayborder {
	border: 1px solid #ddd;
}

/* sidebar */
#sidebar {
	float: right;
	width: 25%;
	padding: 15px 5px 0 2px;
	color: #666;
	font-size: 1em;
	line-height: 1.5em;
	overflow: hidden;
}

#sidebar h3 {
	border-bottom: 1px dashed #777777;
	color: #444;
	font-size: 1.1em;
	margin-bottom: 5px;
}

#sidebar .widget {
	margin: 0 0 20px;
}

#sidebar .widget li {
	list-style: disc inside;
	line-height: 20px;
}
#sidebar li {
	padding: 1px;
}

#sidebar #categories li {
	list-style: disc inside;
}

#sidebar #categories ul.children li {
	list-style: circle inside;
	margin-left: 5px;
}

#sidebar #links li {
	float: left;
	line-height: 20px;
	padding-left: 0;
	width: 108px;
}

#sidebar .morelink {
	float: right;
}

/* comments */
#comments {
	margin-top: 10px;
}

#comments h3 {
	font-size: 1.2em;
}

.comments {
	margin: 0;
	padding: 10px 0 20px;
}

.comments li {
	position: relative;
	list-style: none;
	margin: 5px 0 0;
	padding: 10px 10px 5px;
	border: 1px solid #ddd;
	background: #f7f7f7!important; 
}

.comments .comment {
	position: relative;
	float: none;
	clear: both;
	margin-left: 45px;
	padding: 1px;
	font-size: 1em;
	line-height: 2.5em;
}

.comments .comment p {
	margin: 5px 0 0;
}

.comments .comment blockquote {
	margin: 13px 0;
}

.comments img.avatar {
	float: left;
	margin-right: 10px;
	border: 1px solid #999;
	padding: 1px;
}

.comments cite {
	display: block;
	float: left;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -1px;
}

.comments .meta {
	position: absolute;
	font-size:.9em;
	left: 54px;
	top: 25px;
}

.comments .meta a {
	color: #777;
}

.comments .counter {
	position: absolute;
	right: 10px;
	top: -5px;
	color: #ddd;
	font: lighter 5em Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
}

.comments .counter a {
	color: #ddd;
	text-decoration: none;
}

.comments .alert {
	margin: 10px 0 0 45px;
}

.pings {
	padding: 0;
	margin: 10px 0 15px;
	font-size: 1em;
}

.pings li {
	list-style: none;
	padding: 2px 10px;
}

#comments .note {
	margin: 20px 0 30px;
	padding-left: 10px;
	color: #ddd;
	font-size: 1.5em;
	letter-spacing: -2px;
}

#comments form {
	padding: 8px 0 10px;
	margin: 0;
}

#comments input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
}

#comments textarea {
	width: 98%;
	margin: 10px 0;
}

#comments input[type=text],#comments textarea {
	padding: 2px;
	border: 1px solid #7f9db9;
	color: #777;
	font-size: 1em;
}

#comments input[type=text]:focus,#comments textarea:focus {
	background: #f5f5f5!important;
	color: #444!important;
}

/* footer */
#footer {
	color: #777;
	font-size: .8em;
	line-height: 1.8em;
	text-align: center;
	padding-top: 15px;
}

#footer a {
	color: #888;
}

/* other */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

*+html .clearfix {
	min-height: 1px;
}

/*caption*/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*feeds*/
.rss,.twitter{
	background: url(images/feeds.gif) no-repeat;
	height: 32px;
	float:left;
	padding-left: 40px;
	margin: 0 30px 20px 0;
	line-height: 30px;
}

.rss { 
	background-position: 0 0;
}

.twitter { 
	background-position: 0 -32px;
}