/*-----------------------
American Idiot Stylesheet
Media Styles
-----------------------*/

#subnav a {
	height: 60px;
}

#photos a {
	width: 136px;
	background: url(/img/subnav_photos.gif) no-repeat 0 0;
}

#videos a {
	width: 128px;
	background: url(/img/subnav_videos.gif) no-repeat 0 0;
}

.content .player {
	margin: 0 0 36px 0;
}

.content ul li a img {
	border: 3px solid #000;
}

.content ul li a:hover img, .content ul li a.on img {
	border: 3px solid #cd181f;
}

.content ul li {
	float: left;
	display: inline;
}

#photosContent{
	margin-top: 20px;
}

#photosContent ul {
	width: 515px;
	margin: 20px auto 0 auto;
}

#photosContent ul li {
	margin: 0 9px 9px 0;
}

#photosContent ul li a {
	display: block;
}

#videosContent ul {
	width: 547px;
	margin: 19px auto 0 auto;
}

#videosContent ul li {
	margin: 0 12px 12px 0;
}

#videosContent ul li a {
	display: block;
}

#videosContent ul li a img {
	margin: 0;
	padding: 0;
}

#photoplayer{
	position: relative;
	height: 528px;
	width: 609px;
	margin: 0 auto;
	margin-bottom: 35px;
}

#topleft{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	margin: 0px;
}

#topright{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	margin: 0px;
}

#bottomleft{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	margin: 0px;
}

#bottomright{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	margin: 0px;
}

#topbar{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 13px;
	background-image: url(/img/photo_topbar.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}

#bottombar{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
	background-image: url(/img/photo_bottombar.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}

#leftbar{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 15px;
	background-image: url(/img/photo_leftbar.jpg);
	background-repeat: repeat-y;
	z-index: 1;
}

#rightbar{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 19px;
	background-image: url(/img/photo_rightbar.jpg);
	background-repeat: repeat-y;
	z-index: 1;
}

#right #photoplayer img{
	margin: 0px;
}

#bigphoto{
	position: absolute;
	top: 13px;
	left: 15px;
}

#textbox{
	position: absolute;
	width: 100%;
	left: 15px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	top: 439px;
}

#credit{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #6c6c6c;
	position: absolute;
	right: 0px;
	bottom: -20px;
}