/*
BASE STYLES
*/

#header {
    border-bottom: 1px dotted #999999;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

/*
OBJECT LIST STYLES
*/

.object-list {
	border-top: 1px dotted #999999;
	padding-top: 1em;
	margin-top: 1em;
}
.object-list:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
h2 {
    margin-bottom: 1em;
}
.object-list h3 {
    font-size: 116%;
}
.object-list .tease {
    font-size: 93%;
    margin-top: 0.3em;
}
.object-list li {
    margin-bottom: 1.2em;
}
.object-list .byline {
    color: #666666;
    font-size: 77%;
}
.object-list img {
    border: 1px solid #999999;
    float: left;
    margin: 0 0.5em 0.3em 0;
}

/*
SIDEBAR STYLES
*/

.sidebar-module.staffer img {
    float: left;
    margin-top: 0.2em;
    border: 1px solid #999999;
}
.sidebar-module.staffer p {
    font-size: 85%;
}
.sidebar-module.staffer p.bio.with-mug {
    margin: 0 0 0 82px;
}
.sidebar-module.staffer.thumbs img {
    margin-bottom: 0.5em;
}
.sidebar-module.staffer h4 {
    font-size: 100%;
    margin: 0.7em 0 0.5em;
}
.sidebar-module.staffer.thumbs p.dates {
    font-size: 77%;
    color: #666666;
    margin: 0;
}
.sidebar-module.staffer ol li {
    margin-bottom: 0.7em;
}

/*
STAFF LIST STYLES
*/

#staff-list li {
    margin-bottom: 1em;
}
#staff-list img {
    float: left;
    border: 1px solid #999999;
    margin-right: 0.5em;
}
#staff-list p.position, #staff-list p.email {
    font-size: 85%;
}
