/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	padding: 0px;
	}

body, select, input, textarea {
	font: 100% Arial, Helvetica, sans-serif;
	}
	
p {	
	margin: 15px 0;
	}

hr {
	display: block;
	height:1px;
	background:#0099cc;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#f7f7f7;
	padding:3px 6px;
	}

a:link img, a:visited img {
	border:0
	}
	
		
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width:250px !important;
	width:240px;
	float:left;
}

#leftcol {
	width:350px;
	border-right:1px solid #000;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left;
	}	
	
#rightcol {
	width:350px;
	padding-left:18px;
	margin-top: -2px;
	}


		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#003366;
	display:block;
	padding:7px 4px 6px 8px;
	border-left:4px solid #3398CC;
	color: #FFFFFF;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#003366;
	text-decoration:underline;
	color: #FFFFFF;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none;
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2.95em Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em Arial, Helvetica, sans-serif;
	padding-bottom:8px;
	border-bottom:1px solid #0099cc;
	margin: 20px 0;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#003366;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #003366;
	border-bottom:1px solid #0099cc;
	padding:6px 0 6px 6px;
	margin:16px 0 1px 0;
	font-size:1.1em;
	}
	
#sidebar h4{

	border-bottom:1px solid #003366;
	padding:0 0 6px 4px;
	margin:1px 0 6px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px dotted #C2CEDA;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */

#content {
	width:742px;
	padding:8px;
	float:left;
	background:#fff;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#fff;
	padding:0px;
	border:1px dotted #C2CEDA;
	}

.feature:hover {
	background:#f7f7f7;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	border:1px solid #304644;
	
	}

#lead {
	margin-top:10px;
	}

.title {
	font-size:1.4em;
	font-weight:bold;
	line-height:115%;
	color:#003366;
	}
	
.feature#lead .title {
	font:1.4em Arial, Helvetica, sans-serif;
	line-height:100%;
	font-weight:bold;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:0px 10px 4px 0;
	border:1px solid #003366;
	padding:1px;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block;
	border:1px solid #003366;
	padding:1px;
	}
	
#rightcol .clearfloat {
	padding:12px 0;
	}	

#sidelist li {
	list-style:none;
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#0099cc;
	}

.postmetadata {
	margin: 30px 0;
	}
#sideanchor 
{
color:#FFFFFF;
}

#writer {
	background:#f7f7f7;
	padding:12px;
	text-align:right;
	}

#writer img {
	border:0px;
	vertical-align:middle;
	}

#writer span {
	padding-top:4px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	display:inline-block;
	}
.entry img {
	padding:5px;
	}
h3 a:link, h3 a:visited {
	color:#003366;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	background:#f2f2f2;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#003366;
	color:#fff;
	border:none;
	}

.button:hover {
	//background:#98CD34;
	background:#3692C1;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#Footer{clear:both;margin:0;padding:0;width:100%;height:30px;background:#003366;color:#ffffff;font-size:10px;}
#Footer ul{list-style:none;margin:0;padding:0;}
#Footer li{width:49%;float:left;margin:0px;text-align:left;padding:7px 4px;}
#Footer div{text-align:right;}
#Footer a{font-size:10px;color:#fff;text-decoration:none;}
#Footer a:hover{color:#fff;text-decoration:underline;}
	
	/* extra css start*/
	.logo
{
float:left;
width:186px;
}

#Search
{
float:left;
display:block;
background:url(images/top_banner_bg.jpg);
height:72px;
padding:25px 0px 0px 0px;
width:808px;
}

#Search img
{
vertical-align:middle;
}

.textarea
{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin:0px;
font-weight: normal;
color: #003366;
padding-left:4px;
padding-top:2px;
vertical-align:middle;
height:16px;
width:135px;
line-height:22px;
border:1px solid #808080;
}


#Container
{
clear:both;
width:994px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#FFFFFF;
}

#ContainerLeft
{
float:left;
margin:0px;
padding:0px;
width:185px;
border-right:1px solid #a0cbe2;
color:#ffffff;
background-color:#003366;
}

.LeftNavigation a
{
display:block;
margin:0px;
padding:0px 0px 0px 55px;
width:128px;
height:17px;
border-right:2px solid #ffffff;
background-color:#003366;
color:#0090c3;
text-decoration:none;
background:url(images/bullet_nav.jpg) no-repeat center left;
}

.LeftNavigation a:hover
{
display:block;
margin:0px;
padding:0px 0px 0px 55px;
width:128px;
height:17px;
border-right:2px solid #ffffff;
background-color:#003366;
color:#ffffff;
text-decoration:none;
background:url(images/bullet_nav.jpg) no-repeat center left;
}

.Topics
{
margin:0px;
width:auto;
color:#003366;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
height:35px;
padding:10px 0px 0px 55px;
background:url(images/bullet_topic.gif) no-repeat #FFFFFF left;
}

.TopicsSubNav
{
clear:both;
margin:0px;
padding:0px;
width:auto;
line-height:11px;
background-color:#ffffff;
color:#2689be;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

#TopicsSubNav ul
{
list-style:none;
margin:0px;
padding:0px;
}

#TopicsSubNav li
{
margin:0px;
height:auto;
}

#TopicsSubNav a
{
display:block;
margin:0px;
padding:13px 0px 13px 55px;
color:#2689be;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
height:auto;
line-height:11px;
background:url(images/bullet_topic_nav.gif) bottom no-repeat #ffffff;
text-decoration:none;
}

#TopicsSubNav a:hover
{
display:block;
margin:0px;
padding:13px 0px 13px 55px;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
height:auto;
line-height:11px;
text-decoration:none;
background:url(images/bullet_topic_nav_hover.gif) bottom no-repeat #a0cbe2;
}

.Available
{
border-top:1px solid #ffffff;
border-right:2px solid #ffffff;
border-bottom:1px solid #a0cbe2;
}

#ContainerRight
{
float:left;
margin:0px;
padding:0px 0px 0px 14px;
//width:894px;
width:994px;
color:#003366;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:normal;
}

.copyright
{
display:block;
text-align:center;
padding-top:57px;
height:15px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin:0px;
font-weight: normal;
color: #ffffff;
border-right:2px solid #ffffff;
}
.copyright a
{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin:0px;
font-weight: normal;
color: #ffffff;
text-decoration:none;
}
.copyright:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin:0px;
font-weight: normal;
color: #ffffff;
text-decoration:none;
}


#leftcol h4, #rightcol h4
{
margin:0px;
padding:0px;
font-family:"Arial Narrow"Arial, Helvetica, sans-serif;
font-size:20px;
color:#003366;
padding-bottom:10px;
}

.readmore
{
display:block;
padding:5px 0px 10px 0px;
color:#003366;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
line-height:normal;
text-align:right;
}


.readmore:hover
{
padding:5px 0px 10px 0px;
color:#003366;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:underline;
line-height:normal;
}
a:link, a:visited {
	color: #0099cc;
	text-decoration:none
	}

a:hover, a:active {
	color:#99cc33;
	text-decoration:underline;
	}
	
.heading
{
font-family:"Arial Narrow" Arial, Helvetica, sans-serif;
font-size:20px;
color:#003366;
text-align:right;
font-weight:bold;
width:100%;
}

/* extra css end*/