/*
BASIC STAFF STYLES
*/

#stories {
	border-top: 1px dashed #999999;
	padding-top: 1em;
	margin-top: 1em;
}
h2 {
    margin-bottom: 1em;
}

/*
STORIES LIST STYLES
*/

#stories .tease {
    font-size: 93%;
    margin-top: 0.3em;
}
#stories li {
    margin-bottom: 1.2em;
}
#stories .byline {
    color: #666666;
    font-size: 77%;
    font-weight: bold;
}

/*
SIDEBAR STYLES
*/

.sidebar-module.staffer.thumbs h3 {
    font-size: 108%;
}
.sidebar-module.staffer.thumbs p {
    font-size: 85%;
}
.sidebar-module.staffer.thumbs img {
    margin-bottom: 0.5em;
}
.sidebar-module.staffer p.bio {
    clear: left;
    margin: 0.8em 0;
}
.sidebar-module.staffer h4 {
    font-size: 100%;
    margin-bottom: 0.5em;
}
.sidebar-module.staffer.thumbs p.dates {
    font-size: 77%;
    color: #666666;
}
.sidebar-module.staffer ol li {
    margin-bottom: 0.7em;
}