/* @override 
	http://breathefestival.monkcms.net/_css/styles.css
*/

/* FONTS & OTHER FUN RESETS  .................... */

body {
	margin:0 auto;padding:0;
	font: 13px/133% Helvetica ;
	color: #000;
	background: #fff;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ol, dl, address{ 
	margin: .7em 0;
	padding: 0; 
	line-height:163%;
}

h1, h2, h3, h4 {font-weight: normal;}
h1 {font-size:2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.5em; text-transform: lowercase;}
h4 {font-size:1.3em; text-transform: lowercase;}
h5,h6{font-size: 1em; color: #002f49; text-transform: lowercase;}
#default-sidebar h4, #dynamic-sidebar h4 {color: #000; text-transform: lowercase;}
#default-sidebar h5, #dynamic-sidebar h5 {margin: 0;font-size: 1.1em;text-transform: lowercase;}

a {color: #DB761C;text-decoration:none;}
a:hover {color: #000;text-decoration:none;}

ul, ol {margin: 0px;padding: 0px 0 0 20px;list-style-position: inside;}
li, dd { margin-left: 0em; }

form label{ cursor: pointer; }
fieldset{ border: none; }

blockquote {
	padding: 2px 10px 2px 10px ;
	margin: 5px 30px 5px 30px;
	border-left: 1px dotted #ccc;
}

.clearer{clear:both;}

#container {
	margin: 0 auto;
	padding: 0;
	width: 956px;
}

#container:after {content: "."; display: block;height: 0; clear: both; visibility: hidden;}

a img {
	border: 0;
}

/* SPECIAL SITE WIDE CLASSES  .................... */

p.meta {
	color: #333;
	font-style: italic;
	padding: 0;margin: 0;
}

p.subscribe {
	float: right;
	padding: 0 0 0 20px;
	margin: 0;
	background: url(/_img/feed.png) no-repeat center left;
}

p.subscribe a {
	color: #ff6600;
}

/* HEADER  .................... */

#header {
	float: left;
	margin: 0 0 0px;
	padding: 0 10px;
	height: 68px;
	width: 936px;
	padding-top: 29px;
}

#header h1{
   float: left;
   width: 348px;
   height: 68px;
   margin: 0;
   background: url(/_img/bg_h1_a.gif) no-repeat;
}

h1#logo a {
   display: block;
   height: 68px;
    text-indent: -9999px;	
}

.headline {
 	float: right;
	margin: 42px 10px 0;
}

.headline p,
.headline p a{
   margin: 0;
   	font-size: 13px;	
	font-weight: bold;
	text-transform: uppercase;
   color: #002f49;
}

/* NAVIGATION  .................... */

#searchbox {
float: right;
	position: relative;
	margin: -25px 30px 0 160px;
	padding: 0;
	z-index: 1003;
}

#searchbox input#search_term{
   height: 14px;
   border: none;
   background: url(/_img/bg_input_searchterm.gif) no-repeat;
   padding: 2px 3px;
   width: 140px;
   font-size: .8em;
}

#searchbox a#search_go{
   font-size: .9em;
   font-weight: bold;
   color: #fff;
}

ul#nav {
	background: #002f49;
	float: left;
	display: inline;
	clear: both;
	width: 926px;
	padding: 0;
	margin: 0 0px 0 10px;
	text-transform: lowercase;
	font-size: 12px;
	position: relative;
	z-index: 1001 !important;
}

ul#nav li {
	float:left;
	display: inline;
	list-style-type: none;
	position:relative;
	margin: 0;
	padding: 0;
}

ul#nav a { 
	display: block;
	padding: 7px 15px;	
	margin: 0;
	color: #fff;
	border-bottom: none;
}

ul#nav a {
	text-decoration: none;
}

ul#nav li:hover{
   visibility: inherit;
}

ul#nav li a:hover,
ul#nav li:hover a,
ul#nav li.sfHover a {
	text-decoration: none;
	background: #6990b8;
}

ul#nav li.current a {
	background: #4D6680;
}

ul#nav li ul { /* second-level lists */
	position: absolute;
	font-size: .9em;
	background: #fff;
	top:0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style:none;
	z-index:1000;
	padding:0;margin:0;
	text-transform: none;
}

ul#nav li ul li{
	float:none;
	background:transparent;
	margin: 0;padding: 0;
}

ul#nav li:hover ul, ul#nav li.sfHover ul { /* lists nested under hovered list items */
	left: 0;top:30px;
	margin:0; padding:0;
}

ul#nav li ul li a,
ul#nav li:hover ul li a,
ul#nav li.sfHover ul li a,
ul#nav li.current ul li a{
	background:#6990b8;
	padding:4px 13px;
	display: block;
	color:#fff; 
	z-index:1000;
	min-width: 120px;
	_width: 120px;
}

ul#nav li ul li a:hover{
	background: #AEC3D9;
	color: #001926;
}

/* MAIN SECITON  .................... */

#main {
	float: left;
	display: inline;
	background: url(/_img/bg_home_main.gif) no-repeat;
	width: 935px;
	margin: 10px 0 0;
	position: relative;
	height: 363px;
	padding: 8px 0 0 8px;
}

#rotation {
	z-index: 1 !important;
}

ul#home-rotator{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#quick-links {
	margin: 0;
	padding: 0 !important;
	list-style: none;
	position: absolute;
	top: 170px;
	left: 0;
	z-index: 1000 !important;
	width: 308px;
	height: 168px;
	background: url(/_img/bg_quicklinks.png) no-repeat 0 0;
}

#links-secondary ul#quick-links{
   	left: -10px;
	top: 20px;
}

ul#quick-links li{
   height: 44px;
   width: 308px;
   position: absolute;
   left: 0;
   padding: 0 !important;
   margin: 0 !important;
}

ul#quick-links li span{
   height: 44px;
}

ul#quick-links li a{
   height: 44px;
   width: 308px;
   display: block;
   text-indent: -9999px;
   cursor: pointer;
   z-index: 1001;
   padding: 0 !important;
}

ul#quick-links li a:hover{
   background: url(/_img/bg_quicklinks.png) no-repeat 0 0;
}

ul#quick-links li#im-new {top: 0; z-index: 1010;}
ul#quick-links li#service-times{top: 34px; z-index: 1006;}
ul#quick-links li#whats-happening{top: 61px; z-index: 1002;}
ul#quick-links li#messages{top: 96px; z-index: 1003;}
ul#quick-links li#music {top: 122px; z-index: 1004; height: 45px;}

ul#quick-links li#im-new a:hover{
   background-position: -308px 0;
   z-index: 1010;
}

ul#quick-links li#service-times a:hover{
   background-position: -308px -44px;
   z-index: 1010;
}
ul#quick-links li#whats-happening a:hover{
   background-position: -308px -90px;
   z-index: 1010;
}
ul#quick-links li#messages a:hover{
   background-position: -308px -135px;
   z-index: 1010;
}
ul#quick-links li#music a:hover{
   background-position: -308px -180px;
   z-index: 1010;
}

#quicklinks{
	position: absolute;
	z-index: 3;
	bottom: -12px;
	left: -30px;
}

#links-secondary #quicklinks{
   top: 300px;
   left: -20px;
   bottom: auto;
}

/* BOTTOM SECITON  .................... */

#bottom {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
   width: 956px;
}

#sub-banner{
   float: left;
   display: inline;
   width: 542px;
   height: 185px;
   background: url(/_img/bg_sub_banner.gif);
   padding: 14px 13px 14px 14px;
   margin-right: 4px;
}

#sub-banner p{
   margin: 0;
}

#sub-banner p img{
   margin: 0;
   float: left;
}

#videoplayer{
   float: left;
   width: 356px;
   height: 199px;
   background: url(/_img/bg_videoplayer.gif) no-repeat;
   padding-top: 14px;
   padding-left: 14px;
}

#rotator{
   float: left;
   width: 370px;
}

#footer {
	float: left;
	display: inline;
	width:927px ;
	background: #002f49;
	margin: 10px 0 0 10px;
	padding: 0;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 7px 10px;
	height: 17px;
}

#footer ul li {
	float: left;
	padding: 0px 10px;
	text-transform: lowercase;
}

#footer li.address {
	float: right;
	margin:0;padding:0;
}

#footer ul li a {
	color: #fff;
	display: block;
}

#footer ul li a:hover {
	text-decoration: underline;
}


/* PAGES FORMATTING .................... */

#container-inner{
   width: 943px;
   float: left;
   display: inline;
   margin: 0px 0 0 3px;
   padding: 0;
   background: url(/_img/bg_container-inner.gif) repeat-y;
}

#page-background {
	width: 943px;
	float: left;
	padding-bottom: 30px;
	background: url(/_img/bg_page-background.gif) no-repeat bottom;
}

#page-container {
	width: 943px;
	float: left;
	margin: 0;
	padding: 10px 0 10px 0;
	background: url(/_img/bg_page-container.gif) no-repeat;
	min-height: 350px;
	_height:350px;
}

#default-sidebar {
	float: left;
	display: inline;
	width: 172px;
	padding:0;
	margin: 6px 6px 0 6px;
	position: relative;
}

#flashwrap{
   position: absolute;
   top: 34px;  
   left: -30px;
}

#sub #flashwrap{
   position: relative;
   top: 20px;
}

#secondary-nav{
   padding: 20px 10px 10px;
}

#secondary-nav ul{
   padding: 0;
   list-style: none;
   position: relative;
   z-index: 1;
}

#secondary-nav ul li a{
   font-size: 1.2em;
   font-weight: bold;
   text-transform: lowercase;
   padding: 5px 7px;
   display: block;
   color: #000;
   width: 152px;
}

#secondary-nav ul li a:hover{
   color: #EB8C23;
}

#secondary-nav ul li.current a{
   background: #002f49 url(/_img/bg_secondarynav_li_current.png) no-repeat;
   width: 162px;
   color: #fff;
   padding: 9px 10px 10px 25px;
   margin-left: -18px;
}

#page-right {
	margin: 0px 0px 0px 0px;	
	float: right;
}

#page-header {
	margin: 7px 0 0 3px;
	width: 943px;
	height: 179px;
	padding-top: 13px;
	padding-left: 13px;
	overflow: hidden;
	background: url(/_img/bg_page-header.gif) no-repeat;
	float: left;
	display: inline;
}

#page-header img#page_header_image {
	z-index: 1;
}

#page-content {
	float: right;
	width: 674px;
	padding: 20px;
	z-index: 1;
	position: relative;
}

#page-content h2 {
	color: #000;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 40px;
	margin: 0 0 10px 0;padding: 0;
}

#page-content h4 {
	margin: 0;padding: 0;
}

.left-align{
   display: inline;
   float: left;
   margin: 10px 10px 10px 0;
}

.right-align{
   display: inline;
   float: right;
   margin: 10px 0 10px 10px;
}


/* SPECIAL SIDEBARS  .................... */

#dynamic-sidebar {
	float: left;
	display: inline;
	width: 178px;
	min-height: 565px;
	_height:565px;
	padding:0px;
	margin: 6px 6px 0 6px;
	position: relative;
}

#dynamic-sidebar ul {
	display: block;
	margin: 5px 0px;
	padding: 0 0 0 15px;
	position: relative;
	z-index: 1000;
}


#dynamic-sidebar p {margin: 0;padding: 0px 6px;line-height: 100%;}

/* SMALL GROUPS TYPES  .................... */

body.smallgroups #secondary-nav ul li a{
   font-size: 1em;
}

.section {padding: 0 15px;margin: 0;}

#small-group-legend{
   padding: 15px;
}

#small-group-legend h3{
   color: #000;
   font-size: 1.1em;
}

ul#small-groups-types {
	margin: 0;padding: 0 0 0 14px;
	list-style: none;
}

ul#small-groups-types li{
   	padding: 10px 0 10px 25px;
   	margin: 0;
   	text-transform: lowercase;
   	font-weight: bold;
   	font-size: 1.1em;
}

ul#small-groups-types li.red {
	background: url(/_img/icon-red.png) no-repeat center left;
}

ul#small-groups-types li.blue {
	background: url(/_img/icon-blue.png) no-repeat center left;
}

ul#small-groups-types li.purple {
	background: url(/_img/icon-purple.png) no-repeat center left;
}

ul#small-groups-types li.green {
	background: url(/_img/icon-green.png) no-repeat center left;
}


/* STAFF TEMPLATE FORMATTING .................... */

ul#staff-directory {
	list-style: none;
	padding: 0;margin: 0 0 0 0px;
	float: left;
}

ul#staff-directory li {
	float: left;
	margin: 0 14px 10px 0 ;
}

ul#staff-directory li p {
	margin: 0;padding: 3px 0 ;
	line-height: 140%;
}

/* =Sermons
---------------------------------------------------------------------
*/

#sermons-filtering{
   padding: 0 10px;
}

#sermons-filtering select{
   margin-bottom: 20px;
   width: 120px;
}

#dynamic-sidebar #message-filters ul{
   margin: 10px 0 20px;
}

#message-filters ul li a{
   color: #000;
   display: block;
}

#message-filters ul li a:hover{
   color: #f00;
}

ul#sermon-directions,
ul#feed-legend {
	list-style: none;
	display: block;
	margin: 0;padding: 0;
}

ul#feed-legend{
   border-top: 1px dotted #fff;
   padding-top: 10px !important;
}

ul#sermon-directions li {
	height: 46px;
	margin: 0;
	padding: 5px 0 0 50px;
}

ul#feed-legend li{
   width: 90px;
   height: 46px;
}

ul#sermon-directions li#dir-listen {
	background: url(/_img/sermon_play.png) no-repeat;
}
ul#sermon-directions li#dir-play  {
	background: url(/_img/sermon_download.png) no-repeat;
}
ul#sermon-directions li#dir-pdf {
	background: url(/_img/sermon_pdf.png) no-repeat;
}

#dynamic-sidebar ul#feed-legend li a{
   height: 35px;
   display: block;
   padding: 16px 0 0 50px;
   color: #000;
}

#dynamic-sidebar ul#feed-legend li a:hover{
   color: #f00;
}

ul#feed-legend li#itunes a{
   background: url(/_img/bg_feed_itunes.png) no-repeat;
}

ul#feed-legend li#rss a{
   background: url(/_img/bg_feed_rss.png) no-repeat;
}

.sermonblock {
	width: 100%;
	float: left;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}

ul.sermonmeta {
	width: 500px;
	float: left;
	margin: 5px 0 5px;
	padding: 0;
	font-size: .9em;
	list-style: disc;
}

ul.sermonmeta li {
float: left;
	list-style: disc;
	padding: 0;margin: 0 0 0 20px;
}

ul.mediabox {
	float: left;
	list-style: none;
	margin: 0;padding: 0 0 15px;
}

ul.mediabox li {
	float: left;
}

ul.mediabox li a:link, ul.mediabox li a:visited{
   	border: none;
	display: block;
   	width: 36px;
   	height: 36px;
   	text-indent: -9999px;
   	text-align: center;
   	padding: 0px; margin: 0;
}

ul.mediabox li.sl_download a {
background: url(/_img/sermon_download_small.png) no-repeat;}

ul.mediabox li.sl_listen a {background: url(/_img/sermon_play_small.png) no-repeat;}

ul.mediabox li.sl_download-notes a {background: url(/_img/sermon_pdf_small.png) no-repeat;}

.sermoninfo h3 {
	margin: 0;padding: 0;
	line-height: 110%;
	font-size: 1.2em;
}

.sermoninfo h3 a {
	color: #000;
}


.sermoninfo {
	width: 500px;
	float: left;
	margin: 0 10px 0;
	padding: 10px 0 0;
}

.sermoninfo p {
	margin: 0;padding: 0;
}


#sermon-text {
	float: left;
	clear: left;
	width: 684px;
	border-top: 1px dotted #ccc;
	margin: 0px 0 ;
	padding-top: 10px;
}

#dynamic-sidebar ul#listen-pages,
#default-sidebar ul#listen-pages{
   margin: 0;
}

#dynamic-sidebar ul#listen-pages li,
#default-sidebar ul#listen-pages li{
   margin: 0 0 5px;
}

#dynamic-sidebar ul#listen-pages li a,
#default-sidebar ul#listen-pages li a{
   font-size: 1.2em;
   font-weight: bold;
   text-transform: lowercase;
   padding: 7px;
}

body#music ul#listen-pages li#music a,
body#message ul#listen-pages li#messages a{
   background: url(/_img/bg_secondarynav_li_current.png) no-repeat;
   width: 168px;
   height: 24px;
   padding-left: 22px;
   margin-left: -15px;
   color: #fff;
}

#pagination a#off{
   display: none;
}

#pagination a{
   float: left;
   display: block;
   padding: 5px;
   color: #000;
}

#pagination a:hover{
   text-decoration: underline;
}

#pagination a#current{
   color: #f00;
   text-decoration: none;
   cursor: ;
}

/* =BLOGS
------------------------------- */

.blog-author {
	font-size: .4em;
	color: #000;
}

.post {
	border-bottom: 1px solid #fff;
	margin: 10px 0;
}

#sidebar-blog h5,
#sidebar-blog h6{
   padding: 0 4px;
}

#sidebar-blog h4{
   padding: 0 10px;
   font-size: 1.4em;
   line-height: 1.2;
}

#sidebar-blog .recent-post h5{
   font-size: 1em;
   text-transform: none;
   line-height: 1.4;
   padding: 0;
}

#sidebar-blog .recent-post h5 a{
   color: #000;
   display: block;
}

#sidebar-blog .recent-post{
   margin-bottom: 10px;
   padding: 0 10px;
}

#sidebar-blog .recent-post.current{
   width: 179px;
   background: url(/_img/bg_blog-sidebar_h5_a_current.png) no-repeat;
   margin-left: -5px;
   height: 33px;
   padding: 5px 10px;
}

#sidebar-blog .recent-post.current h5 a,
#sidebar-blog .recent-post.current h6{
   color: #fff;
}

#dynamic-sidebar ul#blog_list_archive,
#dynamic-sidebar ul#blog_list_categories{
   padding-left: 20px;
}

#sidebar-blog h5 a:hover{
   color: #ff0000;
}

#sidebar-blog h6{
   font-size: 1em;
   font-weight: normal;
   text-transform: lowercase;
   margin: 0;
   padding: 0;
   line-height: 1.2;
}

#dynamic-sidebar ul{
   list-style: none;
   padding: 0 0 0 5px;
}

#dynamic-sidebar ul li{
   margin-bottom: 7px;
   font-size: 1em;
}

#dynamic-sidebar #secondary-nav ul li{
   margin-bottom: 0;
}

/* I'M NEW TEMPLATE
------------------------------- */

#dynamic-sidebar ul#second-nav {
	margin: 0 0 20px;
	padding: 0;
}

#new-graphic {
	width: 304px;
	float: left;
	position: relative;
}

#new-graphic img {
	position: absolute;
	z-index: 0;
	top: -20px;
	left: -30px;
}

#rotatortwo {
	float: right;
}

#video_player{
   position: absolute;
   right: -16px;
   top: 14px;
}

#services_map {
	float: left;
	margin: 40px 0 0 20px;
	padding: 0;
}

ul#expect-list {
	position: relative;
	list-style: none;
	margin: 220px 0 0 120px;
	z-index: 1;
	_margin-top:245px;
}

ul#expect-list a {
	display: block;
	text-indent: -9999px;
	padding: 10px;
}

ul#expect-list li {
	width:252px;height:52px;
	background: url(/_img/links/link-expect.png) no-repeat;display: block;
	margin:0 0 -14px 0;padding: 20;
}

/* Large Event Calendar *?

/* Calendar */

#calendar{
   padding:  10px 0;
}
#calendar table.calendar{
	width: 100%;
	margin-bottom: 25px;
	border: 1px solid #fff;
	border-right: 0;
	border-bottom: 0;
	border-collapse: collapse;
}

#calendar table.calendar caption{
   padding: 10px 0;
   font-size:2.2em;
   font-weight: bold;
   color: #f00;
   text-transform: uppercase;
   
}

#calendar table.calendar caption span{
   color: #f00;
   margin: 0 15px;
}

#calendar table.calendar th{
   padding: 7px 0px;
	background: #6990b8;
   margin-bottom: 1px;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff;
   color: #FFFFFF;
 }

#calendar table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #fff;
   border-left: 0;
   border-top: 0;
   font-size: 1em;
   vertical-align: top;
}

#calendar table.calendar td.empty{

}

#calendar table.calendar td a{
   text-decoration: none;
}

#calendar table.calendar td ul{
   margin: 10px 0px 0px 0px;
   font-size: 100%;
   list-style: none;
   padding: 0;
}

#calendar table.calendar td li{
   margin-bottom: .75em;
   font-size: 1.1em;
   line-height: 1.2;
   padding-left: 8px;
}

p#calendar-download{
   margin-top: 64px;
}

p#calendar-download a span{
   display: block;
   font-size: 1em;
   font-weight: bold;
   text-transform: lowercase;
   background: url(/_img/bg_secondarynav_li_current.png) no-repeat;
   width: 172px;
   color: #fff;
   padding: 6px 10px 13px 12px;
   margin-left: -12px;
}

ul#cal-back{
   margin-top: 15px;
   list-style: none;
}

#calendar-customside{
   margin: 20px 0;
}


/* ARTICLES FORMATTING
------------------------------- */

ul#article-archive {
	list-style: none;
	padding: 0;margin: 0;
}

ul#article-archive li {
	border-bottom: 1px solid #fff;
	padding: 10px 0 10px 0;
	margin: 0;
}

ul#article-archive li h3 {
	margin: 0;padding: 0;
	line-height: 110%;
	font-size: 1.2em;
}


/* DATE SELECT BOX
------------------------------- */

p.sort_label {
	font-weight: bold;
}

p.event-time {
	margin: 0;
}


#eventcategories {
	margin: 0 0 20px 10px;
	padding: 0;
}

ul#select_day {
	width: 151px;
	padding: 0; margin: 0px;
	text-transform: capitalize;
}

ul#select_day li {
	width: 150px;
	list-style-type: none;
	position:relative;
	margin: 0px;padding: 0px;
	background: #fff;
}

ul#select_day a:link { 
	display: block;
	width: 150px;
	padding: 7px 10px;	margin: 0;
	color: #000;
	border-bottom: none;
}

ul#select_day a:hover {
	background: none;
}

ul#select_day li ul { /* second-level lists */
	position: absolute;
	font-size: .9em;
	background: #fff;
	top:0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style:none;
	z-index:1000;
	padding:0;margin:0;
	text-transform: none;
}

ul#select_day li ul li{
	float:none;
	background:transparent;
	margin: 0;padding: 0;
}

ul#select_day li:hover ul, ul#select_day li.over ul { /* lists nested under hovered list items */
	left: 0;top:31px;
	margin:0; padding:0;
}

ul#select_day li ul li a{
	width: 150px; 
	padding:4px;
	text-indent: 5px;
	z-index:1000;
}

ul#select_day li ul li a:hover{
	color: #000;
	background: none;
}

/* = Small Groups  
---------------------------------------------------------------------
*/

#smallgroup-sort{
   padding: 0 15px;
}

#smallgroup-sort h3{
   font-size: 1em;
   text-transform: lowercase;
   color: #000;
}

#smallgroup-sort select#eventcats{
   width: 130px;
}

.eventbox{
   margin-bottom: 10px;
   padding-bottom: 10px;
   border-bottom: 1px dotted #97B4CD;
}