/*RESET*/
ul{margin:0;padding:0;}
li{list-style: none;}
h1,h2,h3,h4,h5{margin-bottom: 0px;}
h1{font-size: 150%;}
h2{font-size: 125%;}
h3{font-size: 110%;}
h4{font-size: 100%;}

/*/RESET*/

body { 
    background-color: black;	    
    /*font-family: 'Helvetica', 'Tahoma', sans-serif;*/
	font-family: 'Roboto slab', serif;
    color: #232333;
	background: #DDDDDD url("img/body-back.png") repeat;
	font-size:21px;
	line-height:1.5em;
	font-weight: 400;	
	margin:0;
	padding:0;
}
a{
	color: #2333BB;
}
#page{    	       		
	
}
#header{
    /*border-bottom: 1px solid silver; */
    text-align: center;
    font-size: 140%;
	padding: 20px;
}
#header a{
text-decoration:none;
	color:#0F52BA;
}

#footer{
    border-top:1px solid silver;
    /*position: absolute;
    bottom:0px;*/
	text-align:center;
	margin-top:20px;
	font-size:15px;
	font-family: Inconsolata;
}
#content{    
    /*min-height: 100px;*/
	text-align:left;
	width:700px;
	margin:0px auto;	
	font-family: 'Roboto slab', serif;
	font-weight: 300;
}
#content P
{
    margin: 8px 0px 12px 0px;
        
}
#content H2 a{
	font-family:'Roboto slab', sans-serif;	
	color: #0F52BA;
	text-decoration:none;
	font-weight: 400;
}
#content H2
{
    margin:0px;
    margin-bottom:4px;
    color: #0F52BA;
}
#content H3
{
    font-size:100%;
    margin: 12px 0px 8px 0px;
}
pre{
margin:0;
}

#content ol, #content ul {
	padding-left: 20px;
}
#content ul li{
    list-style: disc;    
}
#content ol li{
    list-style:decimal;    
}
#content ol li, #content ul li {
	margin-left: 30px;
}
.post{
	background-color:white;
	border-radius:6px;
	padding:10px 20px;
	border: 1px solid #9ac;
	margin-top:20px;
}
.post img{
	max-width:650px;
}
.post img.size-thumbnail{
	margin-right:6px;
	margin-top:6px;
	border:1px solid silver;
}
.entry-footer{
    font-size:80%;
}
.post-separator{
    border:0;
    height:0px;
    background-color:#AAAAAA;
	margin: 20px 0px;
	visibility:hidden;
}
.clear{clear:both;}

.rssdiv
{    
    /*background:url('img/rss.png') no-repeat;*/
    /*width:24px;height:24px;*/
    /*display:block;*/
}

.footerPreposition{
	color:#88AACC;
}