/* @override http://churchatpetaluma.cpmpreview1.com/css/styles.css */

/* @override http://churchatpetaluma.cpmpreview1.com/css/styles.css */

/* @override http://petaluma/css/styles.css */
/*=====
CLIENT: Church at Petaluma
FILE: styles.css - main CSS styles for staging site
CREATED: 3/24/2008
MODIFIED: 3/25/2008
AUTHOR: Ben Otero (ben@churchplantmedia.com)

TOC:
I.    GLOBAL STYLES (body, p, ul, hr, etc, wrappers/containers, headings)
II.   HEADER
III.  MAIN NAVIGATION
IV.   SUBNAVIGATION
V.    PRIMARY CONTENT AREA
VI.   SECONDARY CONTENT
VII.  FOOTER
VIII. FORMS
=====*/

/* @group RESET */


/* remember to define focus styles! */
:focus 				{ outline: 0; }

/* remember to highlight inserts somehow! */
ins 				{ text-decoration: none; }
del 				{ text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table 				{ border-collapse: collapse; border-spacing: 0; }
/* @end */

/* @group GLOBAL */
body 						{ background:#32241b url(/images/bg.jpg) repeat-x center top; margin:0; padding:0; font-size:62.5%; font-family:arial, helvetica, sans-serif; color:#d0c3aa; }
hr 							{ display: none; }

#skip 						{ position: absolute; text-indent: -9999px; list-style: none; overflow-x:hidden; }
#home #outer-container		{ background:url(/images/home_outer_container_bg.jpg) no-repeat center top}
#outer-container			{ background:url(/images/outer_container_bg.jpg) no-repeat center top }
#container 					{ margin:0 auto; width:899px; }
#mainContent 				{  }
a 							{ overflow: hidden; }

.hidden						{ display:none; }
.show						{ display:block; }
.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 */
/* @end */

/* @group HEADER */
#header					{ position:relative; height:145px; width:899px; }
#header h1,
#header h1 a			{ display:block; width:281px; height:48px; margin:0; }
#header h1				{ background:url(/images/logo.png) no-repeat; text-indent:-999em; position:absolute; left:11px; top:64px; }

#topbar					{ position:absolute; top:6px; right:0px; z-index:5000; }
#topbar ul				{ margin:0; padding:0; list-style:none;  }
#topbar li				{ float:left; }
#topbar li a			{ display:block; padding:0 12px 8px; margin-right:4px; font:1.2em Helvetica, arial, verdana sans-serif; color:#c5bb9f; text-decoration:none; }
#topbar li.more a		{ background:url(/images/down_arrow.gif) no-repeat right 4px; }
#topbar li.more li a	{ background:none; padding-right:12px; }
#topbar li a:hover		{ color:#eeeadd; }

#topbar li ul			{ position:absolute; left:-999em; z-index:1001; width:150px; background: #291a11; padding-top:8px; border-top:1px solid #262015; }
#topbar li:hover ul		{ left:auto; }
#topbar li li			{ float:none; }
#topbar li li a			{ line-height:20px; color:#a79f86; }
#topbar li li a:hover	{ color:#8c8277; text-decoration:underline; }

#topbar li:hover ul ul, 
#topbar li:hover ul ul ul, 
topbar li:hover ul ul ul ul 
						{ left:-5000px;}
#topbar li:hover ul, 
#topbar li li:hover ul, 
#topbar li li li:hover ul, 
#topbar li li li li:hover ul
						{ left:auto; display:block;}
#topbar li:hover ul li:hover ul 
						{ margin:-28px 0 0 140px;}

/* @end */

/* @group NAVIGATION */
#navigation							{ position:absolute; right:12px; top:76px; height:35px;}
#navigation ul						{ margin:0; padding:0; list-style:none; overflow: hidden; }
/*
#navigation li						{ float:left; display:inline;  }
#navigation li a					{ display:block; height:34px; width:100px; margin-left:34px; text-indent:-999em;}
#navigation li#nav_new-here a		{ background:url(/images/new_here.png) no-repeat; width:100px; }
#navigation li#nav_about-cap a		{ background:url(/images/members.png) no-repeat; width:90px;  }
#navigation li#nav_time-and-place a	{ background:url(/images/life_together.png) no-repeat; width:118px; }
#navigation li#nav_messages a		{ background:url(/images/resources.png) no-repeat; width:97px; }
*/
#navigation li ul 					{ display:none; }
/*
#navigation li:hover a,
#navigation a:hover					{ border-bottom:8px solid #636a5e; height:26px; }

/* remove background images from second level items 
#navigation li#nav_new-here li a,
#navigation li#nav_members li a,
#navigation li#nav_life-together li a,
#navigation li#nav_resources li a	{ background:none; }


#navigation li:hover li a,
#navigation li li a					{ 
									  height:15px; padding:5px; margin:0; text-indent:0; width:140px; border:0; font-size:1.2em; 
									  color:#fff; text-decoration:none; 
									}
#navigation li li a:hover			{ color:#e9e5d5 }
#navigation li ul					{ position:absolute; left:-999em; width:150px; z-index:1001; background:#100b08; border-top:8px solid #636a5e}
#navigation li:hover ul				{ left:auto; margin-left:34px; margin-top:-8px; }
/* @end */

/* @group SUBMENUS */
#submenus				{ position:relative; }
#gatherings-submenu		{ }
/* @end */

/* @group PRIMARY CONTENT */
#primaryContent			{ float:left; padding:0 15px; width:605px; }
#home #primaryContent	{ float:none; margin-bottom:14px; padding:0; }
#primaryContent.wide	{ width:879px; }
#primaryContent li,
#primaryContent td,
#primaryContent p		{ font-size:1.3em; color:#e2d8c7; line-height:1.5em; }
#primaryContent .article p	{  margin-top:1em; }
#primaryContent p.date	{ margin:0; }
#primaryContent li p,
#primaryContent td p	{ font-size:1; }
#primaryContent a		{ color:#959f91; }
#primaryContent a:hover	{ text-decoration:none; }

	/* @group HEADINGS */
	#primaryContent h2	{ font-size:2em; margin:28px 0 0; padding:0; color:#959f91; text-transform:uppercase; font-weight:normal; }
	h3, h4, h5, h6		{ color:#e2d8c7; }
	#primaryContent h3	{ font-size:1.6em; color:#959f91; }
	#primaryContent h4	{ font-size:1.5em; }
	#primaryContent .article h4	{ margin-bottom:8px; }
	#primaryContent h5	{ font-size:1.4em; color:#959f91; }
	#primaryContent h6	{ font-size:1.3em; }
	/* @end */

/* @group BANNER */
#banner					{ 
						  position:relative; display:block; width:880px; height:201px; border:10px solid #fdfeff; 
						  background:url(/mediafiles/subpage-header.jpg) no-repeat; margin-bottom:29px;
						}
#home #banner			{ width:880px; height:463px; background:url(/mediafiles/home-header.jpg) no-repeat; margin-bottom:15px; }
#overlay				{ 
						  display:block; height:43px; width:851px; 
						  background:url(/images/overlay_strip_bg.png) no-repeat; padding:0 14px;
						}
#primaryContent #overlay h3
						{ font:italic 1.5em Georgia, "Times New Roman", serif; color:#fccd89; margin:11px 0 0 14px; float:left; font-weight: normal; }
#overlay p				{ float:left; margin:14px 0 15px 19px; font:12px arial, verdana, sans-serif; color:#fdfeff; }
#overlay a				{ font:10px arial, verdana, sans-serif; color:#763203; margin-left:20px; text-transform: uppercase; }
#overlay a:hover		{ text-decoration:none; }
/* @end */
/* @end */


/* @group SECONDARY CONTENT */
#secondaryContent		{ float:left; width:227px; margin:0 0 0 25px; } 
#home #secondaryContent	{ float:none; width:899px; margin:0; }
	
	/* @group SUBNAV */
	#sorting, .box	{ background:#291e16; margin:0; padding:15px 17px; border:6px solid #201711; width:174px; }
	#subnav							{ margin:-17px; padding:15px 17px; list-style:none; border:1px solid #30221a; }
	#events li#subnav_home,
	#articles #subnav li#subnav_home,
	#subnav li						{ display:none; }
	#subnav li ul					{ margin:0; padding:0; list-style:none; } 
	
	#events li#subnav_events,
	#articles #subnav li#subnav_resources,
	#articles #subnav li#subnav_resources *,
	#subnav li.current,	
	#subnav li.current *			{ display:block; }
	
	#events #subnav_events a,
	#articles #subnav_resources a,
	#sorting h3, #how-it-works h3,
	#subnav li.current a			{ 
									  color:#fff; text-transform:uppercase; font-size:1.4em; font-weight:bold; text-decoration:none; 
									  padding-bottom:8px; border-bottom:1px solid #1f1913; margin-bottom:3px; 
									  font-family:helvetica, arial, sans-serif;
									}
									
	#articles #subnav_resources li a,
	#subnav li.current li a			{ 
									  line-height:32px; padding:0; font-size:1.3em; text-transform:capitalize; color:#959f91; 
									  font-weight:normal; border:0; margin:0; padding-left:7px; 
									}
	#articles #subnav_resources a:hover,
	#subnav li.current li a:hover	{ color:#fdfeff; }
	
	#articles #subnav_resources #subnav_resources_articles a,
	#subnav li li.current a			{ 
									  color:#fff; background:url(/images/subnav_current.gif) no-repeat; position:relative; left:-12px; 
									  padding-left:20px; width:173px; line-height:27px; margin-bottom:5px;
									} 
	/* @end */

	/* @group QUICKLINKS */	
	.quicklink				{ 
							  float:left; padding:7px 8px; width:209px; height:53px;  
							  background:url(/images/ql_bg.gif) no-repeat right top; 
							}
	#quick-2				{ width:210px; }
	#quick-3				{ width:204px }
	.quicklink img			{ float:left; border:3px solid #564337; margin-right:10px; }
	.quicklink h4			{ font-size:1.3em; margin:11px 0 4px; }
	.quicklink h4 a			{ color:#a1aa9c; text-decoration:none; }
	.quicklink h4 a:hover	{ text-decoration:underline; }
	.quicklink p			{ font-size:1.1em; color:#d0c3aa; margin:0; line-height:1.2; }	
	.quicklink:hover		{ background-position:right bottom; }
	.quicklink:hover img	{ border-color:#6e574a; }
	.last					{ margin-right:-30px; background:url(/images/ql_last_bg.gif) repeat-x; width:212px; }
	.last:hover				{ background-position:left bottom; }
	/* @end */
/* @end */

/* @group FOOTER */
#footer						{ margin-top:18px; padding-top:18px; padding-bottom:100px; position:relative; }
#footer p					{ margin-top:-10px; font-size:1.1em; color:#7c6657; }
#footer a					{ color:#6e6754; }
#footer a:hover				{ text-decoration:none; }
#footer #cpm				{ 
							  display:block; width:141px; height:21px; background:url(/images/cpm_logo.gif) no-repeat; text-indent:-999em; 
							  position:absolute; right:27px; top:8px;
							}
#footer #cpm:hover			{ background-position:left bottom; } 
/* @end */


/* @group SERMONS */
#filter								{ margin-bottom:3.5em; }
#filter select						{ width:250px; margin-left:25px; }
#filter a							{ margin-left:80px; }
.sermonlist 						{ clear:both; }
#primaryContent .sermonlist h4		{ margin:0 0 1em; padding:0; clear:both; }
#primaryContent h4#current			{ clear:both }
.sermonbox							{ position:relative; border-top:1px solid #1f1811; padding:10px 0; }
.sermonbox a						{ text-decoration:underline; }
.sermonbox a:hover					{ text-decoration:none; }

#primaryContent .sermonbox h5		{ margin:0;}
#primaryContent .sermonbox h5 span	{ font-size:10px; margin-left:10px; }
.sermonbox h5 a 					{ font-weight:bold; color:#027cc9;}
.sermonbox h5 a:hover 				{ color:#556c6b }
#primaryContent .sermonbox p		{ margin:0;}


.sermonbox ul					{ position:absolute; top:10px; right:10px; margin:0; padding:0; list-style: none;}
.sermonbox li					{ float:left; display:inline; margin-right:5px; }
.sermonbox li a					{ display:block; width:16px; height:16px; text-indent:-999em; }
.sermonbox li.sl_listen a		{ background:url(/images/play_icon.gif) no-repeat; }
.sermonbox li.sl_download a		{ background:url(/images/download_icon.gif) no-repeat; }
.sermonbox li.sl_notes a		{ background:url(/images/notes_icon.gif) no-repeat; }
.sermonbox li.sl_video a		{ background:url(/images/video_icon.gif) no-repeat; }
.sermonbox li a:focus			{ outline:none; }

	/* @group MEDIA BOX */
	#byline						{ margin:10px 0 0; padding:0; list-style:none; }
	/* @end */


	/* @group HOW IT WORKS */
	#how-it-works				{ margin:1.5em 0; padding:10px; height:13px; border:0; background:#291e16; clear:both; }
	#how-it-works h3			{ 
								  float:left; font-size:1.2em; text-transform: capitalize; 
								  margin:0 20px 0 0; border:0;  
								}
	#how-it-works ul			{ margin:0; padding:0; list-style:none; position:relative; top:0;}
	#how-it-works li			{ padding: 0 20px 10px; margin-bottom:1.5em; font-size:1.2em; float:left;   }
	#how-it-works li span		{ font-weight:bold; }
	#how-it-works li#play		{ background:url(/images/play_icon.gif) no-repeat; }
	#how-it-works li#notes		{ background:url(/images/notes_icon.gif) no-repeat; }
	#how-it-works li#video		{ background:url(/images/video_icon.gif) no-repeat; }
	#how-it-works li#save		{ background:url(/images/download_icon.gif) no-repeat; }
	#how-it-works li#loading	{ background:url(/images/ajax-loader.gif) no-repeat; display:none; }
	/* @end */
	
	/* @group SORTING */
	#sorting					{ margin-bottom:2.5em;  }
	#sorting h3					{ margin-top:0; }
	#sorting label				{ display:block; font-size:1.3em; font-weight:bold; margin-bottom:.5em; }
	#sorting select				{ width:180px; margin-bottom:2em; }
	#sorting a					{ font-size:1.2em; color:#959f91; }
	#sorting a:hover			{ text-decoration: none; }
	
	#sorting ul					{ margin:0; padding:0; list-style:none; }
	#sorting li a				{ padding:2px 0 2px 20px; line-height:2.5em; display:block; }
	#sorting li#mb_video a		{ background:url(/images/video_icon.gif) no-repeat left center; }
	#sorting li#mb_jukebox a	{ background:url(/images/play_icon.gif) no-repeat left center; }
	#sorting li#mb_download a	{ background:url(/images/download_icon.gif) no-repeat left center; }
	#sorting li#mb_notes a		{ background:url(/images/notes_icon.gif) no-repeat left center; }
	#sorting li#mb_podcast a	{ background:url(/images/feed_icon.gif) no-repeat left center; }
	/* @end */

/* @end */

/* @group CALENDAR */
#primaryContent table.calendar				{ margin-bottom: 25px; border-collapse: collapse; width:100%; }
#primaryContent table.calendar caption		{ padding-bottom: 10px; color: #e2d8c7; font-size: 1.4em; }
#primaryContent table.calendar th			{ padding: 6px 0; background:#959f91; color:#291e16;  font-size: 1.3em; font-weight: normal; }
#primaryContent table.calendar td			{ 
											  width: 68px; height: 68px; padding: 2px; border: 1px solid #32241b; border-left: 0;
											  border-top: 0; background:#1f1811; color:#e2d8c7; font-size: 1em; vertical-align: top; 
											}
#primaryContent table.calendar td a			{ text-decoration: none; }
#primaryContent table.calendar td ul		{ margin: .5em 0 0 .5em; padding:0; font-size: 100%; list-style: none; }
#primaryContent table.calendar td li		{ margin-bottom: .75em; font-size: 1.1em; line-height: 1.2; }
#primaryContent table.calendar td li a		{ text-decoration: underline; }
#primaryContent table.calendar td li a:hover{ text-decoration: none; }
/* @end */