/*  
Theme Name: 84Bytes
Theme URL: https://84bytes.com
Description: Design and implemented
Author: Richard S K Wong
Author URI: 84bytes.com
© 2010,84 Bytes. All rights reserved. 
*/
   
/* SECTION:RESET 
---------------------------------------------------*/
html { background-color: #FFFFFF; color: #000000; line-height: 1; }
blockquote,body,button,code,dd,dl,div,dt,form,fieldset,h1,h2,h3,h4,
h5,h6,legend,li,input,ol,p,pre,ul,td,textarea,th{ margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
button,fieldset,img { border-width: 0; }
address,caption,code,cite,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
li { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 {	font-size: 100%; font-weight: normal; }
q:before,q:after { content: ''; }
abbr,acronym { border-width: 0; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
button,input,textarea,select { font-family: inherit; font-size: 100%; font-weight: inherit; }
legend { color: #000000; }



/* General / Global
-------------------------------------------------*/
body { 
	padding: 0; margin: 0; 
	font:normal 95% helvetica,sans-serif;
	line-height: 1.4em; 
	background: #ffffff; 
	color: #444; 
}
strong {
	font-weight: bold;
}
a {  color: #2e77ba; background: inherit; }
a:hover { color: #666; background: inherit; }	


/* Layout
-------------------------------------------------*/
#header { overflow: auto; width: 100%; }
#header .wrapper { margin: 5px auto; width: 960px; }
#main { }
#main .wrapper { margin: 10px auto; width: 960px; }
.content { float: left; width: 630px; margin: 10px 0; }
.sidebar { float: left; width: 300px; margin: 10px 0 10px 20px; color: #666; }
#footer { overflow: auto; width: 100%; }
#footer .wrapper { margin: 0 auto; width: 960px; }

/* Header
-------------------------------------------------*/
#header { 
	background:#000; 
	overflow: auto;
	padding: 5px 0; 
	width: 100%;
}
#logo { float: left; }
#logo h1 {
	display: inline;
	font-size: 1.5em;
	font-weight: bold;
}
#logo h1 a {
	color: #fff;
	text-decoration: none;
}
#logo span.tagline {
	color: #ccc;
	font-size: 0.9em;
}


/* Content
-------------------------------------------------*/
.content {}
.content h1 { 
	color: #666;
	font: normal 1.8em helvetica,sans-serif; 
	font-weight: bold;  
	margin-bottom: 20px;
}
.content h2 { font: normal 2em helvetica,sans-serif; color: #000; }
.content h2 a { 
	color: #000;
	text-decoration: none; 
}
.content h2 a:hover { 
	background: #f3f3f3; 
	text-decoration: underline;
}
.content .post {
	margin-bottom: 20px;
}
.content .post .meta {
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.content .post .meta span {
	margin-right: 10px;
}
.content .post .meta span.author {
	font-weight: bold;
}


.content .post p {
	color: #222; 
	font-size: 0.9em;  
	padding: 5px 0;
}
.content .post p.meta { color: #666; margin: 0; padding: 0; }
.content .post p.meta a { color: #333; }
.content .post p.description { color: #333; padding: 0; margin: 0 0 5px 0; }

.content .post strong { font-weight: bold; }
.content .post blockquote {
	margin: 10px 0 0 15px;
	padding: 0 15px;
	border-left: 8px solid #eaeaea;
	font-size: 0.95em;
	color: inherit;
	font-family: inherit;
}
.content .post pre {
	background-color:#000000;
	border-left:10px solid #333333;
	color:#FFFFFF;
	font-family:monospace;
	font-size:1em;
	line-height:1.5em;
	margin:8px 0;
	overflow:auto;
	padding:10px;
}

.content .post img { border: 10px solid #eee; }
.content .post img.alignleft { float: left; margin: 3px 3px 3px 0; }
.content .post img.alignright { float: right; margin: 0 3px 3px 3px; }
.content .post .thumbnail { 
	float: left; 
	margin: 0 18px 8px 0; 
	border: 1px solid #dedede; 
}

.content .post ul, .content .post ol { margin-left: 1em; }
.content .post li { list-style: square inside; font-size: 0.9em; }
.content .post ol li { list-style-type: decimal; }
.content .post ol li ol li { list-style-type: lower-roman; }

.content .post div.relatedposts { margin: 2em 0; }
.content .post div.relatedposts h4 { margin: 0; font-weight: bold; border-bottom: 5px solid #eee; }
.content .post div.relatedposts ul { margin-top: 0.5em; }
.content .post div.relatedposts a { text-decoration: none; }
.content .post div.relatedposts a:hover { text-decoration: underline; }

.content .post div.ad_bottom { width: 468px; margin: 2em auto; background: #eee; }


/* Content - Left - Comment
-------------------------------------------------*/
.comment-block { 
	margin: 0; padding: 0; 
	font-size: 0.9em;
}

.comment-block h3 {
	border-bottom: 1px dotted #ccc;
	color: #333; 
	font-weight: bold;
	margin-top: 20px;
}

.comment-block p {  padding: 5px; }
.comment-block a { color: #2b2b2b; text-decoration: none; }
.comment-block a:hover { color: #e82c2b; text-decoration: underline; }

.comment-block .comments { 
	background: #eee;
	padding: 0;
	overflow: auto;
	width: 100%;
}
.comment-block .comments li {
	padding: 5px;
}
.comment-block .comments li .title {
	display: block;
	padding: 5px 5px 0 5px;
}
.comment-block .comments li span {
	color: #666;
	font-size: 0.9em;
}
.comment-block .comments li .author {
	font-size: 1.1em;
	font-weight: bold;
}
.comment-block .comments li p {
	padding-top: 0;
}

.nocomments { text-align: center; margin: 0; padding: 0; }
.commentmetadata { margin: 0; }

.comment-block form { 
	background: #eee;
	font-size: 0.8em;
	padding: 5px;
}
.comment-block form input.text { padding: 5px; border: 1px solid #ccc; width: 250px; }
.comment-block form input.text:focus { border: 1px solid #999; }
.comment-block form p label {
	display: block;
	float: left;
	width: 35px;
}

.comment-block form textarea { border: 1px solid #ccc; width: 600px; padding: 5px; }
.comment-block form textarea:focus { border: 1px solid #999; }
.comment-block form input.submit {
	font-size: 0.9em;
	box-sizing: border-box;
	padding: 5px 6px 5px 6px;
}


/* Sidebar
-------------------------------------------------*/
.sidebar {
	font-size: 0.9em;
}
.sidebar .block {
	margin-bottom: 10px;
}
.sidebar .block h2 {
	color: #333;
	font-weight: bold;
}
.sidebar .block li {
	padding: 0;
	list-style: square inside;
}
.sidebar .block li a:hover {
	background: #666;
	color: #fff;
}

#footer { 
	clear: both;
	font-size: 0.8em;
	padding: 10px 0 2em 0;
	overflow: auto;
}

/* Google Ad
-------------------------------------------------*/
.adt span { font-size: 200%; }
 
 
 
 
 
 