* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
	font-size: 100%;
}

/* scrollbar */
/* http://almaer.com/scrollbar/debug.html */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
}
::-webkit-scrollbar-button:vertical:increment {
    background-color: #fff;
}
::-webkit-scrollbar-track-piece {
    background-color: #eee;
    -webkit-border-radius: 5px;
}
::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #ccc;
    -webkit-border-radius: 5px;
}
::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #ccc;
    -webkit-border-radius: 5px;
}
/* end */
/* scroll */
html {
	overflow: auto;
	background-color: #fff;
}
@media only screen and (max-device-width:480px) {
	html {
		overflow: auto;
	}
}

body {	
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 5px;
	overflow-y: scroll;
	overflow-x: hidden;
	color: rgb(100, 100, 100);
	font: 10px/20px Verdana, Geneva, sans-serif;
	text-shadow: #ccc 0 1px 0;
}
@media only screen and (max-device-width:480px) {
	body {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		overflow: auto;
	}
}

a, a:visited {
	color: rgb(81, 211, 224);
	letter-spacing: 1px;
	text-shadow: none;
}

a:hover {
	color: rgb(75, 168, 178);
}

a:active {
	position: relative; top: 1px;
}

p a, h5 a {padding-bottom: 2px;}
p a:hover, h5 a:hover {border-bottom: 1px solid #4ba8b2;}


.wrapper {
	margin: 0 auto;
	width: 850px;
}

#header {
	margin: 20px auto 60px;
	width: 850px;
	height: 341px;
}



#header img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #555 0 2px 20px;
	-moz-box-shadow: #555 0 2px 10px;
}


#content {
	margin-bottom: 75px;
	}

/************************** #left */

#left {
	float: right; 
	width: 570px;
	margin-right: 60px;
}

/* for IE6 */
* html #left {
	margin-right: 20px;
}



/* end */

/************************** #right */

#right {
	float: right;
	width: 220px;
}

#nav {margin-bottom: 25px;}

#nav li {
	font-size: 2.8em;
	width: 200px;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

#nav li:first-child {
	border-top: 1px solid #ddd;
}

#nav li a {
	color: rgb(85, 85, 85);
	text-shadow: #bbb 0 1px 0;
	letter-spacing: normal;
	padding: 10px;
	display: block;
}

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

a:hover.norm {
	background: url(../img/bgright.png) 0 0 repeat;
}

#facebook {
	background: url(../img/facebook.png) 10px 8px no-repeat;
	font-size: .786em;
	color: rgb(255, 255, 255);
	padding-left: 30px;
	text-indent: -9999px;
}

#twitter {
	background: url(../img/twitter.png) 10px 8px no-repeat;
	font-size: .786em;
	color: rgb(255, 255, 255);
	padding-left: 30px;
	text-indent: -9999px;
}

a:hover#facebook {
	background: transparent url(../img/facebook0.png) 10px 8px no-repeat;
	text-indent: 0;
	padding-left: 45px;
}

a:hover#twitter {
	background: transparent url(../img/twitter0.png) 10px 8px no-repeat;
	text-indent: 0;
	padding-left: 45px;
}


form#list_sub {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 10px;
	width: 180px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}

form#list_sub fieldset:first-child {
	margin-bottom: 15px;
}

form#list_sub legend {
	color: rgb(102, 102, 102);
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: #bbb 0 1px 1px;
}

form#list_sub ol li {
	background: #5e8d92;
	background: rgba(94, 141, 146, .75);
	background: -moz-linear-gradient(top, rgba(94, 141, 146, .75), rgba(94, 141, 146, .9));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(94, 141, 146, .75)), to(rgba(94, 141, 146, .9)));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #555 0 2px 4px;
	-moz-box-shadow: #555 0 1px 2px;
	line-height: 30px;
	padding: 5px 10px;
	margin-bottom: 2px;
}

form#list_sub label {
	font-size: 1.4em;
	color: #111;
	color: #444; color: rgba(0, 0, 0, .65);
	text-shadow: #999 0 1px 0;
}

form#list_sub input:not([type=radio]), form#list_sub textarea {
	background: #fff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 158px;
}

form#list_sub input:not([type=submit]):focus, form#list_sub textarea:focus {
	background: #eee;
}

form#list_sub button {
	background: #999;
	background: -moz-linear-gradient(top, rgba(175, 175, 175, .9), rgba(153, 153, 153, .9));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(175, 175, 175, .9)), to(rgba(153, 153, 153, .9)));
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: rgb(238, 238, 238);
	display: block;
	letter-spacing: 2px;
	margin: 0 auto;
	padding: 10px 25px;
	text-shadow: #777 0 1px 0;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Georgia, Cambria, serif;
}

form#list_sub button:hover {
	background: #469ca5;
	background: -moz-linear-gradient(top, rgba(81, 211, 224, .75), rgba(70, 156, 165, .75));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(81, 211, 224, .75)), to(rgba(70, 156, 165, .75)));
	color: rgb(255, 255, 255);
	cursor: pointer;
}

form#list_sub button:active {
	position: relative;
	top: 1px;
}

#poster {
	margin: 30px 15px 0;
	padding: 10px 0;
	border: 1px solid #aaa;
	border-width: 1px 0;
	font-size: 1.2em;
	text-shadow: none;
	}
	
#live {
	margin: 5px 15px 0;
	padding: 10px 0;
	border: 1px solid #aaa;
	border-width: 0 0 1px;
	font-size: 1.2em;
	text-shadow: none;
}

#stream {
	font-size: 1.7em;
	border: 1px solid #4BA8B2;
	padding: 15px;
  	background-color: #51D3E0;
  	background-color: rgba(81, 211, 224, .5);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7F51D3E0',EndColorStr='#7F51D3E0'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7F51D3E0',EndColorStr='#7F51D3E0')"; /* IE8 */
}

#stream a {
	background: #fff;
}


	
#right h4 {padding: 0 10px;}

#workshops {padding: 0 10px;font-size: 1.3em;margin-top: 10px;}

/* end */

/************************** hEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-family: Century Gothic, AppleGothic, Futura, Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 3em;
	text-transform: uppercase;
}


h3 {
	font-size: 2.3em;
	padding: 30px 0 20px;
	color: rgb(153, 153, 153);
	text-shadow: none;
	font-weight: 500;
}

h3:first-child {
	padding: 0px 0 20px;
}

h4 {
	font-size: 1.5em;
	padding-bottom: 3px;
}

h5 {
	font-size: 1.3em;
	margin-bottom: 8px;
}

/* end */

p {
	font-size: 1.6em;
	margin-bottom: 20px;
}

#register {
	margin: 25px 15px;
}

#register > div {
	border: 1px dashed #888;
	padding: 20px;
	margin-top: 25px;
	width: 450px;
}

#register p {line-height: 1.5em;}

#register a {
	display: block;
	background: #555;	
	background: -moz-linear-gradient(top, rgba(85, 85, 85, .9), rgba(76, 76, 76, .9));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(102, 102, 102, .9)),to(rgba(68, 68, 68, .9)));
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 15px 0;
	margin: 30px auto 15px;
	width: 270px;
	text-align: center;
	color: rgb(238, 238, 238);
	font-size: 1.8em;
	text-shadow: #222 0 2px 0;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-box-shadow: #555 0 1px 2px;
	-moz-box-shadow: #555 0 1px 2px;
}

#register a:hover {
	background: #469ca5;
	background: -moz-linear-gradient(top, rgba(81, 211, 224, .75), rgba(70, 156, 165, .75));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(81, 211, 224, .75)), to(rgba(70, 156, 165, .75)));
	color: rgb(255, 255, 255);
	text-shadow: #888 0 2px 0;
}

#promo_box {
	background: #555;	
	background: -moz-linear-gradient(top, rgba(85, 85, 85, .9), rgba(76, 76, 76, .9));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(85, 85, 85, .9)),to(rgba(76, 76, 76, .9)));
	background: url(../img/bg.png) 0 0 repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	font-family: Century Gothic, AppleGothic, Futura, Arial, sans-serif;
	color: rgb(221, 221, 221);
	text-shadow: #222 0 1px 0;
}

#promo_box p {
	color: rgb(205, 205, 205);
	}

#promo_box a {
	text-shadow: #226870 0 1px 0;
}

a#vplay {
	text-indent: -9999px;
	background: url(../img/play1.jpg);
	width: 520px;
	height: 299px;
	display: block;
	margin-bottom: 15px;
}

a:hover#vplay {background: url(../img/play2.jpg);}

#video {
}

p#date {
	text-transform: uppercase;
	font-size: 3em;
}

p#cost {
	text-transform: uppercase;
	font-size: 2.5em;
}

p#contact {
	font-size: 1.4em;
	margin-bottom: 0;
}

table.schedule {
	font-size: 1.7em;
}

table.schedule:last-child {
	padding-bottom: 40px;
}

table.schedule td {
	padding: 3px 25px 2px 0;
  	line-height: 1.3em;
  	vertical-align: top;
}

table.schedule th {
	font-weight: normal;
	text-align: left;
	padding-left: 15px;
}

table.schedule span {
  color: #5e8d92;
}

img.bio {
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: #555 0 2px 10px;
	-moz-box-shadow: #555 0 2px 5px;
}

#bio_box>div  {
	padding: 30px 0;
	border-top: 1px solid #999;
}

#bio_box>div:first-child {
	padding: 0 0 20px;
	border: none;
}


#map {
	margin: 60px 0 0;
}


#foot1 {
	background: url(../img/bg.png) 0 0 repeat;
}

#footer {
	background: 777;
	background: -moz-linear-gradient(top, rgba(125, 125, 125, .75), rgba(125, 125, 125, .25));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(125, 125, 125, .75)), to(rgba(125, 125, 125, .25)));
	padding: 40px 0 30px;
	border: 2px solid #aaa;
	border-width: 2px 0 0;
}

#footer img {
	margin: 0 25px 0 0;
	-webkit-box-shadow: #555 0 2px 10px;
	-moz-box-shadow: #555 0 2px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#footer a:hover {opacity: .75;}



#p_one {
	padding-top: 50px;
}
#p_two {
	padding-top: 22px;
}



/* float clearing for everyone else */
.group:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* float clearing for IE6 */
* html .group {
  height: 1%;
}

/* float clearing for IE7 */
*:first-child+html .group {
  min-height: 1px;
}