body {
	background: #000000;
	color: white;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 0.8em;
	margin: 0 ;
	padding: 0 ;
	
}

area {
	border: solid 1px red;
	background-color: red;
	z-index: 2000;
}

img.leftAligned {
	float: left;
	margin: 0 10px 0 0;
	
	position: relative;
}

img.rightAligned {
	float: right;
	margin: 0 0 0 10px;
	position: relative;
}

#page {
	width: 100%;
	
	margin: 10px auto  !important;
	position: relative;
}

html.Explorer_Windows #page {
	position: relative;
	
}


#header {
	position: absolute;
	z-index: 10;
	width: 99%;
	left: 0;
	top: 20px;
}

#fringeLogo {
	position: absolute;
	top: 1.4em;
	right: 10px;
	
}

#inspirationStumpLogo {
	position: absolute;
	top: -20px;
	left: 20px;
}

#mainImage {
	padding-top: 80px;
	/* margin-top: -10px; */
	position: relative;
	
	z-index:5;
	/* height: 681px; */
}

img.fullSize {
	padding-top: 0px !important;
}

div.fullSize {
	position: absolute;
	padding-top: 3em !important;
	left: -10px;
}

div.fullSize img {
	display: block;
	margin: 0 auto;
	top: 0;
}

#content {
	position: absolute;
	z-index: 6;
	top: 100px;
	padding: 10px 20px 0 410px;
	margin: 0 10px 0 30px;
	/* height: 830px; */
	
	
}

html.Explorer_Windows #content{
	padding: 10px 20px 0 440px;
	right: 0;
	
}



#content.wideImage {
	height: 681px;
	padding: 10px 0 0 610px;
	
}

#content.wideImage a {
	color: #000033;
}




.copyOnImage {
	background: black;
	opacity: 0.4;	
}

.narrowImage {
	/* height: 939px !important; */
}

.narrowImage img {
	margin-top: 0em;
	margin-left: 25px;
	position: relative;
}

html.Explorer_Windows .narrowImage img {
	
	
}

#content.fullWidth,  .fullWidth {
	/* width: 96% !important; */
	position: relative !important;
	padding: 0 10px 100px 15px !important;
	height: auto;
}

.comingSoon {
	padding: 0 !important;
}

.comingSoon h1, h1.white {
	color: white !important;
}

#content p {
	font-size: 1.1em;
	line-height: 1.2em;
}

#content big {
	font-size: 1.3em;
}

#content li {
	font-size: 1.3em;
}

.hiddenCopy {
	visibility: hidden;
}

#content.visible h1 {
	visibility: visible !important; 
}

#content h1, .wideImage {
	color: black;
}



.wideImage blockquote{
	color: black;
}

#content h1 {	
	padding-top: 10px;
	margin-top: 15px;
	font-size: 5em;
	line-height: 0.8em;
}	

#content h2 {
	margin: 0 0;
	font-size: 2.2em;
}

#header h1 {
	float: left;
	padding: 0;
	margin: 0;
}
	
h1 {
	font-weight: lighter;
	margin-bottom: 0;
}

#content p {
	padding: 0;
	margin-top: 4px;
}

#content span.question {
	font-size: 0.7em;
}

#content span.answer {
	font-size: 1em;
}

#whereWhenCost span.question {
	font-size: 1.1em;
}

#whereWhenCost span.answer {
	font-size: 1.0em;
}

#whereWhenCost {
	padding-top: 0px;
	color: white;
}

#whereWhenCost table {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

#whereWhenCost table tr td {
	text-align: left;
	vertical-align: top;
	width: 33%;
}

#whereWhenCost table tr td + td,
#whereWhenCost table tr td[colspan="3"] {
	text-align: left;
}

#whereWhenCost table tr td + td + td {
	
}

#whereWhenCost table td {
	padding: 10px;
}

#content blockquote {
	width: 350px;
	margin-left: 0;
	font-size: 1.1em;
	font-style: italic;
	
}

#footer {
	position: relative;
	/* top: 310px; */
	top: 0px;
	z-index: 50;
	
	background-color: black;
	/* opacity: 0.5; */
}

ul#topNav, ul.subMenu {
	margin: 0;
	list-style-type: none !important;
	padding-right: 10px;
}

ul.subMenu  {
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
	
}

ul.subMenu li {
	text-align: left;
}

ul.subMenu img {
	border: solid 3px black;
}

ul.subMenu li.noImage {
	width: auto;
	height: auto;
}



ul.subMenu a:hover img {
	border: solid 3px white;
}

ul.subMenu a {
	
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul.subMenu {
	border: solid 1px red;
	display: inline;
}

ul.subMenu  ul {
	display: block;
	
	/* display: inline; */
}

ul.subMenu ul li.last {
	clear: both;
	width: 1px !important;
	height: 1px !important;
}

html.Explorer_Windows  ul.subMenu  li.last {
	display: none;
}

ul#topNav {
	float: right;
	padding-left: 0;
	
}

ul#topNav li {
	
	float: left;
	padding-left: 20px;
	height: 3em;
}

ul.subMenu li {
	float: left;
	margin: 10px;
	display: inline;
	margin-top: 40px;
	height: 100px;
	width: 100px;
}

ul.subMenu li.last {
	clear: both;
	width: 1px !important;
	height: 1px !important;
}

#topBlurb {
	font-style: italic;
}

#title {
	float: left;
}


#title h1 {
	font-size: 1.1em;
}

#fringeLogo {
	float: left;
	margin-right:0px;
}

#title h2 {
	font-size: 1em;
}

.mouseover {
	display: block;
	position: absolute;
	z-index: 100;
	border: #999999 solid 1px;
	
	top: 2.6em;
	padding-bottom: 10px;
}



.mouseover a:hover {
	text-decoration: none;
	color: #ffcccc;
}

#castCrew {
	right: 30px;
	display: none;
}

#inspiration {
	right: 90px;
	height: 230px;
	display: none;
}

.shown {
	display: block !important;
}

.transparentBackground {
	position: absolute;
	top: 0;
	left: 0;
	height: 170px;
	background: black;
	opacity: 0.9;
	width: 100%;
	z-index: 90;
}

#inspiration.transparentBackground {
	height: 220px;
}

.mouseover {
	background: black;
}
.transparentBackground{
	display: none;
}

img{
	border: none;
}

img {
	behavior: url(../htc/pngbehavior.htc);
}

.mouseoverLink {
	padding-bottom: 30px;
}

html.uri_myTemplate_cgi_index_html #inspirationStumpLogo,
html.uri_myTemplate_cgi_contactUs_html #inspirationStumpLogo,
html.uri_index_html #inspirationStumpLogo,
html.uri_contactUs_html #inspirationStumpLogo,
html.uri_ #inspirationStumpLogo 
{
	display: none;
}

html.uri_myTemplate_cgi_index_html #page,
html.uri_myTemplate_cgi_contactUs_html #page,
html.uri_index_html #page,
html.uri_contactUs_html #page
 {
	
	margin: 0px auto !important;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 30px 0 0 0;
}

#googleMap {
	width: 100%;
	height: 350px;
}
