/* @override 
	http://ccpca.dev/css/styles.css
*/

/*=====
CLIENT:   Christ Church
CREATED:  3/18/2009
AUTHOR:   Ben Otero (ben@churchplantmedia.com)
=====*/

/* @group GLOBAL */

html {
	font-size: 62.5%;
}

body {
	background: #202722 url(/images/body_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	color: #2A3135;
}

hr {
	display: none;
}

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

#outer-container {
	background: url(/images/outer_container_bg4.jpg) no-repeat center top;
	min-height: 960px;
}

#container {
	margin: 0 auto;
	width: 960px;
	padding-bottom: 30px;
}

a {
	overflow: hidden;
}

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

.hidden {
	display: none
}

.show {
	display: block;
}

/* @end */

/* @group HEADER */

#header {
	position: relative;
	z-index: 1000;
	height: 187px;
}

#campus-nav{
   float: left;
   height: 40px;
   margin-left: 247px;
   padding-top: 3px;
}

#campus-nav h3{
   float: left;
   margin: 10px 0 0;
   width: 180px;
   height: 9px;
   background: url(/images/bg_campus-nav_h3.png);
   text-indent: -9999px;
}

#campus-nav ul,
#campus-nav li{
   float: left;
   list-style: none;
   margin: 0;
}

#campus-nav ul{
   padding-left: 23px;
}

#campus-nav li a{
   display: block;
   color: #799180;
   font-size: 1.1em;
   text-decoration: none;
}

#campus-nav li a strong{
   display: block;
   padding: 7px 12px 0;
   height: 33px;
   font-weight: bold;
}

#campus-nav li.current{
   background: url(/images/bg_campus-nav_current_li.png) no-repeat 0 0;
}

#campus-nav li.current a{
   background: url(/images/bg_campus-nav_current_a.png) no-repeat right top;
   color: #fff;
}

#campus-nav li.current a strong{
   display: block;
   background: url(/images/bg_campus-nav_current_strong.png) no-repeat center bottom;
}

#header h1 a,
#header h1 {
	display: block;
	width: 300px;
	height: 83px;
}

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

#header h1.mandarin { 
	background-image: url(/images/mandarin_logo.png); 
}

#header h1.east {
	background-image: url(/images/east_logo.png);
}

#header h1 a:focus {
	outline: none;
}

/* @end */

/* @group SERVICE TIMES */

#service {
	position: absolute;
	top: 68px;
	right: 20px;
}

#service p {
	font: 18px georgia, times, serif;
	color: #fff;
	text-align: right;
	margin: 0 0 5px;
}

#service a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	color: #e0c373;
	font-size: 13px;
}

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

#service img {
	position: relative;
	right: -9px;
}

/* @end */

/* @group NAVIGATION */

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

#nav {
	padding-left: 10px;
	height: 42px;
	width: 950px;
	background: url(/images/nav_bg.gif) repeat-x left bottom;
	position: absolute;
	bottom: 0;
	left: 0;
}

#nav li {
	float: left;
}

#nav li#nav_home { display:none; }

#nav li a {
	display: block;
	font-size: 1.3em;
	padding: 0px 10px 0 13px;
	line-height: 43px;
	text-decoration: none;
	color: #fff;
}

#nav li:hover a,
#nav li a:hover {
	background: #3d4d41;
	line-height: 37px;
	position: relative;
	top: 3px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}

#nav li.current {
	background: url(/images/nav_li.gif) no-repeat right top;
	padding-right: 6px;
	position: relative;
	top: -3px;
}

#nav li.current a,
#nav li.current:hover a {
	background: url(/images/nav_a.gif) no-repeat left top;
	color: #343537;
	padding: 0 14px 0 20px;
	line-height: 47px;
}

#nav li.current:hover a,
#nav li.current a:hover {
	top: 0px;
	line-height: 47px;
	margin-bottom: 0px;
}

#nav li li {
	border: none;
	float: none;
	background: none;
	padding: 0;
}

#nav li.current li,
#nav li.current:hover li,
#nav li:hover li {
	background: none;
	top: 0;
	padding: 0;
}

#nav li.current li a,
#nav li.current:hover li a,
#nav li:hover li a {
	background: #212325;
	color: #fff;
	font-weight: bold;
	padding: 8px 14px;
	line-height: 15px;
	width: 142px;
	top: 0;
	margin: 0;
	font-size: 12px;
}

#nav li:hover li a:hover {
	background: #000;
	top: 0;
}

#nav li ul {
	position: absolute;
	left: -5000px;
	z-index: 1001;
	background: #212325;
	width: 170px;
}

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

#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: -28px 0 0 140px;
}

/* @end */

/* @group BANNER */

#banner {
	padding: 8px;
	background: #fff;
}

#banner img {
	margin-bottom: -8px;
}

#mainContent {
	background: #fff url(/images/content_bg.gif) no-repeat 6px top;
	padding-bottom: 30px;
	min-height: 535px;
	height: auto !important;
	height: 335px;
	border-top: 6px solid #fff;
}

/* @end */

/* @group PRIMARY CONTENT */

#primaryContent {
	float: right;
	width: 680px;
	margin-right: 20px;
	position: relative;
}

#primaryContent #subscribe {
	position: absolute;
	top: 25px;
	right: 10px;
	font-size: 1.2em;
	background: url(/images/feed_icon.gif) no-repeat left center;
	padding: 2px 0 2px 20px;
	margin: 0;
}

#primaryContent p,
#primaryContent li,
#secondaryContent p,
#secondaryContent li,
#primaryContent td {
	font-size: 1.3em;
	color: #2e2f30;
	line-height: 19px;
}

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

#primaryContent a {
	color: #60a53e;
}

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

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

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

img {
	border: none;
}

h2 {
	font-size: 2.1em;
	font-weight: normal;
	color: #60a53e;
	margin-bottom: 0;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.5em;
	color: #333b35;
}

h5 {
	font-size: 1.4em;
	color: #46584b;
}

h6 {
	font-size: 1.3em;
	color: #333b35;
}

/* @end */

/* @group SECONDARY CONTENT */

#secondaryContent {
	float: left;
	padding: 22px 0 0 18px;
	width: 210px;
}

#secondaryContent h3 {
	margin-top: 0;
	font-size: 1.6em;
	color: #333b35;
	padding: 0 0 0 7px;
}

#blog #secondaryContent ul {
	margin: 0 0 2.5em;
	padding: 0 0 0 10px;
	list-style: none;
}

#secondaryContent ul a {
	color: #60a53e;
}

/* @group NEWS */

#news {
	width: 194px;
	float: left;
	margin-left: 10px;
	margin-right: 11px;
}

#news img {
	border: 0;
	position: relative;
	left: -2px;
}

#news p {
	margin: 0;
}

#news dl {
	margin: 0;
	padding: 13px 0 0;
}

#news dt {
	margin: 0;
	padding: 9px 0 0;
	border-top: 1px solid #e6e6e6;
	font-size: 12px;
	font-weight: bold;
}

#news dt.first {
	padding: 0;
	border: 0;
}

#news dt a {
	color: #538f35;
	text-decoration: none;
}

#news dt a:hover {
	text-decoration: underline;
}

#news dd {
	margin: 0;
	padding: 0 0 14px;
	font-size: 11px;
	color: #2e2f30;
	font-weight: normal;
	line-height: 15px;
}

#news dd.date {
	padding: 0 0 5px;
	margin: 0;
	font-size: 10px;
	color: #837d76;
	line-height: 19px;
}

#news form,
#news fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#news form {
	margin-top: 2.5em;
}

#news label {
	display: block;
}

#news #ea,
#news #mce-EMAIL {
	border: 1px solid #dddfdd;
	background: #f3f3f3;
	padding: 5px;
	width: 130px;
	float: left;
	margin-right: 3px;
	font-size: 11px;
	color: #898989;
}

#news .submit {
	position: relative;
	top: 2px;
	float: left;
	margin-right: -30px;
}

/* @end */

/* @group SUBNAV */

#subnav,#subnav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnav {
	width: 195px;
	margin-bottom: 5em;
}

#subnav li a {
	text-decoration: none;
	display: block;
}

#subnav li.current a {
	font-weight: bold;
	font-size: 16px;
	color: #333b35;
	padding: 0 0 8px 4px;
}

#subnav li.current li a {
	font: normal 14px "Lucida Grande", arial, sans-serif;
	color: #46584b;
	border: none;
	padding: 10px 0 10px 7px;
	line-height: 14px;
	border-bottom: 1px solid #e1e2e2
}

#subnav li.current li.current a {
	background: url(/images/current_arrow.gif) no-repeat left center;
	display: block;
	line-height: 14px;
	width: 217px;
	padding: 10px 0 10px 11px;
	position: relative;
	left: -2px;
	color: #fff;
	border: none
}

#subnav li.current li a:hover {
	text-decoration: underline;
}

#subnav li li.current a:hover {
	text-decoration: none;
}

#subnav li li ul {
	padding-left: 10px;
}

#subnav li.current li.current li a {
	background: none;
	color: #3a3c3f;
}

#subnav li li.current li.current a {
	color: #fff;
	padding: 0 0 0 10px;
	display: block;
	width: 183px;
	background: url(/images/current_arrow.gif) no-repeat left center;
	position: relative;
	left: 0;
}

/* @end */

/* @end */

/* @group FOOTER */

#footer {
	padding: 20px;
	margin-bottom: 27px;
	margin-top: -3px;
	width: 920px;
	float: left;
}

#foot-social{
   float: left;
   width: 400px;
   padding-top: 10px;
}

#foot-social ul{
   float: left;
   padding: 0;
   margin: 0;
}

#foot-social li{
   float: left;
   list-style: none;
   margin-right: 26px;
}

#foot-social li.last{
   margin: 0;
}

#foot-info{
   float: right;
   width: 520px;
   padding-top: 10px;
}

#foot-info p {
	font-size: 1.1em;
	line-height: 17px;
	color: #68776d;
	text-align: right;
	margin: 0 0 7px;
	padding: 0;
}

#footer a {
	color: #68776d;
}

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

/* @end */

/* @group SERMONS */

#filter select {
	width: 100px;
	margin-left: 10px;
}

#filter a {
	margin-left: 20px;
}

#primaryContent .sermonlist h4 {
	margin: 0;
	padding: 10px 0;
}

.sermonbox {
	position: relative;
	padding: 10px 0;
	border-top: 1px solid #d8d5d2;
}

.sermonbox a {
	text-decoration: underline;
}

.sermonbox a:hover {
	text-decoration: none;
}

#primaryContent .sermonbox h5 {
	margin: 0;
}

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

.sermonbox h5 a {
	font-weight: bold;
	color: #027cc9;
}

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

.sermonbox h6 {
	margin: 0 0 3px;
	font-size: 1.1em;
}

#primaryContent .sermonbox p {
	margin: 0;
}

.sermonbox ul {
	position: absolute;
	top: 30px;
	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;
}

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

#mediabox li {
	padding: 2px 0 2px 20px;
	font-size: 11px;
}

#mediabox li#mb_links {
	color: #2f2e30;
	font-size: 15px;
	margin: -10px -10px 10px;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #d8d5d2;
}

#mediabox li#mb_jukebox {
	background: url(/images/play_icon.gif) no-repeat left 2px;
}

#mediabox li#mb_download {
	background: url(/images/download_icon.gif) no-repeat left 2px;
}

#mediabox li#mb_notes {
	background: url(/images/notes_icon.gif) no-repeat left 2px;
}

#mediabox li#mb_video {
	background: url(/images/video_icon.gif) no-repeat left 2px;
}

#mediabox li#mb_podcast {
	background: url(/images/feed_icon.gif) no-repeat left 2px;
}

/* @end */

/* @group HOW IT WORKS */

#how-it-works {
	height: 30px;
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	background: #e0dedb;
	border: 3px solid #ccc8c5;
}

#how-it-works li {
	padding-left: 20px;
	font-size: 1.2em;
	float: left;
	display: inline;
	line-height: 30px;
	margin-right: 30px;
}

#how-it-works #how {
	font-weight: bold;
}

#how-it-works li#play {
	background: url(/images/play_icon.gif) no-repeat left center;
}

#how-it-works li#notes {
	background: url(/images/notes_icon.gif) no-repeat left center;
}

#how-it-works li#video {
	background: url(/images/video_icon.gif) no-repeat left center;
}

#how-it-works li#save {
	background: url(/images/download_icon.gif) no-repeat left center;
}

/* @end */

/* @group SORTING */

#sorting {
	width: 190px;
}

#media h3,
	#sorting h3 {
	color: #333b35;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0 0 12px 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e2e2
}

#media h3 {
	margin-top: 0;
}

#sorting label,		
	#sorting select {
	display: block;
}

#sorting label {
	margin-bottom: .5em;
	font-size: 1.2em;
	font-weight: bold;
	color: #1d1e20;
}

#sorting select {
	margin-bottom: 1.5em;
	width: 100%;
}

#media ul {
	padding: 0 0 0 4px;
}

#media a,
	#sorting a {
	color: #60a53e;
	font-size: 1.2em;
	font-weight: bold;
}

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

#media li {
	margin-bottom: .5em;
}

/* @end */

/* @end */

/* @group CALENDAR */

#primaryContent table.calendar {
	margin-bottom: 25px;
	border-collapse: collapse;
	width: 100%;
}

#primaryContent table.calendar caption {
	padding-bottom: 10px;
	color: #666;
	font-size: 1.4em;
}

#primaryContent caption span {
	margin: 0 10px;
	font-weight: bold;
	font-size: 18px;
}

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

#primaryContent table.calendar td {
	width: 68px;
	height: 68px;
	padding: 2px;
	border: 1px solid #fff;
	border-left: 0;
	border-top: 0;
	background: #f4f4f4;
	color: #55636b;
	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 */

/* @group BLOG */

#blog #TB_title {
	background: #60a53e;
	color: #fff;
	font-weight: bold;
}

#blog #TB_title a {
	color: #fff;
}

/* @end */
