/*  
Theme Name: Egg Strategy
Theme URI: http://www.industrialbrand.com
Description: The Egg Strategy Blog theme 
Version: 1.0
Author: Industrial Brand Creative
Author URI: http://www.industrialbrand.com

*/
/* ------------------------------------------------- General Layout -------------------------------------------------*/

html,body{
	margin:0;
	padding:0;
	height:100%;
}

div {
	padding:0px;
	margin:0px;
}

body{
	font: 76% arial,sans-serif;
	background: #e4decd;
}

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

#pagewrapper {
	margin: 0 auto 0 auto;	
	width: 1004px;
	background: #e4decd url(images/bg.gif) repeat-y top; 
	padding: 0px;
	
}

#container {
	margin: 0 auto 0 auto;	
	background-color:#FFFFFF;
	position: relative;
	width:960px;
 }


#header {
	width: 960px;
	float: left;
	height: 216px;
	background: #FFFFFF url(images/red_bar.gif) repeat-x bottom left; 

}

#wrapper {
	background-color:#FFFFFF;
	width: 700px;
	float: left;
	margin: 0 0 25px 0;
}

#right_sidebar {
	background-color:#FFFFFF;
	width: 200px;
	float: right;
	padding: 16px 25px 25px 25px;
	margin: 0px;
}

#left_sidebar {
	background-color:#FFFFFF;
	width: 200px;
	float: left;
	padding: 25px;
	margin: 0px;
}

#content {
	background-color:#FFFFFF;
	width: 430px;
	float: right;
	margin: 0px;
}

#footer {
	background-color:#a10801;
	text-align:center;
	height: 50px;
	width:960px;l.
	margin-left:auto;
	margin-right: auto;
	position:relative;
	clear:both;
	color: #c66a66;
	font: 10px Helvetica, Arial, sans-serif;
}

#footer a {
color: #c66a66;
}

#footer a:hover {
color: #d99c99;
}

 /* ------------------------------------------------- General Typography -------------------------------------------------*/

body{
	font: 14px/18px Helvetica, Arial, sans-serif;
}


#left_sidebar h2 {
	text-transform:lowercase;
}

h1{ font-size: 24px;}

h2{ font-size: 18px;}

h3{ font-size: 16px;}

h1.title, h2.title, h3.title { font-weight: bold; }

h1.title a, h1.title a:active, h1.title a:visited, 
h2.title a, h2.title a:active, h2.title a:visited, 
h3.title a, h3.title a:active, h3.title a:visited { 
	color: #000000;
	text-decoration: none;
}

h1.title a:hover, 
h2.title a:hover, 
h3.title a:hover { 
	color: #000000;
	text-decoration: underline;
}

a, a:active, a:visited{	
	color: #980000;
	text-decoration: none;
 }
 
a:hover{	
	color: #980000;
	text-decoration: underline;
 }

/* ------------------------------------------------- Sidebars -------------------------------------------------*/

.sbcontainer{
	margin: 0 0 10px 0;
}

.sbcontainer p {
	margin:0px;
	padding:0px;
}

.sbcontainer img {
	border: none;	
}

#left_sidebar ul , #right_sidebar ul, .linkcat {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;

}

#right_sidebar ul, ul.linkcat li  {
	padding-left: 0px;
	margin-left:  0px;
}

#cloudtag { 
	background:#f1efe3;
	padding: 15px;
	width: 175px;
	margin: 15px 0 15px 0;
}

#s { 
	background:#f1efe3;
	width: 200px; 
}

#searchsubmit{
	margin: 5px 0 20px 0;
}
#searchform {
	margin-top: 20px;
}

#description { 
	font-weight: 400;
	margin:0px;
}

#sbrss{
	height: 23px;
	background: url(images/rss-logo.gif) top left no-repeat;
	padding-left: 30px;
	padding-top: 2px;
}

#sbrss a, #sbemail a, #sbrss a:active,#sbemail a:active, #sbrss a:visited, #sbemail a:visited{
	color: #000000;
	text-decoration: none;
}

#sbrss a:hover, #sbemail a:hover{
	color: #000000;
	text-decoration: underline;
}

#sbemail{
	height: 23px;
	background: url(images/email.gif) top left no-repeat;
	padding-left: 30px;
}


p.small_text {
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 14px;
}

#bio {
	margin-bottom: 20px;
}

/* ------------------------------------------------- Posts -------------------------------------------------*/

.post{
	border-bottom: #980000 thin solid;
	margin-bottom: 15px;
	font-family: Arial, sans-serif;
}

.entry img, .entry img.left {
	margin-right: 10px;
	float: left;	
	margin-bottom: 10px;	
} 

.entry img.right {
	margin-left: 10px;
	float: right;
	margin-bottom: 10px;	
}

.postheader{
	min-height: 40px;
	margin: 30px 0px;
}

* html .postheader{ /* for IE */
	min-height: 50px;
}

.dateblock {
	background: url(images/date.gif) no-repeat;
	width: 38px;
	height: 38px;
	text-align: center;
	float: left;
	font: bold 10pt Helvetica, Arial, sans-serif;
	padding-top: 4px;
	padding-right: 5px;
	color: #ffffff;
	line-height:15px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: -1px;
}

.dateblock .day {
	font-size: 16pt;
	font-weight: bold;
	position: relative;
	padding-top: 0px;
	margin-left: -2px;
	letter-spacing: -1px;
	color: #ffffff;
}

.entry {
	margin-bottom: 15px;
}

div.entry img {
	border: none;
}

.navigation {
 	position: relative;
 	height: 20px;
 	width: 428px;
 }

.alignleft {
   position: absolute;
   left: 0;
   width: 50%;}

.alignright {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right;
}

h2.center {
	margin-top:15px;
}

h1.title{
	padding-left: 50px;
	padding-top: 10px;
	line-height: 24px;
}

#comment {
        width: 410px;
	
}

ul.commentlist {
	list-style-type:none;
	margin-left: 0px;
}

ul.commentlist li{
	padding:15px;
	margin-bottom:25px;
	margin-left:0px;	
        background-color:#f1efe3;
	list-style-type:none;
list-style-position:outside;
}

ul.commentlist li p{a
	margin-top:10px;
}


.postmetadata {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-top: 15px;
}

.pagetitle, #content h2 {
	margin-top: 27px;
}


