/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0px auto;
	text-align: center;
	color: #FFFFFF;

}
a {
	color: #CCCCCC;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a img { border: 0;}

#pagewrapper {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#bodywrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #666666;

}
#header {
	margin: 0px;
	height: 145px;
	background-color: #FFFFFF;
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
#header a {
}
#sidebar {
	width: 310px;
	background-color: #9F9F9F;
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#breadcrumb {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #666666;
	line-height: normal;
	text-align: right;
	margin-top: 0px;
}
#main a:hover, #sidebar a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#nav {
	clear: both;
	height: 19px;
	margin: 0px;
}
#footer {
	font-size: 0.7em;
	color: #FFFFFF;
	clear: both;
	padding: 15px;
	background-color: #333333;
}
#footer #copyright {
	color: #999999;
}
#utility {
	padding: 5px;
}
#utility a {
	text-transform: uppercase;
}
#footer a {
	text-decoration: none;
	color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;

}
#footer a:visited {
	color: #CCCCCC;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.small {
	font-size: 0.9em;
}
ul {
	list-style-type: square;
	padding-left: 2em;
}
input, textarea {
	color: #000000;
	background-color: #F1ECE7;
}
.clear {
	clear: both;
}
.noleading {
	margin-bottom: 0px;
}
#photowrap {
	text-align: center;


}
#sidebar p, #sidebar ul {
}
#main {
	background-color: #676767;
	text-align: left;
	margin: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
}

#main table {
	font-size: 80%;
}
#main table table {
	font-size: 100%;
} 

#maincontent h1 {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 15px;
	margin-bottom: 25px;
	margin-top: 0px;
	background-color: #646464;
	font-size: 210%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#maincontent h2 {
	font-size: 1.5em;
	margin-bottom: 0px;
	margin: auto 25px;
}
#main table h3 {
	font-size: 130%;
	margin: 0px 25px 0px 25px;
}
#main table p, #main table ul, #main table ol {
	margin: 0px 25px 15px 25px;
}
#photobox {
	padding: 5px;

}
#photothumbs {
	float: right;
	margin-right: 5px;
	width: 171px;
}
.marginb5 {
	margin-bottom: 5px;
}
.marginl5 {
	margin-left: 5px;

}
.marginr5 {
	margin-right: 5px;

}
.margin5 {
	margin: 5px;
	text-align: left;
}
.marginb10 {
	margin-bottom: 10px;
}
.marginb15 {
	margin-bottom: 15px;
}
#logo {
	margin: 15px 0px 0px 15px;
	float: left;
}
#logo a:hover img, #maincontent a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80)
}
#headercontent {
	height:22px;
	text-align: right;
	font-size: 0.7em;
	color: #FFFFFF;
}
#headercontent a, #headercontent a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #CCCCCC;
	padding: 1px 10px;
}
#headercontent a:hover {
	background-color: #000000;
}
#header form {
	display:inline;
}
.callout {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	clear: both;
}
#subnav {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	background-color: #CD3301;
}
#subnav ul{
	white-space: nowrap;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:140%;
	font-weight: bold;
}
#subnav ul li{
	display : inline;
	margin-right: 5px;
	margin-left: 5px;
}
#subnav ul li a{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;	
	color: #FFFFFF;
	text-decoration: none;
}
#subnav ul li a:hover{
	background-color : #FFFFFF;
	color: #000000;
}
#header h1 {
	clear: both;
	font-size: 1em;
	font-style: italic;
	color: #00853E;
	text-align: left;
	line-height: 1.1em;
	padding-top: 10px;
}
.mainheader {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #646464;
	font-size: 170%;
	margin: 0px;
	padding: 15px 18px 0px 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#sidebar p, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
#sidebar h5 {
	font-size: 1em;
	margin-bottom: 0px;
}
#sidebar h4 {
	font-size: 1.2em;
	margin-bottom: 0px;
}

#maincontent {
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
	width: 690px;
	padding: 30px 0px;
}
.vid {
	text-align: center;
	margin: auto;
}
#adsTop {
	float: right;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 10px;
}
#adLeaderboard {
	height: 90px;
	width: 728px;
	padding: 5px;
	border: 2px solid #999999;
	margin: 5px auto;
}
.siteFashion a, .siteFashion .mainheader {
	color: #C6CFE1;
}
.siteHollywood a, .siteHollywood .mainheader {
	color: #C1DF95;
}
.siteMobile a, .siteMobile .mainheader {
	color: #72BCE0;
}
.siteMusic a, .siteMusic .mainheader {
	color: #88D0A5;
}
.sitePoster a, .sitePoster .mainheader {
	color: #C1DF95;
}
.siteSports a, .siteSports .mainheader {
	color: #E6CBB0;
}
.siteTrailer a, .siteTrailer .mainheader {
	color: #E7DCC7;
}
.siteTv a, .siteTv .mainheader {
	color: #C1DF95;
}
#pop1, #pop2, #pop3, #pop4, #pop5, #pop6, #pop7, #pop8, #pop9, #pop10 {
	position:absolute;
	left:91px;
	top:208px;
	z-index:1;
	visibility: hidden;
}

.popup {
	background-color: #333333;
	padding: 10px;
}

a.nolink {
	color: #FFFFFF;
	text-decoration: none;
}

/* Overrides for print layout */
@media print {
	#body {
		width: 670px;
		margin-left: auto;
		margin-right:auto;
}
}
#brochure {
	float: right;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
