/*  
Theme Name: jen
Theme URI: http://www.jenkwok.net
Description: Personal Theme, do not use
Version: 1.0
Author: donna4yourmama
Author URI: http://d4ym.com/

*/

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

body{
	margin: 0;
	font-family: 'Trebuchet MS', Georgia, Sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background-image: url("images/bg.gif");
	background-position: top left;
	background-repeat: repeat;
	color: #000000;
}

h1{
	font-size: 24px;
	padding: 0 0 5px 0;
}

h2{
	font-size: 20px;
	padding: 0 0 5px 0;
}

h3{
	font-size: 14px;
	padding: 0 0 10px 0;
	color: #005ebb;
}

h4{
	font-size: 10px;
	color: #f55488;
}

a:link, a:visited{
	text-decoration: none;
	color: #005ebb;
}

a:hover{
	text-decoration: none;
	color: #6cecff;
}

#wrapper{
	margin: 10px auto 0 auto;
	width: 760px;
	text-align: right;
}

#header{
	float: left;
	width: 760px;
	padding: 0;
	margin: 20px 0 0 0;
}

#container{
	float: left;
	width: 760px;
	height: 130px;
	background-image: url("images/topcontent_bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}

#container2{
	float: left;
	width: 760px;
	background-image: url("images/content_bg.png");
	background-position: top left;
	background-repeat: repeat;
	text-align: left;
}

#content{
	float: left;
	width: 520px;
	margin: 10px 0 0 30px;
	display: inline;
}

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

.post h2{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 24px;
}

.entry{
	line-height: 18px;
}

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

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

.sidebar{
	float: right;
	width: 200px;
	margin: 0 0 0 10px;
	display: inline;
}

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

div.sidebar li {
	list-style: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	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 #ccc;
}

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

.commentmetadata{
	font-size: 12px;
}

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

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

#footer{
	clear: both;
	float: left;
	width: 760px;
	height: 75px;
	background-image: url("images/footer.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	text-align: left;
}

#footer p{
	color: #aaaaaa;
	font-family: Arial, Georgia, Sans-serif;
	line-height: 60px;
}
