@charset "UTF-8";
/* CSS Document */

/* BROWSER RESET */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {font-weight: bold;}

/* STEAM */

body {
	height: 100%;
	width: 100%;
	margin: 0;
	background: #000000;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	}
	
a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	
.center {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
	}

.main {
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	height: 624px;
	top: -312px;
	background: url(../media/images/bgSteam.jpg) top left no-repeat;
	}
	
.content {
	width: 370px;
	height: 410px;
	overflow: visible;
	margin: 125px 0 0 20px;
	}

h1 {
	display: block;
	font-weight: normal;
	color: #8d0e0e;
	font-size: 70px;
	letter-spacing: -3px;
	margin: 0 0 10px 0;
	}
	
h2 {
	display: block;
	font-size: 17px;
	line-height: 1.1;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
	font-weight: 200;
	}
	
	h2 strong {
		font-weight: 600;
		letter-spacing: 0;
		}
	
p.synopsis {
	display: block;
	font-size: 13px;
	margin: 0 0 25px 0;
	line-height: 1.4;
	font-weight: 300;
	}
		
h3 {
	display: block;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	}
	
.screenings {
	height: 125px;
	overflow: auto;
	font-size: 12px;
	}
		
	.screenings li {
		display: block;
		padding: 0 0 0 14px;
		background: url(../media/images/arrow.gif) top left no-repeat;
		margin: 0 0px 10px 0;
		}
		
		a.screening:link {color: #FFFFFF; text-decoration: none;} 
		a.screening:visited {color: #CCCCCC; text-decoration: none;} 
		a.screening:hover {color: #CCCCCC; text-decoration: underline;} 
		a.screening:active {color: #FFFFFF; text-decoration: none;} 
		
.contact {
	height: 14px;
	overflow: visible;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	}
	
	a.contact:link, a.contact:visited, a.contact:hover, a.contact:active {
		color: #FFFFFF;
		text-decoration: none;
		}    

/*

a:link, a:visited, a:hover, a:active {
	color: #CFCFCF;
	text-decoration: none;
	}
	
	
	
	
	
*/	
	
.subtitle {
	font-size: 17px;
	}

.laurel {
	position:relative;
	top:-510px;
	left:250px;
	width:120px;
}

.laurels {
	position:relative;
	top: -660px;
	top: -510px;
	left: 20px;
}
