html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { 
 border-collapse: collapse; 
 border-spacing: 0; 
}
td, th, caption { 
 font-weight: normal; 
 text-align: left; 
}
img, fieldset { 
 border: 0; 
}
ol { 
 padding-left: 1.4em; 
 list-style: decimal; 
}
ul { 
 padding-left: 1.4em; 
 list-style:square; 
}
q:before, q:after { 
 content:''; 
}

/*=== Start ===*/
p {
	margin-bottom: 11px;
}

h1 {
    font-size: 30px;
    margin-bottom: 20px;
    padding-top: 4px;
    font-family: 'Francois One', sans-serif;	
}

h3 {
	font-size: 1.7em;
	margin-bottom: 6px;
    font-family: 'Francois One', sans-serif;
}

body {
	background: #000000 url(/images/bg.jpg) top center no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Pontano Sans', sans-serif;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
}

.container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	width: 100%;
	padding-top: 12px;
	height: 138px;
	margin-bottom: 20px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#logo {
	float: left;
	width: 200px;
}

#header-right {
	float: right;
	width: 800px;
	text-align: right;
}

#home-slider {
	background: black;
	height: 400px;
	width: 1000px;
	margin-bottom: 30px;
	position: relative;
}

#content {
	margin-bottom: 30px;
	min-height: 600px;
}

#left {
	float: left;
	width: 678px;
	margin-right: 30px;
}

#home-video {
	width: 100%;
	margin-bottom: 40px;
}

#featured {
	width: 100%;
	height: 170px;
	background: gray;
	margin-bottom: 30px;
}

#intro-text {
	width: 654px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.4 opacity */
	background: rgba(0, 0, 0, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	padding: 9px 12px;
	font-size: 14px;
}

.text-bg {
    background: rgb(0, 0, 5);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    padding: 12px 12px 8px;
    overflow: hidden;
    border-left: 15px solid #000;
}

.text-bg-nb {
    background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    padding: 12px 12px 8px;
    overflow: hidden;
}

#sponsor-shell {
    width:  650px;
    overflow: hidden;
    position: relative;
}

.sponsor-box {
    margin: 60px auto 0;
    width: 500px;
}

.sponsor-box a {
    color: #7ed213;
}

.sponsor-box ul {
    list-style: none;
    padding-left: 0;
}

.sponsor-box img {
    width: 200px;
    margin-bottom: 10px;
}

.videoClips img {
	margin: .5em;	
}

/*===Sidebar stuff
==========================*/

#sidebar {
	float: right;
	width: 292px;
	min-height: 580px;
    margin-top: 16px;
}

#sidebar img {
    width:  280px;
    margin: 6px auto;
}

#sidebar ul {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0;
    overflow: hidden;
}

#sidebar ul li {
    font-weight: bold;
    font-size: .9em;
}

#sidebar ul h4 {
    color: #71AE44;
    padding-top:  2px;
    font-size: 1.1em;
    font-family: 'Francois One', sans-serif;
    font-weight: normal;
}

#sidebar ul li.day {
    margin: 7px 0 2px;
    padding-left: 0;
}

.day-bg {
    background-image: url(/images/bg_day.png);
    height: 26px;
    padding-right: 12px;
    padding-left: 12px;
}

#sidebar-home {
	float: right;
	width: 292px;
	min-height: 580px;
}

/*=== Nav ===*/
#header-right ul {
	margin: 100px 0 0 100px;
	list-style: none;
}

#header-right ul li {
	float: left;
	padding-right: 38px;
}

#header-right ul li.last {
	padding-right: 0;
}


/*=== Host Page ===*/
.host {
	margin-top: 40px;
}

.host h2 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 16px;
	display: block;
	width: 300px;
    font-family: 'Francois One', sans-serif;
}

.host h3 {
	color: #bee0ec;
	font-size:26px;
	margin-bottom:22px;
	font-family: 'Port Lligat Sans', sans-serif;
	display: block;
	width: 300px;
}

.host p {
	float: left;
}

.host ul {
	float: left;
	list-style: none;
	padding-left: 0;
}

.host img {
	float: right;
}

.host-left {
	width: 300px;
}

div.profile {
	width: 300px;
}

.videoClips img {
	border: 5px solid white;
	-webkit-box-shadow: 1px 1px 2px #786D63;
	-moz-box-shadow: 1px 1px 2px #786d63;
	box-shadow: 1px 1px 2px #786D63;
}