/* @override 
	http://hfny.org/css/styles.css
*/

/* Site: Hope for New York */

* {
   margin: 0;
   padding: 0;
   line-height: 1;
}

body{
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   background: #fff url(/images/bg_body.gif) repeat-x;
   text-align: center;
   zoom: 1;
}

body#home{
   background-color: transparent;
}

hr{
   display: none;
}

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

#container{
   background: url(/images/bg_container.gif) center;
   clear: left;
}

a{
   overflow: hidden;
   color: #4b6b99;
}

#wrap{
   width: 100%;
   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 */


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

#header{
   margin: 0 auto;
   width: 770px;
}

#header-inner{
   position: relative;
   float: left;
   display: inline;
   width: 770px;
   text-align: left;
}

#header h1{
   float: left;
   display: inline;
   width: 146px;
   height: 80px;
   margin: 40px 0 7px;
   background: url(/images/bg_h1.gif) no-repeat;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 146px;
   height: 80px;
}

#header p#tagline{
   float: left;
   display: inline;
   font-size: 1.8em;
   color: #6580a5;
   margin: 70px 0 0 43px;
}

#header #metanav{
   position: absolute;
   top: 0;
   right: 0;
   padding-top: 5px;
}

#header #metanav ul{
   float: left;
   list-style: none;
}

#header #metanav ul li{
   float: left;
   padding-top: 5px;
}

#header #metanav ul li.login a{
   border-right: 1px solid #6580a5;
}

#header #metanav ul li.login span{
   float: left;
   font-size: 1.4em;
   padding: 0 5px 3px;
   display: block;
}

#header #metanav ul li a{
   color: #6580a5;
   text-transform: lowercase;
   font-size: 1.4em;
   padding: 0px 5px 3px;
   display: block;
   float: left;
   text-decoration: none;
}

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

#header #socialnav{
   position: absolute;
   top: 35px;
   right: 0;
   padding-top: 5px;
}

#header #socialnav ul {
	list-style: none;
}

#header #socialnav ul li {
	float: left;
	list-style: none;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	font-size: 1.2em;
}

#header #socialnav ul li#visit {
	width: auto;
	height: auto;
	line-height: 24px;
}

#header #socialnav ul li.last {
	margin-right: 0;
}

#header #socialnav ul li a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	background: url(/images/socialnav_icons.png) no-repeat 0 0;
}

#header #socialnav ul li#visit a {
	width: auto;
	height: auto;
	text-indent: 0;
	background: none;
}

#header #socialnav ul li#facebook a {
	background-position: 0 0;
}

#header #socialnav ul li#twitter a {
	background-position: -32px 0;
}

#header #socialnav ul li#flickr a {
	background-position: -64px 0;
}

#header #socialnav ul li#vimeo a {
	background-position: -96px 0;
}
/* = Search  
---------------------------------------------------------------------
*/

#search{
   float: left;
   display: inline;
   width: 212px;
   height: 25px;
   margin-left: 5px;
}

#search input#search_term{
   float: left;
   display: inline;
   margin-right: 5px;
   width: 148px;
   border: 1px solid #344052;
   background: #e2e0f0;
   font-size: 1.3em;
   color: #545454;
   padding: 3px;
}

#search a#search_go{
   display: inline;	
   float: left;
   width: 51px;
   height: 25px;
   background: url(/images/bg_search_go.gif) ;
   text-indent: -9999px;
   margin: 0;
}



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

#nav{
   display: inline;	
   position: relative;
   clear: both;
   float: left;
   list-style: none;
   height: 68px;
   margin: 9px 0 0 0;
   width: 770px;
}

#nav li{
   float: left;
   line-height: 1;
}

#nav li a:hover,
#nav li.current a{
   background: url(/images/bg_nav_li_a_hover.gif) repeat-x;
}

#nav li a{
   display: block;
   float: left;
   color: #fff; /* Change this to the right color */
   font-size: 1.1em;
   text-decoration: none;
   padding: 15px 18px 11px;
}

#nav .current a,
#nav li:hover a,
#nav li.sfhover a{
   color: #fff;
}

#nav .current ul ul,
#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   list-style: none;
}

#nav li li,
#nav li li.current{
   float: left;
   font-size: 1.em;
   background: url(/images/bg_nav_li_li.gif) no-repeat right center; 
   text-indent: 0;  
}

#nav .current li:hover,
#nav li li:hover{
   background: url(/images/bg_nav_li_li.gif) no-repeat right center !important;
}

#nav li:hover li:hover, 
#nav li.sfhover li.sfhover{
   background: url(/images/bg_nav_li_li.gif) no repeat right center;
}

#nav li li a, #nav li li.current a{
   font-family: Arial, Helvetica, Geneva, sans-serif;
   text-transform: none;
   color: #fff;
}

#nav .current ul,
#nav li:hover ul,
#nav li.sfhover ul{
   top: 37px;
   left: -30px;
   width: 770px;
   z-index: 2;
   background: #6c67ae;
}

#nav li li a{
  float: left;
  width: auto !important;
  padding: 10px 10px;
  color: #fff !important;
  background: none !important;
}

#nav li:hover li, #nav .current:hover li{
   background: url(/images/bg_nav_li_li.gif) no repeat right center !important;
}

#nav li:hover li a, #nav li.sfhover li a{
   color: #fff;
}

#nav li li a:hover, #nav li li.current{
   background: transparent url(/images/bg_nav_li_li_hover.gif) no-repeat center bottom !important;
   color: #fff !important;
}

#nav ul ul li{
   display: none;
}

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

#container-inner{
   width: 770px;
   margin: 0 auto;
}

#home #container-inner{
   width: 742px;
}

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

#content-wrap{
   width: 770px;
   float: left;
   display: inline;
   padding: 50px 0 15px 0;
   text-align: left;
   background: #ebebca url(/images/bg_content-wrap.gif) left repeat-y;
}

#home #content-wrap{
   width: 722px;
   background: #ebebca url(/images/bg_home_content-wrap.gif) left repeat-y;
   padding: 36px 10px 10px;
   
}

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

#homecontent{
   clear: both;
   color: #363636;
}

#homecontent-inner{
   width: 722px;
   text-align: left;
   margin: 0 auto;
   background: #ebebeb;
   padding: 10px;
   min-height: 310px;
   _height:310px
}

ul#homenav{
   float: left;
   display: inline;
   list-style: none;
   margin: 8px 0 0 50px;
   text-align: left;
   width: 190px;
}

ul#homenav li{
   font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
   font-size: 1.6em;
   padding: 0 0 15px 0;
   background: url(/images/bg_homenav_li.gif) repeat-x left bottom;
   margin: 10px 0 0 0;
   list-style: none;
   text-align: left;
   list-style-position: outside;
}

ul#homenav li a{
   color: #4b6b99;
   text-decoration: none;
   padding: 0;
}

ul#homenav li a:hover{
   text-decoration: underline;
}

ul#homenav li li{
   font-size: .625em;
   font-family: Arial, Helvetica, Geneva, sans-serif;
   list-style: none;
   background-image: none;
   margin: 5px 0 0 0;
   padding: 0;
   color: #363636;
}

#home-featured{
   float: right;
   display: inline;
   width: 364px;
   margin-right: 20px;
}

ul#featuredpic{
   list-style: none;
}

#home-featured img{
   margin: 0;
   padding: 0;
}
#home-featured a img{
  border: none;
}
#home-featured #new{
   width: 198px;
   height: 124px;
   background: url(/images/bg_home_featured_new.png) no-repeat;
   _background:none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_home_featured_new.png', sizingMethod='crop');
   position: absolute;
   top: 200px;
   left: -15px;
}

#home-featured #new p{
   margin: 66px 40px 0 32px;
   font-size: 1.2em;
   color: #363636;
   line-height: 1.2;
}

#home-featured #new h3{
   text-indent: -9999px;
   position: absolute;
   height: .1%;
}

#home-featured #new p a{
   color: #986810;
   text-decoration: none;
}

#home-featured #new p a:hover{
   text-decoration: underline;
}

#home-recent-sermon{
   margin-left: 200px;
   margin-top: 25px;
   position: relative;
}

#home-recent-sermon h3{
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 1.6em;
   font-weight: normal;
   color: #815300;
   margin-bottom: 4px;
}

#home-recent-sermon h4{
   font-size: 1.2em;
   color: #6e624c;
   margin-bottom: 2px;
}

#home-recent-sermon h4 a{
   color: #6e624c;
   text-decoration: none;
}

#home-recent-sermon p{
   font-size: 1.2em;
}

p#sermon-player, p#sermon-dl, p#podcast{
   text-indent: -9999px;
   position: absolute;
}

p#sermon-player{
   left: 100px;
   top: 50px;
}

p#sermon-player a{
   height: 30px;
   width: 52px;
   display: block;
   background: url(/images/bg_sermon_player.gif) no-repeat;
}

p#sermon-dl{
   left: 155px;
   top: 50px;
}

p#sermon-dl a{
   height: 30px;
   width: 35px;
   display: block;
   background: url(/images/bg_sermon-dl.gif) no-repeat;
}

p#podcast{
   left: 210px;
   top: 7px;
}

p#podcast a{
   width: 82px;
   height: 72px;
   display: block;
   background: url(/images/bg_sermon_podcast.gif) no-repeat;
}

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

#content{
   float: left;
   display: inline;
   width: 470px; /* 515px with padding */
   padding: 0 25px;
   margin-bottom: 10px;
}

#home #content{
   float: left;
   display: inline;
   width: 490px; /* 515px with padding */
   padding: 0;
}

#home #content p{
   margin-right: 20px;
}

#content h3 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 2.4em;
   font-weight: normal;
   color: #4b6b99;
   padding-bottom: 5px;
   border-bottom: 3px solid #f1f0e9;
   margin-bottom: 16px;
}

#home #content h3{
   margin-right: 20px;
}

#content h4{
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 1.2em;
   font-weight: normal;
   color: #fff;
   background: #4b6b99;
   text-transform: uppercase;
   padding: 10px 11px;
   margin: 1.2em 0;
}

#content h4 a{
   color: #fff;
}

#content h5{
   font-family: Georgia, "Times New Roman", Times, serif;
   margin-bottom: .5em;
   font-size: 1.4em;
   font-weight: normal;
   color: #4b6b99;
}

#content h5.blogposttitle{
   margin-top: 15px;
}

#content h6{
   font-size: 1.2em;
   color: #808b9e;
}

#content p,
#content li{
   margin-bottom: 1em;
   margin-right: 25px;
   color: #363636;
   font-size: 1.3em;
   line-height: 1.5;
}

#content p.date, #content p.postedby{
   margin-bottom: 3px;
   font-size: 1.1em;
   font-weight: bold;
}

#content ol{
   margin-left: 20px;
}

#content ul{
   list-style: none;
   margin-bottom: 1em;
}

#content ul ul{
   margin: .25em 0;
   font-size: 1em;
}

#content ul li{
   padding-left: 17px;
   background: url(/images/bg_content_li.gif) no-repeat left .5em;
}

#content ul li li{
   padding-left: 12px;
   background-image: url(/images/bg_content_li_li.gif);
}


#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   list-style: none;
}

#content ul#byline li{
   font-size: 1.1em;
}

#content ul li{
   margin: 0;
   padding-left: 17px;
   background: url(/images/bg_content_li.gif) no-repeat left .5em;
   list-style: none;
}

#content ul li li{
   padding-left: 12px;
   background-image: url(/images/bg_content_li_li.gif);
   font-size: 1em;
}

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

#content hr{
   display: block;
   margin-bottom: 1em;
   margin-right: 25px;
   border: none;
   border-bottom: 1px dotted;
}

#content a{
   color: #4b6b99;
   text-decoration: underline;
}

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

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

#content #text{
   clear: both;
   margin-bottom: 30px;
}

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

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

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

#content .sermonbox p#posted{
   color: #898989;
   font-size: 1.2em;
}

#content .sermonbox h4.title a{
   color: #4b6b99;
   background: none;
}

#content h4.title{
   background: none;
   font-size: 1.5em;
   font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
   text-transform: none;
   padding: 0;
}

#content .sermonbox p.more{
   margin-top: 10px;
}
#content .sermonbox p.more a{
   padding-right: 20px;
   background: url(/images/bg_article_more.gif) no-repeat right 1px;
}

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

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

#content p.rsvplink a{
   padding: 4px 10px;
   border: 1px solid #393932;
   background: #4B6B99;
   text-decoration: none;
   color: #fff;
}

#content p.rsvplink a:hover{
   background: #6F89AD;
}

#content #mediabox{
   float: right;
   width: 114px;
   padding: 5px 5px 0;
   background: #BDC3CD;
   border: 1px solid #cbdabf;
   font-size: 1.1em;
   list-style: none;
   margin-right: 15px;
   margin-bottom: 20px;
}

#content #mediabox li{
   margin-bottom: 5px;
   padding: 0;
   background: none;
   font-weight: bold;
   text-indent: -9999px;
}

#content #mediabox li a{
   display: block;
   width: 113px;
   height: 27px;
   background-repeat: no-repeat;
}

#content #mediabox li#mb_print a{
   background-image: url(/images/mb_print.gif);
}

#content #mediabox li#mb_video a{
   background-image: url(/images/mb_video.gif);
}

#content #mediabox li#mb_download a{
   background-image: url(/images/mb_download.gif);
}

#content #mediabox li#mb_notes a{
   background-image: url(/images/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a{
   background-image: url(/images/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a{
   background-image: url(/images/mb_podcast.gif);
}

/* =Large Calendar  
---------------------------------------------------------------------
*/

#content #calendar-outer{
   margin-top: 40px;
   position: relative;
   clear: both;
}

#allevents, #group_events{
   position: relative;
}

h5#alleventsinfo{
   margin: 20px 0;
   background: #D4DBE7;
   padding: 10px;
}

#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #4B6B99;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: 10px;
   color: #4b6b99;
   font-size: 1.4em;
   font-weight: bold;
}

#content table.calendar caption span{
   position: absolute;
   top: 0;
   width: 16px;
   color: #8A4700;
}

#content table.calendar caption span.calendar-prev{
   left: 0;
}

#content table.calendar caption span.calendar-next{
   right: 0;
}

#content table.calendar th{
   padding: 6px 0;
   background: #4B6B99;
   color: #FFF;
   font-size: 1.3em;
   font-weight: normal;
   text-align: center;
}

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

#content table.calendar td.empty{
   background: #FFF;
}

#content table.calendar td a{
   text-decoration: none;
   font-size: 1.2em;
   display: block;
   height: 65px;
   padding-top: 3px;
   padding-left: 3px;
   background: #D4DBE7;
}

#content table.calendar td a:hover{
   background: #547093;
   color: #fff;
}

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

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

#content table.calendar td li a{
   text-decoration: underline;
   color: #697c26;
}

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

body#eventpage #content #text{
   min-height: 200px;
}


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

#sidebar{
   display: inline;
   float: right;
   width: 230px;
   padding: 0 0 0 20px;
   margin-bottom: 50px;
   position: relative;
}

#home #sidebar{
   display: inline;
   float: right;
   width: 207px;
   margin-bottom: 50px;
}

#sidebar p,
#sidebar li{
   margin-bottom: 1em;
   color: #464646;
   font-size: 1.2em;
   line-height: 1.5;
   clear: both;
}

#sidebar ul{
   margin-left: 1em;
   padding: 0;
}

#sidebar li{
   line-height: 1;
   padding-left: 12px;
   background: url(/images/bg_content_li.gif) no-repeat left 3px;
   list-style: none;
}

#home #sidebar h3{
   font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
   font-size: 1.8em;
   font-weight: normal;
   color: #4b6b99;
   margin-bottom: 0;
   padding: 0 0 10px;
   clear: both;
   background: transparent;
   text-transform: none;
}

#sidebar h3{
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 1.2em;
   font-weight: normal;
   color: #fff;
   margin-bottom: 12px;
   text-transform: uppercase;
   padding: 8px 10px;
   clear: both;
   background: #4b6b99;
}

#sidebar #recent-articles h3{
   background: #748ba9;
}

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

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

#sidebar a{
   color: #4b6b99;
   text-decoration: none;
}

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

#sidebar .sermon, #sidebar .article{
   padding: 8px 10px;
}

#sidebar .sermon:hover, #sidebar .article:hover{
   background: #fff;
   border: 1px solid #dce4e3;
   padding: 7px 9px;
}

#home #sidebar .sermon:hover, #home #sidebar .article:hover{
   background: #ECE9C7;
}

#sidebar .sermon .sermonpreacher{
   color: #383328;
   font-style: italic;
}

#sidebar .sermon .sermondate{
   color: #898989;
}

#sidebar #gethelp, #sidebar p.more a{
   display: block;
   font-size: .8333em;
   float: right;
   background: #fff url(/images/bg_sidebar_p_more_a.gif) no-repeat right 8px;
   border: 1px solid #dce4e3;
   margin: 0 10px 15px ;
   padding: 5px 18px 5px 8px;
}


#sidebar p.more a{
   margin: 0 15px 15px;
   color: #555;
}

#sidebar p.more a:hover{
   text-decoration: underline;
}

#sidebar .article p, #sidebar .sermon p{
   margin-bottom: 0;
}

#sidebar p#help{
   padding-left: 10px;
}


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

#footer{
   clear: both;
   background: #fff;
   padding-bottom: 35px;
}

/* = Agenda & Calendar  
---------------------------------------------------------------------
*/

#agenda ul{
   float: left;
   width: 222px; 
   list-style: none;
}

#agenda li{
   float: left;
   font-size: 1.2em;
   text-align: center;
}

#agenda li a{
   display: block;
   width: 111px;
   height: 20px;
   padding: 12px 0 0 0;
   color: #fff;
   font-weight: bold;
   text-decoration: none;
   outline: 0;
}

#agenda li a#link1.current{
	background: url(/images/bg_agenda_link1_current.gif) no-repeat;
}

#agenda li a#link1.back{
	background: url(/images/bg_agenda_link1_back.gif) no-repeat;
	color: #d5d6d0;
}

#agenda li a#link2.current{
	background: url(/images/bg_agenda_link2_current.gif) no-repeat;
	color: #fff;
}

#agenda li a#link2.back, #agenda li a#link2{
	background: url(/images/bg_agenda_link2_back.gif) no-repeat;
	color: #d5d6d0;
}

#agenda div#branch1, #agenda div#branch2{
   clear: left;
   float: left;
   background: #808b9e;
   width: 222px;
   padding: 15px 0;
   position: relative;
}

#sidebar #smallcal{
   background: #4b6b99;
   padding: 10px 0;
   margin-bottom: 20px;
}

#sidebar table.calendar{
   clear: both;
   width: 200px;
   margin: 0 auto;
   border-collapse: collapse;
   color: #f0edda;
}

#sidebar table.calendar caption{
   margin: 0px auto;
   padding-bottom: 15px;
   padding-top: 5px;
   color: #e4e5e1;
   font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
   font-weight: bold;
   text-transform: uppercase;
}

#sidebar table.calendar caption a.monthLink{
   width: auto;
   height: auto;
   display: inline;
   text-decoration: underline;
   font-style: normal;
   background: none;
}

#sidebar table.calendar caption a.monthLink:hover{
   text-decoration: none;
}

#sidebar table.calendar caption span.calendar-prev{
   position: absolute;
   top: 11px;
   left: 8px;
}

#sidebar table.calendar caption span.calendar-next{
   position: absolute;
   top: 11px;
   right: 8px;
}

#sidebar table.calendar caption span img{
   vertical-align: bottom;
}

#sidebar table.calendar th{
   padding:  5px 0 5px 0;
   color: #f0edda;
   font-size: 1.2em;
   text-align: center;
}

#sidebar table.calendar td{
   width: 25px;
   height: 25px;
   color: #ccc;
   font-size: 1.2em;
   text-align: center;
}

#sidebar table.calendar a{
   display: block;
   width: 19px;
   margin: 0 3px;
   padding: 5px 3px;
   color: #fff;
   background: #6b7e9c;
   text-decoration: none;
   font-style: italic;
}

#sidebar table.calendar a:hover{
   text-decoration: underline;
}

#agenda .event{
   float: left;
   width: 202px;
   margin: 0;
   padding: 10px;
   border-bottom: 1px solid #d5d6d0;
}

#agenda .event:hover{
   background: #557093 url(/images/bg_agenda_event_hover.gif) no-repeat left center;
   border: 1px solid #393932;
   width: 202px;
   margin: 1px;
   padding: 8px 8px 9px 8px;
}

#agenda .event h4{
   margin: 0 0 0 45px;
   font-size: 1.2em;
   line-height: 1.2;
}

#agenda .event h4 a{
   color: #e4e5e1;
   text-decoration: none;
}

#agenda .event h4 a:hover{
   text-decoration: underline;
}

#agenda .event p{
   font-size: 1.2em;
   line-height: 1.3;
   color: #e4e5e1;
}

#agenda .event .date{
   float: left;
   width: 26px;
   height: 26px;
   margin: 0 8px 0;
   padding: 2px 0;
   background: url(/images/bg_agenda_date.gif) no-repeat;
   color: #c4bbae;
   text-transform: uppercase;
   text-align: center;
   font-size: .9em;
}

#agenda .event .date span{
   display: block;
   margin: 3px 0;
   color: #4b6b99;
   font-size: 1.333em;
}

#agenda p.more{
   float: right;
   margin: 10px 15px 0px;
   font-size: 1.1em;
   text-transform: uppercase;
}

#agenda p.more a{
   display: block;
   padding: 4px 10px 6px;
   border: 1px solid #393932;
   background: #547093;
   text-decoration: none;
   color: #fff;
}

#agenda p.more a:hover{
   text-decoration: underline;
}

/* = Footinfo  
---------------------------------------------------------------------
*/

#footinfo{
   clear: both;
   width: 770px;
   margin: 0 auto;
   border-top: 5px solid #aab0b7;
   padding-top: 16px;
   color: #6580a5;
   font-size: 1.2em;
   background: #fff;
}

#footinfo a{
   color: #6580a5;
}

#footinfo p{
   margin: 0 0 .5em;
}

#footinfo p#footquestions{
   float: left;
}

#footquestions a{
   text-decoration: none;
   background: #4b6b99;
   color: #fff;
   padding: 4px 5px;
   margin-left: 3px;
   position: relative;
}

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

/* = Blog  
---------------------------------------------------------------------
*/

#content p.date{
   font-size: 1.1em;
   margin-top: .25em;
   font-weight: bold;
}

#content p.postedby{
   font-size: 1.1em;
}

#content p.back{
   font-size: 1.1em;
   margin-bottom: 30px;
}

#comments h4{
   font-size: 1.1em;
   font-weight: bold;
   padding: 7px 8px 8px;
   background: #547093;
   margin-bottom: 20px;
   border-top: 1px dotted #B5AC9D;
   color: #fff;
}

div.comment{
   margin-bottom: 15px;
}

#comments h4 a{
   color: #fff;
}

#comments h5{
   font-size: 1.2em;
   font-weight: bold;
   padding: 7px 8px 8px;
   background: #D5D6D0;
   margin-bottom: 1px;
}

#comments p{
   padding: 7px 8px 8px;
   font-size: 1.1em;
   background: #E4E5E1;
   margin-right: 0;
}

#comments form label{
   font-size: 1.2em;
   display: block;
}

#comments textarea#comment{
   width: 75%;
   height: 100px;
   margin-top: 10px;
}

#comments input#comment-submit{
   margin-top: 10px;
}

/* = Member Pages  
---------------------------------------------------------------------
*/

#member-cp{
   float: left;
   width: 430px;
   margin: 20px 20px 40px;
}

#member-cp img{
   float: right;
}

#member-cp ul, #content .viewmember ul{
   font-size: 1em;
}

#content .viewmember{
   clear: both;
   float: left;
   width: 430px;
   margin: 20px 20px 40px;
}

#content .viewmember img{
   float: right;
}

#content .viewmember h3{
   background-image: none;
   margin: 0 200px 20px 0;
   padding: 0 0 3px;
   border-width: 1px;
   font-size: 1.5em;
}

.person{
   float: left;
   clear: left;
   margin: 0 0 20px;
}

#member-search #searchForm{
   padding: 10px;
}

#member-search #searchForm input#keywords{
   width: 125px;
}

#member-search #searchForm p{
   margin-top: .5em;
   font-size: 1.1em;
}

#sidebar #member-login h4{
   padding: 10px;
   font-size: 1.2em;
}

#sidebar #member-login h4 a{
   text-decoration: none;
}

#content div.person{
   float: left;
   clear: none;
   width: 120px;
   height: 150px;
   margin: 10px 15px;
   text-align: center;
}

#content div.person p{
   font-size: 1.1em;
   text-align: center;
   margin: 0 auto;
}

#content div.person a{
   display: block;
}

#content div.person img{
   float: none;
   display: block;
   margin: 0 auto;
   border: 0;
   /*vertical-align: middle;*/
}

#content table.person{
   width: 100%;
}

#content table.person td{
   font-size: 1.2em;
}

#content table.person td h4{
   padding-top: 10px;
}

#content table.person td.thing{
   width: 100px;
   text-align: right;
}

#content #letter-directory ol{
   float: left;
   margin-bottom: 25px;
   margin-left: 0;
}

#content #letter-directory ol li{
   float: left;
   margin-right: 9px;
   font-size: 1.3em;
   list-style: none;
   background-image: none;
   padding: 0;
}

#content #letter-directory ol li a{
   font-weight: bold;
}

#content #user-profile img{
   border: 0;
}

#content #user-profile ul{
	margin-left: 130px;
   font-size: 1em;
   margin-top: 20px;
}

#content #user-profile h3{
   margin-left: 120px;
   background-image: none;
   padding: 0 0 5px 0;
}

/* traildiv */

#traildiv{
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 999;
   visibility: hidden;
   width: 300px;
   height: 100px;
   color: #FFF;
}

#traildiv ul{
   padding: .75em;
   padding-bottom: 0;
   border: 1px solid #393932;
   background: #547093;
   font-size: 1.1em;
   text-align: left;
}

#traildiv li{
   color: #FFF;
   margin-left: 1em;
   padding-left: 0;
   margin-bottom: .75em;
}

#traildiv a{
   color: #FFF;
   text-decoration: none;
   margin: 0;
   text-align: left;
}

/* = Affiliate Pages  
---------------------------------------------------------------------
*/

#groupevents{
   float: left;
}

#groupevents .groupevent{
   float: left;
   clear: left;
   position: relative;
   width: 470px;
}

#groupevents .groupevent p{
   margin: 0;
   padding: 0;
   float: left;
   line-height: 2;
   display: block;
}

#groupevents .groupevent p.eventtime{
   width: 120px;
}

#groupevents .groupevent p.eventtitle{
   width: 260px;
}

#groupevents .groupevent p.moreinfo{
   width: 75px;
}

#groupevents .groupevent p.moreinfo a{
   display: block;
   line-height: 2;
}

/* = Events Page  
---------------------------------------------------------------------
*/

#sidebar #eventfilters{
   margin-bottom: 30px;
   position: relative;
}

#sidebar #eventfilters h4{
   margin-bottom: 10px;
}

#sidebar #eventcategories{
   margin-bottom: 20px;
}

#sidebar #eventcategories select, #sidebar #eventgroup select{
   width: 230px;
   font-size: 1.1em;
}

#content #group_events table.calendar td a{
   height: auto;
   display: inline;
   background: none;
   font-size: 1em;
}

#content #group_events table.calendar td li a{
   color: #4b6b99;

}

#content .eventbox span.eventTime, #content .eventbox span.event-sep{
   display: none;
}
