/*

	File: screen.css
	Media: screen
	Copyright: (c) 2008 Church Media Group, Inc. www.churchmedia.cc
	Author: Ismael Burciaga Jr.
	Notes: 

Table of Contents:

	Reset Defaults
	Basic Selectors
	Links
	Main Structure Selectors
	Header Layout
	Main Layout
	Sidebar Layout
	Margins
	
Colors:

	Dark Gray #333
	Medium Gray #777
	Light Gray #ccc
	Red #a90000
	
*/


/* Reset Defaults
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}


/* Basic Selectors
--------------------------------------------------------------------------------------- */

html {height: 100%;}
body { background: #181818; font: normal 62.5% Arial, Helvetica, Verdana, sans-serif; color: #999999; height: 100%;}

h1, h2, h3, h4, h5, h6 { font-size:2em; font-weight:bold; color: #ffffff; font-family: Helvetica, Arial, Verdana, sans-serif; }
p { font-size:1.4em; line-height:1.8em; margin:18px 0; }
small { font-size:1.1em; color: #999999; }

.normal { font-weight: normal; }

.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }

.float-left { float:left; }
.float-right { float:right; }
.float-none { float:none; }

.clear-left {clear: left;}
.clear-right {clear:right;}
.push {clear:both;}

.hide {display: none;}
.overflow { width: 100%; overflow: hidden; }
p.btn { margin-top: 20px; margin-bottom: 0; }
p.btn2 { margin-top: 40px; margin-bottom: 0; }
p.last { margin-bottom: 0; }
p.first { margin-top: 0; }

.margin-top { margin-top: 20px; }
.article_thumb { float: left; display: inline; margin: 16px 16px 16px 0; }

.title_full_width_border { width:100%; padding-bottom:12px; border-bottom:6px solid #ccc; }

#tooltip { position: absolute; z-index: 3000; background-color: #000000; opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.80; padding: 8px 12px;}
#tooltip h3, #tooltip div { margin: 0; color: #ffffff; font-size: 1.4em; font-family: Arial, Helvetica, Verdana, sans-serif; font-weight: normal;}


/* Links
--------------------------------------------------------------------------------------- */

a {font-weight: bold; text-decoration: none;}
a:link { color: #ff0003;}
a:visited { color: #ff0003;}
a:hover { color: #ffffff; text-decoration: underline;}
a:active { color: #ff0003;}

.quicklinks a:link { color: #fff; }
.quicklinks a:visited { color: #fff; }
.quicklinks a:hover { color: #fff; }
.quicklinks a:active { color: #fff; }

.btn_register_2 { display:block; width: 219px;  height: 51px; text-indent: -9999px; background: transparent url(../images/btn/btn_home_nav.jpg) -657px 0 no-repeat;}
.btn_register_2:hover { background-position: -657px -51px;}

.btn_donate { display:block; width: 219px;  height: 51px; text-indent: -9999px; background: transparent url(../images/btn/btn_donate.gif) top left no-repeat;}
.btn_donate:hover { background-position: bottom left;}

/* Main Structural Selectors
--------------------------------------------------------------------------------------- */

.important_message { width: 100%; background: #e80008; text-align: center; padding: 6px 0; }
.important_message p { margin: 0; color:#ffffff; font-size: 1.2em; }
.container_box { width: 100%; background: #000000 url(../images/bg/bg_main.jpg) top center repeat-x; } 
.container { width:924px; margin: 0 auto;  padding: 0 0 60px 0; }
.header { width:924px; margin: 0 auto; padding: 0 0 16px 0; overflow: hidden; background: transparent url(../images/bg/bg_secondary_header.gif) 270px 16px no-repeat;}
.content { width:924px; margin: 0 auto; padding: 0; overflow: hidden; }
.main { width:624px; float:right; margin: 80px 0 0 0; }
.sidebar { width:240px; float:left; margin: 80px 0 0 0; }
.footer_box { width: 100%; background: transparent url(../images/bg/bg_footer.jpg) 0 0 repeat-x; padding-top:70px;} 
.networks { overflow: hidden; width: 924px; margin: 0 auto 60px auto; overflow: hidden;}
.sponsors { overflow: hidden; width: 900px; margin: 0 auto 0 auto; padding:24px 0 0 24px; overflow: hidden; background: #1f1f1f;}
.footer { width: 924px; margin: 0 auto; padding: 24px 0 24px 0; color: #555555; overflow: hidden; border-top: 4px solid #2e2e2e; }


/* Header Layout
--------------------------------------------------------------------------------------- */

h1.logo_home { width: 768px; height: 484px; text-indent: -9999px; background: transparent url(../images/love_comes_to_town.jpg) top left no-repeat; margin-left:125px;}

.header h1 { float: left; display: inline; margin: 0 0 0 0; }
.header h1 a { display: block; width: 241px; height: 160px; text-indent: -9999px; background: transparent url(../images/love_comes_to_town_secondary.gif) top left no-repeat; }

.home_nav { overflow: hidden; width: 100%; margin: 66px 0 0 0; }
.home_nav li { float: left; display:inline; margin-right: 12px; }
.home_nav li.last { margin-right: 0; }

.home_nav li a {display: block; width: 219px;  height: 51px; text-indent: -9999px; background: transparent url(../images/btn/btn_home_nav.jpg) 0 0 no-repeat;}
.home_nav li a.btn_home_artist {background-position: 0 0;}
.home_nav li a.btn_home_artist:hover {background-position: 0 -51px;}
.home_nav li a.btn_home_details {background-position: -219px 0;}
.home_nav li a.btn_home_details:hover {background-position: -219px -51px;}
.home_nav li a.btn_home_story {background-position: -438px 0;}
.home_nav li a.btn_home_story:hover {background-position: -438px -51px;}
.home_nav li a.btn_home_register {background-position: -657px 0;}
.home_nav li a.btn_home_register:hover {background-position: -657px -51px;}


/* Main Layout
--------------------------------------------------------------------------------------- */


.secondary_nav { overflow: hidden; width: 624px; height: 28px; margin: 132px 0 0 0; float: right; display: inline; }
.secondary_nav li { float: left; display:inline; margin-right: 46px; }
.secondary_nav li.last { margin-right: 0; }

.secondary_nav li a {display: block; height: 28px; text-indent: -9999px; background: transparent url(../images/btn/btn_secondary_nav.gif) 0 0 no-repeat;}
.secondary_nav li a.btn_artist { width: 132px; background-position: 0 0;}
.secondary_nav li a.btn_artist:hover { background-position: 0 -28px;}
.secondary_nav li a.btn_details { width: 137px; background-position: -132px 0;}
.secondary_nav li a.btn_details:hover {background-position: -132px -28px;}
.secondary_nav li a.btn_story { width: 117px; background-position: -269px 0;}
.secondary_nav li a.btn_story:hover {background-position: -269px -28px;}
.secondary_nav li a.btn_register { width: 100px; background-position: -386px -28px;}
.secondary_nav li a.btn_register:hover {background-position: -386px -56px;}

body.btn_artist a.btn_artist, body.btn_artist a.btn_artist:hover { background-position: 0 -56px;}
body.btn_details li a.btn_details, body.btn_details li a.btn_details:hover {background-position: -132px -56px;}
body.btn_story li a.btn_story, body.btn_story li a.btn_story:hover {background-position: -269px -56px;}
body.btn_register li a.btn_register, body.btn_register li a.btn_register:hover {background-position: -386px -56px;}



/* Carousel
--------------------------------------------------------------------------------------- */

#featuredproducts{width:924px; height: 246px; position: relative; margin: 10px 0; padding:10px 0;  }

#featuredproducts .button_prev {display: block; width: 12px; height: 25px; position: absolute; z-index: 99; top: 118px; left:12px;}
#featuredproducts .button_next {display: block; width: 12px; height: 25px; position: absolute; z-index: 99; top: 118px; right:12px;}

#featuredproducts .prev {display: block; width: 12px; height: 25px; background: transparent url(../images/btn/btn_previous.gif) 0 0 no-repeat;float: right;}
#featuredproducts .prev:hover {background-position: 0 -25px;}
#featuredproducts .next{display: block; width: 12px; height: 25px; background: transparent url(../images/btn/btn_next.gif) 0 0 no-repeat;}
#featuredproducts .next:hover{background-position: 0 -25px;}

#featuredproducts .jcarousel-skin-tango {width: 816px; margin-right: 53px; }
#featuredproducts .jcarousel-skin-tango .jcarousel-container {position: relative; height: 246px;}
#featuredproducts .jcarousel-skin-tango .jcarousel-container-horizontal {}
#featuredproducts .jcarousel-clip-horizontal {width:816px; height: 246px; }
#featuredproducts .jcarousel-clip { z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative; }
#featuredproducts .jcarousel-list {z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0; }
#featuredproducts .jcarousel-list li, #featuredproducts .jcarousel-item {float: left; display:inline; list-style: none; width:181px; height: 246px; position: relative; margin-right: 30px;}


/* Whistle Blowers
--------------------------------------------------------------------------------------- */

.whistleblowers { width: 900; margin-top: 30px; background: #111111; padding: 22px 0 11px 22px; overflow: hidden; }
.whistleblowers li { float: left; display: inline; margin: 0 11px 8px 0; }
h3.title_whistleblowers { width: 475px; height: 37px; text-indent: -9999px; background: transparent url(../images/title_whistleblowers.gif) 0 0 no-repeat; margin-top: 50px; margin-left: 22px; }

/* Gallery
--------------------------------------------------------------------------------------- */

.full_gallery {width:899px; margin: 10px 0; padding:10px 0 22px 25px;  overflow: hidden; }
.full_gallery li { float: left; display: inline; margin:0 0 28px 30px; width:181px; height: 246px;}

.options { overflow: hidden; width: 878px; margin-top: 50px; }
.options li { float: right; display: inline; margin-right: 8px; font-size: 1.2em; }
.options li.text { margin-top: 5px; margin-right: 13px;}
.options a { display:block; width: 28px; height: 25px; text-indent: -9999px; }
.options li.li_carousel a.btn_carousel { background: #1a1a1a url(../images/btn/btn_options.gif) 0 0 no-repeat; }
.options li.li_carousel a.btn_carousel:hover { background-position: 0 -50px;}

.options li.li_gallery a.btn_gallery { background: #1a1a1a url(../images/btn/btn_options.gif) -28px 0 no-repeat; }
.options li.li_gallery a.btn_gallery:hover { background-position: -28px -50px;}

.options li.li_carousel a.active_box { background: #1a1a1a url(../images/btn/btn_options.gif) 0 -50px no-repeat;}
.options li.li_gallery a.active_box { background: #1a1a1a url(../images/btn/btn_options.gif) -28px -50px no-repeat;}

.artist_header { width: 100%; margin-top: 40px; margin-bottom: 40px;}
.artist_header h3 { font-size: 2.6em; color: #ffffff; }
.artist_header h3 span { font-size: .5em; color: #ffffff; font-weight: normal; text-transform: uppercase; letter-spacing: .5em; margin-left: 10px;  }
.artist_header h5 { float: right; display: inline; font-size: 1.3em; margin-top: 8px; }

.artist_content {  width: 100%; overflow: hidden;}
.bio_image { float: left; display: inline; }
.artist_info { float: right; display:inline; width: 700px; }
.artist_info h4 { font-size: 1.3em; color: #ffffff; font-weight: normal; text-transform: uppercase; letter-spacing: .5em; margin: 24px 0;}

.quicklinks { width: 876px; background: #1a1a1a; margin-top: 30px; padding: 24px 24px 10px 24px; overflow: hidden; }
.quicklinks ul { width: 25%; float: left; display: inline; }
.quicklinks ul li { margin-bottom: 12px;}
.quicklinks ul li h3 { font-size: 1.4em; }
.quicklinks ul li small {font-weight: normal; text-transform: uppercase; letter-spacing: .5em; font-size: .825em;}

.main h3 { font-size: 2.6em; color: #ffffff; margin-bottom: 24px; }
.main h4 { margin-bottom: 14px;}

.left_panel { width: 41%; float: left; display: inline; padding-top: 5px; }
.left_panel select { font-size: 1.6em;}
.right_panel { width: 58%; float: right; display: inline; }

.location_image { margin-top:6px; }
.date_time { margin-top: 50px; }
.directions { float: right; display: inline; width: 275px; margin-right: 12px; }
.directions p { margin: 4px 0; color: #ffffff; }

.dance_image { margin: 24px 0 16px 0; }

.main_content p.crumbs { margin: 0 0 16px 0; font-size: 1.1em; }

.main_content ul { margin: 16px 0 30px 0; }
.main_content ul li { list-style: disc; display: list-item; margin-left: 16px; padding-left: 4px; font-size: 1.4em; line-height: 1.6em; margin-bottom: 8px; }

.listing { margin: 60px 0 0 0; width: 588px; }
.listing li { list-style: disc; display: list-item; margin-left: 16px; padding-left: 4px; font-size: 1.4em; line-height: 1.6em; margin-bottom: 8px; }

.events_table { margin-top: 20px; }
.events_table td { font-size: 1.4em; padding: 8px 0; border-bottom: 1px solid #1a1a1a; }
.events_table td strong { color:#ffffff;}

/* Sidebar Layout
--------------------------------------------------------------------------------------- */

.sidebar h3 { font-size: 1.6em; padding-bottom:26px; margin: 0; border-bottom: 4px solid #222222; margin-top:8px; }

.sidebar ul { margin: 24px 0 16px 0; }
.sidebar ul li { list-style: disc; display: list-item; margin-left: 16px; padding-left: 4px; font-size: 1.4em; line-height: 1.4em; margin-bottom: 16px; }

.side_box { margin-bottom: 16px; background: #ffffff; width: 112px; padding: 16px 16px 6px 16px; }


/* Footer Layout
--------------------------------------------------------------------------------------- */

.networks h3 { float: left; display: inline; font-size: 3.7em; color: #aaaaaa; margin: 11px 0 0 24px; font-weight: normal; letter-spacing: .03em;}
.network_list { overflow: hidden; margin: 0 0 0 0; float: left; display: inline; }
.network_list li { float: left; display:inline; margin-left: 30px; }

.network_list li a {display: block; height: 47px; text-indent: -9999px; background: transparent url(../images/btn/btn_networks.gif) 0 0 no-repeat;}
.network_list li a.facebook { width: 172px;  background-position: 0 0;}
.network_list li a.facebook:hover {background-position: 0 -47px;}
.network_list li a.twitter { width: 158px;  background-position: -172px 0;}
.network_list li a.twitter:hover {background-position: -172px -47px;}
.network_list li a.whistles { width: 122px;  background-position: -330px 0;}
.network_list li a.whistles:hover {background-position: -330px -47px;}

.sponsors h3 { font-weight: normal; font-size: 1.6em; }
.sponsors p { width: 20%; font-size: 1.1em; text-align: right; margin: 0 24px 0 0; }
.sponsors ul { overflow: hidden; width: 100%; margin-top: 30px; }
.sponsors ul li { float: left; display: inline; margin: 0 24px 24px 0; }

.footer h2 { float: right; display: inline; margin-top: 12px; }
.footer h2 a { display: block; width: 216px; height: 19px; text-indent: -9999px; outline: none; background: transparent url(../images/church_media_group.gif) left top no-repeat; }
.footer h2 a:hover { background-position: right top; }
.footer img { float: left; display: inline; margin-top: 0; }
.copyright { width: 89%; float: right; display: inline; overflow: hidden; }

a.btn_sponsors { display: block; padding: 8px 0; background: #333333; color: #ffffff; width: 19%; text-align: center; font-size: 1.4em; float: right; display: inline; }
a.btn_sponsors:hover { background: #ff0003; color: #ffffff; text-decoration: none; }

.copyright p strong { color: #ffffff; }
.copyright p { font-size: 1.1em; margin: 0 0 4px 0; line-height: 1.3em; }
.copyright p.last { margin-bottom: 0; }
.copyright ul { float: right; display: inline; overflow: hidden; width: 52%; }
.copyright ul li { float: right; display: inline; margin-left: 10px; }

h4 { float: right; display: inline; width: 239px;}
h4 a { display: block; width: 239px; height:27px; text-indent:-9999px; background: transparent url(../images/btn/btn_whistleblowers.gif) top left no-repeat;}
h4 a:hover { background-position: top right; }


