/*
BASIC ARCHIVE STYLES
*/

#breadcrumbs > li {
    display: inline;
    font-size: 70%;
    text-transform: uppercase;
}
#latest, #browse {
	border-top: 1px dotted #999999;
	padding-top: 1em;
	margin-top: 1em;
}
h2 {
    margin-bottom: 1em;
    font-weight: normal;
}
#browse li {
    float: left;
    margin-right: 0.6em;
}
#browse li.left {
    clear: left;
}

/*
STORIES LIST STYLES
*/

#latest h3 {
    font-size: 116%;
}
#latest .tease {
    font-size: 93%;
    margin-top: 0.3em;
}
#latest li {
    margin-bottom: 1.2em;
}
#latest .byline {
    color: #666666;
    font-size: 77%;
}

