/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/


body { padding: 0; margin: 0;
	background:url(../images/pattern.png) #c83277 -30% top;
	text-align: center;
	border-top: 5px solid #d8106c;
}

a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #fff;
	
}

a:focus {
	outline: none;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.container2 {
	background: #d8106c url(../images/jump.png) 10% bottom no-repeat;
	position: relative;
	padding-top: 35px;
	border-top: 5px solid #d8106c;

}

.shadow {
	background: url(../images/shadow.png) repeat-x;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

h1.logo {
	display: block;
	float: left;
	margin: 15px 0 10px 70px;
	width: 345px;
	height: 143px;
	overflow: hidden;
}

p.what {
	position: absolute;
	top: 75px;
	right: 110px;
	text-align: right;
	width: 600px;
	color: #fff;
	letter-spacing: .08em;
}

p.what em {
	font-size: 13px;
}

p.more {
	color: #fff;
	letter-spacing: .08em;
	padding: 10px 0 0;
	width: 500px;
	margin: 0 auto;
	font-size: 18px;
}

p.more span {
	font-size: 14px;
	line-height: 2.5;
}


p.what span {
	font-size: 20px;
	text-shadow: 0 1px 2px #ae125a;
	font-weight: bold;
}

.panel h2.title { 
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	letter-spacing: .05em;
	color: #d8106c;
}

.panel p, dt, span.prod {
	letter-spacing: .4em;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	color: #f393bf;
}

.panel p {
	color: #666;
}

dt {
	letter-spacing: .4em;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}


.credits {
	padding: 20px 40px 0;
	letter-spacing: 0.1em;
	color: #fff;
}

.credits p, dd {
	font-size: 13px;
	padding-bottom: 10px;
}

dl {
	padding: 20px 0 10px;
	border-bottom-color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	width: 400px;
	margin: 0 auto 30px;
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,0.3);
}

dt, span.prod {
	font-size: 10px;
	color: #f393bf;
	color: rgba(255,255,255,0.5);
}

span.copy {
	padding: 10px 20px 9px;
	background: #fff;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #d8106c;	
	font-size: 16px;
}

span.prod {
	line-height: 30px;
}

p.bottom {
	padding: 20px 0 30px;
	color: #fff;
	color: rgba(255,255,255,0.7);
}

p.bottom a {
	color: #fff;
	text-decoration: none;
	margin: 0 3px;
	padding: 5px 10px;
	background: #bf1262;
		border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

p.bottom a:hover {
	color: #fff;
	background: #ae125a;
}

/* SLIDER CRAP */

.coda-slider-wrapper { padding: 0;}
.coda-slider { 
	background: #fff;
/*
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
*/
	box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
}
	
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 600px } 

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 740px }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
.coda-nav-left a, .coda-nav-right a {
	background: #ef6ea9;
	background: rgba(255,255,255,0.3);
	color: #FFF; 
	height: 70px;
	width: 70px;
	margin: 200px 10px 0;
	font-size: 30px;
	line-height: 70px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
/* 	font-family: Courier, sans-serif; */
	border-radius: 120px;
	-moz-border-radius: 120px;
	-webkit-border-radius: 120px;
}

.coda-nav-left a:hover, .coda-nav-right a:hover {
		box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.5);

	background: #fff;
	color: #d8106c;	
}

/* Panel padding */
.coda-slider .panel-wrapper { padding: 50px 20px 40px; }

/* Preloader */
.coda-slider p.loading { padding: 50px 20px 40px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
.coda-nav ul { clear: both; display: block; margin: 0 auto; text-align: center; padding: 15px 0 30px;  }
.coda-nav ul li { display: inline; text-align: center }
.coda-nav ul li a {
	background: #ef6ea9;
	background: rgba(255,255,255,0.5);
	color: #fff;
	margin: 3px;
	text-decoration: none;
	text-align: center;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline-block;
}
.coda-nav ul li a:hover { background: #ef6ea9; background: rgba(255,255,255,0.8) }
.coda-nav ul li a.current { background: #FFF }
		
	/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto; position: relative }
.coda-slider { float: left; overflow: hidden; position: relative; width: 740px; left: 20px }
.coda-slider .panel { display: block; float: left; width: 740px }
.coda-slider .panel-container { position: relative }
.coda-nav-left { float: left }
.coda-nav-right { float: right }

