* {
   margin: 0;
   padding: 0;
}

body{
   background: #999;
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

hr{
   display: none;
}

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

#container{
   width: 770px;
   margin: 0 auto;
   background: #FAFAFA;
}

a{
   overflow: hidden;
}

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

#header{
   padding: 20px 40px;
   background: #CCC;
}

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

#nav{
   float: left;
   width: 150px;
   background: #2A2A2A;
}

#nav li{
   border-bottom: 1px solid #FFF;
   font-size: 1.1em;
   font-weight: bold;
   list-style: none;
}

#nav li a{
   display: block;
   width: 120px;
   padding: 8px 15px;
   color: #FFF;
   text-transform: uppercase;
   text-decoration: none;
}

#nav li a:hover{
   background: #666;
   color: #FFF;
}

#nav li li{
   border-top: 1px solid #FFF;
   border-bottom: 0;
   font-size: 1em;
}

#nav li li a{
   width: 105px;
   padding-left: 30px;
   background: #CCC;
   color: #000;
}

#nav li li li a{
   width: 90px;
   padding-left: 45px;
   background: #E6E6E6;
   color: #000;
}

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



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

#content-wrap{
   float: right;
   width: 620px;
}

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

#content{
   float: left;
   width: 390px;
   padding: 15px;
}

#content h3{
   font-size: 1.5em;
}

#content h4{
   font-size: 1.3em;
}

#content h5{
   font-size: 1.1em;
}

#content h6{
   font-size: .9em;
}

#content p,
#content ul,
#content ol{
   margin-bottom: 1em;
   color: #333;
   font-size: 1.2em;
   line-height: 1.5;

}

#content ul,
#content ol{
   margin-left: 3em;
}


#content ul#byline{
   margin-bottom: 10px;
   font-size: 1.1em;
   list-style: none;
}

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

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

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

#content .sermonbox p{
   padding: 0;
   margin: 0;
}

#content .sermonbox p.sermonlink{
   margin-top: 10px;
}

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

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

#sidebar{
   float: right;
   width: 169px;
   padding: 15px;
   border-left: 1px solid #CCC;
   border-bottom: 1px solid #CCC;
   background: #EEE;
}

#sidebar h3{
   font-size: 1.4em;
}

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

#sidebar h5{
   font-size: 1.0em;
}

#sidebar h6{
   font-size: .9em;
}

#sidebar p,
#sidebar ul,
#sidebar ol{
   margin-bottom: 1em;
   color: #333;
   font-size: 1.1em;
   /*line-height: 1.2;*/
}

#sidebar ul,
#sidebar ol{
   margin-left: 2em;
}

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

#footer{
   clear: both;
}

#footer p{
   font-size: 1.0em;
   text-align: right;
}
