/*  
Theme Name: szehau weblog
Theme URI: http://www.szehau.com/
Description: szehau's weblog theme
Version: 5.0
Author: Low Sze Hau
Author URI: http://www.szehau.com/
*/

body {
	background-color: #868F98;
	text-align: center;
	font-size: 10pt;
	margin: 0 auto;
	font-family: Century Gothic, Arial, Georgia, "Times New Roman", Times, serif, Helvetica;
}

a {
	color: #006699;
}

h1 {
	color: #000;
	font-size: 14pt;
	margin: 0 auto;
	padding: 5px 0;
	text-decoration: none;
}


h2 {
	color: #666;
	font-size: 11pt;
	font-weight: bold;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h3, h3 a {
	color: #C50;
	font-size: 12pt;
	margin: 0 auto;
	padding: 5px 0;
	text-decoration: none;
}

h4 {
	color: #123;
	font-size: 10pt;
	margin: 0 auto;
}

#wrapper {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 950px;
}

#top {
	float: left;
	width: 950px;
	height: 20px;
	background-image: url('images/top.jpg');
}

#bottom {
	float: left;
	width: 950px;
	height: 20px;
	background-image: url('images/bottom.jpg');
}

#header {
	float: left;
	width: 950px;
	height: 140px;
	background-image: url('images/header.jpg');
}

#header-title {
	width: 200px;
	height: 140px;
	position: absolute;
	float: left;
	display: none;
}

#header-ads {
	height: 100px;
	float: right;
	padding-top: 40px;
	padding-right: 30px;
}

#navigation * {
	display: inline;
}

#navigation {
	clear: both;
	color: #FFF;
	padding: 0 30px;
	width: 950px;
	background-image: url('images/navi.jpg');
	background-repeat: repeat-y;
}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation li {
	padding-right: 10px;
}

#navigation a {
	text-decoration: none;
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 auto;
}

#body {
	float: left;
	width: 950px;
	background-image: url('images/body.jpg');
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

#content {
	float: left;
	width: 510px;
	padding-right: 20px;
	padding-left: 40px;
}

#sidebar {
	float: right;
	width: 320px;
	padding-right: 40px;
	padding-left: 20px;
}

#sidebar ul {
	padding: 0;
	margin: 0;
}

#sidebar ul ul, #sidebar ul ol {
	margin-left: 20px;
}

#sidebar ul li, #sidebar ol li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul li ul li {
	list-style-image: url('images/bullet.png');
}


#footer {
	float: left;
	color: #FFF;
	width: 910px;
	padding: 5px 20px;
	font-size: 10pt;
	background-image: url('images/navi.jpg');
	background-repeat: repeat-y;
}

#footer a {
	color: #FFF;
}

.post {
	padding: 10px 0;
}

.post ul li {
	list-style-image: url('images/bullet.png');
}

.post-date {
	color: #808979;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 10px;
}

.post-meta {
	color: #808979;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}

.post-meta a {
	color: #a06000;
	font-size: 8pt;
	text-decoration: none;
}

.more {
	border-top: 1px dotted #ccc;
	padding: 10px 0;
}

.feed {
	background-color: #ffffff;
	background-image: url('images/rss.png'); 
	background-repeat:no-repeat;
	background-position: 220px 70px;
}

.ads125 {
	width: 128px;
	padding: 3px, 3px, 2px, 0;
	text-align: center;
	float: left;
}

#commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
}

#commentlist li {
	float: left;
	clear: both;
	padding: 5px 0;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.comment-meta {
	width: 140px;
	float: left;
	font-size: 10pt;
	padding: 0 5px;
}

.comment-data {
	width:350px;
	float: left;
	font-size: 10pt;
	padding: 0 5px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}