/* @override http://www.calvarymemorial.com/_css/styles.css */

/* Site: Calvary Memorial */

/* =RESET MARGINS & PADDING
---------------------------------------------------------------------
*/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

hr{
   display: none;
}

/* =RESET TYPOGRAPHY
---------------------------------------------------------------------
*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts */
  font-size: 62.5%;  
  font-weight: normal;
  line-height: 140%;
  background: url(/_img/bg_container2.png);
  background-color: #907752;
}

h1 {
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  font-size: 2.2em;
  font-family: Georgia;
  font-weight: bold;
  color: #7a1600; /*red*/
  line-height: 1.3;
  margin-bottom: 1.0em;
  padding-top: .4em;
}

h3 {
  font-size: 1.8em;
  font-weight: bold;
  font-family: Georgia;
  color: #7b6956;/* light brown */
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: .4em;
}
h4 {
  font-size: 1.4em;
  font-family: Verdana;
  font-weight: bold;
  color: #8c7762;
  line-height: 1.4;
  margin-bottom: .4em;
}

h5 {
  font-size: 1.2em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}

.bulletin {
  font-size: 1.7em;
  font-family: Georgia;
  font-weight: bold;
  color: #FFFFFF;
}

p {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 160%;
  margin: 0 0 10px 0;
  color: #8c7762;
}

blockquote {
font-size: 1.4em;
font-style:italic;
line-height: 160%;
color:#8c7762;
display:block !important;
padding:10px 20px;
text-align:justify;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

blockquote p {
font-size: 1.2em;
font-style:italic;
color:#8c7762;
display:inline;
}

/* =DEFAULT LINKS
---------------------------------------------------------------------
*/

a {
  color: #7a1600;
  margin: 0;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
}


a:hover,
a:active {
  text-decoration: underline;
}

/* =Helper Classes
---------------------------------------------------------------------
*/

#skip{
   position: absolute;
   list-style: none;
   display: block;
   height: 0;
   overflow: hidden;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* = MetaNav  
---------------------------------------------------------------------
*/

#metanav{
   background: #7a1600 url(/_img/bg_metanav_top.gif) repeat-x;
   color: #d6dfcc;
   border-bottom: 1px solid #102b1b;
}

#metanav-inner{
   width: 960px;
   margin: 0 auto;
   padding-top: 10px;
   min-height: 33px;
   _height:33px;
}

#metanav a{
   color: #FBF7EC;
}

#metanav a:hover{
   text-decoration: underline;
}

#metanav p{
   font-size: 1.2em;
   color: #FBF7EC;
}

#metanav ul{
   list-style: none;
}

#worship-info{
   float: left;
   line-height: 1.8;
}

#worship-info p{
   float: left;
}

#guide-search{
   float: right;
   line-height: 1.8;
}

p#map{
   margin-left: 18px;
}

p#map a{
   display: block;
   width: 133px;
   height: 25px;
   text-align: center;
   background: url(/_img/bg_metanav_map2.gif) no-repeat left -6px;
}

p#minguide-link{
   float: left;
}

p#minguide-link a{
   display: block;
   width: 154px;
   height: 22px;
   text-indent: -9999px;
   background: url(/_img/bg_metanav_min-guide2.gif) no-repeat;
}

p#minguide-link a.down{
   background-position: 0 -22px;
}

#guide-search #search{
   float: left;
   margin-left: 11px;
}

#search fieldset{
   float: left;
   width: 176px;
   height: 20px;
   padding: 0;
   margin: 0;
   overflow: hidden;
}

#search input{
   display: block;
   float: left;
   width: 103px;
   height: 15px;
   padding: 4px 3px 3px 3px;
   border: none;
   background: transparent url(/_img/bg_metanav_search-box.gif) no-repeat;
   color: #797979;
   font-size: 1.1em;
   text-transform: capitalize;
}

#search a#search_go{
   display: block;
   float: left;
   width: 28px;
   height: 20px;
   background: url(/_img/bg_metanav_search-arrow.gif);
   text-indent: -9999px;
}

#min-guide{
   clear: both;
   display: none;
   float: left;
   width: 960px;
}

#min-guide div.min-col{
   float: left;
   display: inline;
   width: 150px;
   margin: 25px 10px 0 0;
   padding-bottom: 25px;
}

#min-guide ul{
   line-height: 1.8;
}

#min-guide ul li.title{
   font-size: 1.2em;
   color: #fff;
   font-weight: bold;
}

#min-guide ul li a{
   font-size: 1.1em;
   color: #d6dfcc;
}


/* =Header
---------------------------------------------------------------------
*/
#header{
   width: 960px;
   height: 135px;
   margin: 0 auto;
}

#header h1{
   float: left;
   width: 300px; /*this width ensures #nav clears */
   height: 90px;
   margin: 9px 0 8px 15px;
}

#header h1 a{
   display: block;
   width: 156px;
   height: 90px;
   text-indent: -9999px;
   background: url(/_img/bg_h1_a.gif);
}


/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   list-style: none;
   position: relative;
   width: 900px;
   float: left;
   margin: 0 30px;
}

#nav li{
   line-height: 28px;	
   float: left;
   margin: 0 1px;
   background: url(/_img/bg_nav_li.gif) repeat-x left top;
}

#nav li:hover,
#nav li.current{
	background: url(/_img/bg_nav_li_hover.gif) repeat-x left top;
}

#nav li a{
   display: block;
   color: #FF0; /* Change this to the right color */
   text-decoration: none;
   padding: 0 23px;
   font-family: Georgia;
   color:#947e67;
   font-size: 1.7em;
}

/* =Home Page :: Media
---------------------------------------------------------------------
*/

#homepage-welcome{
   margin: 0 50px;
   height: 247px;
   position: relative;
}

#homepage-welcome .mediaplayer{
   width: 418px;
   height: 247px;
   float: left;
}
#homepage-welcome .welcome{
   width: 402px;
   float: right;
   margin: 20px 20px;
}

#homepage-welcome p.miniplayer{
   display: block;
   float: left;
   width: 157px;
   height: 97px;
   background: url(/_img/bg_miniplayer.gif) no-repeat left top;
   margin: 12px 20px 0 0 ;
}

#homepage-welcome .welcome h4{
  padding-top: 12px;
  color: #7a1600;
}

/* =Home Page :: Info & Feeds
---------------------------------------------------------------------
*/

body#home #content{
   overflow: hidden;
}

#home-info{
   background: url(/_img/bg_infobox_btm.gif) no-repeat left bottom;
   margin: 20px auto 0;
   width: 860px;
   overflow: auto;
}

#home-info .infobox {
   background: #e9d4a4 url(/_img/bg_infobox.gif) no-repeat left top;
   width: 251px;
   float: left;
   margin-right: 21px;
   padding: 0 10px 0;
   position: relative;
   min-height: 270px;
   _height:270px;
}

#home-info .infobox.blog {
   background: #e9d4a4 url(/_img/bg_infobox_blog.gif) no-repeat left top;
   margin:0;
   padding-top: 20px;
   min-height: 100px;
  /* _height:100px; */
}

#home-info .infobox h3{
   margin-bottom: 15px;
}

#home-info .infobox h4{
   border-bottom: 1px solid #8c7762;
   margin-bottom: 12px;
   margin-left: -2px;
   height: .8em;
}

#home-info fieldset{
   border-top: 2px solid #d3c3a7;
   width: 100%;
}

#home-info legend {
  font-size: 1.2em;
  font-style: italic;
  color: #8c7762;
  line-height: 1.2;
  padding: 0 5px 0 4px;
}

#home-info .infobox h5{
   color: #7a1600;
   margin: 14px 0 4px 4px;
   font-size: 13px;
}

#home-info .infobox p.subscribe{
   color: #8c7762;
   float: right;
   margin: -32px 0 18px 0;   
}
#home-info .infobox p.subscribe-link a{
   float: right;
   margin: -34px 0 18px 10px;   
   background: url(/_img/bg_infobox_rss.gif) no-repeat top left;
   width: 18px;
   height: 18px;
   text-indent: -9999px;
}
#home-info .infobox p.subscribe-link a.calendar{
   background: url(/_img/bg_infobox_calendar.gif) no-repeat top left;
}

#home-info .infobox ul {
   list-style-type: none;
   margin: 0 0 0 4px;
   color: #8c7762;
   font-size: 1.2em;
}
#home-info .news ul {
   margin: 0;
}
#home-info .infobox ul li, #home-info .infobox p.info {
   margin: 0;
   font-size: 11px;
   line-height: 15px;
}
#home-info .infobox p.info {
	margin-left: 4px;
}
#home-info ul.readmore{
   list-style-type: none;
   clear: both;
   text-align: right;
   font-size: 1.2em;
}

#home-info ul.readmore li{
   float: left;
   width: 260px;
   padding: 5px 10px 10px 0;
   margin: 0 22px 0 0;
}

#home-info ul.readmore li.link-3{
   margin-right: 0;
}

#home-info .learn-more{
   float: left;
   width: 272px;
   height: 150px;
   position: relative;
}

#home-info .learn-more a{
   /* background: url(/_img/bg_looking_for_church.png) no-repeat left top; */
   position: absolute;
   left: 0;
   top:0;
   width: 67px;
   height: 20px;
   padding: 125px 15px 15px 190px;
   color: #f1f1f1;
   font-weight: bold;
   font-size:11.5px;
}



/* =Layout -- Full Page
---------------------------------------------------------------------
*/

#container{
   width: 100%;
   margin: 0 auto;
   background: url(/_img/bg_container.jpg) repeat-x center top;
}

#container-inner{
   margin: 0 auto;
   width:100%;
   min-width: 960px;
   float: left;
   background: url(/_img/bg_container-inner.jpg) repeat-y center top;

}

#content-wrap{
   margin: 0 auto;
   width: 100%;
   float: left;
   min-width: 960px;
   background: url(/_img/bg_content-wrap.jpg) no-repeat center top;
}

#content{
   margin: 0 auto;
   padding: 45px 0 0;
   width: 960px;
   position: relative;
}

#footer{
   width: 100%;
   height: 300px;
   min-width: 960px;
   margin: 0 auto;
   clear: both;
   background: url(/_img/bg_footer.jpg) no-repeat center top;
}

/* =Layout -- With Sidebar
---------------------------------------------------------------------
*/

.left-sidebar #container-inner{
   background: url(/_img/bg_container-inner_w_sidebar.jpg) repeat-y center top;
}

.left-sidebar #content-wrap{
   background: url(/_img/bg_content-wrap_w_sidebar.jpg) no-repeat center top;
}

.left-sidebar #footer{
   background: url(/_img/bg_footer_w_sidebar.jpg) no-repeat center top;
}

.left-sidebar #main{
   margin-right: 60px;
   width: 600px;
   float: right;
}

/* =Sidebar Styling
---------------------------------------------------------------------
*/
#sidebar{
   width: 200px;
   padding-left: 40px;
   padding-right: 10px;
   float: left;
}

#sidebar h3{
   font-size: 2.0em;
   width: 210px;
   background: url(/_img/bg_sidebar_h3.jpg) no-repeat right bottom;
   padding-bottom: 8px;
}

#sidebar h5{
   font-size: 1.4em;
   padding: 2px 0;
   font-weight: normal;
}
#sidebar h5.date{
   font-size: 1.2em;
   color: #494D51;
}

#sidebar ul#sidebar-nav{
   font-size: 1.6em;
   line-height: 1.4;
   margin: 0 0 15px 12px;
   color: #7a1600;
}

#sidebar ul#sidebar-nav li{
   list-style-type: none;
   margin-bottom: 6px;
}

#sidebar ul#sidebar-nav li a.title,
#sidebar h4 {
   display: block;
   margin: 0 -10px 10px 0;
   padding: 7px 0 7px 0;
   font-family: Georgia;
   font-size: 1.4em;
   font-weight: bold;
   color: #8c7762;/* light brown */
   background: url(/_img/bg_sidebar_title.gif) no-repeat right bottom;
}

#sidebar h4{
   font-size: 1.7em;
}

#sidebar ul#sidebar-nav li ul li ul{
   display: none; /* hides non-current children */
}

#sidebar ul#sidebar-nav li ul li.current ul{
   display: block; /* reveals current children */
   margin-bottom:4px;
}

#sidebar ul#sidebar-nav li ul li.current ul li{
   color: #8c7762;
   font-size: .9em;
   padding-left: 1.4em;
   line-height: 1.1;
   margin-bottom: 4px;
}
#sidebar ul#sidebar-nav li ul li.current ul li a{
   color: #8c7762;
   font-size: .9em;
   text-decoration: none;
}
#sidebar ul#sidebar-nav li ul li.current ul li:hover{
   background: url(/_img/bg_sidebar_subnav_current.gif) no-repeat left 0;
}

#sidebar ul#sidebar-nav li ul li.current ul li.current {
   font-weight: bold;
   background: url(/_img/bg_sidebar_subnav_current.gif) no-repeat left 0;
}
#sidebar ul#sidebar-nav li ul li.current ul li.current.cparent {
   font-weight: normal;
   background: none;
}

#sidebar ul#sidebar-nav li ul li.current ul li ul {
   display: none; /* hides 4th tier*/
}

#sidebar ul#sidebar-nav li ul li.current ul li.current ul {
   display: block; /* reveals 4th tier*/
   margin-top: 3px;
}

#sidebar ul#sidebar-nav li ul li.current ul li.current ul li {
   font-weight: normal;
}
#sidebar ul#sidebar-nav li ul li.current ul li.current ul li a{
   padding: 2px 0;
}
#sidebar ul#sidebar-nav li ul li.current ul li.current ul li.current {
   font-weight: bold;
}

#sidebar p#filter{
   padding-top: 8px;
}

#sidebar p.sermonfeed{
   float: right;
   margin-left: 10px;
}

#sidebar p.sermonfeed a{
   display: block;
   background: url(/_img/bg_sermon_feed.gif) no-repeat right;
   height: 32px;
   width: 34px;
   text-indent: -9999px;
}

#sidebar #sermon-archive ul{
   list-style-type: none;
}
#sidebar #sermon-archive li a{
   font-size: 1.2em;
   display: block;
   padding: 5px;
}

#sidebar #sermon-archive ul li a.alt{
   background: #F3E9D0;
}

#sidebar #sermon-archive li a:hover,
#sidebar #sermon-archive ul li a.alt:hover{
   background: #EAD7AB;
}

.sidebar-sermon{
   overflow: auto;
}

#sidebar ul.mediabox{
   list-style-type: none;
   margin-top: 8px;
}

#sidebar ul.mediabox li{
   float: left;
}
#sidebar ul.mediabox li a{
   display: block;
   padding-left: 40px;
   line-height: 30px;
   background-repeat: no-repeat;
   font-size: 1.2em;
}
#sidebar ul.mediabox li.mb_jukebox a{
   background-image: url(/_img/mb_jukebox.gif);
   margin-right: 20px;
}
#sidebar ul.mediabox li.mb_download a{
   background-image: url(/_img/mb_download.gif);
}

#sidebar .sidebar-events ul{
   list-style-type: none;
   margin-bottom: 8px;
   font-size: 1.1em;
}
#sidebar .sidebar-events ul li strong{
	color: #494D51;
}
/* =Content Styling
---------------------------------------------------------------------
*/

#main {
   width: 860px;
   margin: 0 auto;
}

#main #breadcrumb{
   font-size: 1.2em;
   color: #8c7762;
}

#main #breadcrumb strong{
   font-weight: normal;
}

#main p,
#main li{
   margin-bottom: 1em;
   line-height: 1.5;
}

#main p{
   color: #62503e;
}

#main ul,
#main ol{
   margin: 0 0 1em 3em;
   color: #62503E;
   font-size: 1.2em;
}

#main ul#byline li{
   font-size: 1.2em;
}

#main li{
   margin: 0;
}

#main li li{
   font-size: 1.2em;
}

#main blockquote{
   margin-left: 3em;
}

#main hr{
   display: block;
   margin-bottom: 1em;
}

#main img{
   float: left;
   margin: 0 10px 5px 0;
}

#main #text{
   clear: both;
}

body.search.left-sidebar #main{
   padding-left: 10px;
}
body.search h2{
   margin:0;
}
body.search h3 {
   margin-top: 20px;
   margin-left: -10px;
}

body.search #main p.title{
  font-style: italic;
  font-weight: bold;
}

body.search #main p {
   margin-bottom: 3px ;
}
body.search #main .search-result{
   margin-bottom: 8px;
}

/* = Sermons  
---------------------------------------------------------------------
*/
#sermons #main{
   position: relative;
   margin-bottom: 15px;
   background: #FFF;
   clear: both;
   padding-right: 0;
}

#sermons #main h5.featured{
   background: #7a1600 url(/_img/bg_sermons_h5_featured.png) no-repeat;
   text-indent: -9999px;
   height: 20px;
   width: 62px;
}

#sermons #main h3{
   font-size: 1.6em;
   font-weight: bold;
   font-family: Georgia;
   line-height: 1.4;
}

#sermons #main h3 a{
   color: #8c7762;
}

#main h3 a:hover{
   text-decoration: underline;
}

#sermons #main #current-sermon{
   margin: 0 0 20px;
   padding: 10px 0;
   border-top: 3px solid #7a1600;
   border-bottom:2px solid #7a1600;
}

#sermons #main #current-sermon p{
   margin: 0;
   color: #8c7762;
}

#sermons #main #current-sermon p.series,
#sermons #main #current-sermon p.category{
   font-weight: bold;
   line-height: 1.5;
   margin-bottom: 5px;
}

#sermons #main #current-sermon p.series a,
#sermons #main #current-sermon p.category a{
   color: #7a1600;
   font-weight: normal;
   text-decoration: none;
}

#sermons #main #current-sermon p.series a:hover,
#sermons #main #current-sermon p.category a:hover{
   text-decoration: underline;
}

#sermons #main #current-sermon p.byline{
   margin-bottom: 1em;
   font-size: 1.1em;
   line-height: 1.2;
   color: #545454;
}

#main .sermonbox{
   position: relative;
   clear: both;
   padding: 10px 15px 8px;
   border-top: 1px solid #EEE0BD;
   background: #F3E9D0;
}

#main .sermonbox.alt{
   background: #faf6eb;
}

#main .sermonbox:hover{
   background: #EEE0BD;
}

#sermons #main .sermonbox h4{
   margin: 0 0 5px;
   color: #8c7762;
   font-size: 1.4em;
   font-family: Georgia;
   line-height: 1.3;
   text-transform: none;
}

#sermons #main .sermonbox h4 a{
   color: #7a1600;
   text-decoration: none;
}

#sermons #main .sermonbox h4 a:hover{
   text-decoration: underline;
}

.sermonmeta{
   width: 310px;
}

#main .sermonbox p{
   font-size: 1.2em;
}

#main .sermonbox p.comments{
   height: 15px;
   margin: 0;
   padding-left: 19px;
   background: url(/_img/bg_comments.gif) no-repeat left center;
}

#main .sermonbox.alt p.comments{
   background-position: left bottom;
}

#main .sermonbox:hover p.comments{
   background-position: left top;
}

#main .sermonbox p.comments a{
   color: #0F6131;
}

#main .sermonbox ul{
   position: absolute;
   top: 12px;
   right: 13px;
   _right:43px;
   list-style: none;
   margin: 0;
   padding: 0;
   z-index: 999;
}

#main .sermonbox li{
   float: left;
   padding: 0;
   background: none;
   text-indent: -9999px;
}

#main .sermonbox li a{
   display: block;
   width: 36px;
   height: 29px;
   background-repeat: no-repeat;
}

#main .sermonbox:hover li a{
   background-position: left top;
}

#main .sermonbox li.sl_listen a{
   background-image: url(/_img/bg_sermonlist_listen.png);
}

#main .sermonbox li.sl_download a{
   background-image: url(/_img/bg_sermonlist_download.png);
}

#main .sermonbox li.sl_video a{
   background-image: url(/_img/bg_sermonlist_video.png);
}

#main .sermonbox li.sl_notes a{
   background-image: url(/_img/bg_sermonlist_notes.png);
}

#main .sermonbox a{
   color: #7a1600;
}

#main .featuredEvents {
float:right; margin-left: 10px; width: 271px; background: #e9d4a4 url(/_img/bg_infobox.gif) no-repeat 0 0;
padding-bottom: 0;
}
#main .featuredEvents div.bottom {
background: #FFF url(/_img/bg_infobox_btm.jpg) no-repeat 0 0;
width: 271px;
height: 20px;
}
#main .featuredEvents h5 {
  font-size: 14px;
  margin: 12px 0 23px 0;
}
#main .featuredEvents ul  {
  margin: 0;
  padding: 0 0 15px 0;
}
#main .featuredEvents li {
	font-size: 11px;
	margin: 0;
	padding: 5px 12px;
	background: url(/_img/black-bullet.jpg) no-repeat 0 13px;
	list-style:none;
}
#main .featuredEvents li b {
	margin: 0;
	padding: 0;
}
#main .categories ul {
  margin: 0;
  padding: 0;
}
#main .categories li {
	font-size: 10px;
	margin: 0;
	padding: 5px 15px;
	background: #efe0bb url(/_img/rust-bullet.jpg) no-repeat 7px 12px;
	list-style:none;
}
#main .categories li.highlighted {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	color: #000;
	padding: 10px 15px;
	background: #FFFFFF url(/_img/highlighted-button-bg.jpg) no-repeat top right;
	list-style:none;
	border-bottom: 1px solid #d6b7af;
}
#main div.categories {
	float:left;
	width: 160px;
	margin-right: 10px;
}
#main div.calendarContent {
width: 400px; 
float:left;
}
.calendarContent h6 {
  background: url(/_img/bg-date.jpg) repeat-x 0 0;
  padding: 5px 10px;
  font-size: 10px;
  color: #967362;
}
.calendarContent h5 {
margin: 7px 10px;
}
.calendarContent p {
 margin: 3px 10px 10px 10px;
}
.pagination span.paginate_label{
   display: block;
   float: left;
   margin-right: 5px;
   margin-top: 20px;
   font-size: 1.2em;
}

#pagination a#off{
   display: none;
}

p#pagination{
   float: left;
   display: block;
   margin: 20px 0 0;
   line-height: 14px;
   height: 14px;
   width: 360px;
}

#pagination a#current{
   font-weight: bold;
   display: block;
   color: #464646;
   float: left;
   margin: 0 8px;
   text-decoration: none;
}

#pagination a{
   margin: 0 6px;
   text-decoration: underline;
   display: block;
   float: left;
}

#pagination a:hover{
   text-decoration: none;
}

#pagination span.pagination_ellipsis{
  display: inline-block;
  float: left;
}
#pagination a#next{
	width: 14px;
	float: left;
	text-indent: -9999px;
	height: 14px;
	margin-top: 1px;
	margin-left: 4px;
	background: url(/_img/bg_paginate_next.png) no-repeat;
}

#pagination a#previous{
   width: 14px;
   height: 14px;
   text-indent: -9999px;
   margin: 1px 4px 0;
   background: url(/_img/bg_paginate_prev.png);
}


#sermons h3.sermongroup{
   margin: 24px 0 10px;
}

#sermons p#backtoarchive{
   margin-top: 20px;
   margin-bottom: 0;
   float: left;
   clear: both;
}

#sermons p#backtoarchive a{
   display: block;
   padding: 3px 10px;
   border: 1px solid #e3dfda;
   background: #F3E9D0;
   line-height: 1.5;
}

#main ul#mediabox{
   float: right;
   display: inline;
   padding: 5px 5px 4px;
   list-style: none;
   border: 1px solid #EEE0BD;
   background: #faf6eb;
   margin: 0 20px 20px;
   width: 228px;
}

#sermons #main ul#mediabox li{
   margin: 0 0 2px;
   padding: 0;
   background: url(/_img/bg_mediabox_li.png);
   font-size: 1.1em;
   float: left;
}

#sermons #main #mediabox li a{
   display: block;
   width: 78px;
   height: 23px;
   padding: 7px 0 0 36px;
   color: #545454;
   background-position: 18px 9px;
   background-repeat: no-repeat;
   font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#sermons #main li#mb_listen a{
   background-image: url(/_img/bg_mb_listen.png);
}

#sermons #main li#mb_download a{
   background-image: url(/_img/bg_mb_download.png);
}

#sermons #main li#mb_video a{
   background-image: url(/_img/bg_mb_watch.png);
}

#sermons #main li#mb_notes a{
   background-image: url(/_img/bg_mb_notes.png);
}

#main ul#byline{
   float: left;
   display: inline;
   padding: 5px 5px 4px;
   list-style: none;
   border: 1px solid #e3dfda;
   background: #faf6eb;
   margin: 0 0 20px;
   max-width: 300px;
   color: #8c7762;
}

#main .articlebox ul#byline {
   display: block;
   width: 100%;
   background: none;
   border: none;
   padding: 0;
   margin: 0 0 10px;
}

#main .articlebox p.summary{
   float: left;
}

/* =CALENDAR
---------------------------------------------------------------------
*/

#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #323232;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
   width: 100%;
}

#content table.calendar caption{
   padding-bottom: 10px;
   font-size: 1.8em;
}

#content table.calendar caption span{
   color: #331E0E;
}

#content table.calendar th{
   padding: 7px 0px;
   background-color: #907752;
   margin-bottom: 1px;
   color: #FFFFFF;
   font-size: 1.3em;
   font-weight: normal;
   border: 1px solid #323232;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #323232;
   border-left: 0;
   border-top: 0;
   font-size: 1em;
   vertical-align: top;
}

#content table.calendar td.empty{

}

#content table.calendar td a{
   text-decoration: none;
}

#content table.calendar td ul{
   margin: 10px 0px 0px 0px;
   font-size: 100%;
   list-style: none;
   padding: 0;
}

#content table.calendar td li{
   margin-bottom: .75em;
   font-size: 1.1em;
   line-height: 1.2;
   padding-left: 8px;
}


/* =Members Area
---------------------------------------------------------------------
*/

#members_area{
   font-size: 1.2em;
}
#members_area h4{
   font-size: 1.2em;
   padding: 10px 0 5px;
}
#members_area td.thing{
   width: 25%;
}

/* Sidebar */
#sidebar #memberProfile p{
   float: left;
   margin: 0 10px 10px 0;
}

#sidebar #memberProfile ul{
   list-style-type: none;
   clear: left;
}

#sidebar #memberProfile li{
   font-size: 1.2em;
}

/* Member Directory */
#letter-directory ol{
   list-style-type: none;
   height: 30px;
   margin: 0 0 10px;
}

#letter-directory ol li{
   float: left;
   display: inline;
   font-size: 1.2em;
   margin: 8px 7px 8px 8px;
   color: #8c7762;;
}
#letter-directory ol li a {
   padding: 5px;
   margin: -3px -2px -3px -3px; /*keeps li without a tags looking the same. */
}
#letter-directory ol li a:hover {
   background: #f3e9d0;
   text-decoration: none;
}

/* =Blog Styling
---------------------------------------------------------------------
*/
#comments{
   border: 1px solid #C0B3A2;
   padding: 5px;
}

#comments .comment{
   margin-bottom: 10px;
   padding: 5px;
   
}
#comments .comment p {
	font-family: Verdana, Arial;
   font-size: 13px;
   color: black;
}
#comments .comment h5{
   font-weight: bold;
   padding: 10px 0;
   font-size: 13px;
}
#comments .comment blockquote {
   font-size: 13px;
}
#comments .comment.alt{
   background: #F9F4E7;
}

#comments form textarea#comment{
   width: 100%;
   margin: 2px 0 7px;
   height: 100px;
}

#sidebar.blog  ul{
   list-style-type: none;
}
#sidebar.blog li a{
   font-size: 1.2em;
   display: block;
   padding: 5px;
}

#sidebar.blog li a:hover{
  background: #F3E9D0;
}

/* =Form Styling
---------------------------------------------------------------------
*/

.monkForm fieldset legend{
  font-size: 1.8em;
  font-weight: bold;
  font-family: Georgia;
  color: #7b6956;/* light brown */
  line-height: 1.5;
  margin-top: .4em;
}

.monkForm .text input {
  width: 45%;
}

.monkForm .captcha p.data input {
  clear: both;
  float: left;
}

.monkForm p#formsubmit{
  float: left;
  clear: both;
  margin-top: 10px;
}

form#newsletter fieldset{
   color: #62503e;
   width: 100%;
}
form#newsletter div{
  clear: both;
  margin-bottom: 10px;
}

form#newsletter div label{
  font-size: 1.2em;
  width: 85px;
  float: left;
  display: inline;
  line-height: 23px;
}

form#newsletter input#mcms_newsletter_first_name,
form#newsletter input#mcms_newsletter_last_name,
form#newsletter input#newsletter_text{
  font-size: 12px;
  padding: 3px;
}

form#newsletter div.mcms_newsletter_group_select label{
  width: 200px;
  line-height: 22px;
}
form#newsletter div.mcms_newsletter_group_select input{
  float: left;
  display: inline;
  margin: 4px;
}

form#newsletter input#newsletter_submit{
  clear: both;
  float: left;
  margin-top: 10px;
}
/* =Footer
---------------------------------------------------------------------
*/

#footer-inner{
   width: 880px;
   margin: 0 auto;
   padding: 60px 10px 10px; /*padding-top == background img + padding-bottom */
   height: 27px;
   background: url(/_img/bg_footer-inner.jpg) no-repeat left 50px;
}

#footer-inner p{
   margin: 0;
   color: #d6dfcc;
   float: left;
}

#footer-inner p.footer-nav a{
   margin-left: 10px;
}

#footer-inner p.powered{
   float: right;
}
