/*  
Theme Name: Clean
Theme URI: http://www.joshyy.net
Description: 
Version: 1.0
Author: Joshyy

*/

body {
font: 8pt Tahoma;
text-align: center; 
background: #dad9da;
margin: 0;
padding: 0;
}

#topbar {
height: 15px;
background: url('img/topbar.png') repeat-x;
}

#wrap {
	width: 980px;
	margin: 0 auto;
	background: url('img/bg.png') repeat-y;
}

#logo {
	background: url('img/logo.png') repeat-x;
	width: 940px;
	height: 100px;
	margin-left: 20px;
	text-align: left;
}

#text {
	padding: 30px;
	font-size: 20pt;
	color: #7e8fae;
}

#navi {
	background: url('img/navbar.png') repeat-x;
	margin-left: 20px;
	width: 940px;
	height: 39px;
}

#footer {
font: 8pt Tahoma;
height: 40px;
background: url('img/footer.png') repeat-x;
color: #858e8f;

}

#container {
	text-align: left;
	width: 930px;
	margin-left: 30px;
}

li {
	display: block;
	text-indent: 20px;
}

.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;
}

#navi li{
	list-style-type: none;
	float: left;

}

#navi li a { display: block; width: 83px; color: #ebf3f4; text-decoration: none;}

a:link, a:visited {
	color: #7e8fae;
	text-decoration: none;
}