/*  
Theme Name: Dear Numbers
Theme URI: http://www.dear-numbers.net
Version: 1.0
Author: Nemo
Author URI: http://www.dear-numbers.net

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

img{
	border:0;
}

body{
	margin: 0;
	font-family:"Times New Roman";
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #000000 url('images/bg_stargazing.jpg') repeat fixed;
	color: #FFFFFF;
}

a:link, a:visited{
	text-decoration: none;
	color: #242424;
}

a:hover{
	text-decoration: none;
	color: #E8CF00;
}

p{
	padding: 10px 0 10px 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

.sidebar{
	float: left;
	width: 300px;
	margin: 75px 0 0 0;
	text-align:right;
	display: inline;
	padding:0;
}

	.sidebar a:link, a:visited{
		color:#FFFFFF;
		text-decoration:none;
	}
	
	.sidebar a:hover{
		color:#242424;
		text-decoration:none;
		background-color:#FFFFFF;
	}

	.sidebar ul{
		list-style-type: none;
		margin: 25px;
	}

	.sidebar .menu {
		text-align:right;
		color:#FFFFFF;
		font-size:36px;
		font-family:"Times New Roman";
		text-transform:uppercase;
	}
	
	.sidebar .meta {
		text-align:right;
		color:#FFFFFF;
		font-size:18px;
		font-family:"Times New Roman";
		text-transform:uppercase;	}
	

#content{
	float: left;
	width: 500px;
	margin: 20px 0 0 0;
	padding:20;
	background: #000000;
	filter:alpha(opacity=80); 
	opacity: 0.8; 

}

.post{
	padding: 10px;
}

	.post h3{
		font-family:"Times New Roman";
		font-size:24px;
		font-weight:normal;
		margin:0;
	}

	.post h5{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		font-weight:normal;
		text-transform:uppercase;
		margin: 0 0 15px 0;
	}
	
.entry{
	line-height: 18px;
	font-size:12px;
}

.postmetadata {
	padding:5px 0 5px 0;
	border-top:dotted #2E2E2E 1px;
	border-bottom:dotted #2E2E2E 1px;
}

.tags {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
}

.commentslink {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.navigation {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}	

#footer{
	clear: both;
	float: left;
	width: 950px;
	margin-top:50px;
	text-align:center;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


.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, "Times New Roman", Times, serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

