/*  
Theme Name: SMITH sections
Theme URI: http://smithmag.net/
Description: SMITH section theme
Version: 1

ONLY SECTION ELEMENTS SHOULD BE INCLUDED HERE -- MAIN STYLES IN SITEROOT/INCLUDES/

---------------------------------------------------- */

.section_topsidebar, .section_midsidebar {
	margin:10px 0;
}

h2.sectionhead {
	height:100px;
	text-indent:-9999px;
	margin-top:0;
	background-position:0 100%;
	background-repeat:none;
}

#memoirville {
	background-image: url(../../../images/sections/memoirville-banner.jpg);
}
#not-quite-what-i-was-blogging {
	background-image: url(../../../images/sections/sixwordbook.png);
}
#the-smith-diaries-project {
	background-image: url(../../../images/sections/diaries_header.png);
}
#editors-blog {
	background-image: url(../../../images/sections/obsessions2.jpg);
}
#smith-team-news {
	background-image: url(../../../images/sections/smith-team-news.png);
}

/* extends sidebar links when there's only once column */
.sidebar_the-smith-diaries-project .section_categories ul li {
	width:300px !important;
}

.asterisk-yellow,
.asterisk-orange {
	background-color:transparent;
	background-position: 0 0;
	background-repeat:no-repeat;
	padding-left:20px;
}

.asterisk-yellow { background-image:url(http://www.smithmag.net/images/icons/asterisk_yellow.png);}
.asterisk-orange { background-image:url(http://www.smithmag.net/images/icons/asterisk_orange.png);}

.bio {
	width:500px;
	margin:20px auto;
	font-size:11px;
	text-align:left;
	overflow:auto;
}
.bio p { margin: 0 0 10px;}
.bio img { margin: 0 0 0 5px;}
