/* 
Title: 	Reset default browser styles
Author:	http://meyerweb.com/eric/tools/css/reset/ 
			v2.0 | 20110126
			edited by ForbiddenToast.com 
License: none (public domain)
*/
/* prettier-ignore */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, /*table /* [FT] messes up table center ,*/ caption, tbody, tfoot, thead, th, /*td /* [FT] removes inline padding ,*/ article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/ /*[FT] messes up Dreamweaver design view*/
	/*vertical-align: baseline;*/ /*[FT] moves table content to the bottom*/
}

img,
iframe {
   border: 0; /*[FT]*/
}

/* HTML5 display-role reset for older browsers */
/* prettier-ignore */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
   line-height: 1;
}
ol,
ul {
   list-style: none;
}
blockquote,
q {
   quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
   content: "";
   content: none;
}
table {
   border-collapse: collapse;
}

/*-------- Styles --------*/

:root {
   --nav-height: 95px; /* adjust to match nav height */
}

body {
   font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
   font-size: 15px;
   color: #ccc;
   line-height: 1.3;
   margin: 0px;
   background-color: #000;
}

body#skin {
   /*background-color: #000;*/
}

#wrapper {
   background-image: url(skin.jpg);
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-position: center var(--nav-height);
   min-width: 1280px; /* Fan: 1280px, RT:1100 */
   margin: 0 auto;
   padding-top: 135px;
}

#b1 #wrapper,
#b2 #wrapper,
#b3 #wrapper {
   background-image: url(skin2.jpg);
}

#c1 #wrapper,
#c2 #wrapper,
#c3 #wrapper {
   background-image: url(skin3.jpg);
}

/* static pages: id contains "static" (e.g. static1, static2) */
body[id*="static"] {
   overflow: hidden;
}

body[id*="static"] #content {
   background-image: none;
}

body[id*="static"] #banner1 {
   display: none;
}

/* per-page background image — add one block per static page */
#static1 #wrapper {
   background-image: url(Michael_Theatrical_Keyart_Fandango_Expand_1600x1000_w970x150_safe.jpg);
}
/* #static2 #wrapper { background-image: url(other_image.jpg); } */

#content {
   background-image: url(content_fan.jpg); /* Fan: content_fan.jpg, RT: content_rt.jpg */
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: center calc(var(--nav-height) + 115px); /* 970x250: 255px,  970x150: 155px, RT: 124px*, Fan Expand: 115px */
   width: 1280px; /* Fan: 1280px, RT:1100 */
   height: 2000px;
   margin: 0 auto;
   position: relative;
}

#b1 #content,
#b2 #content,
#b3 #content {
   background-position: center 255px;
}

#banner1 {
   position: absolute;
   top: calc(var(--nav-height) - 49px); /* Fan: -9px, RT: -131px, Fan expand: -49 */
   left: 155px; /* Fan: 155px, RT: 65px */
}

/*#b1 #banner1, #b2 #banner1 {
	position: absolute;
	top: 126px;
	left: 155px;
}

#c1 #banner1, #c2 #banner1 {
	position: absolute;
	top: 126px;
	left: 154px;
}*/

#wrapper #banner2 {
   position: absolute;
   top: calc(var(--nav-height) + 150px);
   left: 5px;
   /* width: 184px;
   height: auto; */
}

h2 {
   color: #f3d9a8;
   font-size: 24px;
   font-weight: normal;
   margin: 5px;
}

p {
   margin: 0;
}

#includeNav {
   position: fixed;
   top: 0;
   width: 100%;
}

#nav {
   background-color: #000;
   background-image: url("../mich_bg_nav.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: auto;
   height: var(--nav-height);
}

#nav a:link,
#nav a:visited {
   color: #ccc;
}
#nav a:hover,
#nav a:active {
   color: #fff;
}
/* "selected" class (in nav.html) gets selected highlight */
#nav a.selected {
   color: #fff;
   font-weight: bold;
}

#nav a {
   transition: color 0.2s ease;
}

td .label {
   padding: 8px;
}

#nav .headCell {
   text-align: right;
}

#nav .linkCell {
   background-color: #222222;
   text-align: center;
}

iframe {
   overflow: hidden;
}
