/* @override http://calvarycommunitychurch.cpmpreview.com/css/styles.css */

/*=====
CLIENT: The Village Church of Irvine
FILE: styles.css - main CSS styles for staging site
CREATED: 11/22/2009
MODIFIED: 12/9/2009
AUTHOR: Luke Simpson (luke@churchplantmedia.com)
=====*/

/* @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: #222 url(/images/bg_body.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: helvetica, arial, sans-serif;
	color: #4d4f51;
}

hr {
	display: none;
}

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

#container {
	margin: 0 auto;
	width: 901px;
}

#mainContent {
	padding-top: 0px;
	border-bottom: 1px solid #2A2B2B;
}

#home #mainContent {
	background: none;
	padding-top: 0;
}

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

#home #outer-container{
   background: url(/images/bg_home_outer-container.png) no-repeat center 112px;
}

/* @end */

/* @group HEADER */

#header {
	position: relative;
	height: 145px;
	width: 899px;
	z-index: 1000;
}

#header h1,
#header h1 a {
	display: block;
	width: 319px;
	height: 87px;
	margin: 0;
}

#header h1 {
	background: url(/images/logo.png) no-repeat;
	text-indent: -999em;
	position: absolute;
	left: 0;
	top: 45px;
}

#topbar {
	position: absolute;
	top: 6px;
	right: 0px;
	z-index: 5000;
}

#topbar ul {
	margin: 0;
	padding: 1px 0 0;
	list-style: none;
}

#topbar li {
	float: left;
	margin-left: 10px;
}

#topbar li a {
	display: block;
	padding: 0 12px 8px;
	margin-right: 4px;
	font: 1.2em Helvetica, arial, verdana sans-serif;
	color: #757575;
	text-decoration: none;
}

#topbar li.parent 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,
#topbar li:hover a {
	color: #C2E5F2;
}

#topbar li ul {
	position: absolute;
	left: -999em;
	z-index: 1001;
	width: 150px;
	background: #171918;
	padding-top: 8px;
	border-top: 1px solid #262015;
}

#topbar li:hover ul {
	left: auto;
}

#topbar li li {
	float: none;
	position: relative;
}

#topbar li.parent li a {
	line-height: 20px;
	color: #757575;
	background: none;
}

#topbar li li a:hover {
	color: #C2E5F2;
	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;
	top: 21px;
}

#topbar li li:hover ul{
   top: -5px;
}

#topbar li:hover ul li:hover ul {
	margin: 0 0 0 140px;
}

/* @end */

/* @group NAV */

#nav {
	position: absolute;
	right: -5px;
	top: 72px;
	height: 35px;
	margin: 0;
	z-index: 1001;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	display: inline;
}

#nav li a {
	display: block;
	line-height: 34px;
	font-size: 22px;
	color: #babab9;
	text-decoration: none;
	padding: 0;
	margin: 0 17px;
	font-family: Helvetica Neue, Helvetica, arial, sans-serif;
}

#nav li.current a,
#nav li:hover a {
	border-bottom: 8px solid #547B7A;
	color: #fdfeff;
}

#nav li:hover ul li a {
	border: none;
	color: #fdfeff;
	line-height: 1.4;
}

#nav li ul {
	position: absolute;
	left: -5000px;
	z-index: 1001;
	background: #171918;
	width: 160px;
	padding: 10px 0 0;
}

#nav li li {
	float: none;
	display: block;
}

#nav li li a {
	font-size: 12px;
	margin: 0;
	width: 140px;
	padding: 10px 10px;
	line-height: 1;
	color: #fdfeff;
}

#nav li li a:hover {
	background: #547B7A;
	color: #fff;
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul {
	left: -5000px;
}

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

#nav li:hover ul li:hover ul {
	margin: -40px 0 0 160px;
}

/* @end */

/* @group PRIMARY CONTENT */

#primaryContent {
	float: left;
	display: inline;
	min-height: 400px;
	padding: 0 15px 18px;
	width: 611px;
	margin-right: 27px;
	position: relative;
}

#home #primaryContent {
	width: 901px;
	float: none;
	margin-bottom: 7px;
	padding: 0;
	min-height: 0;
	border: none;
	margin-right: 0;
}

#primaryContent.wide {
	width: 871px;
	background: none;
}

#primaryContent li,
#primaryContent td,
#primaryContent p {
	font-size: 1.3em;
	color: #cacaca;
	line-height: 1.5em;
}

#primaryContent .article p {
	margin-top: 1em;
}

#primaryContent p.date {
	margin: 0;
}

#primaryContent p *,
#primaryContent li *,
#primaryContent td * {
	font-size: 1em;
}

#primaryContent a {
	color: #4bc6c3;
}

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

#primaryContent img {
	border: none;
}

img.left-align {
	float: left;
	position: relative;
	left: -10px;
}

img.right-align {
	float: right;
	position: relative;
	right: -10px;
}

/* @group HEADINGS */

#primaryContent h2 {
	font-size: 2.1em;
	margin: 0 0 .75em;
	padding: 0;
	color: #8aafae;
	font-weight: normal;
	text-transform: uppercase;
}

h3, h4, h5, h6 {
	color: #4bc6c3;
}

#primaryContent h3 {
	font-size: 1.6em;
	color: #babab9;
}

#primaryContent h4 {
	font-size: 1.5em;
}

#primaryContent .article h4 {
	margin-bottom: 8px;
}

#primaryContent h5 {
	font-size: 1.4em;
	color: #8aafae;
}

#primaryContent h6 {
	font-size: 1.3em;
}

/* @end */

/* @group BANNER */

#banner {
	position: relative;
	width: 921px;
	left: -21px;
	top: -15px;
	height: 219px;
	padding: 18px 0 0 21px;
	background: url(/images/bg_banner.png) no-repeat 0 0;
	margin-bottom: -1px;
	overflow: hidden;
}

#home #banner{
   top: 0;
   left: 0;
   padding: 0;
   background: none;
   height: auto;
   width: auto;
   margin: 0 0 17px;
}

#banner p.caption{
   position: absolute;
   top: 18px;
   left: 21px;
   margin: 0;
   width: 901px;
   height: 219px;
   background: url(/images/bg_banner_overlay.png);
   text-indent: -9999px;
}

#banner img{
   
}

#primaryContent #overlay {
	position: absolute;
	top: 0;
	width: 825px;
	padding: 16px 38px 0;
	height: 35px;
	z-index: 999;
	   background: url(/images/overlay_strip_bg.png);
}

#primaryContent #overlay h3 {
	float: left;
	margin: 0;
	color: #fccd89;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.5em;
}

#primaryContent #overlay p {
	float: left;
	display: inline;
	margin: 0 0 0 18px;
	font-size: 1.2em;
	color: #fdfeff;
}

#primaryContent #overlay p a {
	color: #4bc6c3;
    text-transform: uppercase;
	font-size: .9em;
	padding-left: 5px;
}



/* @end */

/* @group SECONDARY CONTENT */

#secondaryContent {
	float: left;
	width: 220px;
	margin: 0;
	padding-top: 5px;
}

#home #secondaryContent {
	float: none;
	width: 899px;
	margin: 0;
	padding: 0;
}

#secondaryContent p.feed {
	margin: 0 0 2em;
}

#secondaryContent p.feed a {
	font-size: 1.3em;
	color: #babab9;
	padding-left: 20px;
	background: url(/images/media/feed_icon.png) no-repeat 0 1px;
	display: block;
	padding: 2px 2px 2px 20px;
	text-decoration: none;
}

#secondaryContent p.feed a:hover {
	text-decoration: underline;
}


/* @group SUBNAV */

#secondaryContent #snav{
   border: 5px solid #2f3030;
   margin-bottom: 20px;
   background: #171919;
}

#secondaryContent ul#subnav {
	margin: 0;
	padding: 16px 17px;
	list-style: none;
	position: relative;
	width: 176px;
}

#secondaryContent ul#subnav li {
	list-style: none;
	margin-bottom: 6px;
}

#subnav li a {
	padding: 0 0 7px 0;
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #2b2b2b;
}

#subnav li a:hover {
	text-decoration: underline;
	color: #6F9A99;
}

#subnav li ul {
	padding-top: 16px;
	padding-left: 0;
	margin-left: 0;
}

#subnav li li a {
	font-weight: normal;
	color: #babab9;
	padding-left: 7px;
	padding: 7px;
	text-transform: none;
	border: none;
}

#subnav li li li a {
	font-size: 1.2em;
	color: #a1a0a0;
	display: none;
}

#subnav li li.current li {
	margin-left: 13px;
}

#subnav li li li.current {
	background: none;
}

#subnav li li.current a {
	background: url(/images/bg_subnav_li_current_a.gif) no-repeat 0 0 ;
	color: #fdfeff;
	margin-left: -11px;
	padding-left: 18px;
	width: 175px;
	display: block;
}

#subnav li li.current li a {
	color: #a1a0a0;
}

#subnav li li.current li a {
	background: none;
	color: #8aafae;
}

#subnav li li li.current a {
	font-weight: bold;
	color: #4bc6c3;
}

#subnav li li ul{
   padding-top: 5px;
}

#ministry-page #subnav_toplevel{
	display: none;
}

#ministry-page #subnav_level1 li{
	display: none;
}

#ministry-page #subnav_level1 li.current,
#ministry-page #subnav_level1 li.current li {
	display: block;
}

/* @end */

/* @group QUICKLINKS */

#quicklinks ul{
	width: 901px;
	float: left;
	padding: 0;
	margin: 0;
}

#quicklinks li {
	list-style: none;
	float: left;
	width: 205px;
	padding:7px 8px;
	background:#333435 url(/images/bg_ql_li.gif) no-repeat right;
	color: #c2c1c0;
	font-size: 1.1em;
}

#quicklinks li.last{
   background-image:none;
}

#quicklinks li a {
	color:#c2c1c0;
	text-decoration: none;
}

#quicklinks li.last a{
   width: 207px;
}

#quicklinks li.last {
	margin: 0;
	width: 221px;
}

#quicklinks li img {
	float: left;
	display: inline;
	margin-right: 7px;
	border: none;
	/* border: 3px solid #222; removed per client request - LDS */
}

#quicklinks li strong,
#quicklinks li b {
	display: block;
	color: #98abaa;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	margin-top:-3px;
	float: left;
	width: 150px;
	padding-top: 6px;
}

#quicklinks li a strong,
#quicklinks li strong a { color:#98abaa; }

#quicklinks li:hover {
	background: url(/images/bg_ql_li_a_hover.gif) repeat-x;
	color:#fff !important;	
}

#quicklinks li:hover strong,
#quicklinks li:hover strong a {
	color: #fff !important;
}

/* @end */

/* @end */

/* @group FOOTER */

#footer {
	padding-top: 22px;
	padding-bottom: 100px;
	position: relative;
}

#footer p {
	margin-top: -10px;
	font-size: 1.1em;
	color: #737676;
}

#footer p.copy {
	float: left;
	margin: 0 0 0 10px;
}

#footer ul {
	float: left;
	margin: 0;
	padding-left: 20px;
}

#footer li {
	float: left;
	list-style: none;
}

#footer li a {
	padding: 0 7px 0 6px;
	background: url(/images/bg_footer_li_a.gif) no-repeat right 3px;
	font-size: 1.1em;
	color: #737676;
}

#footer li.last a {
	background: none;
}

#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: 14px;
}

#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;
	clear: left;
}

#primaryContent .sermonbox h5 span {
	font-size: 10px;
	margin-left: 10px;
}

#primaryContent .sermonbox h5 a {
	font-weight: bold;
	color: #4bc6c3;
}

.sermonbox h5 a:hover {
	color: #556c6b
}

#primaryContent .sermonbox p {
	margin: 0;
}

/* @group MEDIA BOX */

#byline {
	margin: 10px 0 0;
	padding: 0;
	list-style: 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: #37829e;
}

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

/* @end */

/* @end */

/* @group Day Listing */

#primaryContent .event{
   margin-bottom: 28px;
}

#primaryContent .event p{
   margin: 0 0 5px;
}

#primaryContent .event h4{
   margin-bottom: 5px;
}

/* @end  */

fieldset{
   border: none;
}

/* @group eletter */
#eletter 			{ clear:both; background:url(/images/eletter_bg.gif) no-repeat left 10px; width:409px; height:36px; padding-top:10px;}
#eletter fieldset	{ padding:0; border:0; margin:0; }
#eletter label		{ font-size:12px; font-weight:bold; color:#babab9; width:137px; padding-left:11px; position:relative; top:-5px;}
#eletter #ea		{ border:0; background:0; padding:4px; height:18px; width:170px; position:relative; top:-5px; left:7px;}
#eletter #signup	{ position:relative; top:4px; left:4px; }
/* @end */