@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
body {
	background-color: #fff;
	margin: 0px;
	text-align: center;
}
a {
	color: #1891de;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
form {
	margin: 0;
	padding: 0;
}
pre {
	font:1em/1.2em 'courier new',courier,monospace;
	color:#50ff4c;
	background:#333;
	border:1px dotted #fff;
	padding:1em;
	margin:0 0 1em 0;
	overflow:auto;
}
h1,h2 {
	font-family: "Times New Roman", Times, serif;
	color: #1891de;
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0;
}
p {
	display: block;
	margin: 0 0 10px 0;	
}
#wrapper {
	width: 1000px;
	margin: 15px auto;
	text-align: left;
}

/* Header */
#header {
	text-align: left;
	width: 1000px;
	float: left;
	padding: 15px 0 5px 0;
	border-bottom: 1px dotted #eeeeee;
	color: #999999;
}
	#logo {
		float: left;
		width: 500px;
		text-align: left;
	}
	.underlogo {
		padding-top: 10px;
	}
	#mysocial {
		float: right;
		text-align: right;
		width: 500px;
		padding-top: 50px;
		border: none;
	}
	.socialicon {
		margin-left: 10px;
	}
	#respond {
		clear: left;
		width: 670px;
		padding-top: 20px;
	}
/* Header */

/* Middle Part */
#contentbody {
	width: 1000px;
	clear: both;
	padding: 10px 0;
	float: left;
}
	#rightbar {
		width: 300px;
		float: right;
		/*padding-left: 10px;*/
	}
	#leftbar {
		width: 680px;
		float: left;
		border-right: 1px solid #f4f3f3;
		min-height: 1370px;
	}
	.datebox {
		height: 18px;
		line-height: 18px;
		background: url(images/date.gif) left top no-repeat;
		color: #666666;
		margin-bottom: 15px;
		padding-left: 25px;
	}
	.listpost {
		padding-bottom: 5px;
		border-bottom: 1px solid #f4f3f3;
		float: left;
		width: 670px;
		margin-bottom: 20px;
		padding-right: 10px;
	}
	.entry {
		margin-bottom: 20px;
		width: 670px;
		padding-right: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #f4f3f3;
		float: left;
	}
	.tags {
		height: 23px;
		line-height: 23px;
		background: url(images/tags.gif) left top no-repeat;
		padding-left: 43px;
		color: #1891de;
		float: left;
	}
	.commentnum {
		height: 23px;
		line-height: 23px;
		background: url(images/comment.gif) left top no-repeat;
		padding-left: 33px;
		color: #1891de;
		float: left;
		margin-left: 20px;
	}
	.searchbox {
		background: #f4f3f3;
		padding: 10px;
		margin-bottom: 15px;
	}
	.textsearch {
		width: 70%;
		background: #fff;
		padding: 3px;
		color: #666666;
		border: 1px solid #d8d5d5;
	}
	.searchbtn {
		width: 25%;
		border: 1px solid #d8d5d5;
		background: #e8e8e8;
		padding: 2px;
	}
	.categories {
		width: 135px;
		padding-right: 10px;
		float: left;
		margin-bottom: 15px;
	}
	.latest {
		width: 135px;
		padding-left: 10px;
		float: left;
		margin-bottom: 15px;
	}
	.categories ul, .latest ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.categories li, .latest li {
		line-height: 22px;
		border-bottom: 1px dotted #d4d4d4;
		color: #1891de;
	}
	.categories a, .latest a {
		color: #1891de;
		text-decoration: none;
	}
	.categories a:hover, .latest a:hover {
		color: #000;
		text-decoration: none;
	}
	.advertisement {
		background: #f4f3f3;
		margin-bottom: 15px;
		clear: left;
	}
	.new-comment ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.new-comment li {
		padding-left: 15px;
		background: url(images/arrow.gif) left top no-repeat;
		margin-bottom: 5px;		
	}
	.new-comment li a {
		color: #1891de;
		text-decoration: none;
	}
	.new-comment li a:hover {
		color: #000;
		text-decoration: none;
	}
	.tcwGravatar {
		margin: 5px 0 0 0;
	}
	.thumb-post {
		float: right;
		margin-left: 10px;
	}
	.thumb-post img {
		border: 3px solid #eee;
	}
	.spacer {
		display: block;
		height: 30px;
	}
	#adsense {
		display: block;
		margin: 15px 0;
		font-size: 11px;
	}
	#relatedpost {
		padding-bottom: 5px;
		padding-top: 20px;
		border-bottom: 1px solid #f4f3f3;
		background: #eeeeee;
		float: left;
		width: 670px;
		margin-bottom: 20px;
		padding-left: 10px;
	}
/* Middle Part */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 0;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Comments*/
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#ccc; }
ol.commentlist li p { font-size:11px; margin:0 0 1em; }
ol.commentlist li ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* End Comments */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #eeeeee;
	text-align: center;
	background-color: #ffffff;
	padding-top: 4px;
	margin: 10px;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Footer */
#footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 15px 0;
	background: #333333;
	color: #cccccc;
	float: left;
}
#footer a {	
	color: #1891de;
	text-decoration: none;
}
#footer a:hover {	
	color: #fff;
	text-decoration: none;
}
	.footer-wrap {
		width: 1000px;
		margin: auto;
		padding: 0 0 20px 0;
		text-align: left;
	}
	.footer-wrap h3 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #fff;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.tag-cloud {
		width: 290px;
		float: left;
		padding-right: 10px;
	}
	.commentator, .blogroll {
		width: 180px;
		float: left;
		padding: 0 10px 20px 0;		
	}
	.commentator ul, .blogroll ul, .aboutme ul  {
		list-style: none;
		margin: 0;
		padding: 0;
	}	
	.commentator li, .blogroll li, .aboutme li {
		line-height: 22px;
		border-bottom: 1px dotted #d4d4d4;
		color: #1891de; 
	}
	.aboutme {
		width: 290px;
		float: left;
		padding-left: 10px;
	}
	.clear-footer {
		clear: left;
		padding: 10px 0;
		border-top: 1px solid #666666;
		color: #666666;
		text-align: center;
	}
/* Footer */