/* 
--------------------------------------------------
	AIRGUITAR CSS DOCUMENT
	Author: Armono Wibowo
	Last Update: 2009
-------------------------------------------------- 
*/

/* --------------------------------
	01. GLOBAL BROWSER RESET
-------------------------------- */

@import "reset.css";

/* --------------------------------
	02. COMMON STYLE
-------------------------------- */

body {
	background: #e77a27 url("../images/bg.jpg") top center no-repeat;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;	/* so I can use ems rather than pixels */
	color: #111;
}

a {
	text-decoration: underline;
	color: #cc4523;
}
a:hover, a:visited {
	text-decoration: none;
}

p {
	margin: 10px 0 0;
	font-size: 1.2em;
	line-height: 16px;
}

/* --------------------------------
	03. STRUCTURE
-------------------------------- */
#mainvid {

}
#mainvid .mainvid-inner {
	margin: 0 auto;
	width: 820px;
}
	.mainvid-inner .topbar {
		background: url("../images/bgbar.jpg") top repeat-x;
		height: 40px;
	}
		.topbar h1 a {
			margin-left: 20px;
			background: url("../images/bitesmediatv.gif") no-repeat;
			width: 162px; height: 40px;
			display: block;
			text-indent: -9000px;
		}
	.mainvid-inner .splash {
		padding: 50px 0 0 20px;
		background: url("../images/bgsplash.jpg") no-repeat;
		height: 480px;
	}
		.splash .vidholder {
			padding: 40px 40px 80px 40px;
			background: url("../images/bgmainvid.jpg") no-repeat;
		}
			.vidholder p {
				color: #fef9f0;
				width: 400px;
			}
			.vidholder p span {
				font-weight: bold;
				color: #feda5d;
			}
			.vidholder p a {
				color: #b6f665;
			}
			.vidholder p a:hover {
				text-decoration: underline;
			}


#competition {
	background: #fbe8bf url("../images/bgcompetition.jpg") top repeat-x;
}
#competition .competition-inner, #othervid .othervid-inner {
	margin: 0 auto; padding: 30px 0 40px 0;
	width: 780px;
}
	.competition-inner h2 span {
		background: url("../images/join_air_guitar.gif") no-repeat;
		width: 414px; height: 38px;
		display: block;
		text-indent: -9000px;
	}
	.competition-inner p {
		font-size: 1.3em;
		color: #4a2f20;
		line-height: 18px;
		word-spacing: 0.2em;
	}
	
	#myController ul {
		list-style: none;
		margin: 20px 0; padding-left: 20px;
		height: 40px;
		background: #fbe8bf url("../images/bgtab.gif") bottom repeat-x;
	}
	#myController ul li {
		float: left;
		margin: 0; padding: 0;
		font-size: 1.4em; font-weight: bold;
	}
	#myController ul li a {
		display: block;
		padding: 15px 20px 9px 20px;
		color: #4a2f20;
		text-decoration: none;
	}
	#myController ul li a:hover {
		color: #8b4620;
	}
	
	#myController ul li.upload a {
		color: #cc4523;
		text-transform: uppercase;
	}
	#myController ul li.jFlowSelected a {
		background: #fbe8bf;
		border: 1px solid #cdbc99;
		border-bottom: #fbe8bf;
	}
	
	#slides .slide-wrapper {
		overflow: hidden;
	}
		.slide-wrapper .content {
			
		}
		.slide-wrapper h4 {
			font-size: 1.4em;
		}
		.slide-wrapper p.alert {
			color: #cc4523;
		}
		.slide-wrapper ul {
			margin: 0; padding: 0;
			list-style: none;
		}
		.slide-wrapper ul li {
			display: block;
			width: auto;
			margin: 10px 0 0; padding-left: 20px;
			font-size: 1.3em;
			color: #4a2f20;
			line-height: 18px;
			word-spacing: 0.2em;
			background: url("../images/bullet.gif") 0 2px no-repeat;
		}



#othervid {
	background: #160d08;
}
	.othervid-inner h3 span {
		background: url("../images/watch_other_videos.gif") no-repeat;
		width: 328px; height: 22px;
		display: block;
		text-indent: -9000px;
	}
	.othervid-inner p {
		margin: 30px 0 0; padding-top: 15px;
		font-size: 1.1em;
		color: #49392c;
		text-align: center;
		border-top: 1px solid #271b14;
	}
	.othervid-inner .videos {
		overflow: hidden;
	}
		.videos .episode {
			float: left;
			margin: 30px 0 0 30px; padding: 0;
			width: 240px;
			background: #271b14
		}
	    .videos .first {
			margin-left: 0;
		}