body {
	background: url(../_images/bg.jpg) top center #000 no-repeat;
}

#wrapper {
	background: url(../images/header.jpg) repeat-x transparent;
}

h1.project, h2.cause {
	text-indent: -9999px;
}

#content {
	margin: 0 auto;
	width: 800px;
}

div.videoPlayer {
	margin: 270px auto 0;
	height: 385px;
	width: 800px;
	background: #000;
}

div.video {
	width: 640px;
	height: 385px;
	float: left;
	overflow: hidden;
	background: url(../_images/loading.gif) #000 center center no-repeat;
}

div.video h3.coming {
	width: 640px;
	height: 385px;
	background: url(../_images/coming.jpg) #000 top center no-repeat;
	text-indent: -9999px;
}

/* Thumbnails */

#content ul.tnails, ul.tnails li, ul.tnails li a {
	float: none;
	display: block;
	margin: 0;
}

#content ul.tnails {
	width: 160px;
	height: 385px;
	float: left;
	display: inline;
}

#content ul.tnails li a{
	height: 77px;
	padding: 0;
	margin: 0;
	width: 160px;
	text-indent: -9999px;
}

#content ul.tnails li a.chapter1{
	background: url(../_images/chapter1.jpg) #000 top center no-repeat;
}

#content ul.tnails li a.chapter2{
	background: url(../_images/chapter2.jpg) #000 top center no-repeat;
}

#content ul.tnails li a.chapter3{
	background: url(../_images/chapter3.jpg) #000 top center no-repeat;
}

#content ul.tnails li a.chapter4{
	background: url(../_images/chapter4.jpg) #000 top center no-repeat;
}

#content ul.tnails li a.chapter5{
	background: url(../_images/chapter5.jpg) #000 top center no-repeat;
}

#content ul.tnails li a:hover{
	background-position: bottom center;
}

#content ul.tnails li a:active{
	background-position: top center;
}

/* Social Buttons */

#content ul.social {
	float: left;
	padding-left: 330px;
	margin: 10px 0 0 0;
}

#content ul.social li, #content ul.social li a {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#content ul.social li a{
	height: 50px;
	width: 150px;
	margin-left: 10px;
	text-indent: -9999px;
}

#content ul.social li a.email{
	background: url(../_images/email.jpg) #000 top center no-repeat;
	margin: 0;
}

#content ul.social li a.facebook{
	background: url(../_images/facebook.jpg) #000 top center no-repeat;
}

#content ul.social li a.twitter{
	background: url(../_images/twitter.jpg) #000 top center no-repeat;
}

#content ul.social li a:hover{
	background-position: bottom center;
}

#content ul.social li a:active{
	background-position: top center;
}

/* Links */

#content ul.links {
	float: left;
	width: 800px;
	height: 50px;
	margin: 10px 0 100px 0;
	display: inline;
}

#content ul.links li, #content ul.links li a {
	float: left;
	margin: 0;
	display: inline;
}

#content ul.links li a {
	height: 50px;
	margin-left: 10px;
	text-indent: -9999px;
}

#content ul.links li a.album {
	width: 400px;
	background: url(../_images/cms.jpg) #000 top center no-repeat;
	margin: 0;
}

#content ul.links li a.itunes {
	width: 140px;
	background: url(../_images/itunes.jpg) #000 top center no-repeat;
}

#content ul.links li a.sherescue {
	width: 240px;
	background: url(../_images/sherescue.jpg) #000 top center no-repeat;
}

#content ul.links li a:hover{
	background-position: bottom center;
}

#content ul.links li a:active{
	background-position: top center;
}