/*
Theme Name: child
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: Child theme for Mimbo
Author: ASA
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Template: mimbo
Version: 0.1
*/
 
@import url("../mimbo/style.css");

body {
	background:#DBDCE4;
	color: #1d1d1d;
	}

.noborder img {
	border:none;
	float:clear;
	}

.equation img {
	border:none;
	display:inline;
}

.references {
margin-left: 25px;
padding-bottom: 5px;
text-indent: -25px;
}

.current a {
line-height: 250%;
text-decoration:none;
color: #4D778D;
}

.current a:hover {
line-height: 250%;
text-decoration:none;
color: #83A7BA;
}

.note {
	font-family:sans-serif;
	font-size:85%;
}
.sourcenote {
	font-family:sans-serif;
	font-size:80%;
	float:center;
	line-height:1.3em;
}

.post h4 {
margin:5px 0 -5px 0;
}

h4 {
font:bold 1.5em Georgia,"Times New Roman",Times,serif;
margin-bottom:-10px;
}

h6 {
	font:bold 1.1em Arial, Helvetica, sans-serif;
	margin:5px 0 -5px 0;
	letter-spacing:-0.05em;	
}

p {
margin:10px 0 15px 0;
}

.post ul, ol {
	margin:0 0 30px 0;
	width:90%;
}

.post ul li {
	list-style-type:none;
	line-height:140%;
}

.post ol li {
	line-height:140%;
}

#intro {
color:#888787;
float:left;
font:italic 1.2em Georgia,"Times New Roman",Times,serif;
letter-spacing:0.01em;
margin:15px 0;
padding:0 0 0 20px;
}

#lead-text {
	float:left;
	width:275px;
	padding:13px 15px 16px 7px;
	}

#sidebar2 {
	background:#DBDCE4;
	margin:10px;
	padding:10px;
	width:210px;
	float:left;
	}

#glance {
	background: #E4E2DB;
	color: #607B88;
	margin: 10px;
	padding: 10px;
	width:210px;
	float: right;
	}

#pullquote2 {
	float:right;
	font-size:1.25em;
	font-style: italic;
	line-height:1.3em;
	background:none;
	width:150px;
	border-top:#607B88 3px solid;
	border-bottom:#607B88 3px solid;
	margin:1em;
	padding:1em;
	color:#607B88;
	}

#blockquote2 {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #607B88;
	font:1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.03em;
	line-height:1.35em;
	}

#columnheader {
          background:#ededed;
          margin:10px 0 55px 0;
          padding:0px 30px 30px 20px;
          border-bottom:1px solid #dadada;
          border-top:1px solid #dadada;	
          }
          
#columnheader img {
          padding:2px;
          border:1px solid #b2afa4;
          float:left;
          margin:18px 15px 6px 0;
          }

#chancewidget {
	font-size:1em;
	font-style: italic;
	line-height:1em;
	background:none;
	border-top:#607B88 3px solid;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:left;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

p.wp-caption-text {	
	text-align:left;
	}

.byline {
	text-align:left;
	color:#607B88;
	font-weight:bold;
	font-style:italic;
	}

.archive-list li {
	height:135px;
	}

.gray60 {
	color:#808285;
	}

.smallesthead {
	font:italic 0.9em Arial, Helvetica, sans-serif;
	margin:5px 0 -5px 0;
	}

.color {
	background:#f5f3ee;
	}