/*  
Theme Name: retroCORE
Theme URI: http://www.nullflow.com/wp-themes
Description: A very simple and quickloading theme based on Easy by<a href="http://www.headsetoptions.org">Headsetoptions</a> which is based on Phu Ly's <a href="http://ifelse.co.uk">Simpla</a> theme. 
Version: 0.1.2
Author: Stephen
Author URI: http://www.nullflow.com
*/



/*************************************
 +Containers
 *************************************/

body{
	background:#EAEAEA;
	color:#3E3E3E;
	font-family: Lucida Grande, Verdana;
	font-size:11pt;
	line-height:1.5;
	margin: 0px;
	padding:0;
	text-align:center;
}

#wrap{
	text-align:left;	
}

#content{
	font-size:11pts;
        float:left;
	width:500px;
        margin-left:90px;
        margin-top:400px;

}


#footer{
	background:#EAEAEA;
	color:#888;
        float:left;
	clear:both;
	font-size:9pt;
        padding-left: 110px;
}


/*************************************
 +Header
 *************************************/
h1      {
	font-family: "Times New Roman", Times, serif;
	font-weight:strong;
	letter-spacing: -1px;
	margin:0;
        font-size: 16pt;
}

	
	
h2      {
	font-family: "Times New Roman", Times, serif;	
	font-weight:strong;
	letter-spacing: -1px;
	margin:0;
        font-size:18pt;
        color:#3E3E3E;
}

#header{
	height:0px;
	text-align:left;
	width:800px;
	padding: 0;
}
#header h1{
	font-size:16pt;
	margin:0;
	margin-top:.5em;
}
#header h1 a{
     	color:#3E3E3E;
        text-decoration:none;
}
#header h1 a:hover{
	color:#525252;
        text-decoration:underline;
}

#header p{
	color:#6F6F6F;
	font-size:16pt;
	margin-top: 0px;
}
#header h1, #header p{
	margin-right:30px;
}
.entrytitle h2{
	font-size:17pt;
}
.entrytitle h2 a
{
	color:#3E3E3E;
        text-decoration:none;
}
.entrytitle h2 a:hover{
	color:#525252;
        text-decoration:underline;
}


/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:11pt;
}
.entry img {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px;
}
.postedby{
	background:#EAEAEA url(./images/user.png) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#EAEAEA url(./images/folder.png) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#EAEAEA url(./images/pencil_add.png) no-repeat;
	padding:3px;
	padding-left:20px;
        font-size:11pt;
}


/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin-left: 20px;
	padding:0;
}
#sidebar ul li{
	margin-bottom:0.3em;
	padding:0.3em;
}

/*************************************
 +Nav
 *************************************/
#nav{
	background:#333;
	border:5px solid #222;
	border-top:none;
	font-size:11pt;
	margin-bottom:30px;
	padding:0;
	width:400px;
	margin-top:-60px;
}

#nav ul{
	list-style-type:none;
}
#nav ul li{
	font-weight:bold;	
	float:left;
	letter-spacing:1px;
        margin-bottom:-3px;
	margin-right:10px;
	padding:2px 5px;
}
#nav ul li a{
	color:#fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#nav ul li a:hover{
	color:#E0EEE5;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;

}
.commentsblock textarea{
	width:435px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:11pt;
}
ol.commentlist{
	color:#777;
	font-size:11pt;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:11pt;
}

/*************************************
 +Misc
 *************************************/

ul{

	margin-left: 70px;
	padding:0;

}

img { border: 0; }

a{
	text-decoration:none;
}
a:hover{
	color:#000000;





}
.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}

blockquote {
        margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #DDDDDD;
	border: none;
        background: #eaeaea url('http://tests.livebrick.net/images/quote.png') no-repeat 10px 0;
	}
#menu {
	float:left;
	font-size: 11pt;
	text-transform:uppercase;
}

#menu ul {
}
#menu li  {
           display:inline; 
padding: 0 0 0 5px;
}




#header h1 { display:none }
a{text-decoration:underline;}