/*  
Theme Name: Elvinng.net Theme
Theme URI: http://natho.net/nblog
Description: Designed by Nat Ho for Elvin Ng
Version: 1.0
Author: Nat Ho
Author URI: http://natho.net/nblog

*/


body{
	margin: 0;
	font-family: Verdana, Arial, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #003366;
	color: #000000;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

h1{
	font-family: Courier, monospace, Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link{
	text-decoration: none;
	color: #336699;
}

a:visited{
	text-decoration: none;
	color: #3366cc;
}

a:hover{
	text-decoration: underline;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 1024px;
	text-align: left;
}

#header{
	float: left;
	width: 1024px;
	height: 365px;
	background-image: url(images/blogheader.jpg);
	background-repeat: no-repeat;
}

#layout-top{
	float: left;
	width: 1024px;
	height: 49px;
	background-image: url(images/blogconttop.jpg);
	background-repeat: no-repeat;
}

#layout-mid{
	float: left;
	width: 1024px;
	background-image: url(images/blogcontmid.jpg);
	background-repeat: repeat-y;
}

#layout-btm{
	float: left;
	width: 1024px;
	height: 50px;
	background-image: url(images/blogcontbtm.jpg);
	background-repeat: no-repeat;
}

#container{
	float: left;
	width: 650px;
	margin: 0px 0 0 50px;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Courier, monospace, Georgia, Sans-serif;
	border-bottom: 1px solid #003366;
	font-size: 22px;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	margin: 10px 0px 0px 0;
	border-top: 1px solid #003366;
	padding-bottom: 10px;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 182px; /* Less 10px from the total */
	margin: 0px 0px 0 50px; /* Add back 10px from the total */
	display: inline; /* Fix for IE bug */
	color: #999999;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Courier, monospace, Georgia, Sans-serif;
	font-size: 16px;
	color: #cccccc;
	border-bottom: 1px solid #006699;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

.sidebar ul li#calendar table#wp-calendar{
	width: 100%
}

.comments-template{
	margin: 0px 0 0;
	border-top: 1px solid #003366;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #003366;
}

.comments-template h2, .comments-template h3{
	font-family: Courier, monospace, Georgia, Sans-serif;
	font-size: 14px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.comments-author-self{
}

#footer{
	clear: both; /* to make sure Footer doesn't attach itself to anything above it, like Sidebar or Container */
	float: left;
	width: 969px;
	height: 58px;
	padding: 0 0 0 55px;
	background-image: url(images/blogfooter.jpg);
	background-repeat: no-repeat;
}

#footer p{
	line-height: 18px;
}
