/*  
Theme Name: Micfo Web 2.0 Green 2 Col
Author URI: http://corymiller.com
Version: 1
Author: retina web agency 
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/
* {margin: 0; padding: 0;}
b, strong{
	color:#77171b;
}
body {background: #f5e6b3;color: #333333;font-family: 'Tahoma';font-size: 11px;}
html, body {height: 100%;}
#push {height:40px;background-color:#0033FF;visibility:hidden;}
img{border:0px;}
a, a:link, a:visited {color: #ff9900;font-weight: bold;text-decoration: none;}
a:hover	{color:#77171b;text-decoration:none;}
#pagina {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	/*margin-left:auto;
	margin-right:auto;
	width:957px;*/
}
#header {background:#fbf4e1;height:182px;text-align:center;}
#menu{border-top:5px solid #ff9900;}
#header h3 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-indent: 10px; 
	margin: 0px;
}
#container{width:750px;margin-left:auto;margin-right:auto;}
#content{ 
	width: 500px; 
	float: left;
    display:inline;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 15px 15px 15px 0px;
    background-color:#f5e6b3;
}
#content p{line-height: 18px;padding: 0px 0px 15px 0px;}
#content p img{border:0px;margin-right: 5px;margin-bottom: 3px;}
#content h1 {
	color: #ff9900;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
}
#content h1 a  {color: #ff9900;text-decoration: underline;}
#content h1 a:hover {color: #77171b;text-decoration: none;}
#content h2 {
	/*color: #ff9900;*/
        /*color:#77171b;*/
        color: #ba7712;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	text-transform: uppercase;
}
#content h2 a  {color: #ff9900;text-decoration: none;}
#content h2 a:hover {color: #77171b;text-decoration: none;}
#content h3 {
	color: #ff9900;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
}
#content h3 a  {color: #ff9900;text-decoration: none;}
#content h3 a:hover {color: #77171b;text-decoration: underline;}
#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
}
#content ul {list-style: none;margin: 0px;padding: 0px 0px 10px 0px;}
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}
#content ul li a {color: #ff9900;text-decoration: underline;}
#content ul li a:hover {color: #77171b;text-decoration: underline;}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
}
#content blockquote p{margin: 0px 0px 20px 0px;padding: 0px;}
.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
#sidebar { 
	background-color: #fbf4e1;
	width: 200px; 
	float: right; 
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 15px 15px 15px; 
	border: 1px dotted #ff9900;
}
#sidebar p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
}
#sidebar p img{
	border: none;
	margin-right: 5px;
	margin-bottom: px;
}
#sidebar h2 {
	color: #ba7712;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	text-transform:capitalize;
	border-bottom: 1px dotted #ff9900;
}
#sidebar h2 a{color: #ba7712;}
#sidebar h2 a:link {color: #ba7712;}
#sidebar h2 a:visited {color: #ba7712;}
#sidebar h2 a:hover{color: #77171b;}
#sidebar ul {list-style: none;margin: 0px;padding: 0px 0px 20px 0px;}
#sidebar li {list-style: none;margin: 0px;padding: 0px;}
#sidebar ul li {list-style: square inside;margin: 0px;padding: 5px 0px 0px 0px;}
#sidebar ul li ul {padding: 0px;}
#sidebar ul li a {color: #ff9900;text-decoration: none;}
#sidebar ul li a:hover {color: #77171b;text-decoration: underline;}
#sidebar ul li ul li {color: #77171b;padding: 5px 0px 0px 15px;}
#sidebar ul li ul li a {color: #ff9900;}
#footer { 
	background: #fbf4e1;
	border-top: 5px solid #ff9900;
	text-align: center;
	clear: both;
	height:25px;
	padding-top:10px;
}