/*  
Theme Name: 84Bytes Version 0.9
Theme URL: https://84bytes.com
Description: Design and implemented by Richard S K Wong
Author: Richard
Author URI: 
© 2008,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; 
}
div.main-column { width: 960px; margin: 0 auto; }

a {  color: #2e77ba; background: inherit; }
a:hover { color: #666; background: inherit; }	

h1 { font: bold 2.2em helvetica,sans-serif; }
h2 { font: normal 1.8em helvetica,sans-serif; color: #000; }
h1 a, h2 a { color: #2b2b2b; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #2b2b2b; }

h3 { font-weight: normal; font-size: 1.25em; margin: 0.8em 0 0.4em 0; color: #000; }
h4 { font-weight: normal; font-size: 1.15em; margin: 0.8em 0; }

p { font-size: 0.9em;  }
strong { font-weight: bold; }
blockquote {
	margin: 10px 0 0 15px;
	padding: 0 15px;
	border-left: 8px solid #eaeaea;
	font-size: 0.95em;
	color: inherit;
	font-family: inherit;
}
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;
}





/* Header
-------------------------------------------------*/
#header { background:#000; padding: 10px 0; }
#header #logo { padding: 5px 0 0 8px; }
#header #logo h1 { font-size: 2.8em; }
#header #logo h1 a { 
	display: block;
	background: url('images/logo.gif') no-repeat; 
	width: 200px; height: 50px; 
	color:#fff; 
}
#header #logo h1 a span { display: none; }
#header #logo p { 
	margin: 0; padding: 0; 
	color: #808080; 
	font-size: 0.9em; 
}

/* Search
-------------------------------------------------*/
#search { 
	float: right; 
	margin: 0; padding: 3px; 
	background: #f3f3f3;
	border: 1px solid #fff;
}
#search input.search { border: 1px solid #ccc; padding: 2px; width: 200px; }
#search input.button { border: 1px solid #ccc; padding: 1px; }

#menu { display: none; clear: both; text-align: right; margin-top: -1.5em; }
#menu ul { margin: 0; padding: 0;}
#menu ul li { display: inline; border-right: 1px solid #333;  }
#menu ul li a { text-decoration: none; font-size: 1.2em; padding: 5px; }
#menu ul li a:hover { text-decoration: underline; }


/* Top-info ie. login
-------------------------------------------------*/
div#top_info { 
	position: absolute; top: 0; right: 0;
	padding-right: 10px;
	text-align: right;
	font-size: 0.8em; color: #666;
}
div#top_info a { color: #666; }


/* Some Rando stuff need sorting out
-------------------------------------------------*/
form { margin: 0; }
input.button { padding: 3px 6px; }

div.hr_top { 
	clear:both; 
	margin-bottom: 5px;
	border-top: 1px solid #ccc; 
}

.alignright { float: right; }
.alignleft { float: left; }
.spacer { 
	padding: 0px;
    text-align: right;
    clear: both;
    text-transform: lowercase;
    padding-top: 5px;
}
div.clear { clear: both; margin: 0; padding: 0; }


/* Content
-------------------------------------------------*/
#content { margin: 10px auto; width: 960px; }

#content div.left { float: left; width: 650px; margin: 0 0 10px 0; }
#content #right { float: right; width: 300px; margin: 10px 0; color: #666; }

#content div.postsnav { padding: 5px 10px; background: #eee; border-bottom: 2px solid #ccc; }
#content div.postsnav a { color: #000; font-size: 1.1em; text-decoration: none; }
#content div.postsnav a:hover { color: #666; text-decoration: underline; }

#content img.alignleft { float: left; margin: 3px 3px 3px 0; }
#content img.alignright { float: right; margin: 0 3px 3px 3px; }


/* Content - Left
-------------------------------------------------*/
div.left div.articles {
	margin: 0 10px 3em 10px;
	padding: 10px 0 0 0;
}
	
div.articles h2.title a { color: #000; }
div.articles h2.title a:hover { background: #f3f3f3; text-decoration: underline; }
div.articles p { color: #222; padding: 5px 0;}	

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

div.articles img { border: 10px solid #eee; }
div.articles .thumbnail { 
	float: left; 
	margin: 0 18px 8px 0; 
	border: 1px solid #dedede; 
}

div.articles p.meta { color: #666; margin: 0; padding: 0; }
div.articles p.meta a { color: #333; }
div.articles p.description { color: #333; padding: 0; margin: 0 0 5px 0; }

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

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

/* Content - Left - Comment
-------------------------------------------------*/
#commentBlock { margin: 0; padding: 0; }

#commentBlock div.header { border-bottom:  1px solid #ccc;  }
#commentBlock div.header h3 { border-bottom: 5px solid #eee; }

#commentBlock h3 { font-size: 1.35em; font-weight: bold; color: #333; }
#commentBlock p { padding: 0.35em; }
#commentBlock a { color: #2b2b2b; text-decoration: none; }
#commentBlock a:hover { color: #e82c2b; text-decoration: underline; }

#commentBlock .commentlist { padding: 0; text-align: justify; }
#commentBlock .commentlist li { margin: 15px 0 3px; list-style: none; border: 1px solid #eee; overflow: auto; }
#commentBlock .commentlist li p { font-size: 0.85em; } 
#commentBlock .commentlist li p.title { background: #f3f3f3; color: #000; font-size: 1em; }
#commentBlock .commentlist li p.title a { color: #2e77ba; text-decoration: underline; }
#commentBlock .commentlist li p.title a:hover { text-decoration: none; }
#commentBlock .commentlist li P.metaData { border-top: 1px dotted #eee; margin: 0 10px; }

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

#commentForm { background: #eee; padding: 1em; }
#commentForm input { padding: 5px; border: 1px solid #ccc; width: 250px; }
#commentForm input:focus { border: 1px solid #3ca2ff; }
#commentForm textarea { border: 1px solid #ccc; width: 600px; padding: 5px; }
#commentForm textarea:focus { border: 1px solid #3ca2ff; }
#commentForm #submit { 
	border: 3px double #666; background: #d6d6d6; 
	width: 150px; padding: 5px; 
	color: #333; font-weight: bold; 
}

/* Content - Right
-------------------------------------------------*/
#right div {
	margin-bottom: 10px;
}
#right div.box { 
	background: #eee;
	color: #5b5b5b; 
	padding: 10px; 
	margin: 0 0 10px 0;
}
#right div.box a.icon { float: right; padding: 0 20px 0 0; margin: 2px 0 0 0; background: url('images/rss.gif') 100% 0 no-repeat; }
#right div.box h2 { font-size: 1.1em; padding: 5px; background: #eee; }

#right div.box div.content { padding : 5px; background: #fff; font-size: 0.8em; }
#right div.box p { padding: 0; margin: 0; font-size: 1em; }
#right div.box .image { float: left; margin: 0 9px 3px 0; }

#right div.box ul, #right div.box ol {
	padding: 0; margin: 2px 0 0 0;
	border-top: 1px solid #ececec;
    color: #333;
    background: #fff;
}

#right ul li, #right ol li {
	border-bottom: 1px solid #ececec;
	list-style: none; 
	margin: 0; padding: 0.3em;
}
#right ul li:hover, #right ol li:hover { background: #f3f3f3; }
#right ul li ul, #right ol li ol { padding: 0; margin: 0 0 0 20px; border: 0; }
#right ul li ul li, #right ol li ol li { list-style-type: none; margin: 0; padding: 0; border: 0; }
#right ul.none li, #right ol.none li { list-style: none; }

#right div.box div.content ul.twocolumn { float: left; }
#right div.box div.content ul.twocolumn li { float: left; width: 125px; }


#right a { color: #2b2b2b; text-decoration: none; }
#right a:hover { color: #e82c2b; }

#right a span.datea { width: 60px; display: block; float: left; }


/* Footer
-------------------------------------------------*/
#footer { 
	clear: both; 
	padding: 10px 0 2em 0;
	border-top: 1px solid #efefef;
	background: #333; 
	overflow: auto;
}

#footer p  { color: #ccc; font-size: 0.85em; }
#footer h4  { color: #ccc; font-weight: bold; margin: 5px 0; }

#footer div.column { margin: 1.5em 0; }

#footer div.aboutMe { width: 250px; float: left; }

#footer div.copyright {
	clear: both;
	border-top: 1px solid #666;
	padding: 5px 0; margin-top: 1em;
	text-align: right; line-height: 1.25em; 
}
#footer div.copyright p { color: #666; }

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