/* CSS Document */
body {
	background-repeat: repeat-x;
	background-color: #3d3c36;
	background-position: top center;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}


/* Fonts */

h1 {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #196990;
}
p {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	line-height: 18px;
	color: white;
}
.gray {
	color: #999999;
}
.module-title {
	color: white;
	font-weight: bold;
	font-size: 18px;
}
.presstitle {
	color: #e5dcb9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
}
a {
	color: white;
	text-decoration: underline;
}
.color-tan {
	color: #e5dcb9;
}
.dashes {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}
.white12px {
	color: white;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.white14px {
	color: white;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
.white16px {
	color: white;
	font-size: 16px;
	font-weight: normal;
	line-height: 21px;
}
.white18px {
	color: white;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
.white22px {
	color: white;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
}
.tan14px {
	color: #e5dcb9;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
.tan16px {
	color: #e5dcb9;
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
}
.tan18px {
	color: #e5dcb9;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
.tan22px {
	color: #e5dcb9;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
}
.black14px {
	color: black;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
.black16px {
	color: black;
	font-size: 16px;
	font-weight: normal;
	line-height: 21px;
}
.black18px {
	color: black;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
.black22px {
	color: black;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
}
.red14px {
	color: red;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
.red16px {
	color: red;
	font-size: 16px;
	font-weight: normal;
	line-height: 21px;
}
.red18px {
	color: red;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
.red22px {
	color: red;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
}


/* nav */

#nav {
	width: 895px;
	padding: 0 0 0 9px;
	height: 58px;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
}
#nav a {
	display: block;
	float: left;
	text-decoration: none;
	color: red;
	font-weight: bold;
	text-align: center;
	font-size: 16px;	
	border: none;
}
#nav .active {
	background-color: white;
}
#nav a:hover {
	background-color: white;
}

#home a {
	padding: 18px 22px;
	width: 43px;
	height: 23px;
	margin: 0 1px 0 1px;
}
#shows a {
	padding: 18px 22px;
	margin: 0 1px 0 1px;
	width: 48px;
	height: 23px;
}
#media a {
	padding: 18px 23px;
	margin: 0 1px 0 1px;
	width: 45px;
	height: 23px;
}
#players a {
	padding: 18px 25px;
	margin: 0 1px 0 1px;
	width: 51px;
	height: 23px;
}
#street a {
	padding: 18px 25px;
	margin: 0 1px 0 1px;
	width: 46px;
	height: 23px;
}
#store a {
	padding: 18px 25px;
	margin: 0 1px 0 1px;
	width: 40px;
	height: 23px;
}
#partners a {
	padding: 18px 26px;
	margin: 0 1px 0 1px;
	width: 63px;
	height: 23px;
}
#press a {
	padding: 18px 26px;
	margin: 0 1px 0 1px;
	width: 39px;
	height: 23px;
}
#contact a {
	padding: 18px 25px;
	margin: 0 1px 0 1px;
	width: 58px;
	height: 23px;
}


/* subnav */

#subnav {
	width: 550px;
	height: 75px;
	margin: 188px 0 0 15px;
	background-image: url(../img/subnav-paper.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}

#subnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 44px 0 0 0;
}
#subnav li {
	display: inline;
}
#subnav a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 14px;	
	border: none;
	padding: 0 14px 0 14px;
}
#subnav .active {
	color: red;
}
#subnav a:hover {
	color: white;
}


#subnav-halfpaper {
	height: 75px;
	margin: 188px 0 0 15px;
	background-image: url(../img/subnav-paper-half.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}

#subnav-halfpaper ul {
	list-style-type: none;
	margin: 0px;
	padding: 44px 0 0 0;
}
#subnav-halfpaper li {
	display: inline;
}
#subnav-halfpaper a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 14px;	
	border: none;
	padding: 0 14px 0 14px;
}
#subnav-halfpaper .active {
	color: red;
}
#subnav-halfpaper a:hover {
	color: white;
}

/* Home */

#home-leftcolumn {
	width: 539px;
	float: left;
	clear: right;
}
#home-rightcolumn {
	width: 363px;
	float: right;
}
#home-upcoming {
	margin: 300px 0 0 15px;
	padding: 23px 23px 0 23px;
	background-image: url(../img/contentbkgd-homewhale.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
#home-bulletin {
	margin: 22px 0 0 15px;
	padding: 0px 23px 0 23px;
	background-image: url(../img/contentbkgd.jpg);
	background-repeat: repeat;
	background-position: top left;
}
#home-upcoming2 {
	margin: 300px 0 0 15px;
	padding: 23px 23px 0 23px;
	background-image: url(../img/RTT/img/contentbkgd.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
#home-video {
	width: 277px;
	height: 256px;
	background-image: url(../img/home-videobkgd.jpg);
	background-position: top center;
	background-color: #9c9c9c;
	background-repeat:no-repeat;
	margin: 300px 40px 0 0px;
	padding: 8px 6px 0 8px;
	
}
#home-video2 {
	width: 277px;
	height: 256px;
	margin: 300px 40px 0 0px;
	padding: 8px 6px 0 8px;

}
#home-albums {
margin: 22px 0 0 0;
	height: 416px;
	width: 298px;
}
#home-albums2 {
margin: 180px 0 0 0;
	height: 416px;
	width: 298px;
}

/* Other Layout Elements */

#button-red {
	padding: 0 20px 0 0;
	text-align: right;
}
#leftcolumn {
	width: 650px;
	float: left;
	clear: right;
}
#leftcolumnvideos {
	width: 850px;
	float: left;
	clear: right;
}
#rightcolumn {
	width: 280px;
	float: right;
}
#content {
	margin: 300px 0 0 15px;
	padding: 23px 23px 23px 23px;
	background-image: url(../img/bkgd-subcontent.jpg);
	background-repeat: repeat;
	background-position: top left;
}
#content-subnav {
	margin: 38px 0 0 15px;
	padding: 23px 23px 23px 23px;
	background-image: url(../img/bkgd-subcontent.jpg);
	background-repeat: repeat;
	background-position: top left;
}


#blank-leftcolumn {
	width: 850px;
	float: left;
}

/* Right column modules */
#video-top {
	width: 292px;
	height: 256px;
	background-image: url(../img/videobkgd.jpg);
	background-position: top center;
	background-color: #9c9c9c;
	background-repeat:no-repeat;
	margin: 300px 0 0 0px;
	padding: 8px 6px 0 8px;
}

#video-module {
	width: 292px;
	height: 256px;
	background-image: url(../img/videobkgd.jpg);
	background-position: top center;
	background-color: #9c9c9c;
	background-repeat:no-repeat;
	margin: 22px 0 0 0px;
	padding: 8px 6px 0 8px;
}

#image-module-top {
	width: 292px;
	height: 240px;
	background-color: #9c9c9c;
	margin: 300px 0 0 0px;
	padding: 8px 8px 8px 8px;
}
#image-module-top-nobackground {
	width: 292px;
	height: 240px;
	margin: 300px 0 0 0px;
	padding: 8px 8px 8px 8px;
}

#image-module {
	width: 292px;
	height: 240px;
	background-color: #9c9c9c;
	margin: 22px 0 0 0px;
	padding: 8px 8px 8px 8px;
}
#image-module-nobackground {
	width: 292px;
	height: 240px;
	margin: 45px 0 0 0px;
	padding: 8px 8px 8px 8px;
}

#text-module {
	width: 275px;
	background-color: #e5e5e5;
	margin: 22px 0 0 0px;
	padding: 15px 10px 15px 15px;
}

#top-text-module {
	width: 275px;
	background-color: #e5e5e5;
	margin: 300px 0 0 0px;
	padding: 15px 10px 15px 15px;
}
#content2 {
	margin: 20px 0 0 15px;
	padding: 23px 23px 23px 23px;
	background-image: url(../img/bkgd-subcontent.jpg);
	background-repeat: repeat;
	background-position: top left;
}

/* Footer */

#footer {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	text-decoration: none;
	height: 35px;
	padding-top: 25px;
}
#footer a{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	text-decoration: none;
}