/*
ALL MODULES
---------------------------*/
.content .module {
    margin:0 0 35px;
}
.content .module h1 {
    line-height:1;
    font-size:16px;
    margin:0 0 15px;
    padding:0 0 5px;
    font-weight:normal;
    text-transform:uppercase;
    border-bottom:1px dotted #383835;
    font-family:'Adobe Caslon Pro', serif;
}

/*
MODULE RECENT POSTS
---------------------------*/
#recent-posts .item .title {
    margin:0;
    padding:7px 0;
    font-size:16px;
    font-weight:normal;
    border-bottom:1px dotted #383835;
}
#recent-posts .item .title a {
    margin:5px 0;
    font-size:16px;
}
#recent-posts .item .author {
	margin:5px 0;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#recent-posts .item .time {
    display:block;
    margin:0 0 1px;
    font-size:15px;
    font-family:'Adobe Caslon Pro', serif;
}
#recent-posts .item .excerpt {
    margin:0 0 5px;
    font-size:13px;
    line-height:18px;
}

/*
FLOAT CLEARING
---------------------------*/
/*
:after {
	height:0px;
    clear:both;
    content:".";
    display:block;
    visibility:hidden;
}
.ie {
   zoom:1;
}
*/