/* @override 
	http://goutreach.monkcms.net/css/styles.css
*/

/* Site: Living Springs */

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

body
{
	padding-bottom: 50px;
	background-color: #f5f5ef;
	font-size: 62.5%;
	font-family: Verdana, Tahoma, sans-serif;
	background-image: url(/images/bg_body.jpg);
	background-repeat: repeat-x;
}

body#default
{
    height: 100% !important;
}

#background
{
	width: 100%;
	height: 100%;
}

hr
{
	display: none;
}

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

#container
{
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	background: transparent url(/images/bg_container.jpg) no-repeat center top;
}

a
{
	overflow: hidden;
}

#home #container #homecontent
{
	width: 480px;
	padding-bottom: 0px;
	margin-left: 19px;
}

#home #container #homecontent #welcomeimage
{
	background-image: url(/images/welcometogoutreach.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
	height: 35px;
}
/* Default Headers */
h1
{
	color: #61351c;
	font-size: 2em;
	font-weight: bold;
}
h2
{
	color: #181a26;
	font-size: 1.5em;
	font-weight: bold;
}
h3
{
	color: #8b5826;
	font-size: 1.2em;
	font-weight: bold;
}
h4
{
	color: #61351c;
	font-size: 1em;
	font-weight: bold;
}

/* =Header Background
---------------------------------------------------------------------
*/
#headerbackground
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
}

#headerbackground #leftheader
{
	background-image: url(/images/bg_header_left.jpg);
	float: left;
	width: 49.7%;
	height: 100%;
}

#headerbackground #rightheader
{
	background-image: url(/images/bg_header_left.jpg);
	float: right;
	width: 49.7%;
	height: 100%;
}

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

#header
{
	position: relative;
	z-index: 1000;
	width: 960px;
	background-repeat: no-repeat;
	background-color: Transparent;
	height: 203px;
}

#header h1
{
	display: inline; /* IE6 double margin float bug hack */
	float: left;
	background: url(/images/bg_h1.png) no-repeat;
	background-position: 10% 10%;
	width: 406px;
	height: 105px;
	margin: 20px 0px 0px 93px;
	text-indent: -9999px;
}

#header h1 a
{
	display: block;
	width: 406px;
	height: 112px;
}

#header #light-to-the-cross
{
	background-image: url(/images/bg_light-to-the-cross.png);
	background-repeat: no-repeat;
	height: 23px;
	position: absolute;
	right: 41px;
	top: 56px;
	width: 215px;
}
/* Search */

form#searchForm
{
	position: absolute;
	top: 171px;
	right: 110px;
}

form#searchForm input#search_term
{
	float: left;
	width: 164px;
	margin: 1px 4px 0 0;
	padding: 3px 7px;
	border: 1px solid #E1E1E1;
	color: #7C7C7C;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;
}

form#searchForm a#search_go
{
	float: left;
	width: 39px;
	height: 26px;
	background: url(/images/bg_search_go.gif) no-repeat;
	text-indent: -9999px;
}

#email-sign-up
{
	background-image: url(/images/bg_service-times-and-directions.png);
	font-size: 1.05em;
	font-weight: bold;
	height: 30px;
	padding-left: 30px;
	position: absolute;
	right: 105px;
	width: 201px;
	top: 94px;
}



#email-sign-up a
{
	color: #dca163;
	font-weight: bold;
	display: block;
	height: 20px;
	padding-top: 10px;
	text-decoration: none;
	width: 175px;
}

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

/* =Navigation 
---------------------------------------------------------------------
*/
#nav
{
	display: inline;
	position: relative;
	clear: both;
	float: left;
	list-style: none;
	height: 68px;
	width: 770px;
	left: 107px;
}

#nav li
{
	float: left;
	background-image: url(/_img/bg_nav_li.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 1em;
	line-height: 1;
}

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

#nav li a
{
	display: block;
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 1.15em;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 16px;
	padding-right: 18px;
	padding-bottom: 14px;
	padding-left: 18px;
}

#nav .current a, #nav li:hover a, #nav li.sfhover a
{
	background: transparent url(/images/bg_nav_li_a_hover.gif) repeat-x;
	background-position: top;
	color: white;
}
#nav li a:hover, #nav li .current a
{
	background: transparent url(/images/bg_nav_li_a_hover.gif) repeat-x;
	background-position: top;
	color: white;
}
#nav .current ul ul, #nav li ul
{
	position: absolute;
	left: -999em;
	z-index: 999;
	list-style: none;
}

#nav li ul
{
	margin-left: -1px;
}

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

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

#nav li:hover li:hover, #nav li.sfhover li.sfhover
{
	background-image: url(/_img/bg_nav_li_li.gif);
	background-repeat: repeat;
	background-position: right center;
}

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

#nav .current ul, #nav li:hover ul, #nav li.sfhover ul
{
	top: 41px;
	left: 10px;
	width: 500px;
	z-index: 2;
	background-color: #181A26;
	height: 35px;
	padding-top: 2px;
}

#nav li li a
{
	float: left;
	width: auto !important;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #fff;
	font-weight: normal;
	background-image: none !important;
}

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

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

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

#container-inner
{
	clear: both;
	position: relative;
	width: 749px;
	height: 100%;
	margin: auto;
	padding-left: 12px;
	padding-right: 11px;
	background: Transparent url(/images/bg_content.gif) repeat-y center center;

}

body#home #container-inner
{
	width: 767px;
	padding: 0px;
	padding-left:4px
}

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



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

#content
{
	display: inline; /* IE6 double margin float bug hack */
	float: left;
	width: 480px;
	margin: 13px 0px 15px 5px;
	padding-right: 7px;
}

#content p a
{
	color: #d1864a;
	font-weight: bold;
}

body#home #content
{
	width: 489px;
	margin: 13px 0px 0px -8px;
	padding-right: 0px;
}

#content h3
{
	margin-bottom: .5em;
	color: #573d1c;
	font-size: 2.4em;
	font-weight: normal;
	font-family: "Trajan Pro" , "Times New Roman" , Serif;
}

body#home #content h3
{
	margin-bottom: 0.2em;
	font-size: 2.4em;
}

#content h4
{
	margin-bottom: .5em;
	color: #61351c;
	font-size: 1.8em;
	font-weight: normal;
	font-family: Verdana, Tahoma, sans-serif;
}

#content .book h4
{
	color: #d1864a;
	font-family: Verdana,Tahoma,sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}


#content h4 a
{
	margin-bottom: .5em;
	color: #61351c;
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, Tahoma, sans-serif;
}

#content h5
{
	margin-bottom: .5em;
	color: #4E2427;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;
}

#content h6
{
	margin-bottom: .5em;
	color: #464646;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: dashed 1px #545454;
	padding-bottom: 3px;
}

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

#content ul, #content ol
{
	margin: 0 0 1.5em 3em;
}

#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 li
{
	margin: 0;
}

#content li li
{
	font-size: 1em;
}

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

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

#content a
{
	color: #D1864A;
}

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

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

#content a img
{
	border: solid 3px #D1864A;
}

body#home #content-header
{
	border: 3px solid #000;
	width: 487px;
	height: 233px;
	margin: 0px 2px 15px 19px;
}


#content #text
{
	clear: both;
}

#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 p.eventtime
{
	margin-bottom: 7px;
	color: #545454;
	font-size: 0.9em;
	font-weight: bold;
}

#content #mediabox
{
	float: right;
	width: 125px;
	padding: 5px 5px 0;
	border: 1px solid #d1864a;
	list-style: none;
}

#content #mediabox li
{
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

#content #mediabox li a
{
	display: block;
	height: 16px;
	padding-left: 20px;
	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);
}

/* Calendar */

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

#content table.calendar caption
{
	padding-bottom: 10px;
	color: #26365D;
	font-size: 1.4em;
}

#content table.calendar caption span
{
	color: #26365D;
}

#content table.calendar th
{
	padding: 6px 0;
	background: #A56430;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
}

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

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

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

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

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

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

/*article box*/
#content .articlebox:hover
{
	background-color: #eeece9;
}
#content .articlebox.alt:hover
{
	background-color: #eeece9;
}

#content .articlebox
{
	background-color: #f6f5f3;
	padding: 15px;
	border-bottom: solid 1px #e3dfda;
}

#content .articlebox .author, #content .articlebox .date
{
	display: inline;
	font-weight: bold;
}
#content .articlebox .author-date
{
	padding-bottom: 3px;
}


#content .articlebox h4
{
	font-size: 1.1em;
}
#content .articlebox h4 a
{
	color: #d1864a;
	font-weight: bold;
}
#content .articlebox.alt
{
	background-color: #fff;
}
#content .articlebox div
{
	color: #545454;
}

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

#sidebar
{
	display: inline; /* IE6 double margin float bug hack */
	float: right;
	width: 253px;
	background-image: url(/images/bg_sidebar.gif);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	margin-left: 12px;
	background-color: #fff;
	margin-right: -11px;
}

body#home #sidebar
{
	background-image: none;
	padding-top: 13px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 25px;
	width: 246px;
	float: left;
	padding-right: 11px;
	background-color: #F4F5EF;
}

body#home #sidebar a img
{
	border: none;
}

body#home #sidebar div
{
	text-align: right;
}

body#home #sidebar div.home-sidebar-image
{
	margin-top: 15px;
}

#agenda
{
	width: 223px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	background: url(/images/bg_agenda.gif) no-repeat left 44px;
}

#agenda ul#agenda-nav
{
	display: inline; /* IE6 double margin float bug hack */
	float: left;
	margin: 0 0 20px 14px;
}

#agenda ul#agenda-nav li
{
	float: left;
	margin-right: 6px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;
	list-style: none;
	text-align: center;
}

#agenda ul#agenda-nav li a
{
	display: block;
	padding: 10px 0 7px;
	color: #a78c79;
	text-decoration: none;
	outline: 0;
}

#agenda ul#agenda-nav li#an_calendar a
{
	width: 80px;
	background: url(/images/bg_an_calendar_a.gif) no-repeat 0px;
}

#agenda ul#agenda-nav li#an_agenda a
{
	width: 73px;
	background: url(/images/bg_an_agenda_a.gif) no-repeat 0px;
}

#agenda ul#agenda-nav li a.current
{
	color: #FAFAF7;
}

#agenda ul#agenda-nav li#an_calendar a.current
{
	background: url(/images/bg_an_calendar_a_current.gif) no-repeat 0px;
}

#agenda ul#agenda-nav li#an_agenda a.current
{
	background: url(/images/bg_an_agenda_a_current.gif) no-repeat 0px;
}

#agenda #branch1, #agenda #branch2
{
	clear: both;
	padding-bottom: 17px;
}

#agenda #branch1 div
{
	margin: auto 0px;
}

/* Calendar */

#agenda table.calendar
{
	width: 188px;
	margin: auto;
	font-family: Verdana, Tahoma, sans-serif;
}

#agenda table.calendar caption
{
	width: 188px;
	margin: 0 auto 0px;
	color: #26365D;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}


#agenda table.calendar caption.calendar-month
{
	padding-bottom: 10px;
}

#agenda table.calendar th
{
	color: #464646;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#agenda table.calendar td
{
	width: 27px;
	height: 22px;
	color: #464646;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

#agenda table.calendar td.linked-day
{
	/*padding: 1px 1px;*/
}

#agenda table.calendar a
{
	display: block;
	padding: 5px 0;
	background: #D1864A;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

/* Agenda */

#agenda .event
{
	margin: 0 5px;
	padding: 8px 6px;
}

#agenda .event:hover
{
	padding: 7px 5px;
	border: 1px solid #E1E1E1;
	background: #FAFAF7;
}

#agenda .event h4
{
	margin-bottom: .25em;
	font-size: 1.1em;
	font-weight: bold;
}

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

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

#agenda .event p
{
	color: #959595;
	font-size: 1.1em;
}

/* Recent Sermons */

#recent-sermons
{
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0px solid #E7E7DB;
}

body#home #recent-sermons
{
	margin: 0;
	padding: 0;
	border: 0;
}

#recent-sermons h3
{
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-left: 11px;
	border-bottom: 1px solid #E9E8DE;
	color: #573d1c;
	font-size: 2.5em;
	font-weight: normal;
	font-family: Times New Roman, Verdana, Tahoma, sans-serif;
	text-transform: capitalize;
}

#recent-sermons #blog_list_archive , #recent-sermons #blog_list_category {
	list-style-type: none;
	margin-bottom: 15px;
}

#recent-sermons .sermon, #recent-sermons #blog_list_archive li, #recent-sermons #blog_list_category li
{
position: relative;
padding: 8px 12px;
}

#recent-sermons .sermon:hover, #recent-sermons #blog_list_category li:hover, #recent-sermons #blog_list_archive li:hover
{
	padding: 7px 11px;
	border: 1px solid #E1E1E1;
	background: #FAFAF7;
}
#recent-sermons p.more{
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 15px;
}
#recent-sermons p.more a{
	margin-left: 10px;
	text-decoration: none;
	color: #d7864a;
	font-weight: bold;
}

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

#recent-sermons .sermon h4, #recent-sermons li a
{
	margin-bottom: .25em;
	font-size: 1.1em;
	font-weight: bold;
	width: 210px;
}

#recent-sermons .sermon h4 a, #recent-sermons  li a
{
	color: #d1864a;
	text-decoration: none;
}

#recent-sermons .sermon h4 a:hover, #recent-sermons li a:hover
{
	text-decoration: underline;
}

#recent-sermons .sermon p
{
	color: #959595;
	font-size: 1.1em;
}

#recent-sermons .sermon p.play
{
	position: absolute;
	top: 10px;
	right: 11px;
	text-indent: -9999px;
}

#recent-sermons .sermon:hover p.play
{
	top: 9px;
	right: 10px;
}

#recent-sermons .sermon p.play a
{
	display: block;
	width: 18px;
	height: 18px;
	background: url(/images/bg_recent-sermons_play.gif) no-repeat;
}

#recent-sermons .sermon:hover p.play a
{
	background-position: left bottom;
}

#content .gallery
{
	width: 150px;
	float: left;
}
#content .gallery img
{
	float: none;
}

#content .gallery-thumbnail p
{
	display: inline;
}

/*.gallery h4 a {color:#61351c; font-size:1em;}

.gallery p
{color: #464646;}*/


/* Podcast */

#podcast
{
	margin: 10px 0;
}

#podcast h3
{
	text-indent: -9999px;
}

#podcast a
{
	display: block;
	height: 89px;
	background: url(/images/podcast.jpg) no-repeat center top;
}

/* New Here */

#new-here
{
	position: relative;
	bottom: 0;
	right: -3px;
}

#new-here h3
{
	text-indent: -9999px;
}

#new-here a
{
	display: block;
	width: 248px;
	height: 107px;
	background: url(/images/bg_new-here.png) no-repeat;
}

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

#mega-footer
{
	display: inline; /* IE6 double margin float bug hack */
	clear: both;
	float: left;
	width: 749px;
	margin-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #DFDDCA;
}

#mega-footer h3
{
	margin-bottom: .75em;
	color: #464646;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Verdana, Tahoma, sans-serif;
}

#mega-footer p.subscribe
{
	position: absolute;
	top: 29px;
	right: 17px;
	text-indent: -9999px;
}

#mega-footer p.subscribe a
{
	display: block;
	width: 16px;
	height: 16px;
	background: url(/images/bg_subscribe.gif) no-repeat;
}

#white-upcoming-events
{
	float: left;
	width: 226px;
	height: 283px;
	margin-right: 14px;
	padding: 34px 0 0 14px;
	background: url(/images/bg_latest-announcements.gif) no-repeat;
	color: #464646;
}

#white-recent-sermons h3, #white-recent-articles h3, #white-upcoming-events h3, #white-recent-blog-posts h3
{
	text-transform: uppercase;
	color: #464646;
}

#white-upcoming-events .event
{
	padding-bottom: 17px;
	width: 207px;
}

#white-upcoming-events .event .date
{
	padding-top: 3px;
}

#white-upcoming-events .event h4
{
	font-size: 1em;
}

#white-recent-sermons
{
	float: left;
	width: 226px;
	height: 283px;
	margin-right: 14px;
	padding: 34px 0 0px 14px;
	background: url(/images/bg_latest-announcements.gif) no-repeat;
	color: #464646;
}

#white-recent-articles
{
	float: left;
	width: 226px;
	height: 283px;
	padding: 34px 0 0 14px;
	background: url(/images/bg_latest-announcements.gif) no-repeat;
	color: #959595;
}

#white-recent-articles .article
{
	padding-bottom: 17px;
}

#white-recent-articles .article h4
{
	font-size: 1em;
}

#white-recent-blog-posts
{
	float: left;
	width: 226px;
	height: 283px;
	padding: 34px 0 0 14px;
	background: url(/images/bg_latest-announcements.gif) no-repeat;
	color: #464646;
}

#white-recent-blog-posts .blog
{
	padding-bottom: 17px;
	width: 207px;
}

#white-recent-blog-posts .blog p
{
	padding-top: 3px;
}

#white-recent-blog-posts .blog h4
{
	font-size: 1em;
}

#white-recent-sermons a, #white-recent-articles a, #white-upcoming-events a, #white-recent-blog-posts a
{
	color: #7a2216;
	text-decoration: none;
	font-size: 1.1em;
}

#white-recent-sermons .sermon
{
	padding-bottom: 17px;
	width: 207px;
}

#white-recent-sermons .sermon p
{
	padding-top: 3px;
}

#white-recent-sermons .sermon h4
{
	font-size: 1em;
}

#latest-announcements .announcement
{
	padding: 8px 0;
}

#latest-announcements .announcement h4
{
	margin-bottom: .25em;
	font-size: 1.1em;
	font-weight: bold;
}

#latest-announcements .announcement h4 a
{
	color: #d1864a;
	text-decoration: none;
}

#latest-announcements .announcement h4 a:hover
{
	text-decoration: underline;
}

#latest-announcements .announcement p
{
	color: #959595;
	font-size: 1.1em;
}

#recent-blog-posts
{
	position: relative;
	float: left;
	width: 226px;
	height: 284px;
	margin-right: 13px;
	padding: 34px 0 0 14px;
	background: url(/images/bg_recent-blog-posts.gif) no-repeat;
}

#recent-blog-posts h4
{
	margin-bottom: .75em;
	font-size: 1.8em;
	font-weight: normal;
	font-family: Verdana, Tahoma, sans-serif;
}

#recent-blog-posts h4 a
{
	color: #d1864a;
	text-decoration: none;
}

#recent-blog-posts h4 a:hover
{
	text-decoration: underline;
}

#recent-blog-posts p
{
	font-size: 1.2em;
	color: #464646;
	line-height: 1.3;
}

/* Agenda */

#mega-footer #agenda
{
	float: left;
	width: 222px;
}

/* traildiv */
#traildiv{
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 999;
   visibility: hidden;
   width: 150px;
   height: 100px;
   color: #FFFFFF;
}

#traildiv ul{
   padding: .75em;
   padding-bottom: 0;
   border: 3px solid #A56430;
   background: #D1864A;
   font-size: 1.1em;
}

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

#traildiv a{
   color: #FFFFFF;
   text-decoration: none;
}

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

#footer
{
	clear: both;
	height: 65px;
	padding: 15px 0px;
	border-top: 4px solid #5a5b62;
	background: #e7e7db;
	width: 772px;
	position: relative;
	margin: auto;
}

#footer p
{
	float: left;
	color: #707070;
	font-size: 1.2em;
	font-family: Verdana, Tahoma, sans-serif;
	margin-left: 20px;
	line-height: 1.2em;
}

#footer p.powered
{
	float: right;
	margin-right: 20px;
}

#footer a
{
	color: #d1864a;
	text-decoration: none;
}

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

#mega-footer p.basement-feed
{
	text-indent: -9999px;
	height: 17px;
	width: 17px;
	position: relative;
	float: right;
	top: -29px;
	right: 5px;
}

#mega-footer p.basement-feed a
{
	display: block;
	background: url(/images/bg_basement_feeds.gif);
	height: 17px;
	width: 17px;
}
/* = Blog  
---------------------------------------------------------------------
*/
#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-top: 7px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #E7E7DB;
	margin-bottom: 20px;
	color: #d1864a;
}

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

#comments h4 a
{
	color: #000;
}

#comments h5
{
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #A9D1D2;
}

#comments p
{
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 1.1em;
	margin-right: 0;
}
#bloglist a
{
	color: #d1864a;
	font-weight: bold;
}
#bloglist p
{
	color: #545454; /*margin-bottom: .em;*/
}

#bloglist .date
{
	color: #545454;
	font-size: .9em;
}
#bloglist p a
{
	font-size: 0.9em;
	text-decoration: none;
}
#bloglist strong
{
	font-weight: bold;
}
#bloglist div.subscribe, #content div.subscribe
{
	position: absolute;
	right: 272px;
	top: 15px;
}
#bloglist div.subscribe a, #content div.subscribe a
{
	background-image: url(/images/bg_subscribe.gif);
	height: 16px;
	display: block;
	background-position: right;
	background-repeat: no-repeat;
	color: #545454;
	padding-right: 20px;
	text-decoration: none;
	padding-top: 4px;
	font-weight: bold;
}

#bloglist .postedby
{
	border-top: dotted 1px #545454;
	border-bottom: solid 1px #545454;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0;
}
#bloglist hr
{
	display: none;
}

#bloglist .blogpost:hover
{
	background-color: #eeece9;
}
#bloglist .blogpost.alt:hover
{
	background-color: #eeece9;
}
#bloglist .blogpost
{
	background-color: #f6f5f3;
	padding: 10px 15px 10px 15px;
	border-bottom: solid 1px #e3dfda;
}

#bloglist .blogpost .author, #bloglist .blogpost .date
{
	display: inline;
}
#bloglist .blogpost .date
{
	font-size: 0.9em;
}

#bloglist .blogpost h4
{
	font-size: 1.1em;
}

#bloglist .blogpost div
{
	color: #545454;
}
/*
Newsletter Signup
*/
#content #email-signup{
   float: left;
   width: 227px;
   margin-left: 15px;
   margin-top: 2px;
}

#content #email-signup p{
   padding-left: 0px;
}

#content #newsletter fieldset{
   width: 225px;
}

#content #email-signup input#newsletter_text{
   width: 125px;
   margin-right: 3px;
   padding: 3px 4px;
   border: 1px solid #E1E1E1;
   background: #FFF;
   color: #7C7C7C;
   font-size: 1.1em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   vertical-align: top;
   float: left;
}

#content #email-signup input#newsletter_submit{
   display: inline;
   float: left;
   margin-top: -1px;
}