* {
   margin: 0;
   padding: 0;
}

body{
   background: url(/images/crosscurrents/bg_body.gif);
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   font-size: small;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   width: 778px;
   margin: 0 auto;
	background: url(/images/crosscurrents/bg_container.gif) no-repeat right top;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   position: relative;
   height: 295px;
   padding-right: 17px;
	background: url(/images/crosscurrents/bg_header.gif) no-repeat;
}

#header h1{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 224px;
	height: 27px;
   margin: 47px 0 0 16px;
	background: url(/images/crosscurrents/bg_h1.gif) no-repeat;
	text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 224px;
	height: 27px;
   text-decoration: none;
}

#header h2{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 181px;
	height: 29px;
   margin: 240px 0 0 120px;
	background: url(/images/crosscurrents/bg_h2.gif) no-repeat;
	text-indent: -9999px;
}

#header h3,
#header p{
   text-indent: -9999px;
}

#header p#switcher{
   position: absolute;
   right: 0px;
   height: auto;
   margin: 10px 175px 0 0;
   color: #FFF;
   font-size: 85%;
   text-indent: 0;
   line-height: auto;
}

#header p#switcher a{
   color: #FFF;
   font-weight: bold;
   text-decoration: none;
}

#header p#switcher a:hover{
   background: #FFF;
   color: #7CA836;
}

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

#nav{
   float: right;
   margin-top: 110px;
   padding: 8px;
   border: 1px solid #C3C1C1;
   background: #F9F9F9;
   list-style: none;
}

#nav li{
   margin-bottom: 4px;
   background: #E6E6E6;
   text-align: center;
}

#nav li#nav_contact{
   margin: 0;
}

#nav a{
   display: block;
   padding: 4px 29px;
   color: #020202;
   font-size: 90%;
   font-weight: bold;
   text-decoration: none;
   text-transform: uppercase;
}

body#sermons #nav li#nav_sermons a,
body#articles #nav li#nav_teaching a,
body#events #nav li#nav_events a,
#nav a:hover{
   background: #90C142;
   color: #F9F9F9;
}

/* =Container-Inner
---------------------------------------------------------------------
*/



/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 763px;
   margin-left: 7px;
   padding: 10px 0 0 8px;
   background: url(/images/crosscurrents/bg_content-wrap.gif) repeat-y;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
   clear: both;
   float: left;
   width: 585px;
   margin-bottom: 8px;
   padding-bottom: 10px;
   border: 1px solid #C3C1C1;
   background: #FFFFFF;
}

#content h3{
   margin-bottom: 9px;
   padding: 3px 10px;
   border-bottom: 1px solid #C3C1C1;
   color: #90C142;
   font-size: 100%;
   text-transform: uppercase;
}

body#home #content h3{
	height: 18px;
	background: url(/images/crosscurrents/bg_content_h3.gif) no-repeat 8px 7px;
	text-indent: -9999px;
}

#content h4{
   float: left;
   margin-left: 10px;
   font-size: 150%;
}

#content p{
   clear: left;
   margin: 0 9px 15px;
   color: #020202;
   font-size: 85%;
}

#content ul{
   margin-left: 40px;
   list-style-image: url(/images/crosscurrents/li.gif);
}

#content ul#byline{
   float: right;
   margin: 0 0 10px 10px;
   padding: 5px 5px 4px 25px;
   border: 1px solid #90C142;
}

#content li{
   margin-bottom: 3px;
   font-size: 85%;
}

#content a{
   color: #7CA836;
   text-decoration: none;
}

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

#content img{
   float: right;
   margin: 0 10px 5px;
   padding: 5px;
   border: 1px solid #90C142;
}

#content .sermonbox{
   margin-bottom: 20px;
}

#content .sermonbox p{
   margin-bottom: 0;
}

#content .eventbox{
   margin-bottom: 20px;
}

#content .eventbox h4{
   margin-bottom: 0;
}

#content .eventbox p{
   margin-bottom: 0;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   /*display: inline; /* IE6 double margin float bug hack */
   float: right;
   width: 170px;
   /*margin-right: 15px;*/
   background: url(/images/crosscurrents/bg_sidebar.gif) no-repeat right bottom;
}

#sidebar h3{
   margin-bottom: 3px;
   font-size: 90%;
   font-weight: normal;
   text-align: center;
}

#sidebar form#newsletter{
   margin: 0 8px 10px 6px;
   padding: 3px;
   background: #010101;
}

#sidebar form#newsletter input#newsletter_email{
   padding: 2px;
   border: 0;
   font-size: 85%;
}

#sidebar form#newsletter input#newsletter_submit{
   border: none;
   background: #000;
   color: #FFF;
}

#sidebar form#newsletter a{
   color: #FFF;
   text-transform: lowercase;
   text-decoration: none;
}

#sidebar .feature{
   width: 138px;
   margin: 0 0 8px 6px;
   padding: 8px;
   background: #FFF;
   border: 1px solid #C3C1C1;
}

#sidebar h4{
   height: 20px;
   margin: 0 -8px 5px;
   border-bottom: 1px solid #C3C1C1;
   background-position: 8px 2px;
   background-repeat: no-repeat;
   text-indent: -9999px;
}

#sidebar #events h4{
   background-image: url(/images/crosscurrents/bg_sidebar_h4_events.gif);
}

#sidebar #sermon h4{
   background-image: url(/images/crosscurrents/bg_sidebar_h4_sermon.gif);
}

#sidebar #article h4{
   background-image: url(/images/crosscurrents/bg_sidebar_h4_article.gif);
}

#sidebar p{
   font-size: 85%;
}

#sidebar #featurebox p.title{
   font-size: 100%;
   font-weight: bold;
}

#sidebar p.readmore{
   margin-bottom: 10px;
}

#sidebar a{
   color: #90C142;
}

#sidebar a:hover{
   background: #90C142;
   color: #FFF;
   text-decoration: none;
}

#sidebar a#podcast{
   float: left;
   display: block;
   width: 152px;
   height: 15px;
   margin: -4px 0 3px -7px;
   background: url(/images/crosscurrents/rss-podcast.gif) no-repeat;
   text-indent: -9999px;
   text-decoration: none;
}

#sidebar .feature#search{
   position: absolute;
   top: 45px;
   width: 139px;
   border: none;
   background: none;
}

#sidebar .feature#search h4{
   border: none;
   font-size: 90%;
   font-weight: normal;
   text-align: center;
   text-indent: 0;
}

#sidebar .feature#search form{
   margin: -3px 0 0 3px;
   padding: 4px;
   background: #020202;
}

#sidebar .feature#search input#search_term{
   width: 96px;
   padding: 3px;
   border: 0;
   font-size: 85%;
}

#sidebar .feature#search input#search_submit{
   border: none;
   background: #000;
   color: #FFF;
}

#sidebar .feature#search a{
   color: #FFF;
   text-transform: lowercase;
   text-decoration: none;
}

#sidebar #calendar table{
   width: 100%;
   border: 1px solid #C3C1C1;
   border-collapse: collapse;
   background: #FFF;
   color: #7A7A7A;
   font-size: 90%;
}

#sidebar #calendar caption{
   margin: 0 -8px 10px;
   padding: 0 0 5px 10px;
   border-bottom: 1px solid #C3C1C1;
   color: #90C142;
   font-size: 110%;
   font-weight: bold;
   text-align: left;
   text-transform: uppercase;
   
   /*margin: 0 -8px 10px;
   padding-bottom: 5px;
   border-bottom: 1px solid #C3C1C1;
   background: #FFF url(/images/crosscurrents/bg_calendar_caption_january.gif) no-repeat 8px 2px;
   text-indent: -9999px;*/
}

#sidebar #calendar th{
   padding: 2px;
   border-bottom: 1px solid #C3C1C1;
   text-align: center;
}

#sidebar #calendar td{
   padding: 2px;
   font-weight: normal;
   text-align: center;
}

#sidebar #calendar a{
   display: block;
   border: 1px solid #FFF;
   color: #90C142;
   font-weight: bold;
   text-decoration: none;
}

#sidebar #calendar a:hover{
   border: 1px solid #90C142;
   background: #FFF;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer {
   clear: both;
   width: 601px;
   margin: 5px 0;
   color: #FFFFFF;
   font-size: 85%;
   font-variant: small-caps;
   text-align: center;
   letter-spacing: .4em;
}

#footer a {
   clear: both;
   width: 601px;
   margin: 5px 0;
   color: #FFFFFF;
   font-size: 85%;
   font-variant: small-caps;
   text-align: center;
   letter-spacing: .4em;
   text-decoration:none;
}