/*
Theme Name: GeorgeLee.my
Description: GeorgeLee.my blog layout. 
Author: Ho Fu Ken
Author URI: http://www.intreek.com
Version: 1.0
Tags: 

*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

a,
a:Visited,
a:Active
{
	text-decoration: none;
	color: #003393;
}


a:Hover
{
	text-decoration: underline;
}


/* END RESET */

body 
{
	background: url(img/bg.jpg) repeat-x #0E0F11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#main_container
{
	width: 1045px;
	margin: auto;
}

#ads
{
	float: left;
	width: 160px;
	margin: 240px 0 0 0px;
}

#container 
{
	width: 900px;/*944px;
	margin: auto;*/
	float: left;
	margin-left: -20px;
}
#header 
{
	height: 230px;
	background:url(img/bg_header.jpg) no-repeat;
}

#clicker
{
	position: absolute;
	margin: 40px 0 0 85px;
	width: 370px;
	height: 130px;
	cursor: pointer;
}

#title 
{
	display: none;
}
#topright 
{
	float:right;
	padding-top: 10px;
}
#nav 
{
	display: none;
	height: 20px;
	background-color: #A7B5CF;
	font-size: 10pt;
	font-weight: bold;
	clear: both;
}
#nav ul
{
	display: inline;
	float: right;
}
#nav ul li {
	display: inline;
	list-style: none;
}
#nav li a {
	color: #ffffff;
	text-decoration: none;
	margin-right: 10px;
	padding: 5px 10px 4px 10px;
}

#nav li a:hover {
	color: #3E4B65;
}

#content 
{
	width: 679px;
	float: left;
	display: inline;
	background: url(img/bg_content.gif) repeat-y 89px 0;
	min-height: 1200px;
	height: auto !important;
	height: 1200px;
	
}

#sidebar 
{
	float: left;
	width: 200px;
	color: #999;
	text-align:left;
	margin: 10px 0 0 20px;
}

#sidebar ul
{
	margin-bottom: 10px;
}

#footer 
{
	margin: 8px 0;
	padding-left: 90px;
	color: #AAA;
	font-size: 11px;
}

#footer  a,
#footer  a:Active,
#footer  a:Visited
{
	color: #090;
}

#footer  a:Hover
{
	text-decoration: underline;
}

#title h1 {
	padding-top:25px;
}
#title h1 a{
	font-size: 18pt;
	color: #004385;
	text-decoration: none;
	font-weight: normal;
}

.description {
	font-size: 12pt;
	font-weight: normal;
	color: #666666;
}

div#pagetitle
{
	margin-left: 127px;
}

.post 
{
	margin: 0 0 20px 33px;
	padding-bottom: 20px;
	background: url(img/post_splitter.gif) 97px bottom no-repeat;
}

.entry 
{
	float: left;
	display: inline;
	width: 523px;
	margin-left: 40px;
	line-height: 22px;
	color: #444;
	font-size: 15px;
}

.entry a,
.entry a:Active,
.entry a:Visited
{
	text-decoration: underline;
}

.entry a:Hover
{
	color: #007A93;
	text-decoration: none;
}

.postmetadata 
{
	padding: 0px 0px 10px 0px;
	color: #6d5f59;
}

.date 
{
	background: url(img/bg_date.gif) no-repeat;
	color: #ffffff;
	font-weight: bold;
	width: 56px;
	height: 56px;
	float: left;
	text-align: center;
}
.date div.month
{
	font-family: Arial;
	font-size: 15px;
	margin-top: 7px;
}

.date div.day
{
	font-family: Georgia;
	font-size: 18pt;
	margin-top:-5px;
	font-style: italic;
}

.title 
{

}

.title a 
{
	color: #222222;
	text-decoration: none;
}

.title h1, 
#content h1 
{
	color: #225B86;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
}

.title h1 a,
.title h1 a:Active,
.title h1 a:Visited
{
	color: #225B86;
	text-decoration: none;
}

.title h1 a:Hover
{
	color: #4795AF;
	text-decoration: underline;
}

div.more
{
	background: url(img/icon_boxarrow.gif) no-repeat;
	padding-left: 20px;
	height: 14px;
	line-height: 14px;
	float: left;
	display: inline;
}

div.postmetadata
{
	display:none;
}

div.comment_count
{
	float: right;
	display: inline;
	margin-top: -10px;
	padding-left: 30px;
	height: 20px;
	line-height: 20px;
	background: url(img/icon_comment.gif) no-repeat;
	
}

.sform {
	padding-bottom: 10px;
}

div#lost_boy
{
	background: url(img/boy.jpg) no-repeat;
	width: 140px;
	height: 250px;
	float: left;
}

p, ul, ol, .entry h1, h2, h3, h4, h5, h6, #pagetitle {
	padding-bottom: 10px;
}
#content ul, #content ol {
	margin-left: 15px;
}
#sidebar h2 {
	color: #CCC;
	font-family: Arial;
	font-weight: normal;
	font-size: 22px;
}
#sidebar h2 a {
	color: #3E4B65;
	text-decoration: none;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	margin-left: 0px;
}
#sidebar ul li ul li ul li {	
	margin-left: 10px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
.title h2 a {
	color: #555555;
	text-decoration: none;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
}
h3, h4 {
	font-size: 12pt;
	color: #004385;
}
h5, h6 {
	font-size: 11pt;
}

#sidebar li a,
#sidebar li a:Active,
#sidebar li a:Visited
{
	background: url(img/icon_doublearrow.gif) 0 3px no-repeat;
	padding-left: 17px;
	color: #21658A;
	font-size: 15px;
}
#sidebar li a:Hover
{
	color: #999;
	text-decoration: underline;
}

#sidebar li
{
	margin-bottom: 5px;
}

ul#recentcomments a,
ul#recentcomments a:Active,
ul#recentcomments a:Visited
{
	padding: 0;
	background: 0;
}

blockquote {
	margin: 10px;
	padding: 5px 0px 0px 10px;
	border-left: 3px solid #603d57;
}

/* CALENDAR */
#today, caption {
	font-weight: bold;
}
td, th {
	padding: 2px;
}
#calendar_wrap {
	background: #202122;
	padding: 10px;
	margin-bottom: 15px;
}
table#wp-calendar
{
	width: 100%;
}
table#wp-calendar caption
{
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #CCC;
	padding-bottom: 5px;
}
table#wp-calendar thead th
{
	font-weight: bold;
	font-size: 12px;
	color: #666;
}
table#wp-calendar tbody td
{
	font-weight: bold;
	font-size: 12px;
	color: #CCC;
}

table#wp-calendar a,
table#wp-calendar a:Active,
table#wp-calendar a:Visited
{
	font-weight: bold;
	font-size: 12px;
	color: #2177A9;
	padding: 0;
	background: 0;
}

/* form */
#author, #email, #url, #comment{
	border: 1px solid #555555;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#submit, .searchsubmit {
	background-color: #78797d;
	color: #ffffff;
	border: 1px solid #555555;
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#commentform a {
	color: #666666;
	text-decoration: none;
}

#comments 
{
	margin: 10px 0px 0 127px;
}

#comments ol
{
	maring-left: 15px;
}

#comments ol li
{
	background: #FFF;
	border: solid 1px #777;
	padding: 8px;
	width: 480px;
	margin-bottom: 15px;
}

#comments div.avatar
{
	float: left;
	display: inline;
	width: 40px;
}

#comments div.comment_content
{
	float: left;
	display: inline;
	width: 440px;
}

#comments div.comment_content strong
{
	font-size: 16px;
	font-weight: bold;
}


#date {
	padding-bottom: 10px;
}
#date a {
	text-decoration: none;
}
.alt strong {
	font-size: 9pt;
}
.alt a {
	text-decoration: none;
}
.searchform {
	margin-bottom: 0px;
}


/* wp default */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* POLLS */
div.wp-polls
{
	width: 400px;
	padding: 10px;
	margin: 10px auto;
	background: #FFF;
	border: solid 2px #CCC;
}

div.wp-polls strong
{
	font-weight: bold;
}

div.navigation
{
	padding: 0 5px 10px 125px;
}

.center {text-align:center;}
.alignleft {	float: left;}
.alignright {float: right;}
.clearer,.clear {font-size:1px;line-height:1px;clear: both;}
