@import "prettyPhoto.css";
/* Reset
----------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a{text-decoration:none;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input,textarea{border:none;}
/* 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;
}
/* General Styles
================================== */
body{
	background:rgb(00,00,00) url('../_images/spot-background.png') no-repeat center top;
	font: normal normal normal 1em/1em Helvetica, Arial, sans-serif;
	overflow-y: scroll;
	_overflow-y: auto;
	*overflow-y:auto;
}
.hide{display:none;}
.right{float:right;!important}
#tooltip{
	box-shadow:0px 0px 5px rgba(0,0,0,.8);-moz-box-shadow:0px 0px 5px rgba(0,0,0,.8);-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.8);
	font-size:.6em;
	font-weight:bold;
	text-transform: uppercase;
	background:#fff;
	background:rgba(255,255,255,.75);
	padding:2px 10px;
}
.hide{display:none;}
/* Divs
================================== */
#navigation{
	background:#181c1e;
	background:rgba(24,28,30,.5);
	margin:30px 0;
	height:50px;
	width:100%;
	
}	
	#story-box{
		clear:both;
		background:rgb(255,116,32) url(../_images/about-box-background.png) repeat-x top left;
		position:relative;
		height:165px;
		padding:30px 0;
		z-index:2;
	}
	#contact-box{
		clear:both;
		background:rgb(225,219,53) url(../_images/contact-box-background.png) repeat-x top left;
		height:225px;
		position:relative;
		z-index:2;
	}
	#client-box{
		clear:both;
		background:rgb(53,229,255) url(../_images/clients-box-background.png) repeat-x top left;
		position:relative;
		height:165px;
		padding:30px 0;
		z-index:2;
	}
#mid-body{
	border-bottom: 1px dashed #868686;
	border-top: 1px dashed #868686;
	border-bottom: 1px dashed rgba(255,255,255,.5);
	border-top: 1px dashed rgba(255,255,255,.5);
	padding:40px 0;
}
	#mid-body.store{
		padding:40px 0;
	}
.body-wrapper{
	margin:40px auto;
	width:820px;
	position:relative;
}
	#player-wrapper{
		margin:0 auto;
		width:700px;
	}
		#player{
	        float:left;
			background:#1c2124;
	        background:rgba(55,66,71,.21);
	        height:395px;
	        width:700px;
		}
	#columnA{
		float:left;
		position:relative;
		width:400px;
	}	
		#promotion-box{
			box-shadow:0 0 5px #222;-webkit-box-shadow:0 0 5px #222;-moz-box-shadow:0 0 5px #222;
			background:url(../_images/promotion-box.png);
			float:left;
			position:relative;top:-55px;left:0;
			width:400px;
			height:500px;
		}
	#columnB{
		float:right;
		margin:0 0 0 20px;
		padding:0 0 50px 0;
		width:400px;
	}
#worship-house{
	box-shadow:0 0 5px #222;-webkit-box-shadow:0 0 5px #222;-moz-box-shadow:0 0 5px #222;
	background:url(../_images/worshiphouse-background.png) top center;
	margin:0 auto;
	position:relative;top:-85px;left:0;
	width:400px;
	height:150px;
}
		#thankyou,#wait{display:none;}
#film,#environmental,#media{clear:both;float:left;margin:30px 0 0 0;}
.box{
	float:left;
	height:125px;
	position:relative;
	margin:0 0 10px 0;
	width:400px;
}
	.box .text{
		position:relative;top:20px;left:0;
	}
#store-dash{
	border-bottom: 1px dashed rgb(255,255,255);
	border-top: 1px dashed rgb(255,255,255);
	clear:both;
	height:5px;	
}
#footer-dash{
	border-bottom: 2px dashed rgb(255,255,255);
	border-top: 2px dashed rgb(255,255,255);
	clear:both;
	height:10px;
}
#footer{
	margin:20px auto;
	width:1020px;
}
/* Typography
================================== */
h1{}
	#mid-body h1{
		color:#fff;
		font-size:4.7em;
		letter-spacing: -4px;
		line-height:1em;
		margin:0 auto;
		text-align: center;
		text-transform: uppercase;
		width:580px;
	}
h2{}
	#thankyou h2{
		color:#fff;
		font: normal normal normal 1.5em/1.3em Georgia, Times, serif;
	}
	#wait h2{
		background:#fff url(../_images/ajax-loader-oranged.gif) 10px 50% no-repeat;
		color:#000;
 		font: normal normal normal 1.5em/1.3em Georgia, Times, serif;
		padding:10px 10px 10px 30px;
	}
	#request h2{
		color:#fff;
		font-size:1.8em;
		font-weight: normal;
		line-height:1.2em;
	}
h3{
	color:#fff;
	font-weight:400;
	font-size:20px;
	text-transform: uppercase;
}
	#thankyou h3{
		color:#fff;
		font: normal normal normal 1.125em/1.3em Georgia, Times, serif;
		margin:25px 0 0 0;
		text-transform: none;
	}
h4{
	color:#fff;
	font: normal normal normal 1.125em/1.3em Georgia, Times, serif;
}
	#license-request li ol li h4{
		color:#fff;
		font: normal normal normal 1.125em/1.3em Georgia, Times, serif;
	}
h5{}
	h5.name{
		float:left;
		font-size:14px;
		font-weight:400;
		color:#fff;
		width:200px;
	}
	h5.email{
		float:left;
		font-size:14px;
		font-weight:400;
		color:#fff;
		margin:0 0 0 25px;
	}
p{}
#worship-house p{
	text-align: center;
	font-size:14px;
	color:#fff;
	width:320px;
	margin:30px auto;
}
#mid-body p{
	color:#fff;
	font-size:1.5em;
	line-height:1.5em;
	margin:0 auto;
	text-align: center;
	width:580px;
}
	#mid-body p .georgia-italic{
		font-family: Georgia, Times, serif;
		font-style: italic;
	}
p#nav-info{
	background:url(../_images/arrow.png) 0px center no-repeat;
	color:#fff;
	font-size:.625em;
	float:left;
	margin:7px 0 0 20px;
	padding:0 0 0 20px;
	text-transform: uppercase;
}
p.client-info{
	text-align: left !important;
	color:#333;
	font-family:Georgia,Times,serif;font-size:.84em;line-height:1.2em;
	margin:0px auto 1.2em auto;
	text-align: center;
	width:780px;
}
p.story-info{
	text-align: left !important;
	color:#333;
	font-family:Georgia,Times,serif;font-size:.84em;line-height:1.2em;
	margin:0px auto 1.2em auto;
	text-align: center;
	width:780px;
}
	p#client-info .georgia-bold-italic{
		color:#fff;
		font-style:italic;
		text-transform: uppercase;
	}
.box .text p{
	color:#fff;
	font-size:0.6875em;
	margin:5px 0 0 0;
}
#license-request li ol li p{
	color:#fff;
	font: normal normal normal 0.875em/1em Georgia,Times,serif;
}
#store-footer-one,#store-footer-two,#store-footer-three{
	color:#fff;
	font: italic normal normal 0.875em/1.2em Georgia,Times,serif;
	width:520px;
}
#store-footer-two{
	font-size:0.75em;
	margin:20px 0 0 0;
}
#store-footer-three{
	font-size:0.6em;
	margin:15px 0 10px 0;
}
p.description{
	font-style: italic;
}
/* Links
================================== */
a.image-wrap{
	float:left;
}
a.georgia-uppercase{
	color:rgb(176,211,219);
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
}
	a.georgia-uppercase:hover{}
a#youneedadesigner{
	float:left;
	width:100%;
	color:#fff;
	font: italic normal normal .7em Georgia, Times, serif;
}
.box .text a{
	color:#fff;
	font-size:1.125em;
	text-transform: uppercase;
}
	.box .text a:hover{color:rgb(225,1,9);}
.blue{
	color:rgb(176,211,219);
	font: italic normal normal 1em Georgia, Times, serif;
}
.orange{
	color:rgb(255,116,32);
	font: italic normal normal 1em Georgia, Times, serif;
}
	.blue:hover{color:rgb(88,88,88);}
#full-gallery{
	color:rgb(255,255,255);
	float:right;
	font-size:1em;
	text-transform: uppercase;
}
	#full-gallery:hover{
		color:rgb(88,88,88);
	}
#facebook{background:url(../_images/facebook.png) no-repeat top left;float:left;width:24px;height:24px;}
#vimeo{background:url(../_images/vimeo.png) no-repeat top left;float:left;width:24px;height:24px;}
/* Form
================================== */
.error{
	color:rgb(255,0,0) !important;
}
#success{
	width:760px;
	margin:auto;
	text-align: center;
}
#success h1{
	float:left;
	margin:50px 0 0 0;
	font: italic normal normal 1.2em Georgia, Times, serif;
}
#contact-form {
	width:760px;
	margin: 0px auto;
	position:relative;
}
	#contact-form ol{
		position:absolute;top:0;left:0;
		margin:30px 0 0 0;
		float:left;
	}
		#contact-form ol li{
			float:left;
			margin:0 20px 0 0;
			width:280px;
		}
		#contact-form ol li.right{
			margin:0;
			width:460px;
		}
			#contact-form ol li input{
				box-shadow:0 0 5px #555;-webkit-box-shadow:0 0 5px #555;-moz-box-shadow:0 0 5px #555;
				color:rgb(24,28,30);
				font: normal normal normal 0.875em Georgia, Times, serif;
				border:none;
				height:25px;
				margin:0 0 10px 0;
				padding:15px 0 15px 15px;
				width:265px;
			}
			#contact-form ol li input.checkbox{
				float:left;
				margin:0 3px 0 0;
				width:20px;
			}
			#contact-form ol li p{
				color:rgb(24,28,30);
				font: normal normal normal 0.8em Georgia, Times, serif;
				margin:5px 0 0 0;
			}
			#contact-form ol li textarea{
				box-shadow:0 0 5px #555;-webkit-box-shadow:0 0 5px #555;-moz-box-shadow:0 0 5px #555;
				border:none;
				font: normal normal normal 0.875em Georgia, Times, serif;
				margin:-1px 0 0 0;
				padding:10px 0 0 10px;
				width:450px;
				height:112px;
			}
			#contact-form ol li input#submit{
				background:url(../_images/submit-background.png) bottom center;
				height:30px;
				text-transform: uppercase;
				width:100px;
			}
			#contact-form ol li .submit{
				cursor:pointer;
				float:right;
				margin:20px 0 0 0;
				padding:0;				
			}
#license-request{margin:20px 0 0 0;}
	#license-request input.text{
		box-shadow:0 0 5px #555;-webkit-box-shadow:0 0 5px #555;-moz-box-shadow:0 0 5px #555;
		background:rgb(209,209,209);
		color:rgb(00,00,00);
		font: normal normal normal 1.125em Georgia, Times, sans-serif;
		height:45px;
		margin:5px 0;
		padding:0 0 0 10px;
		width:390px;
	}
		#license-request li ol{margin:10px 0;}
		#license-request li ol li{float:left;margin:0 0 10px 0;width:440px;}
		#license-request li ol li.checkbox{margin:0 0 5px 5px;}
			#license-request li ol li input{float:left;}
			#license-request li ol li p{float:left;margin:1px 0 0 5px;}
	#license-request textarea{
		box-shadow:0 0 5px #555;-webkit-box-shadow:0 0 5px #555;-moz-box-shadow:0 0 5px #555;
		background:rgb(209,209,209);
		color:rgb(00,00,00);
		font: normal normal normal 0.875em/1em Georgia, Times, sans-serif;
		height:100px;
		margin:10px 0 0 0;
		padding:10px 10px 0 10px;
		width:380px;
	}
	#license-request input#request{
		float:right;
		color:rgb(0,0,0);
		cursor: pointer;
		font-family: Helvetica,Arial, sans-serif;
		font-size:1em;
		font-weight: bold;
		margin:5px 0 10px 0;
		padding:6px 10px 5px 10px;
		text-transform: uppercase;
	}
		#license-request input#request:hover{
			background:rgb(44,44,44);
			color:rgb(255,255,255);
		}
		#requestsubmit{padding:10px 20px;font-size:24px;cursor:pointer;text-transform:uppercase;font-weight:800;letter-spacing:-1px;}
		#requestsubmit:hover{color:#fff;background:rgb(255, 116, 32);}
/* Lists
================================== */
#subscribers {padding:10px 0;float:left;margin:0 0 20px 0;}
	#subscribers li{
		padding:7px 20px;
		float:left;
		width:665px;
		display:block;
		margin:1px 0;
	}
	#subscribers li.odd{
		background:#222;
	}
#navigation ul{
	margin:0 auto;
	width:1020px;
	position:relative;
	z-index: 23;
}
	#navigation ul li{
		float:left;
		height:50px;
	}
		#navigation ul li a{
			cursor: pointer !important;
			font-size:.875em;
		}
		#navigation ul li a:hover,#navigation ul li.selected a{
			color:#000;
		}
	#navigation ul li#logo{
		float:left;
		width:280px;
	}
		#navigation ul li#logo a{
			float:left;
			background:url(../_images/gratefulinc-logo.png) no-repeat top right;				
			margin:17px 0 0 -20px;
			width:280px;
		}
		#navigation ul li a{
			color:rgb(176,211,219);
			height:30px;
			float:left;
			text-transform: uppercase;
		}
		#navigation ul li#story:hover,#navigation ul li#story.selected{
			background:rgb(255,116,32);
		}
	
			#navigation ul li#story a{
		        background:url(../_images/page-icon.png) 27px 21px no-repeat;
		        padding:18px 0 0 42px;
		        width:118px;
			}
		#navigation ul li#contact-us:hover,#navigation ul li#contact-us.selected{
			background:rgb(255,219,53);
		}
			#navigation ul li#contact-us a{
				background:url(../_images/email-icon.png) 24px 22px no-repeat;
				padding:18px 0 0 42px;
				width:118px;
			}
		#navigation ul li#our-clients:hover,#navigation ul li#our-clients.selected{
			background:rgb(53,229,255);
		}
			#navigation ul li#our-clients a{
				background:url(../_images/page-icon.png) 26px 21px no-repeat;
				padding:18px 0 0 40px;
				width:120px;
			}
		#navigation ul li#store:hover,#navigation ul li#store.selected{
			background:rgb(251,10,231);
		}

			#navigation ul li#store a{
		        background:url(../_images/store-icon.png) 47px 21px no-repeat;
		        padding:18px 0 0 62px;
		        width:100px;
			}
ul#player-navigation{float:left;margin:0 0 0 60px;padding:3px 0 0 0;height:34px;overflow: hidden;}
	ul#player-navigation li{
		float:left;
		margin:0 5px 0 0;
	}
		ul#player-navigation li a{
			border-radius-topleft:7px;-moz-border-radius-topleft:7px;-webkit-border-top-left-radius:7px;
			border-radius-topright:7px;-moz-border-radius-topright:7px;-webkit-border-top-right-radius:7px;
			-webkit-box-shadow:0px 0px 5px #111;
			background:#1c2124;
			background:rgba(55,66,71,.21);
			color:#fff;
			float:left;
			font-size:1em;font-weight: bold;
			padding:9px 20px;
			text-transform: uppercase;
		}
		ul#player-navigation li a.selected,ul#player-navigation li a.selected:hover{
			background:#800000;
			background:rgba(255,0,0,.5);
		}
		ul#player-navigation li a#environmental-nav{
			font-size:.6em;
			line-height:1.2em;
			text-align: center;
			padding:6px 20px;
		}
		ul#player-navigation li a:hover{
			background:#2a3236;
			background:rgba(196,235,255,.21);
		}
#dentyne-ice{float:left;margin:10px 0 0 0;width:100%;}
#dentyne-ice li{float:left;margin:0 5px 0 0;}
#social-media{float:left;position:relative;margin:0 0 30px 0;font-size:10px;}
#social-media li{float:left;margin:0 5px 0 0;}
#social-media li a{padding:5px 10px;background:rgb(255,255,255);color:rgb(0,0,0);}
#social-media li a:hover{background:rgb(0,0,0);color:rgb(255,255,255);}
/* Images
================================== */
#player ul img{float:left;width:100%;height:100%;}
.box img{float:left;margin:0 20px 0 0;position:relative;z-index:100;}
#pro-window{margin:5px 0 0 13px;}
#logo-pro{float:left;width:45%;}
#logo-pro img{margin:40px 0 0 0px;}
#logo-pro p{font-size:12px;color:rgb(255,255,255);}
#logo-pvp{float:right;width:45%;}
#logo-pvp p{font-size:12px;color:rgb(255,255,255);}
#logo-pvp{margin:40px 30px 0 0;}
#worship-house-logo{
	margin:25px 0 0 30px;
}
/* Clearfix
================================== */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}