/* @override http://www.fpcmargate.org/css/styles.css */

/*
*************************************************
First Presbyterian Church - Margate / Coral Springs

Author:		Scott Beatty, sbeatty@northpointdesign.com
Updated:	April 27th, 2009
Notes:		None

*************************************************
*/

* {
   margin: 0;
   padding: 0;
}

body{
   background: #989898 url(/images/bg_body.gif) top center no-repeat;
   font-size: 62.5%;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 1;
   text-align: center; /* IE5.5 center fix */
}

hr{
   display: none;
}

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

*+html #skip{
   position: static;
   height: 0;
}

#container{
   width: 978px;
   margin: 0 auto;
   background: url(/images/bg_container.gif) repeat-y;
   text-align: left; /* move layout content default back to left */
   padding-bottom: 25px;
}

a{
   overflow: hidden;
}

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

#header{
   width: 930px;
   height: 224px;
   float: left;
   padding: 0 24px;
   background: url(/images/bg_header.gif) no-repeat;
}

#header #header-flash {
   width: 930px;
   height: 184px;
}

/* =Navigation
---------------------------------------------------------------------
*/
#nav{
   clear: both;
   float: left;
   display: inline;
   width: 735px;
   list-style: none;
}

#nav li{
   float: left;
   list-style: none;
   width: 119px;
   height: 33px;
   margin: 5px 0 0 1px;
   background: url(/images/bg_nav_li.gif) no-repeat; 
}

#nav li:hover, #nav li.hover {
	position: static;
}

#nav li a{
   display: block;
   width: 119px;
   height: 23px;
   padding-top: 10px;
   font-size: 1.2em;
   color: #031827;
   text-decoration: none;
   text-transform: uppercase;
   overflow: hidden;
   text-align: center;
}

#nav li a:hover {
	color: #FFFFFF;
	background: url(/images/bg_nav_li_a_hover.gif) no-repeat;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 220px;
   list-style: none;
   line-height: 1;
}

#nav li li{
   font-size: 1.2em;
   width: 220px;
   height: auto;
   margin: 0;
   background: none; 
   padding: 0;
}

#nav li ul ul{
   margin: -25px 0 0 220px;
   border-top: 0;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

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

#nav li li a {
	width: 210px !important;
	height: auto;
	padding: 8px 5px;
	background: #2C5574 !important;
	color: #FFFFFF;
	text-indent: 0;
	border-bottom: 1px solid #031827;
	font-size: 1em;
	text-transform: none;
    text-align: left;
}

#nav li li a:hover {
	background: #031827 !important;
	color: #D9932B;
}

#header #searchForm{
	float: right;
	display: inline;
	width: 185px;
	margin-right: 10px;
	padding-top: 5px;
}

#searchForm input{
   float: left;
   width: 117px;
   height: 17px;
   margin-right: 3px;
   padding: 6px 4px 2px;
   border: none;
   color: #333333;
   font-size: 1.2em;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1;
   background: url(/images/bg_search_input.gif) no-repeat ;
}

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

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

#container-inner{
   clear: left;
   float: left;
   width: 978px;
   background: url(/images/bg_container_inner.gif) repeat-y;
   display: inline;  /* IE6 double margin float bug hack */
}

body#oneCol #container-inner{
   background: url(/images/bg_container_inner_oneCol.gif) repeat-y;
}

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

#content-wrap{
   float:left;
   width: 930px;
   background: url(/images/bg_content_wrap.gif) center top no-repeat;
   padding: 14px 24px;
   display: inline;  /* IE6 double margin float bug hack */
}

body#oneCol #content-wrap{
   float:left;
   width: 930px;
   background: url(/images/bg_content_wrap_oneCol.gif) center top no-repeat;
   padding: 14px 24px;
   display: inline;  /* IE6 double margin float bug hack */
}

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

#content{
	float: left;
	width:575px;
	margin:0 18px 0 24px;
	display: inline;  /* IE6 double margin float bug hack */
}

body#oneCol #content{
	float: left;
	width:874px;
	margin:0 32px 0 24px;
	display: inline;  /* IE6 double margin float bug hack */
}

#content #text{
	background: #F1F0EF url(/images/bg_content_text.gif) no-repeat;
	padding: 20px 12px 10px 8px;
}

body#oneCol #content #text{
	background: #F1F0EF url(/images/bg_content_text_oneCol.gif) top left no-repeat;
	padding: 20px 12px 10px 8px;
}

#content #top-image {
	width: 550px;
	padding: 10px;
	background: #031827;
	margin: 0 auto 10px auto;
}

body#oneCol #content #top-image {
	width: 850px;
	padding: 10px;
	background: #031827;
	margin: 0 auto 10px auto;
}

#content #flashcontent{
	width: 550px;
	height: 350px;
	border:0;
	padding:0;
	margin:0;
	color: #FFF;
	font-size: 1.4em;
}

#content #flashcontent p{
	color: #FFF;
	font-size: 1em;
}

#content #flashcontent a{
	color: #FFF;
	text-decoration: underline;
}

#content #top-image img{
	float: none;
	border:0;
	padding:0;
	margin:0;
}
   
#content h3{
   font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   margin-bottom: .75em;
   color: #031827;
   font-size: 2.4em;
}

#content h4 {
   font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   margin-bottom: .75em;
   color: #031827;
   font-size: 2em;
}  

#content h5,
#content h6{
   font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   margin-bottom: .75em;
   color: #031827;
   font-size: 1.8em;
} 

#content p,
#content li{
   margin-bottom: 1em;
   color: #000000;
   font-size: 1.4em;
   line-height: 1.5;
}

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

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

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

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

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

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

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

#content a{
   color: #031827;
}

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

#content img{
   float: left;
   margin: 0 10px 5px 0;
   border: 1px solid #999999;
   padding:1px;
}

/* sermons */

#content .sermonbox{
   margin-bottom: 10px;
   padding: 15px;
   background: #E2E1E0;
   border-bottom: 1px solid #A3A09E;
   clear: right;
}

#content .sermonbox:hover{
	background: #D3D2D1;
}

#content .sermoninfo h4{
   margin-bottom: 10px;
   font-size: 1.6em;
}

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

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

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

#content .mediabox{
   float: right;
   display: inline;
   width: 125px;
   padding: 5px 5px 0;
   list-style: none;
}

#content .mediabox li{
   margin-bottom: 8px;
   font-size: 1.3em;
   padding-left: 10px;
   background: none;
}

#content .mediabox li a{
   display: block;
   height: 22px;
   padding-left: 25px;
   background-repeat: no-repeat;
   text-decoration: none;
   color: #2C5574;
}

/* #content .mediabox li.mb_print a{
   background-image: url(/_img/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(/_img/mb_notes.gif);
} */

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

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

p#pagination{
   margin: 0;
}

p#pagination a#off{
   display: none;
}

p#pagination a{
   margin: 0 5px;
   color: #031827;
   text-decoration: underline;
}

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

p#pagination a#current{
   color: #999999;
   text-decoration: none;
   cursor: default;
}

/* calendar */

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

#content table.calendar caption{
   padding-bottom: .4em;
   color: #031827;
   font-size: 1.7em;
}

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

#content table.calendar caption span img{
   vertical-align: top;
}

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

#content table.calendar td{
   width: 73px;
   height: 73px;
   padding: 2px;
   border: 1px solid #A3A09E;
   border-left: 0;
   border-top: 0;
   background: #E8E7E6;
   color: #313131;
   font-size: 1em;
   vertical-align: top;
}

#content table.calendar td.linked-day a {
   color: #4D120A;
}

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

#content table.calendar td ul{
   margin: .5em 0 0 0;
   font-size: .9em;
   list-style: none;
   line-height: 1em;
}

#content table.calendar td li{
   margin: 0 0 .5em 0;
   background:none;
   padding-left: 0;
}

#content table.calendar td li a{
   color: #4D120A;
   font-size:.9em;
}

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

/* Add Ons */
#content #churchMap {
	width:450px;
	height:275px;
	margin:10px auto;
	border:3px solid #FFF;
}

/* #content #photo-gallery{
	width: 500px;
	height: 350px;
	border:0;
	padding:0;
	margin:10px 0;
	color: #000;
	font-size: 1.4em;
}

#content .gallery {
	padding:10px 0;
	border-bottom:1px solid #CCCCCC;
}
 */
 
#content .gallery img {
	float:none;
}

#content .gallery-thumbnail {
	float:none;
}

#content .gallery-large {
	float:none;
}


#content form {
	margin-left: 25px;
	padding: 10px;
	font-size: 1em;
}

#content form legend{
	display: none;
}

#content form div {
	margin-bottom: form.25em;
}

#content form p {
	padding: 0;
	margin-bottom: .25em;
}

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

*/

#sidebar {
	float: right;
	display: inline;
	width: 292px;
	margin-right: 21px;
	padding: 15px 0;
}

#sidebar h3{
   text-align: center;
   font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   color: #D9932B;
   font-size: 1.8em;
   font-weight: normal;
   margin: 0 16px .5em;	
}

#sidebar .sidebar-container {
	width: 234px;
	margin: 0 16px 1em;
	background: #2C5574;
	border: 5px solid #34668B;
	padding: 8px;
	overflow: hidden; /*helps to clear floated elements */
}

#sidebar .sidebar-container h4{
   font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   color: #031827;
   font-size: 1.6em;
   font-weight: normal;
   margin-bottom: .5em;	
}

#sidebar .sidebar-container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color: #CCCCCC;
	line-height: 1.5em;
}
#sidebar #downloads.sidebar-container li{
  	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color: #CCCCCC;
	line-height: 1.5em;
	list-style-position: inside;
}

#sidebar .sidebar-container a {
	color: #D9932B;
}

#sidebar .sidebar-container a:hover {
	text-decoration: none;
	color: #FFF;
}

/* sidebar navigation */
#sidebar #sub-nav-wrap {
	width: 250px;
	margin: 0 16px 1em;
}

#sidebar #subnav {
	width: 250px;
	list-style:none;
    background: #2C5574;
	padding:5px 0;
	border: 5px solid #34668B;
}

#sidebar #subnav li{
	width: 240px;
	padding: 0 5px;
}

#sidebar #subnav li a {
	display: block;
	width: 200px;
	height: 22px;
   	padding: 6px 30px 2px 10px;
   	background: url(/images/bg_subnav_li_a.jpg) no-repeat;
   	color: #D9932B;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   	font-size: 1.5em;
   	text-decoration: none;
}

#sidebar #subnav li a:hover {
   	background: url(/images/bg_subnav_li_a_hover.jpg) no-repeat;
	color: #C7E4F3;
}

#sidebar #subnav li ul{
	width: 240px;
	list-style:none;
    background: #2C5574;
	padding:0;
	border: 0;
}

#sidebar #subnav li li{
	width: 240px;
	padding: 0;
	background: #315F80;
}

#sidebar #subnav li li a {
	display: block;
	width: 215px;
	height:auto;
   	padding: 6px 0 6px 25px;
	text-indent: 0;
   	background: none;
   	color: #D9932B;
	font-size:1.3em;
}

#sidebar #subnav li li a:hover {
	background: #23455C;
}

/* sidebar service times and location */
#sidebar #service-times {
	float: left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: #CCCCCC;
}

#sidebar #service-times span {
	font: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #031827;
	font-weight: bold;
	line-height: 1.5em;
}

#sidebar #location {
	margin-left: 100px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: #CCCCCC;
}

#sidebar #location a.directions {
	display: block;
	width: 93px;
	height: 21px;
	margin-top: 10px;
	background: url(/images/btn_service_times_directions.jpg) no-repeat;
	text-indent: 8px;
	text-decoration: none;
	color: #D9932B;
	font-size: 1em;
	padding: 2px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar #location a.directions:hover {
	color: #FFF;
}

/* sidebar recent sermon */
#sidebar #recent-sermon {

}

#sidebar #recent-sermon h4{
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #CCCCCC;
	font-weight: normal;
	margin-bottom: .25em;
}

#sidebar #recent-sermon p{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color: #031827;
	line-height: 1.37em;
	margin-bottom: .5em;
}

#sidebar #recent-sermon .sb_mediabox{
   float: left; 
   display: inline; /* IE6 double margin float bug hack */
   width: 202px;
   height: 23px;
   padding: 0 2px;
   background: url(/images/bg_side_mediabox.gif) no-repeat;
   list-style: none;
   margin: 0 0 10px 14px;
}

#sidebar #recent-sermon .sb_mediabox li{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-left: 20px;
   margin-top: 3px;
   padding: 2px 0 2px 22px;
   background-repeat: no-repeat;
   background-position: left center;
}

#sidebar #recent-sermon .sb_mediabox li.listen{
   background-image: url(/images/bg_side_mediabox_listen.gif);
}

#sidebar #recent-sermon .sb_mediabox li.download{
   background-image: url(/images/bg_side_mediabox_download.gif);
}

#sidebar #recent-sermon .sb_mediabox a{
   font-size: 1.2em;
   color: #D9932B;
   text-decoration: none;
}

#sidebar #recent-sermon .sb_mediabox a:hover{
   color: #FFF;
}

#sidebar #recent-sermon p.sermon-archives {
   clear: both;
   padding: 0;
   margin: 0;
   font-size: 1.1em;
   text-align: right;
}

#sidebar #recent-sermon p.sermon-archives a {
	color: #031827;
	text-decoration: none;
}

#sidebar #recent-sermon p.sermon-archives a:hover {
	color: #FFF;
}

/* sidebar upcoming events */
#sidebar #upcoming-events {
	width: 250px;
	padding: 0;
	margin: 0 16px 1em;
	background: #2C5574;
	border: 5px solid #34668B;
}

#sidebar #upcoming-events .event{
   clear: left;
   float: left;
   width: 234px;
   padding: 8px 8px 0 8px;
   margin-bottom:2px;
}

#sidebar #upcoming-events .event:hover{
	background: url(/images/bg_upcoming_events_hover.gif) no-repeat;
}

#sidebar #upcoming-events .event p{
   color: #FFF;
   font-size: 1.2em;
}

#sidebar #upcoming-events .event h4{
   font-size: 1em;
   margin-bottom: .4em;
   font-weight: normal;
}

#sidebar #upcoming-events .event h4 a{
   	font-size: 1.2em;
	color: #D9932B;
	text-decoration:underline;
}

#sidebar #upcoming-events .event p h4 a:hover{
	text-decoration:none;
}

#sidebar #upcoming-events .event a:hover{
   color: #FFF;
   text-decoration: none;
}

#sidebar #upcoming-events .event p.date{
   clear:left;
   float: left;
   width: 39px;
   padding-bottom: 5px;
   border: 0;
   background: url(/images/bg_upcoming_events_date.gif) no-repeat top center;
   color: #FFF;
   font-size: 1.8em;
   font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   text-align: center;
   margin-right:6px;
}

#sidebar #upcoming-events .event p.date span.month {
   display: block;
   margin-bottom: 3px;
   padding: 2px 0;
   background: #1D3749;
   font-family: Arial, Helvetica, sans-serif;
   color: #CCCCCC;
   font-size: .60em;
   text-transform: uppercase;
   line-height: 1;
}

#sidebar #upcoming-events .event p.date span.day{
   display: block;
}

#sidebar #upcoming-events p.more {
   clear: left;
   padding: 6px 0 10px 0;
   font-size: 1.1em;
   text-transform: lowercase;
   text-align: center;
}

#sidebar #upcoming-events p.more a {
	color: #D9932B;
}

#sidebar #upcoming-events p.more a:hover {
	color: #FFF;
	text-decoration: none;
}

/* sidebar blog filter */
#sidebar #blog_list_archive,
#sidebar #blog_list_author,
#sidebar #blog_list_category{
   margin-bottom: .5em;
}

#sidebar #blog_list_archive li,
#sidebar #blog_list_author li,
#sidebar #blog_list_category li{
   margin: 0 0 .25em 1em;
   font-size: 1.3em;
   line-height: 1.5;
   color: #D9932B;
   list-style:none;
   background:url(/images/bg_sidebar_li.gif) no-repeat left center;
   padding-left: 12px;
}

#sidebar #blog_list_archive,
#sidebar #blog_list_author li a,
#sidebar #blog_list_category li a{
   color: #D9932B;
}

#sidebar #blog_list_archive,
#sidebar #blog_list_author li a:hover,
#sidebar #blog_list_category li a:hover{
   text-decoration: none;
   color: #FFF;
}

/* sermon page filter */
#sidebar p#filter{
   margin-bottom: 10px;
}

#sidebar p#filter select {
   width: 200px;
   margin: 10px 0;
   padding: 1px;
   border: 1px solid #CCCCCC;
   color: #010101;
   font-size: .9em;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
}

/* list for article worship at fpc */
#sidebar #article-worship {
	width: 250px;
	padding: 0;
	margin: 0 16px 1em;
	background: #2C5574;
	border: 5px solid #34668B;
}

#sidebar #article-worship .article-detail {
   width: 234px;
   padding: 8px 8px 0 8px;
   margin-bottom:10px;
}

#sidebar #article-worship .article-detail h4{
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #031827;
	font-weight: normal;
	margin-bottom: .25em;
}

#sidebar #article-worship .article-detail p{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color: #CCCCCC;
	line-height: 1.37em;
}

#sidebar #article-worship .article-detail a {
	color: #031827;
	text-decoration: none;
}

#sidebar #article-worship .article-detail a:hover {
	color: #FFF;
}

/* sidebar newsletter */
#sidebar #newsletter label {
	display: none;
}

#sidebar #newsletter input{
   width: 136px;
   height: 15px;
   float: left;
   margin-right: 3px;
   padding: 4px;
   border: none;
   color: #333333;
   font-size: 1.2em;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1;
   background: #FFFFFF;
}

#sidebar #newsletter #newsletter_submit{
   display: block;
   float: left;
   width: 77px;
   height: 23px;
   background: url(/images/bg_newsletter_submit.gif) no-repeat;
   text-indent: -9999px;
}
/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   width: 930px;
   margin: 0 auto;
   background: #2C5574 url(/images/bg_footer.gif) no-repeat;
}

#footer p{
	padding: 24px 30px 10px 30px;
	color: #C7E4F3;
	line-height:1.3em;
	font-size:1.1em;
}

#footer a{
   color: #C7E4F3;
}

#footer a:hover{
	text-decoration: none; 
}
#footer .copyright {
   float: left;
   width: 400px;
}

#footer .address {
   float: right;
   width: 200px;
   text-align: right;
}

/* MEMBERS ME */

.me-photo {
	padding:1px;
	border:1px solid #999999;
}

#content table.person{
   margin-bottom: 25px;
   padding: 6px;
   border: 0;
   border-collapse: collapse;
}

#content table.person td{
   padding: 4px;
   border: 0;
   font-size: 1.2em;
}

#content table.person td h4 {
	margin:0;
}

#content table.person td.thing{
   color: #313131;
}


#sidebar #member-menu {
   margin-bottom: .5em;
}

#sidebar #member-menu li{
   margin: 0 0 .25em 1em;
   font-size: 1.3em;
   line-height: 1.5;
   color: #D9932B;
   list-style:none;
   background:url(/images/bg_sidebar_li.gif) no-repeat left center;
   padding-left: 12px;
}

#sidebar #member-menu li a{
   color: #D9932B;
}

#sidebar #member-menu li a:hover{
   text-decoration: none;
   color: #FFF;
}

/* --fixes-- */
.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 */

.mcms_stats {
	display: none;
}