/*  
Theme Name: Sisterhood Mimbo
Theme URI: http://www.phenotype.net/
Description: A child theme of Mimbo for The Sisterhood Challenge
Version: 1.0
Author: Phenotype
Author URI: http://www.phenotype.net/
Template: mimbo
*/


/* ---------- @ Base theme -----------*/

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

/* ---------- @ Nav -----------*/

@import url('css/nav.css');

/* ---------- @ Child theme -----------*/

/*HTML*/

body {
	background: #111 
	}

a, a:visited {
	color:#ff006a;
	text-decoration:none;
	}	
	
a:hover, a:active {
	color:#333333;
	text-decoration:underline;
	}
	
/*Structure*/

#page {
	padding-top: 25px;
	}
	
	#wrapper {
		border:none
		}
		
		#masthead {
			width: 910px;
			height: 140px;
			margin: 0 -25px;
			padding: 0 25px 25px 25px;
			border:none;
			background: url('images/header.jpg') 0 0 no-repeat;
			}
			
			#masthead h1 a {
				width: 490px;
				height: 140px;
				display: block;
				text-indent: -999em;
				overflow: hidden;
				}
			
			#masthead #description {
				display: none;
				}

/*Headers*/

h5 {
	background: #f0f0f0;
	}

h3 {
	border-bottom:1px solid #BBB;
	border-top:5px solid #BBB;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.1em;
	}

.entry h3 {
	text-transform:none
	}	

/*Content Styles*/
body, select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	}

#lead {
	background: #f0f0f0;
	}
	
	#lead img {
		width: 260px;
		height: 230px;
		}
		
#sponsor {
	width: 265px;
	height: 130px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background: url('images/sponsor.gif') 0 0 no-repeat;
	}

.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
#fullarchive a, #fullarchive a:visited, 
#more-posts a, #more-posts a:visited {
	color:#ff006a !important;
	text-decoration: none;
	}
	
#sidebar a, #sidebar a:visited {
	color:#777 !important;
	text-decoration: none;
	}

#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,
#more-posts a:hover, #more-posts a:active {
	color:#222 !important;
	text-decoration: underline;
	}

.commentcount {
	display: none;
	background:url(images/bubble.gif) no-repeat right;
	}	
	
#sidebar select, #featured-cats select {
	margin-bottom: 15px;
	}
	
#featured-cats select {
	width: 182px;
	padding: 4px;
	}

#sidebar li {
	list-style:none;
	margin:0 0 1px 0;
	padding:0;
	}
	
#sidebar li a {
	font-family: Georgia,"Times New Roman",Times,serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 0.8em;
	border-top: 1px solid #D7D7D7;
	color: #424242;
	background:#f0f0f0;
	display:block;
	text-decoration:none;
	padding:4px 8px;
	border-left:4px solid #ddd;
	}

#sidebar li a:hover, #sidebar li a:active {
	background:#f0f0f0;
	text-decoration: underline;
	}

#sidebar li li a	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 0;
	text-transform: none;
	background:#e8e8e8;
	padding-left:25px;
	color:#777;
	}
	
#sidebar li li ul {
	border-top: 1px solid #fff;
	}
	
#sidebar li li li a	{
	padding-left:50px;
	}

h1 a, h1 a:visited {
	color:#ff006a;
	text-decoration:none;
	}	
	
h1 a:hover, h1 a:active {
	color:#333333;
	text-decoration:underline;
	}	

#writer {
	background:#f0f0f0;
	border:none
	}
	
#searchform {
	float:right;
	width:265px;
	text-align:right;
	padding-top:8px;
	}

#s {
	width:230px;
	font-size:1.2em;
	color: #000;
	}

	
/*Post Styles*/

.single p.postmetadata {
	background:#f0f0f0;
	padding:2px 6px;
	font-size:0.9em;
	border:none
	}




/*Footer*/

#footer {
	color:#e1e1e1;
	}

#footer a, #footer a:visited {
	color:#7a7a7a;
	}	

#footer a:hover, #footer a:active {
	color:#FFF;
	}	

