@charset "UTF-8";
/* CSS Document */

/*  
Theme Name: OES - Iccarus
Theme URI: 
Description: The first main theme for One Empty Space.
Version: 1.0
Author: Kevin Ward
Author URI: http://www.oneemptyspace.net/

*/



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

body{
	margin: 0;
	font-family: "1942 report","Courier New";
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background: #808080;
	color: #000000;
}

h1{
	font-family: "1942 report","Courier New";
	font-size: 28px;
	padding: 0 0 10px 0;
}

a:link{
	text-decoration: underline;
	color:#000000;
}

a:visited{
	text-decoration: underline;
	color: #191919;
}

a:hover{
	text-decoration:none;
}

p{
	padding: 10px 0 0 0;
}

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

#header{
	float:left;
	width:950px;
}

#logo{
	float:left;
	widows:950px;
}

.topmenu{
	float:left;
	width:950px;
	padding: 0;
	border:0;
}

#underbit{
	float:left;
	width:950px;
	padding: 0;
	border: 0;
}

#leftbar{
	float:left;
	width:279px;
}

#midblock{
	float:left;
	width:450px;
	padding: 0 -20px 0 -20px;
}
	
#container{
	float:left;
	width:450px;
	background-color:#cccccc;
	padding: 0px 20px 0 20px;
}

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

.post h2{
	font-family: "1942 report", "Courier New";
	font-size: 18px;
}

.entry{
	line-height: 18px;
	margin: 0 10px 0 0;
}

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

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

.sidebar{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	display: inline;
	color:#FFFFFF;
}

.sbcolor{
	background: #666666;
	margin: -10px 0 -10px 0;
}

.sbtopper{
	margin: 50px 0 0 0;
}

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

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

.sidebar ul li h1{
	font-family: "1942 report", "Courier New";
	font-size: 18px;
	color:#000000;
	
}

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

.sidebar ul li h2{
	font-family:"1942 report", "Courier New";
	font-size: 14px;
	color:#FFFFFF;
}

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

#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: "1942 report", "New Courier";
	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;
}