/*archives - container div for archive pages*/

#archives{
float:left;
height: auto;
margin-left: 10px;
margin-top: 10px;
}

#archives .cat_title{
font-size: 17px;
margin-bottom: 12px;
color: #5d4c3b;
text-transform: uppercase;
}

#archives li{
background:url(images/archives_bg.jpg);
list-style:none;
width:371px;
height:32px;
display:block;
float:left;
clear: left;
margin:0px 10px 10px 0;
font-size:14px;
line-height:32px;
font-weight:bold;
text-indent:18px;
}

#archives li span{
display:block;
width:100%;
cursor:pointer;
}

#archives p.date{
font-size: 14px;
font-weight: bold;
margin-top: 13px;
color:#3E74BA;
margin-bottom: 7px;
}

#archives p.excerpt{
font-size:12px;
margin-bottom:12px;
}

#archives h1.title{
font-size: 14px;
font-weight: normal;
margin-bottom: 0px;
font-weight:bold;
margin-bottom:3px;
}

#archives h2.dept_cat{
color:#9B9A94;
margin-bottom:4px;
}

#archives .hidden_div{
margin-left:10px;
}

/* aggbeat archives */

#aggbeat_archives p.date{
border-bottom:1px dashed #ccc;
padding-bottom:5px;
clear:left;
}

#aggbeat_archives h1.title{
margin-bottom:6px;
clear:left;
font-size:12px;
}

#aggbeat_archives div.excerpt{
font-size:12px;
float:left;
clear:left;
margin-bottom:8px;
}