/*  
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 {
	background: #3c3c3c;
	color: #545454;
	padding: 5px 0 15px 0;
	}

body, select, input, textarea {
	font: 100% Verdana, Arial, Sans-Serif;
	}
	
p {	
	margin: 0.9em 0;
	line-height:1.6em;
	text-indent:2em;
	}
entry body h3 {
	text-indent:24px;
}

entry body h4 {
	text-indent:30px;
}

entry body h5 {
	text-indent:35px;
}

entry body h6 {
	text-indent:38px;
}


a:link, a:visited {
	color: #0061b3;
	text-decoration:none
	}

a:hover, a:active {
	/*color:#333;*/
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 1.05em;
	background:#dfedfa;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
img.alignright,
.alignright {
	float: right;
}

img.alignleft,
.alignleft {
	float: left;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
		

/* Structure */

#page {
/*	width:880px;*/
	width:970px;
	margin:0 auto;
	font-size:0.7em;
	background:#FFF;
	padding: 5px 7px 15px 7px;
	}


#branding {
/*	width:880px;*/
	width:970px;
    height: 110px;
    /*padding-bottom:15px;*/
    background-image: url(images/header.jpg);
	}
	
#branding h1, #branding .description{
	display:none;
	}
	
#navigation {

}

.left, .alignleft {
	float:left;
	}

.right, alignright {
	float:right;
	}


#leftcol {
	width:180px;
	/*border-right:1px dotted #b6b6b6;*/
	padding-right:3px;
	margin-top:0px;
	float:left;
	}


#rightcol {
	width:470px;
	padding-left:5px;
	margin-top: 0px;
	float:left;
	}

ul.leftul {
	margin-left: 20px;
}

ul.leftul li{
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	padding-bottom:7px;		
}


ul#leftlist li .feedcountdiv{
	background: url(images/rss_reader.png) no-repeat top left;
	height: 42px;
}

ul#leftlist li .feedcountdiv p{ margin-top:0px; padding:11px 0px 0px 15px;}


/*	Headers */


h1 {
	font:2.95em Georgia, "Times New Roman", Georgia, Verdana, Arial, Serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Georgia, Verdana, Arial, Serif;
	padding-bottom:8px;
	margin: 50px 0 0 0;
	display:block;
	}

h3, #sidebar h2 {
	font: 1em Georgia, Verdana, Arial, Serif;
	letter-spacing:0.1em;
	font-size:1.6em;
	margin-top:4px;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2, #leftlist h3  {
	border-top:3px solid #D2DAFF;
	border-bottom:1px solid #D2DAFF;
	padding:6px 0 6px 12px;
	margin:6px 0 5px 0;
	font-size:1.2em;
	color:#000;
	background:#CBDFFF;
	}


h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */

#content {
	width:666px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
/*	background:#f2f2f2;*/
	background:#dfedfa;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
/*	background:#e9e9e9;*/
/*	background:#e6edf7;
	background:#6c85be;*/
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#lead {
	margin-top: 6px;
	width: 660px;
	}

.clearfloat p{
	font-size:1.05em;
	}

#leadmore{
	margin:0.7em;
	float:right;
	}

.title {
	font-size:1.35em;
	font-weight:bold;
	line-height:115%;
	display:block;
	}
	
.feature#lead .title {
	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;
	}

#rightcol #homepic{
	border:0;
	padding:0px;
}

#rightcol #homepic img.rightcol-photo {
	margin:0;
	border:0;
	}

#leftcol img {
	/*margin-bottom: 4px;
	/*display:block*/
	}
	
#leftcol .clearfloat {
	background:#dfedfa;
	border-bottom:1px dotted #b6b6b6;
	padding:0;
	}	

#rightcol .clearfloat {
	margin-top:6px;
	border:1px solid #D2DAFF;
	padding:10px;
	}

#leftcol .leftbottom{
	background:#ededed;
}


#sidebar {
/*	width: 250px;*/
	width: 300px;
	margin-top:6px;
	float:right
	}

#sidelist li, #leftlist li {
	font-size:1.05em;
	list-style:none;
	background:#dfedfa;
	padding: 0 0 5px 0;
	}


#sidelist li.noback {
	background:#fff;
	}


#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}
	
#sidelist .tagcloud {
	padding:10px;
	}
	
#sidelist .featuredblog {
	padding:6px;
	}
	
#sidelist .featuredblog img{
	 width:140px;
	 height:84px;
	}	
	
#leftlist .bullets li {
	list-style:none;
	border-bottom:1px solid #e6edf8;
	background:#dfedfa;
	padding:2px 2px 2px 18px;	
	}


#leftlist ul.subnav {
	background:#e6edf8;
	}
	
#leftlist .subnav li {
	list-style:none;
	border-bottom:1px solid #e6edf8;
	background:#dfedfa;
	padding:2px 2px 2px 8px;	
	}
	

#leftlist .subnav li li  {
	background:#e6edf8;
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e6edf8;
	padding:2px 2px 2px 4px;
	}
	
#sidelist table {
	margin-left:20px;
}	

#sidelist table td{
	padding:2px 0;
}

#sidelist table td.item{
	width:60px;
}
	
#writer {
	background:#dfedfa;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #0061b3;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:6px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	font-size:1.15em;
	}
	
.entry img {
	border:1px solid #000;
	/*margin:0 0 0 30px;*/
	}

.entry img.alignright {
	float:right;
	}




/*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-top:5px;
	margin-bottom:5px;
	line-height:125%;
	margin-left:42px;
	font-size:1.1em;
	}

.post ol li {
	margin-top:5px;
	margin-bottom:5px;
	line-height:125%;
	margin-left:48px;
	font-size:1.2em;	
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	font-size: 1.05em;
	}	

.postnav {
	display: block;
	font-size:1.2em;
	margin: 10px 0 50px;
}

.postmetadata {
	font-size: 1.1em;
	margin: 0px 0 10px 0;
	padding:3px 6px 6px 6px;
	}

.postsubdata {
	font-size: 1.1em;
	margin: 5px 10px 10px 10px;
	padding:5px;
	border:1px dotted #444;
	text-indent:2em;
	margin: 0.9em 0;
	line-height:1.6em;
	text-indent:2em;
	}


.homeauthorinfo {
	float:left;
	font-size: 1.1em;
	margin: 2px 0 0 0;
	padding: 6px 4px 3px 4px;
	border-bottom: 1px solid #bbb;
}


.homepostexc {
	margin: 25px 0 0 0;
	padding: 5px 0 10px 0;
}

.homepostinfo {
	font-size: 1.1em;
	padding: 2px 4px 2px 4px;
	background:#dfedfa;
}

.related_posts{
	margin: 30px 0 10px 0;
}

.homepost .title{

	}

/* ���ز��� */
#page .download .download-intro{
	float: left;
	width: 325px;
	margin: 0 10px;
}

#page .download  .download-info{
	margin: 2em 0;
	float: left;
	width: 300px;
}

#page .download  .download-info .downbutton {
	display: block;
	text-align: center;
	line-height: 1.4em;
	padding: 5px;
}

#page .download  .download-info .downbutton strong {
	font-size: 13px;
	color: #fff;
}

#page a.downbutton{
	padding: 8px 10px;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
	background:#d54e21;
}

p.downtar {
	font-size: 12px;
	text-align: center;
	background:#dfedfa;	
}

/* 主机信息 */

.hosting{
	margin:0px auto;
	border-collapse:collapse;
	text-align:center;
}

.hosting a{
	text-decoration:underline;
}

.hosting a:hover{
	color:#CBDFFF;
	text-decoration:none;
}

.hosting td{
	height:22px;
	border:1px solid #ccc;
}

.hosting td.clients{
	width:190px;
}

.hosting td.hitem{
	background:#dfedfa;
	width:180px;
}

.hosting td.price{
	font-weight:bold;
	color:#d54e21;
}

.hosting td.discount{
	font-weight:bold;
	color:#d54e21;
}

.hosting .buy{
	font-weight:bold;
	color:#d54e21;
}

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:2px 5px -10px 0; 
	}

.search {
	float:right;
	margin:-22px 5px 0px 0;
}

.button {
	padding: 1px;
	background:#dfedfa;
	color:#000;
	border:none;
	font-size:1.2em;
	}

.button:hover {
	color:#fff;
	background:#415073;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 70%;
	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 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: 970px;
	font-size:0.8em;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	}


/* -------------------[ Features ]------------------- */

#lead {
	padding:1px;
	border:1px solid #ddd;
	}

#lead .controls {
	font-size:1.05em;
	clear:both;
	background:#cbdfff;
	padding: 0;
	margin:0;
	}

#lead .controls ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

#lead .controls li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	color:#000;
	}

#lead .controls li.feat-nums {
	border-right:1px solid #fff;
	float:left;
	padding:0px 10px;
	margin:0;
	line-height:25px;
	height:25px;
	font-weight:bold;
	}

#lead .controls a, .control a:link, .controls a:visited {
	border-right:1px solid #fff;
	float:left;
	display:block;
	padding:0px 10px;
	margin:0;
	text-decoration:none;
	line-height:25px;
	height:25px;
	}

#lead .controls a:hover {
	color:#fff;
	background:#353535;
	}

#lead .controls li.feat-about {
	float:right;
	}

#lead .controls li.feat-about a {
	border-left:1px solid #fff;
	border-right:0;
	}

	
#lead .scroller {	
	background:#dfedfa;
	height: 180px;
	overflow: hidden;
	}

#lead .scroller .section {
	height: 180px;
	overflow: hidden;
	padding: 0;		
	}

#lead .scroller .leadcontent {
	}

#lead .feature-entry {
	padding: 10px;
	}

#lead .feature-entry h3 {
	font-family: arial,lucinda,verdana,geneva,sans-serif;
	text-align: right;
	font-size:1.5em;
	margin: 0 0 5px 275px;
	letter-spacing:0px;
	color: #0061b3;
	} 

#lead .feature-entry p {
	margin: 0 0 0 275px;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}


img.feature-photo-large {
	width: 658px;
	height: 180px;
	float:left;
	border-left:1px solid #fff;
	}

img.feature-photo {
	margin:0px 0px 0px 5px;
	float:left;
	border:0px;
	background:#fff;
	padding:0px;
	}


	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
