/*  

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.0

Author: Darren Hoyt

Author URI: http://www.darrenhoyt.com/



 The CSS, XHTML and design is released under GPL:

http://www.opensource.org/licenses/gpl-license.php







/* HTML Elements */



* {

	margin:0;

	padding:0;

	}



body {

	background: #070066;

	color: #545454;

	padding: 13px 0 25px 0;

	}



body, select, input, textarea {

	font: 100% Arial, Verdana, Sans-Serif;

	}

	

p {	

	margin: 15px 0;

	}



a:link, a:visited {

	color: #002EAE;

 

	}



a:hover, a:active {

	color:#333;

	text-decoration:underline;

	}



hr {

	display: block;

	height:1px;

	background:#696A9B;

	border:0;

	}



small {

	font-size: 8pt;



	}

	



/* Structure */



#page {

	width:880px;

	font-size:11pt;

	margin:0 auto;

	background:#FFF;

	color:#000000;

	padding: 10px 15px 15px 15px;

	}



#branding {

	width:880px;

        height:115px;

        background: url(/wp-content/themes/mimbo2/images/logo.jpg) no-repeat;

	}



.left {

	float:left;

	}



.right {

	float:right;

	}





#sidebar {

	width: 250px;

	float:right;

	background: #EFEBF7;

	margin:15px 0 0 0;

	}



#leftcol {

	width:287px;

	border-right:1px dotted #9CAAD6;

	padding-right:10px;

	padding-left:10px;

	margin-top: -2px;

	}



#leftcol, #rightcol {

	margin-top:10px;

	float:left

	}	

	

#rightcol {

	width:277px;

	padding-left:18px;

	margin-top: -2px;

	}

		





/*Nav*/



#nav {

	background:#070066;

	margin-top:7px;

	font-size:10pt;

        background: url(/wp-content/themes/mimbo2/images/nav-img.gif) repeat;



	}

	

#nav li {

	list-style:none;

	float:left;

	border-right:1px solid #a9a9a9;

	}



#nav a, #nav a:visited {

	float:left;

	display:block;

	font-weight:bold;

	color: #f5f5f4;

	padding:6px 12px;

	}



#nav a:hover, #nav a:active, .current_page_item	a {

	background:#64A8F1;

	text-decoration:none

	}		





/*Nav2*/



#nav2 {

	background:#070066;

	margin-top:1px;

	margin-bottom:3px;

	font-size:8pt;

        background: url(/wp-content/themes/mimbo2/images/nav-img.gif) repeat;

        width:120px;

	}

	

#nav2 li {

	list-style:none;

	text-align:center;



	}



#nav2 a, #nav2 a:visited {

	text-align:center;

	display:block;

	font-weight:bold;

	color: #f5f5f4;

	padding:3px 3px;

	}



#nav2 a:hover, #nav2 a:active, .current_page_item	a {

	background:#64A8F1;

	text-decoration:none

	}	





/*	Headers */



h1 {	font:14pt Arial, Verdana, Sans-Serif;

	font-weight:bold;


        padding-bottom:8px;

        color:#515FA0;

	}

	

h2 {

	font: 13pt Arial, Verdana, Sans-Serif;

	padding-bottom:8px;

        font-weight:bold;

	border-bottom:1px solid #9CAAD6;

	margin: 20px 0;

        color:#070066;

        

	}



h3 {

	font-size: 12pt;

	margin-bottom:4px;

	font-weight:bold;

	color:#070066;

	}



#sidebar h3 {

  font-size: 10pt; 

	border-top:1px solid #070066;

	border-bottom:2px solid #070066;

	padding:3px 3px 3px 3px;

	margin:0 0 10px 0;

  background: url(/wp-content/themes/mimbo2/images/nav-img.gif) repeat;

  color:#ffffff;

	}



h3#respond {

	border-top:1px dotted #b6b6b6;

	margin-top:25px;

	padding-top:20px

	}



h3#comments {

	margin-top:32px

	}



	

	

	

/* Content */



#content {

	width:605px;

  float:left

	}



#content2 {

	width:605px;

  float:left

	}

	

#content2 li {

  margin-left:30px;

  list-style:circle;

	}



	

.description {

	font-size: 10pt;

	font-weight: bold; 

	font-style:italic;

	color:#545454;

	margin-top:-4px;

	}



.feature {

	background:#BBDAFF;

	padding:15px;

	border-bottom:1px solid #696A9B;

	border-top:1px solid #696A9B;

	}



.feature:hover {

	background:#BBDAFF;

	}

	

.feature p, #rightcol p, #leftcol p {

	margin:0;

	}



.feature img, #rightcol img, #leftcol img {

	padding:0px;

	border:0px solid #000;

	}

			

#leadpic {

	float:left;

	margin: 0 18px 8px 0;

	}



#lead {

	margin-top:22px;

	}



.title {

	font-size:12pt;

	font-weight:bold;

	line-height:115%;

	}

	

.feature#lead .title {

	font:12pt Arial, Verdana, Sans-Serif;

	font-weight:bold;

	line-height:100%;

	display:block;

	padding-bottom:7px;

	}







#rightcol img {

	float:left;

	margin:3px 10px 4px 0;

	}



#leftcol img {

	margin-bottom: 4px;

	display:block

	}

	

#rightcol .clearfloat {

	border-bottom:1px solid #9CAAD6;

	padding:12px 0;

	}	

	

#leftcol .clearfloat {

	border-bottom:1px solid #9CAAD6;

	padding:12px 0;

	}		



#sidelist li {

	list-style:none

	}

	

#sidelist li ul li {

  font-size: 11pt;

	list-style:none;

	margin-bottom:5px;

	line-height:115%;

	margin-left:10px;

	}

			

.postmetadata {

	margin: 30px 0;

	}



#writer {

	background:#E4F0FE;

	margin:15px 0;

	padding:12px;

	}



#writer img {

	padding:1px;

	border:1px solid #7da939;

	float:left;

	width:80px;

	}



#writer span {

	display:block;

	padding-top:4px;

	border-top:1px solid #696A9B;

	margin-top:12px;

	}



#writer p {

	margin:0;

	width:482px;

	}	

		



/* Form Elements */



select {

	background:#f2f2f2;

	border:1px solid #9c9c9c;

	width:100%

	}

	

#searchform {

	padding:16px 5px 0 0; 

	}



.button {

       font-size: 10pt;

	padding: 1px;

background: url(/wp-content/themes/mimbo2/images/nav-img.gif) repeat;

	color:#e7e7e7;

	border:none

	}



.button:hover {

	background:#64A8F1;

	color:#FFF

	}



#commentform input {

	width: 170px;

	margin: 5px 5px 1px 0;

	}



#commentform textarea {

	width: 100%;

	margin-top:5px;

	}







/* Comments*/



.commentlist li {

	margin: 15px 0 3px;

	padding: 8px 15px 10px 15px;

	list-style: none;

	background:#E7F3FF;

	border-top: 1px solid #BDDBFF;

	}



#commentform small {

	background:#FFF;

	font-weight:bold;

	padding:0;

	}

	

.commentmetadata {

	display: block;

	}





.commentlist small {

	background:#BDDBFF

	}



.commentlist cite {

	font: 10pt Arial, Verdana, Sans-Serif;

	font-weight:bold;



	}	

	



/* Float Properties*/



.clearfloat:after {

	display:block;

	visibility:hidden;

	clear:both;

	height:0;

	content:".";

	}

	

.clearfloat {

	display:inline-block

	}



.clearfloat {

	display:block

	}

	





/* Footer*/



#footer {

	margin: 0 auto;

	width: 900px;

	font-size: 10pt;

	padding-top:15px;

        text-align:center;

	color:#FFF;

	}



#footer a {

	color:#d3d1d1;

	}





/* PHPlist styles */



.required {

  font-family : Arial, Helvetica, sans-serif;

  font-size:11pt;

  margin-bottom:8px;

	font-weight : bold;

	font-style : normal;

	color : #108700;

	text-decoration : none;

}



.attributename  {

	font-size: 11pt;

	margin-bottom:8px;

	font-family : Arial, Helvetica, sans-serif;

	font-weight : normal;

	font-style : normal;

	color : black;

	text-decoration : none;

}



.attributeinput  {

	font-size: 11pt;

	margin-bottom:8px;

	font-family : Arial, Helvetica, sans-serif;

	font-weight : normal;

	font-style : normal;

	color : black;

	text-decoration : none;

}



.feature-form {

	background:#E4F0FE;

	padding:15px;

	border-bottom:1px dotted #696A9B;

	border-top:1px dotted #696A9B;

	}

