﻿@import url("layout.css");
/* Site Container Coloring and Backgrounds */
body {
	background-color: black;
}
#masthead {
	background-color: #FFD452;
	background-image: url('../images/site/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#navigation {
	background-color: #FFD452;
}
.leftside {
	background-image: url('../images/site/bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}
#footer {
	background: black;
	padding: 10px 0 0 0;
}
/* Site Typography and Link Styles */
/* Masthead */
/* Navigation */
#entry {
	background-position: center ;
	background-repeat: no-repeat ;
	background-image: url('../images/site/entry.jpg');
	width:200px;
	height: 25px;
	float: left ;
}
#entry a, 
#entry a:link, 
#poster a, 
#poster a:link
#pricing a, 
#pricing a:link
#nanbf a, 
#nanbf a:link
#links a, 
#links a:link
#results a, 
#results a:link
 {
	margin: 0;
	padding: 0;
	border: none;
}
#mastheadnav {
	width: 300px;
	height: 70px;
	margin: 0;
	padding: 0;
	float: left;
}
#poster {
	background-position: center ;
	background-repeat: no-repeat ;
	background-image: url('../images/site/poster.jpg');
	width:200px;
	height: 25px;
	float: right ;
}
#pricing {
	background-position: center ;
	background-repeat: no-repeat ;
	background-image: url('../images/site/hotel.jpg');
	width:200px;
	height: 25px;
	float: left ;
}
#links {
	background-position: center ;
	background-repeat: no-repeat ;
	background-image: url('../images/site/resources.jpg');
	width:200px;
	height: 25px;
	float: right ;
}
#nanbf {
	background-position: center ;
	background-repeat: no-repeat ;
	background-image: url('../images/site/nanbf.jpg');
	width:200px;
	height: 25px;
	float: left ;
}
#results {
	background-position: center ;
	background-repeat: no-repeat ;
	background-image: url('../images/site/results.jpg');
	width:200px;
	height: 25px;
	float: right ;
}
/* Site typography */
/* Overall typography */
h2 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: x-large;
	color: #FFD452;
	padding: 10px 0 0 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: medium;
	color: #FFFFFF;
	padding: 0 0 0 15px;
}
#content a, #content a:link, .links a, .links a:link {
	font-family: Arial, Helvetica, sans-serif;	
	color: #FFD452;
}
#content a:hover, .links a:hover {
	font-family: Arial, Helvetica, sans-serif;	
	color: black;
	background: #FFD452;
}
.bold {
	font-weight: bold;
}
.callouts {
	font-weight: bold;
	font-family: Magneto;
	color: #FFD452;
	font-size: large;
	padding-top: 10px;
	text-decoration: underline;
}
.subcallouts {
	font-family: Magneto;
	color: #FFD452;
	font-size: medium;
	padding-top: 10px;
}
.prices {
	font-style: italic;
	font-size: small ;
	padding: 0 0 0 10px;
}
.priceinfo {
	font-style: italic;
	font-size: xx-small;
	color: #FFFFFF;
}
.proqualifier {
	font-style: italic;
	font-size: small ;
	color: gray;
}
.primaryshowname {
	font-family: Stencil;
	color: #FFD452;
	font-size: 4em;
	font-weight: bold;
	padding-top: 10px;
}
.secondaryshowname {
	font-family: Stencil;
	color: white;
	font-size: large;
	font-weight: bold ;
	padding-top: 10px;
}
.showsponsor {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: medium;
	font-weight: bold ;
	padding-top: 10px;
}
.rightside {
	text-align: center ;
}
.style_italic {
	font-style: italic;
}
.center {
	text-align: center;
}
.results {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #31314C;
}
.overall {
	font-weight: bold;
	font-size: small;
}
.class {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
}
.regular {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}
.poser {
	font-weight: bold;
	font-size: small;
	background-color: #FFFF00;
	color: #000000;
}
/* Footer typography */
#footer p {
	font-size: x-small;
	color: white;
	text-decoration: none;
}
#footer a:hover {
	font-size: x-small;
	color: #FFD452;
	text-decoration: none;
}
#footer a, #footer a:link {
	font-size: x-small;
	color: #B3B8B2;
	text-decoration: none;
}
/* Page Specific Styles */