/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
.custom .sidebar h3 {
font-size:14px;
font-weight:bold;
padding-left:0px;
}

#multimedia_box {
    margin-top:25px; margin-left:12px; width:187px; border-left-color:#a7a7a7; border-top-color:#a7a7a7; border-width:1px;
/*	height:max-height; commented out by S. Rhyne 7-28-11 to make room for spots. btw max-height would probably be a better choice*/ 
}
#multimedia_box h2{
	padding:10px 0px;
	font-size:12pt;
	font-weight:bold;
}
#multimedia_box p.metal-spot{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:13px;
}	

#multimedia_box p.metal-spot span.metal-title{
	font-weight:bold;
	margin-right:5px;	
}

body.custom {
    background: #eeeeee;
}.custom #container {
    margin-top: 3em;
    margin-bottom: 3em;
    padding: 0.0em;
    background: #605e5e;
    border: 0.1em solid #000;
    }

