/*
Theme Name: SEO Simple
Theme URI: http://www.internetwealthmaster.com/seo-simple/
Description: A simple SEO theme that puts content immediately after first body tag.
Version: 1.0
Author: Dominic Foster
Author URI: http://internetwealthmaster.com/
*/

#bodywrapper {
	/* replace margin-top value with the height of your header. */
	padding-top: 30px;
	margin:  0px 30px 40px 50px;
	width:  700px;
	font-size: 1em;
	z-index: 0;
}

#contentarea {
 /* replace this value with the width of your left column */
	margin:  10px 0px;
	padding:  0;
	float:  left;
	/* height:  1%;  IE hack due to a bug handling float:  right. */
	width: 500px;
	border-right: solid 1px #efefef;
	padding-right: 30px;
	padding-bottom: 30px;

}

.storycontent {
	font-size: 1em;
	padding: 0px 0px;
	color: #3F291B;
}

div.post {margin-bottom: 55px;}

.post h1 {
	padding-bottom: 0px;
	font-size: 1.3em;
}

.meta, .feedback {
	font-size: 1em;
	line-height: 1.2em;
	color: #888;

}


.meta_date {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #F17CA9;
	margin-bottom: 5px;

}



#sidebar {
	float:  left;
	width:  100px;
	font-size: 1em;
	padding-left: 20px;
	margin-bottom: 40px;
}

#sidebar a {
	line-height: 1.3em;
}
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar h2{
	font-size: 1.2em;
	line-height: 2em;
	margin-top: 10px;
	color: #F17CA9
}

input { margin-top: 10px }

#footer {
	clear:  both;	
}

h1, h2, h3 {
	font-weight: bold;
	font-size: 1.2em;
	}

.post h1 a, a {
	color: #ED1165;
	text-decoration: none;
}

a {
	text-decoration: none; 
}

a:visited {
	color: #aaa;
}

a:hover { 
	color: #fe2276;
	background-color: #fff;
}
	
a img, a:hover img { 
	border: none; 
}

hr.slim { margin: 0 0 }

