body{
	font-family: Arial, Helvetica Neue, sans-serif;
	background: #b8b396 url('images/bg-canvas.jpg');
	display: block;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

img {
	border: none;	
}

hr {
	height: 3px;
	color: #571c1f;
	background-color: #571c1f;
	border: none;
	margin: 0 0 10px 0;
}

/****TEXT****/

h6{
	font-family: Times New Roman, Serif;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.875em;
	color: #fff;
	background: #571c1f;
	display: block;
	margin: 0;
	padding: 5px;
	float: right;
	text-align: right;
}

h3{
	color: #571c1f;
	line-height: 90%;
	font-size: 1.5em;
	margin: 5px 0 7px 0;
}

h4{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
}

h2{
	width: 200px;
	display: block;
	font-weight: normal;
	font-size: 1em;
	color: #571c1f;
	margin: 10px 0 5px 0;
	float: left;
}

p{
	font-size: 0.8125em;
}


/****MASTHEAD****/

.masthead{
	width: 1069px;
	height: 173px;
	position: relative;
	left: -54px;
}

.masthead #header{
	width: 1069px;
	height: 173px;
	background: url('images/bg-masthead.jpg') center center no-repeat;\
}

.masthead #header h1 a{
	display: block;
	width: 203px;
	height: 126px;
	background: url('images/logo.jpg') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 21px;
	left: 62px;
}

#now{
	width: 380px;
	position: absolute;
	/*background: url('images/now-bg.gif') repeat-x;
	background-position: 0 30px;*/
	top: 35px;
	right: 180px;
}

#now #title{
	border-bottom: 3px solid #571c1f;
	display: block;
}

/****NAV****/

.nav{
	height: 47px;
	background: url('images/bg-nav.jpg');
	position: relative;
}

.nav ul{
	display: block;
	height: 31px;
	text-transform: uppercase;
	font-size: 0.90625em;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 3px;
	left: 180px;
}

.nav ul li{
	display: inline;
}

.nav ul li a{
	display: block;
	float: left;
	margin: 0 10px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
}

.nav ul .feat a{
	width: 91px;
	/*padding: 6px 7px;*/
	background: url('images/nav-feat.gif') no-repeat;
}

.nav ul .feat a:hover{
	background-position: 0 -31px;
}

.nav ul .com a{
	width: 194px;
	/*padding: 6px 9px;*/
	background: url('images/nav-com.gif') no-repeat;
}

.nav ul .com a:hover{
	background-position: 0 -31px;
}

.nav ul .mvid a{
	width: 121px;
	/*padding: 6px 7px;*/
	background: url('images/nav-mvid.gif') no-repeat;
}

.nav ul .mvid a:hover{
	background-position: 0 -31px;
}

.nav ul .newm a{
	width: 103px;
	/*padding: 6px 10px;*/
	background: url('images/nav-newm.gif') no-repeat;
}

.nav ul .newm a:hover{
	background-position: 0 -31px;
}

#feat .nav ul .feat a, #com .nav ul .com a, #mvid .nav ul .mvid a, #newm .nav ul .newm a{
	background-position: 0 -31px;
}


/****ARTICLE****/

.article #videoPlayback .text{
	width: 260px;
	margin-left: 10px;
}

.article #videoPlayback iframe{
	width: 640px;
	height: 360px;
	float: right;
	margin-left: 40px;
}


/****FOOTER****/

.footer{
	height: 70px;
	background: #43431e;
	position: relative;
}

.footer div{
	margin: 0 10px;
}

.footer #contact{
	display: block;
	width: 170px;
	float: left;
}

.footer #contact h5{
	background: url('images/h5-contact.gif') no-repeat;
	text-indent: -9999px;
	margin: 10px 0 5px 0;
}

.footer #contact p{
	color: #a8af1a;
	font-size: 0.75em;
	text-transform: lowercase;
	margin: 0;
}

.footer #contact a{
	color: #a8af1a;
	text-decoration: none;
}

.footer #contact a:hover{
	color: #fff;
}

.footer #copy{
	display: block;
	width: 258px;
	height: 70px;
	background: url('images/bg-copy.jpg') no-repeat;
	position: relative;
	float: right;
}

.footer #copy p{
	font-size: 0.6875em;
	color: #4c1418;
	position: absolute;
	top: 10px;
	right: 30px;
}


/* THUMBNAILS */

#mycarousel li a{
	display: block;
	width: 138px;
	height: 92px;
	overflow: hidden;
}

a.acura{
	background: url('images/thumbs/acura.jpg') no-repeat bottom center;
}

a.acura:hover{
	background: url('images/thumbs/acura.jpg') no-repeat top center;
}

a.americanbang_angels{
	background: url('images/thumbs/americanbang_angels.jpg') no-repeat bottom center;
}

a.americanbang_angels:hover{
	background: url('images/thumbs/americanbang_angels.jpg') no-repeat top center;
}

a.americanbang_whiskey{
	background: url('images/thumbs/americanbang_whiskey.jpg') no-repeat bottom center;
}

a.americanbang_whiskey:hover{
	background: url('images/thumbs/americanbang_whiskey.jpg') no-repeat top center;
}

a.americanbang_wild{
	background: url('images/thumbs/americanbang_wild.jpg') no-repeat bottom center;
}

a.americanbang_wild:hover{
	background: url('images/thumbs/americanbang_wild.jpg') no-repeat top center;
}

a.crystalmethod{
	background: url('images/thumbs/crystalmethod.jpg') no-repeat bottom center;
}

a.crystalmethod:hover{
	background: url('images/thumbs/crystalmethod.jpg') no-repeat top center;
}

a.dannyelfman{
	background: url('images/thumbs/dannyelfman.jpg') no-repeat bottom center;
}

a.dannyelfman:hover{
	background: url('images/thumbs/dannyelfman.jpg') no-repeat top center;
}

a.devo_dvd{
	background: url('images/thumbs/devo_dvd.jpg') no-repeat bottom center;
}

a.devo_dvd:hover{
	background: url('images/thumbs/devo_dvd.jpg') no-repeat top center;
}

a.devo_holy{
	background: url('images/thumbs/devo_holy.jpg') no-repeat bottom center;
}

a.devo_holy:hover{
	background: url('images/thumbs/devo_holy.jpg') no-repeat top center;
}

a.dreamcatchers{
	background: url('images/thumbs/dreamcatchers.jpg') no-repeat bottom center;
}

a.dreamcatchers:hover{
	background: url('images/thumbs/dreamcatchers.jpg') no-repeat top center;
}

a.glamsquad{
	background: url('images/thumbs/glamsquad.jpg') no-repeat bottom center;
}

a.glamsquad:hover{
	background: url('images/thumbs/glamsquad.jpg') no-repeat top center;
}

a.indarkness{
	background: url('images/thumbs/indarkness.jpg') no-repeat bottom center;
}

a.indarkness:hover{
	background: url('images/thumbs/indarkness.jpg') no-repeat top center;
}

a.kraft{
	background: url('images/thumbs/kraft.jpg') no-repeat bottom center;
}

a.kraft:hover{
	background: url('images/thumbs/kraft.jpg') no-repeat top center;
}

a.marisa{
	background: url('images/thumbs/marisa.jpg') no-repeat bottom center;
}

a.marisa:hover{
	background: url('images/thumbs/marisa.jpg') no-repeat top center;
}

a.melee_onthemovie{
	background: url('images/thumbs/melee_onthemovie.jpg') no-repeat bottom center;
}

a.melee_onthemovie:hover{
	background: url('images/thumbs/melee_onthemovie.jpg') no-repeat top center;
}

a.mini_beach{
	background: url('images/thumbs/mini_beach.jpg') no-repeat bottom center;
}

a.mini_beach:hover{
	background: url('images/thumbs/mini_beach.jpg') no-repeat top center;
}

a.pttow{
	background: url('images/thumbs/pttow.jpg') no-repeat bottom center;
}

a.pttow:hover{
	background: url('images/thumbs/pttow.jpg') no-repeat top center;
}

a.singlefile_miss{
	background: url('images/thumbs/singlefile_miss.jpg') no-repeat bottom center;
}

a.singlefile_miss:hover{
	background: url('images/thumbs/singlefile_miss.jpg') no-repeat top center;
}

a.stage5{
	background: url('images/thumbs/stage5.jpg') no-repeat bottom center;
}

a.stage5:hover{
	background: url('images/thumbs/stage5.jpg') no-repeat top center;
}

a.themaine_inside{
	background: url('images/thumbs/themaine_inside.jpg') no-repeat bottom center;
}

a.themaine_inside:hover{
	background: url('images/thumbs/themaine_inside.jpg') no-repeat top center;
}

a.themaine_return{
	background: url('images/thumbs/themaine_return.jpg') no-repeat bottom center;
}

a.themaine_return:hover{
	background: url('images/thumbs/themaine_return.jpg') no-repeat top center;
}

a.tmz{
	background: url('images/thumbs/tmz.jpg') no-repeat bottom center;
}

a.tmz:hover{
	background: url('images/thumbs/tmz.jpg') no-repeat top center;
}

a.travel{
	background: url('images/thumbs/travel.jpg') no-repeat bottom center;
}

a.travel:hover{
	background: url('images/thumbs/travel.jpg') no-repeat top center;
}

a.tylerhilton_thisworld{
	background: url('images/thumbs/tylerhilton_thisworld.jpg') no-repeat bottom center;
}

a.tylerhilton_thisworld:hover{
	background: url('images/thumbs/tylerhilton_thisworld.jpg') no-repeat top center;
}

a.vespa{
	background: url('images/thumbs/vespa.jpg') no-repeat bottom center;
}

a.vespa:hover{
	background: url('images/thumbs/vespa.jpg') no-repeat top center;
}