/*
Theme Name: FEFC Podcast V2
Theme URI: http://fredericefc.org/
*/

@import url(reset.css);


body {
padding: 35px;
background: #f4f7fb;
font: 15px/1.35 Georgia, serif;
}

p {
padding-bottom: 15px;
}

a {
color: blue;
}

h1 {
color: #BC5A39;
font-size: 22px;
}

h2 {

font-size: 14px;
text-transform: uppercase;
color: #BC5A39;
padding-bottom: 10px;
}

.first {
font-size: 17px;
font-style: italic;
}

#wrap {
overflow: auto;
width: 670px;
}

#maincontent {
width: 325px;
padding-right: 20px;
border-right: 1px dotted #c6cbd1;
float: left;
}

#scontent {
width: 300px;
float: left;
padding-left: 20px;
font-size: 14px;
}

#calendar {
padding-bottom: 10px;
border-bottom: 1px dotted #a9aeb4;
}

.sidebox {
padding: 10px 0;
border-bottom: 1px dotted #a9aeb4;
}

#footer {
font: 12px/1.5 "Lucida Grande", sans-serif;
padding-top: 25px;
clear: both; 
color: #2c2e30;
}

#header {
overflow: auto;
padding-bottom: 25px;
}

#logo {
float: left;
}

#nav {
padding-top: 25px;
float: right;
font-size: 13px;
}
#nav a { padding: 5px; border: 0; color: #000; text-decoration: none; }
#nav a:hover { background: #993300; color: #fff; }
#nav li { display: inline; margin-right: 5px; }

body#home .home,
body#podcast .podcast,
body#links .links,
body#calendar .calendar,
body#vbs .vbs
{ background: #993300; color: #fff; }

.copyright {
font-size: 11px;
color: #585c60;}


/* PODCAST */

.breadcrumb, .rss { font-size: 13px; font-style: italic; padding-bottom: 10px; }

.post h2 { font-size: 18px; text-transform: none; padding-bottom: 0; line-height: 1.2; }
.post { padding-bottom: 10px; }
