/*  
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: #3c3c3c;*/
	color: #545454;
	padding: 13px 0 25px 0;
	background: url(images/bg.gif) repeat-y center #3c3c3c;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #7da939;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

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

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

/* Structure */

#page {
	width:880px;
	margin:0 auto;
	/*font-size:0.76em;*/
	font-size:0.76em;
	background:#FFF;
	padding: 10px 25px 25px 25px;
	}

#branding {
	width:625px;
	}
	
#tagline {
	font-style:italic; 
	color:#000; 
	text-transform:none;
	font-weight:200;
	font-size:1.18em;
}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	/*width: 250px;*/
	width: 200px;
	float:right
	}

#leftcol {
	/*width:287px;*/
	width:312px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left;
	}	
	
#rightcol {
	/*width:277px;*/
	width:302px;
	padding-left:18px;
	margin-top: -2px;
	}
		

/*Nav*/
/*
#nav {
	background:#777;
	margin-top:15px;
	font-size:1.1em;
	}
	
#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:#000;
	text-decoration:none
	}		

*/


/*	Headers */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

h3 {
	font-size: 1em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3 {
	border-top:5px solid #BBB;
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	}

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

h3#comments {
	margin-top:32px
	}

	
	
	
/* Content */

#content {
	width:655px;
	float:left;
	font-size:1.1em;
	}
	
#content ol, #content ul {
	margin-left:40px;
	}	
	
.description {
	/*font-size: 1.3em;*/
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	/*color:#545454;*/
	color:#000000;
	margin-top:-4px;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

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

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	/*font-size:1.2em;*/
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	/*font:1.8em  */
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

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

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

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

#sidelist li {
	list-style:none
	}
	
#sidelist li ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}
			
.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	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 #cbd8b4;
	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 {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none
	}

.button:hover {
	background:#777;
	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:#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 Georgia, "Times New Roman", Times, 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 {
	margin: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	}

#popup-footer {
	background: url(images/popfooter-bg.png) repeat-x;
	border-top:#7DA939 5px solid;
	bottom:0px;
	height:67px;
	position:fixed;
	width:100%;
	z-index:1000;
}

	#popup-footer  .left{
		background: url(images/brightcite.png) left middle;
		height:67px;
		width:
	}
		#popup-footer  .left .popup-logo {
			background:url(images/brightcite.png) no-repeat top left;
			float:left;
			height:65px;
			margin:0 20px;
			width:130px;
		}
		
		#popup-footer  .left form {
			display:block;
			float:left;
			width:844px;
		}
			#popup-footer  .left form p{
				color:#fff;
				font-size:14px;
				margin:4px 0 7px;
			}
		
			#popup-footer  .left form input {
				border:1px solid #7DA939;
				float:left;
				font-weight:normal;
				font-size:14px;
				margin:4px 6px 0 0;
				padding:2px 5px;
				width:180px;
			}
			
			#popup-footer  .left form input.submit {
				border:none;
				height:25px;
				margin:0;
				width:147px;
			}

	#popup-footer  .right{
		padding-right:10px;
		text-align:right;
		width:104px;
	}
	
		#popup-footer  .close{
			margin:10px 0 20px;
		}
		
		#popup-footer  .right a{
			color:#fff;
			font-size:11px;
			font-weight:bold;
			text-decoration:underline;
		}
	
/* added by dan */
/* content */

.entry a img {
	border:#fff;
}

blockquote {
	padding:1px 40px 1px 30px;
}

#subscribe {
	margin:20px 0;
	padding:8px;
	background:#f2f2f2;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
}
#subscribe h3 {
	text-transform:none;
	border:none;
	padding:0;
	margin:0;
}
#subscribe p {
	margin:8px 0 5px 0;
}

#subscribe .text {
	width:150px;
}

.rss { background:url(images/feed-icon.jpg) no-repeat left; padding-left:18px;}
.ask { background:url(images/ask.jpg) no-repeat left; padding-left:18px;}
	
	
.blogindex { margin-bottom:5px; border-bottom:1px dotted #b6b6b6; background:#f2f2f2; padding:15px; }
.blogindex:hover {
	background:#e9e9e9;
	}
.blogindex h3 { margin:0 0 6px 0;}
.blogindex span { font-size:12px; color:#BDBCBC;}
.blogindex p {margin:6px 0 6px 0;}

.clickhere, .clickhere:active, .clickhere:link, .clickhere:visited { color:#346BA4; font-size:12px; text-decoration:underline; font-weight:bold;}
.clickhere:hover { color:#346BA4; font-size:12px; text-decoration:none; font-weight:bold;}

.relatedindex {float:left; clear:right; margin-top:15px;}
.relatedindex span{font-weight:bold;}
.relatedindex li { list-style:none; margin:5px;}