/* @override 
	http://www.mycpointe.com/css/styles.css
*/

/*=====
SITE: CenterPointe Christian Church
FILE: styles.css
CREATED: 5/23/2008
MODIFIED: 5/28/2008
AUTHOR: Ben Otero (ben@churchplantmedia.com)

=====*/

/* @group GLOBALS */

* {
	margin: 0;
	padding: 0;
	line-height: 1;
}

body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background: url(/images/body_bg.jpg) repeat;
	font-family: "Trebuchet MS", arial, sans-serif;
}

.show 				 {
	display: block;
}

.hidden, hr {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* @end */

/* @group HEADER */

#header-wrap {
	background: url(/images/header_bg.jpg) no-repeat;
	height: 181px;
	width: 941px;
	margin: 0 auto;
}

#header {
	position: relative;
	z-index: 1000;
	width: 745px;
	margin: 0 auto;
}

#header h1, 
#header h1 a {
	display: block;
	width: 234px;
	height: 67px;
	cursor: pointer;
}

#header h1 {
	position: absolute;
	top: 68px;
	left: 28px;
	background: url(/images/logo_header_bg.png) no-repeat;
	text-indent: -999em;
	z-index: 5000;
}

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

#skip {
	position: absolute;
	top: -999em;
}

#address {
	position: absolute;
	right: 18px;
	top: 70px;
	text-align: right;
}

#address p {
	font-size: 1.2em;
	color: #303a30;
	margin: 0;
	line-height: 15px
}

#address a {
	display: block;
	width: 39px;
	height: 19px;
	background: url(/images/map_btn.gif) no-repeat;
	text-indent: -999em;
	text-align: left;
	float: right;
	margin: 2px 0 0;
}

/* @end */

/* @group NAVIGATION */

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

#nav {
	display: block;
	position: absolute;
	top: 149px;
	left: 19px;
	height: 32px;
	z-index: 9;
}

#nav li {
	display: inline;
	float: left;
	padding-left: 3px;
	margin: 0 4px;
}

#nav li a {
	display: block;
	text-decoration: none;
	color: #fefefd;
	padding: 0 12px 0 9px;
	line-height: 32px;
	font-size: 1.3em;
}

#home #nav_home,
#nav li:hover,
#nav li.current {
	background: url(/images/nav_li.gif) no-repeat left top;
}

#home #nav_home a,
#nav li.current a,
#nav li:hover a {
	background: url(/images/nav_li_a.gif) no-repeat right top;
	color: #191919;
}

#nav li li {
	float: none;
	display: block;
	padding-left: 0;
}

#nav li:hover li a,
#nav li:hover li {
	background: none;
}

#nav li li a {
	line-height: 30px;
}

#nav li li a:hover {
	background: #a9c1a8;
}

#nav li ul {
	position: absolute;
	left: -5000px;
	z-index: 1001;
	width: 160px;
	background: #d3e2d1;
	margin-left: -3px;
	padding-top: 9px;
	padding-bottom: 4px;
}

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

#container {
	width: 941px;
	margin: 0 auto;
	background: url(/images/container_bg.jpg) repeat-y;
}

#home #container {
	background: url(/images/container_bg.jpg) repeat-y;
	min-height: 374px;
}

#mainContent,
#footer,
#header {
	display: block;
	width: 745px;
	margin: 0 auto;
}

#mainContent {
	padding: 8px 5px;
	width: 741px;
}

body#home #mainContent {
	width: 717px;
	position: relative;
	left: -7px;
	top: 5px;
}

#home #mainContent {
	background: url(/images/home_banner_bg.jpg) no-repeat 9px 8px;
}

/* @end */

/* @group PRIMARY CONTENT */

body#home #primaryContent {
	width: 722px;
	overflow: hidden;
}

#primaryContent {
	float: left;
	position: relative;
	width: 478px;
	padding-left: 17px;
	position: relative;
	z-index: 1;
}

#banner {
	border: 8px solid #fff;
	display: block;
	width: 452px;
	height: 135px;
	margin: 7px 0 25px -5px;
	overflow: hidden;
}

#home #banner {
	width: 476px;
	height: 254px;
}

#primaryContent a {
	text-decoration: underline;
	color: #00853e;
}

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

#primaryContent p,
#primaryContent li {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #231f20;
}

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

#primaryContent p.date {
	margin-top: 0;
	color: #535c53;
	font-style: italic;
}

#home #primaryContent p,
#home #primaryContent li {
	font-size: 1.3em;
}

#primaryContent ul,
#primaryContent ol {
	margin: 1em;
	padding-left: 2em;
}

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

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

img.no-border,
img.mcms_stats {
	border: 0;
}

/* @group HEADINGS */

h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	color: #324332;
}

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

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

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

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

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

/* @end */

/* @end */

/* @group SECONDARY CONTENT */

#secondaryContent {
	float: right;
	position: relative;
	left: -6px;
	width: 224px;
}

#home #secondaryContent {
	left: -10px;
}

#links ul {
	margin: 3px 0 0;
	padding: 0;
	list-style: none;
}

#links li {
	margin-bottom: 4px;
}

#links li img {
	border: 0;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	top: 5px;
	float: left;
}

#links li a {
	display: block;
	width: 220px;
	height: 46px;
	font-size: 1.6em;
	color: #191919;
	text-decoration: none;
	line-height: 46px;
	/*back

ground:url(/images/podcast_icon.gif) no-repeat;*/  padding-left: 8px;
}

#links li a:hover {
	background: url(/images/tab_hover.gif) no-repeat;
	color: #00853e
}

/*						
#links li a:hover		{ background-position:left bottom; color:#00853e; }
#links li#podcast a		{ background-image:url(/images/podcast_icon.gif); }
#links li#login a		{ background-image:url(/images/member_icon.gif); }
#links li#giving a		{ background-image:url(/images/giving_icon.gif); }
#links li#times a		{ background-image:url(/images/times_icon.gif); }
*/

#upcoming-events,
#recent-sermon,
#eletter,
#search,
#sorting {
	width: 221px;
	background: url(/images/events_bg.gif) repeat-x left 29px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	clear: both;
}

#home #upcoming-events {
	margin-top: 21px;
}

#recent-sermon {
	margin-bottom: 15px;
}

#upcoming-events h3,
#eletter h3,
#search h3,
#recent-sermon h3,
#sorting h3 {
	display: block;
	padding: 11px 13px;
	width: 195px;
	height: 7px;
	background: #a9c1a8 url(/images/sidebar_h3.gif) no-repeat;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #324332;
	margin: 0 0 5px;
}

#upcoming-events .event {
	clear: both;
	margin: 0 16px;
	padding: 9px 0;
	border-bottom: 1px solid #b7c8b5;
	min-height: 36px;
}

#upcoming-events .last {
	border: 0;
}

#upcoming-events .date {
	float: left;
	width: 29px;
	height: 35px;
	background: #fff;
	text-align: center;
}

#upcoming-events .month {
	display: block;
	height: 12px;
	text-transform: uppercase;
	color: #fff;
	background: #437ba7;
	font-size: 9px;
	line-height: 12px;
}

#upcoming-events .day {
	display: block;
	padding-top: 2px;
	font-size: 1.7em;
	color: #353535;
}

#upcoming-events h4 {
	margin: 2px 0 0 40px;
	font-size: 1.3em
}

#upcoming-events h4 a {
	color: #191919;
	text-decoration: none
}

#upcoming-events a:hover {
	text-decoration: underline;
}

#upcoming-events p {
	margin: 3px 0 0 41px;
	font-size: 1.1em;
	color: #535c53;
	line-height: 1.5em;
}

#recent-sermon,
#eletter {
	margin-top: 17px;
	padding: 0 14px;
	width: 193px;
}

#recent-sermon {
	min-height: 136px;
}

#recent-sermon h3 {
	display: block;
	margin: 0 -14px 5px;
}

#recent-sermon h4 {
	font-size: 1.3em;
	margin: 1.2em 0 6px
}

#recent-sermon h4 a {
	color: #191919;
	text-decoration: none;
}

#recent-sermon h4 a:hover {
	text-decoration: underline;
}

#recent-sermon p {
	font-size: 1.1em;
	color: #535c53;
	margin-bottom: 1.2em
}

#recent-sermon p a {
	display: block;
	text-indent: -999em;
	height: 22px;
	float: left;
}

#recent-sermon .play {
	width: 68px;
	background: url(/images/listen_btn.gif) no-repeat;
}

#recent-sermon .download {
	width: 91px;
	background: url(/images/download_btn.gif) no-repeat;
	margin-left: 2px;
}

#eletter {
	margin: -13px 0 0;
	min-height: 96px;
	height: auto !important;
	height: 96px;
	background: url(/images/sidebar_short_bg.gif) repeat-x left 30px;
}

body#results-page #eletter,
body#error_general #eletter{
   margin-top: 10px;
}

#eletter form, 
#eletter fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 100%;
}

#eletter h3 {
	margin: 0 -14px;
	font-weight: bold;
}

#eletter input {
	float: left;
}

#search input,
#eletter #ea {
	border: 1px solid #a8a8a8;
	border-width: 1px 0 0 1px;
	margin: 17px 0 0 -1px;
	font-size: 1em;
	color: #666;
	width: 139px;
	height: 13px;
	float: left;
	padding: 3px;
}

#eletter #submit {
	position: relative;
	left: 4px;
	top: 17px;
}

#search {
	margin-top: 0px;
	padding: 0 14px;
	background: url(/images/sidebar_short_bg.gif) repeat-x left 30px;
	width: 193px;
}

#search h3 {
	margin: 0 -14px;
}

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

#search input {
	float: left;
	width: 138px;
}

#search a {
	display: block;
	width: 49px;
	height: 21px;
	background: url(/images/search_btn.gif) no-repeat;
	text-indent: -999em;
	float: left;
	position: relative;
	left: 6px;
	top: 17px;
}

#search a:focus {
	outline: none;
}

/* @end */

/* @group FOOTER */

#footer-wrap {
	width: 941px;
	height: 181px;
	margin: 0 auto;
	padding: 1px 0 50px;
	background: url(/images/footer_bg.jpg) no-repeat;
}

#footer {
	width: 745px;
	margin: 0 auto;
}

#quicklinks {
	margin: 10px -8px 40px 1px;
	display: block;
	height: 110px;
}

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

#quicklinks li,
#quicklinks a {
	float: left;
	display: block;
	width: 179px;
	height: 110px;
	position: relative;
	color: #fefdfc;
	text-decoration: none;
	font-size: 1.2em;
	margin-right: 8px;
}

#quicklinks img {
	border: 0;
	width: 179px;
	height: 110px;
}

#quicklinks span {
	display: block;
	width: 167px;
	height: 19px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/images/ql_overlay.png) no-repeat;
	text-align: right;
	padding: 12px 12px 0 0;
}

#quicklinks a:hover span {
	background-position: left bottom;
}

#footer p {
	width: 40%;
	float: left;
	font-size: 1.1em;
	color: #d3e2d1;
}

#footer p#designed {
	float: right;
	width: auto;
	margin-right: 10px;
}

#footer p a {
	color: #121212;
}

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

/* @end */

/* @group SERMONS */

#sermon-content{
   position: relative;
   padding-top: 30px;
}

#pagination {
	height: 30px;
	position: absolute;
	right: 20px;
	top: 0px;
	margin: 0 0 1.5em -5px;
}

#primaryContent p.pagination{
   float: left;
   padding-right: 51px;
   position: relative;
   margin-top: 0;
   background: url(/images/bg_pagination.png) no-repeat right -29px;
}

#pagination span.label{
   float: left;
   margin-right: 5px;
   color: #5a5956;
   font-size: 1.2em;
   display: block;
   line-height: 1.7;
   padding-top: 2px;
}

#primaryContent .pagination a {
	display: block;
	float: left;
	width: 18px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
}

#primaryContent .pagination a:hover{
   text-decoration: underline;
}

#primaryContent .pagination a.current {
   background: url(/images/bg_pagination_a_current.png);
   text-decoration: none;
   color: #444444;
   width: 25px;
}

#primaryContent .pagination a.previous,
#primaryContent .pagination a.next{
   position: absolute;
   top: 3px;
   width: 21px;
   height: 18px;
   text-indent: -9999px;
   background: url(/images/bg_pagination.png) no-repeat;
   padding: 0;
}

#primaryContent .pagination a.previous{
   right: 23px;
}

#primaryContent .pagination a.next{
   right: 0;
   background-position: -23px 0;
}

#primaryContent .pagination a.previous.off{
   background-position: 0 -18px;
}


#filter select {
	width: 200px;
	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 #bfcdbd;
}

.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;
}

#primaryContent .sermonbox p {
	margin: 0;
}

.sermonbox ul {
	position: absolute;
	top: 20px;
	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_app.gif) no-repeat;
}

.sermonbox li.sl_download a {
	background: url(/images/download_icon_app.gif) no-repeat;
}

.sermonbox li.sl_notes a {
	background: url(/images/notes_icon_app.gif) no-repeat;
}

.sermonbox li.sl_video a {
	background: url(/images/video_icon_app.gif) no-repeat;
}

.sermonbox li a:focus {
	outline: none;
}

/* @group MEDIA BOX */

#text {
	margin-top: 2em;
}

#primaryContent ul#byline {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	width: 300px;
}

#primaryContent ul#byline li {
	line-height: 1;
}

#mediabox {
	right: 0px;
	padding: 10px;
	margin: 0;
	list-style: none;
	width: 125px;
	position: absolute;
	top: 156px;
	background: #fff;
}

#mediabox li {
	padding: 2px 0 0px 20px;
}

#mediabox li#mb_links {
	background: #bfcdbd;
	color: #535c53;
	margin: -10px -10px 10px -20px;
	padding: 10px;
}

#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 {
	
}

#how-it-works ul {
	margin: 2.5em auto;
	padding: 0 0 0 10px;
	list-style: none;
	background: #fff;
	border: 3px solid #a9c1a8;
	width: 150px;
}

#how-it-works li {
	padding: 2px 0 2px 20px;
	margin-right: 1.5em;
	font-size: 1.2em;
	display: block;
	line-height: 30px;
	text-align: center;
}

#how-it-works li#how {
	font-weight: bold;
	padding-left: 0;
	text-decoration: underline;
	text-transform: capitalize;
}

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

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

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

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

/* @end */

/* @group SORTING */

#sorting {
	padding: 0 14px;
	width: 193px;
}

#sorting h3 {
	margin: 0 -14px 1em;
}

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

#sorting label {
	font-size: 1.3em;
	margin-bottom: .5em;
}

#sorting select {
	width: 100%;
	margin: .5em 0 1.5em;
}

#sorting p {
	margin-bottom: 1em;
}

#sorting p.subscribe {
	padding-left: 20px;
	background: url(/images/feed_icon.gif) no-repeat left center;
	line-height: 22px;
}

#sorting a {
	font-size: 1.3em;
	color: #00853e;
}

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

#sorting a:focus {
	outline: none
}

/* @end */

/* @end */

/* @group CALENDAR */

.calendar {
	margin-bottom: 25px;
	border: 1px solid #bfcdbd;
	border-right: 0;
	border-bottom: 0;
	border-collapse: collapse;
}

.calendar caption {
	padding-bottom: 10px;
	color: #2d3b2d;
	font-size: 1.4em;
}

.calendar th {
	padding: 6px 0;
	background: #475b47;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
}

.calendar td {
	width: 68px;
	height: 68px;
	padding: 2px;
	border: 1px solid #d3e2d1;
	border-left: 0;
	border-top: 0;
	background: #bfcdbd;
	color: #2b3b2d;
	font-size: 1em;
	vertical-align: top;
}

.calendar td a {
	color: #FCFDFE;
	text-decoration: none;
}

#primaryContent .calendar td ul {
	margin: .5em 0 0 .5em;
	padding: 0;
	font-size: 100%;
	list-style: none;
}

.calendar td li {
	margin-bottom: .75em;
	font-size: 1.1em;
	line-height: 1.2;
}

.calendar td li a {
	color: #FFF;
	text-decoration: underline;
}

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

/* @end */