/*
File:			custom.css
Description:	Custom styles for Thesis
*/


body.custom {
background: url(images/BG.jpg) top center no-repeat #d4e3f5;
color:#1F61AD;
}

.custom #container {
background:#fff;
padding:10px;
}

.custom #header {
height:120px;
padding:0 0 40px;
margin:0 0 5px;
background: url(images/headerBG.jpg) repeat-x;
border:none;
}

.custom #header #logo {
display:none;
}

.custom #header #tagline {
color:#215FAC;
font-family:"georgia";
font-weight:bold;
font-size:15px;
position:relative;
top:120px;
left:90px;
}

.custom #content_box {
background:transparent url(../images/dot-ddd.gif) repeat-y scroll 74.2em 0;
width:100%;
}

.custom #sidebars {
background:#c0d9f8;
}

.custom #image_box {
background:none;
border:none;
}

.custom .format_text .to_comments span.bracket {
display:none;
}

.custom ul#tabs li {
background:#FEF8DD;
}

ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {
background:#fff;
}

.custom ul#tabs li.rss a {
background: url(../images/icon-rss.gif) no-repeat scroll 100% 50% #fff;
}

.custom a {
color:#1F61AD;
}

.custom h1 {
color:#1F61AD;
}

.custom #image_box img {
border-color: #2361AC
}

.radioImageContainer {
position:relative;
width:20%;
height:auto;
float:left;
}

.radioDescContainer {
position:relative;
width:80%;
font-size: 10pt;
float:left;
}

.radioPlayerAlign {
}

.radioDescFont {
font-size: 10pt;
}

.radioTitle {
margin:0 0 10px 0;
padding:0;
width:100%;
font-size: 14pt;
}

.format_text hr {
margin:10px 0 10px 0;
color: #2361ac;
background-color: #2361ac;
clear: both;
}

.format_text .clear {
clear: both;
}