/*  
Theme Name: Aurora
Theme URI: none
Description: This is my theme for Aurora
Version: 0.1
Author: Esky
Author URI: none

*/
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, ul, li, p{
	margin: 0;
	padding: 0;
}

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

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

h3{
	font-family: Arial;
	font-size: 18px;
}

img{
	border: none;
}

ul{
	list-style-type: none;
	list-style-image: none;
}

a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration: none;
}

p{
	padding:10px 0 0 0;
}

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

#header{
	float: left;
	width: 700px;
	height: 200px;
	margin: 0 0 10px 0;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#menu{
	padding: 0 0 0 1px;
	margin: 0;
	background-color: #fff;
	width: 700px;
/*	margin: 10px 0 0 0;*/
	text-align: left;	
}

#menu ul{
	/*padding: 0 0 50px 20px;
	list-style: none;
	display: inline;*/
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	font-family: Georgia, Serif;
	font-size: 130%;
	text-decoration: none;
	padding: 5px 22px 5px 20px;
	margin: 4px;
	color: #fff;
	background: #336699;
}

#menu ul li a:hover{
	color: #fff;
	background: #6699cc;
}

/*#menu ul li a {
	border: none;
	line-height: 30px;
	padding:0 20px 0 0;
	font-size: 16px;
	font-weight: bold;
}*/

#container{
	float: left;
	width: 500px;
}

#sponsor{
	float: right;
	width: 125px;
	margin: 210px 0 0 0;
}

#sponsor ul{
	padding: 0 0 0 0;
}

#sponsor ul li{
	padding: 0 0 15px 0;
		text-align: center;
}

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

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

.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: left;
	width: 190px;
	background: #eeeeee;
	margin: 0 0 0 10px;
	display: inline;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

.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: Georgia, Sans-serif;
	font-size: 14px;
	padding: 0 0 4px 0;
}

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

#footer{
	clear: both;
	float: left;
	width: 750px;
	padding: 10px 0 0 0;
}

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

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