/* @override http://www.vantagepointchurch.org/css/styles.css */

/*=====
SITE: Vantage Point Church (http://www.vantagepointchurch.org/css/styles.css
FILE: styles.css
MODIFIED: 4/1/2009
AUTHOR: Ben Otero (ben@churchplantmedia.com)
=====*/

/* @end */

/* @group GLOBALS */

body {
	background: #c4c6b4 url(/images/body_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Verdana, sans-serif;
}

#container {
	margin: 40px auto;
	width: 960px;
}

#mainContent {
	background: url(/images/maincontent_bg.gif) repeat-y;
}

.show 				 {
	display: block;
}

.hidden, hr {
	display: none;
}

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

a:focus {
	outline: none;
}

.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;
	background: url(/images/header_bg.gif) no-repeat;
	height: 125px;
}

#header h1 {
	position: absolute;
	top: 14px;
	left: 27px;
	background: url(/images/logo.gif) no-repeat;
	width: 251px;
	height: 85px;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	text-indent: -999em;
	width: 253px;
	height: 85px;
}

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

/* --- SERVICE TIMES ----*/

#service-times {
	position: absolute;
	top: 16px;
	right: 27px;
	padding: 0 19px 0 22px;
	width: 377px;
	height: 69px;
	background: url(/images/service_times_bg.gif) no-repeat;
}

#service-times h3{
   position: relative;
   top: 18px;
}

#service-times p {
	font-size: 1.3em;
	color: #c4dbe6;
	margin: 0;
	position: relative;
	top: 18px;
}

#service-times p span{
   display: block;
   margin-top: -3px;
   padding-left: 20px;
}

#service-times p#gmaplink{
   width: 61px;
   height: 40px;
   position: absolute;
   top: 15px;
   left: 231px;
   background: url(/images/bg_gmaplink.gif);
}

#service-times p#gmaplink a{
   display: block;
   height: 40px;
   text-indent: -9999px;
}

#service-times ul{
   list-style: none;
   width: 95px;
   margin: 0;
   position: absolute;
   top: 15px;
   height: 43px;
   left: 306px;
   padding-left: 15px;
   background: url(/images/bg_sociallist.gif) no-repeat 0 0;
}

#service-times li{
   float: left;
   width: 38px;
   height: 39px;
}

#service-times li a{
   display: block;
   height: 39px;
   text-indent: -9999px;
}

#service-times li#fblink{
   background: url(/images/bg_fblink.gif);
}

#service-times li#twlink{
   background: url(/images/bg_twlink.gif);
}

/* @end */

/* @group NAVIGATION */

#navigation {
	position: relative;
	z-index: 1000;
}

#nav, #nav * {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/images/nav_bg.gif) repeat-y;
}

#nav li a {
	display: block;
	background: url(/images/nav_a_bg.gif) no-repeat left bottom;
	font-size: 1.3em;
	color: #fff;
	padding-left: 29px;
	line-height: 32px;
	text-decoration: none;
	text-transform: lowercase;
}

#nav li a:hover {
	color: #48493a;
	background-position: left -1px;
}

#nav li {
	background: url(/images/nav_li_bg.gif) no-repeat right bottom;
	padding-bottom: 2px;
	cursor: pointer;
}

/* ---- POSITION -----*/

#nav li ul {
	position: absolute;
	left: -5000px;
	z-index: 1001;
	background: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li li {
	background: none;
	padding-bottom: 0;
	border-bottom: 1px solid #6db440;
}

#nav li li a {
	background: #79c240;
	padding: 6px 10px;
	height: auto;
	line-height: 20px;
}

#nav li li a:hover {
	background: #6db440
}

#nav li:hover ul {
	width: 190px;
}

#nav li ul {
	margin: -32px 0 0 221px;
}

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

/* @end */

/* @group PRIMARY CONTENT */

#primaryContent {
	float: right;
	position: relative;
	padding: 0 12px 0 19px;
	width: 691px;
	margin-top: -20px;
}

#home #primaryContent {
	padding: 0 0 0 10px;
	width: 722px;
}

#banner {
	display: block;
	background: url(/mediafiles/subpage-banner.jpg) no-repeat;
	width: 702px;
	height: 173px;
	margin-left: -20px;
	position: relative;
}

#home #banner {
	background: none;
	width: 721px;
	height: 402px;
	margin: 0;
}

#banner p {
	margin: 0;
	padding: 0;
	display: block;
	width: 5px;
	height: 3px;
	background: url(/images/sub_corner.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#quicklinks {
	margin-top: 9px;
	padding-bottom: 8px;
}

#quicklinks a {
	display: block;
	float: left;
	margin-right: 9px;
	position: relative;
	width: 231px;
	height: 132px;
	text-decoration: none;
}

#quicklinks img {
	border: 0;
}

#quicklinks a p {
	display: block;
	width: 231px;
	height: 33px;
	color: #f3f4ed;
	background: url(/images/overlay_bg.png) no-repeat;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding-left: 14px;
	line-height: 33px;
	font-size: 14px;
}

#primaryContent h2 {
	background: url(/images/heading_bg.gif) repeat-x left 8px;
	font-size: 1.5em;
	color: #337796;
}

#primaryContent h2 span {
	background: #fff;
	padding-right: 10px;
}

#primaryContent p {
	font-size: 1.1em;
	line-height: 1.7em;
	color: #2a2b28;
}

#primaryContent a {
	color: #337796;
}

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

/* @group HEADINGS */

#primaryContent h3 {
	font-size: 1.4em;
	color: #337796;
}

#primaryContent h4 {
	font-size: 1.3em;
	color: #337796;
}

#primaryContent h5 {
	font-size: 1.2em;
	color: #2a2b28;
}

#primaryContent h6 {
	font-size: 1.1em;
	color: #2a2b28;
}

/* @end */

/* @group SERMON STYLES */

.sermonlist {
	border-top: 8px solid #599529;
}

.sermonlist h4 {
	margin-bottom: 5px;
}

.sermonbox {
	position: relative;
	background: #e4e5dd;
	padding: 10px;
	border-top: 1px solid #ddd;
}

.sermonbox:hover {
	background: #fff;
}

.sermonbox h5,
	.sermonbox p {
	margin: 0;
}

.sermonbox ul {
	position: absolute;
	top: 10px;
	right: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.sermonbox li {
	float: left;
	padding: 5px;
}

.sermonbox li a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -999em;
}

.sermonbox li.sl_listen a,
	#how-it-works li#play {
	background: url(/images/play_icon.gif) no-repeat;
}

.sermonbox li.sl_download a,
	#how-it-works li#save {
	background: url(/images/download_icon.gif) no-repeat
}

.sermonbox li.sl_notes a,
	#how-it-works li#notes {
	background: url(/images/notes_icon.gif) no-repeat
}

.sermonbox li.sl_video a,
	#how-it-works li#video {
	background: url(/images/video_icon.gif) no-repeat;
}

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

#sorting li {
	margin-bottom: 0.5em;
}

#sorting li a {
	font-size: 1.2em;
	color: #79c240
}

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

/*---- HOW IT WORKS ----*/

#how-it-works, #sorting {
	padding: 20px 0 0 15px;
	margin-left: 4px;
	width: 187px;
}

#how-it-works h3,#sorting h3 {
	margin: 0 0 10px 0;
	padding: 0 0 5px;
	font-size: 1.4em;
	color: #fff;
	font-weight: normal;
	background: url(/images/dotted_bg.gif) no-repeat left bottom;
}

#how-it-works ul {
	margin-right: 25px;
	padding: 0;
	list-style: none;
}

#how-it-works li {
	font-size: 1.1em;
	color: #fff;
	margin-bottom: 10px;
	padding-left: 20px;
}

/*--- SERMON PAGE -----*/

#byline {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px;
}

ul#byline li {
	float: left;
	padding-right: 10px;
	font-size: 1.1em;
	color: #2a2b28;
}

#text {
	margin-top: 50px;
}

/*---- MEDIA LINKS -----*/

#mediabox {
	float: right;
	margin: 0 10px 0 0;
	padding: 10px;
	list-style: none;
	border: 1px solid #599529;
}

#mediabox li#mb_links {
	background: #599529;
	margin: -10px -10px 10px;
	padding: 10px;
	color: #fff;
}

#mediabox li {
	margin-bottom: 1.5em;
}

#mediabox li a {
	padding: 4px 0 4px 22px;
}

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

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

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

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

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

/* @end */

/* @end */

/* @group SECONDARY CONTENT */

#secondaryContent {
	float: left;
	width: 228px;
}

/* @group E-Letter */

#e-letter {
	background: url(/images/eletter_bg.gif) repeat-y;
	padding: 10px 10px 10px 20px;
	height: 41px;
}

#e-letter form {
	margin: 0;
	padding: 0;
}

#e-letter fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#e-letter label {
	display: block;
	background: url(/images/e-letter_label.gif) no-repeat;
	width: 83px;
	height: 12px;
	text-indent: -999em;
	margin: 3px;
}

#e-letter input.text {
	background: url(/images/e-letter_input_bg.gif) repeat-x left top;
	float: left;
	width: 68%;
	border: 0;
	height: 25px;
}

#e-letter input.submit {
	float: right;
	margin-top: 0px;
}

/* @end */

/* @group Upcoming-Events */

#upcoming-events {
	background: url(/images/upcoming_events_bg.gif) no-repeat right top;
	padding: 20px 10px 30px 0;
	margin-left: 4px;
	width: 214px;
	position: relative;
}

#upcoming-events h3 {
	display: block;
	background: url(/images/latest_message.gif) no-repeat;
	text-indent: -999em;
	margin: 0 0 0 15px;
	padding: 0;
	height: 20px;
}

#upcoming-events a#podcast {
	display: block;
	width: 20px;
	height: 21px;
	background: url(/images/podcast_icon.gif) no-repeat;
	text-indent: -999em;
	position: absolute;
	top: 21px;
	right: 19px;
}

#upcoming-events h4 {
	margin: 11px 0 0 22px;
	width: 75%;
	font-size: 1.5em;
	font-weight: normal;
}

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

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

#upcoming-events p {
	margin: 3px 0 0 22px;
	font-size: 1.1em;
	color: #e9eae4;
}

#upcoming-events p.sb_video{
   width: 184px;
   height: 122px;
   position: relative;
}

#upcoming-events p.sb_video a{
   position: absolute;
   display: block;
   height: 122px;
   width: 184px;
   z-index: 2;
   overflow: hidden;
   top: 0;
   left: 0;
   background: url(/images/bg_sb_video.png);
}

#upcoming-events p.sb_video img{
   width: 184px;
   position: absolute;
   top: 0;
   left: 0;
}

#upcoming-events p.date {
	font-size: 1.1em;
	color: #ced0c6;
	margin-bottom: 10px;
}

#upcoming-events em {
	font-family: georgia, times, serif;
	font-size: 12px;
}

p#playback {
	margin-top: 2em;
	padding-left: 2px;
}

#playback a {
	display: block;
	float: left;
	text-indent: -999em;
	height: 33px;
}

.play {
	width: 76px;
	background: url(/images/listen_btn.gif) no-repeat;
}

.download {
	width: 98px;
	background: url(/images/download_btn.gif) no-repeat;
}

/* @end */

/* @end */

/* @group FOOTER */

#footer {
	background: url(/images/footer_bg.gif) no-repeat left top;
	padding: 30px 20px;
	height: 40px;
	margin-top: -8px
}

#footer p {
	margin: 0;
	font-size: 1em;
	color: #5d5f4c;
}

#footer p#design {
	float: right;
	margin-top: -1.5em;
}

#footer a {
	color: #549124;
}

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

/* @end */

/* @group CALENDAR */

#primaryContent table.calendar {
	border: 1px solid #599529;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto 50px;
}

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

#primaryContent table.calendar caption span {
	color: #599529;
}

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

#primaryContent table.calendar td {
	width: 68px;
	height: 68px;
	padding: 2px;
	border: 1px solid #599529;
	border-width: 0 1px 1px 0;
	background: #fff;
	color: #599529;
	font-size: 1em;
	vertical-align: top;
}

#primaryContent table.calendar td a {
	color: #599529;
	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 {
	color: #599529;
	text-decoration: underline;
}

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

/* @end */
