/*
Theme Name: MimboChild
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A child theme for Mimbo
Version: 0.1
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Template: mimbo

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

*/
 
@import url("../mimbo/style.css");

body, select, input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	background-color: #ffffff;
	background-image: url(images/main-background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}
	
/*Links*/
a, a:visited, h1 a, h1 a:visited, h2 a, 
h2 a:visited, h3 a, h3 a:visited, h4 a, 
h4 a:visited, #sidebar a, #sidebar a:visited,
#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	color: #024A82;
	}
a:hover, a:active, h1 a:hover, h1 a:active, 
h2 a:hover, h2 a:active, h3 a:hover, 
h3 a:active, h4 a:hover, h4 a:active, 
#sidebar a:hover, #sidebar a:active,
#home #content a:hover, #home #content a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	color:#900;
	}

/*Featured Item Div*/
#lead-text {
	float:left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 16px;
	padding-left: 0;
	}

/*Calendar*/
.widget table {
	width: 75%;
	}	
#wp-calendar td {
	text-align:center;
	padding:3px;
	color: #999;
	}	
#wp-calendar td:hover {
	background-color: #eee;
	}	

/*Image Captions*/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-right: 0px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*Search*/
#searchsubmit {
	font-size: .9em;	
	}

/*Featured Categories*/
#featured-cats {
	background-color: none;
	font-size: 85%;
	}
#featured-cats ul {
	margin-bottom: 10px;
	}
#featured-cats li {
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:100%;
	font-size: 12px;
	}

/*Smaller Text*/
.postmetadata, .loggedin {
	font-size: 85%;
	color: #808080;
	}		
	
/*Tags*/
#tags {
	font-size: 85%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}	

/* Lead Article */

#lead {
	background: none;
	margin: 0;
	padding: 0;
	}

/* Misc. */

.button {
	font-size:1em;
	}
	
#wrapper {
	background: none;
	border: none;
	width: 1160px;
	position: relative;
	top: 135px;
	margin-bottom: 100px;
	}

#sidebar {
	width: 228px;
	float:right;
	background-image: url(images/sidebar-tile.gif);
	position: relative;
	left: -158px;
	top: 48px;
	background-repeat: repeat-y;
	background-position: left top;
	}
#sidebar-inner {
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: -62px;
	top: 8px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
#sidebar-bottom {
	background-image: url(images/sidebar-bottom.gif);
	height: 20px;
	}
.widget h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	font-size: 16px;
}



/*Footer*/
#footer {
	position: relative;
	top: 20px;
	font-size: 60%;
	}
#footer a, #footer a:visited {
	color:#024A82;
	}
#footer a:hover, a:active {
	color:#A94D32;
	}
#homelink {
	height: 200px;
	width: 250px;
	position: absolute;
	background-image: url(images/spacer.gif);
}



.pagediv {
	padding: 2px;
	border: solid 1px #eee;
	margin-bottom: 10px;
}
.pagediv p {
	font-size: .8em;
	margin: 0;
	padding: 0;
}
#lead h2 {
	font-size: 2.5em;
	}
#lead h3 {
	font-size: 1.5em;
	}