@charset "UTF-8";
/* www.acrosstownclassicstory.com */
/* Author: Ashton Y. Grosz */
/* ashtonyves@gmail.com */
/* steal my heart, not my style */

p {font-size: 11px;line-height: 13px;}
p.strong {font-size: 13px; line-height: 17px; letter-spacing: 1px;}
p + p {margin-top: 10px;}
p.centered {text-align: center;}
h2 {font-size: 30px; margin-bottom: 5px; margin-top: 5px; border-bottom: 1px solid black;}
h3 {font-weight: bold;}
a, a:visited {color: #000000;}
a:hover {color: #cccccc;}
p.more {text-align: right;}
p.more a:hover {color: #004aa5;}

body {
	position: relative;
	margin: 0 auto; 
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
}

div#header {
	position: relative;
	height: 191px;
	width: 100%;
	background: transparent url("../images/header.gif") top left no-repeat;
}
div#header h1 {text-indent: -9999px}


div#videoblock {
	position: relative;
	width: 100%;
	height: 344px;
	background: transparent url("../images/background.gif") top left no-repeat;
}

div#trailer {
	position: relative;
	width: 420px;
	height: 300px;
	margin-left: 325px;
}

div#addthis {
	float: right;
	height: 16px;
	width: 125px;
	/*border: 4px solid black;
	background-color: black;*/
	}





div#leftsidebar {
	position:absolute;
	width: 300px;
	left: 5px;
	top: 385px;
}
div#navigation {
	float: left;
	width: 300px;
	height: 150px;
}

div#navigation ul li {
	height: 40px;	
	margin-bottom: 5px;
	border-left: 5px solid #004aa5;
	text-align: right; 
	font-size: 20px;
	color: white;
	background-color: black;		
	text-transform: uppercase;
	
}
div#navigation li a {
	text-decoration: none;
	color: white;
}

div#navigation li:hover {background-color: #004aa5; color: black;}



div#mailinglist {
	width: 300px;
	clear: both;
	background-color: black;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#mailinglist form {padding: 10px;}
input#address {margin: 5px 0px;}
input#address {width: 275px;}
#submit {margin-left: 210px;}
div#response {padding-bottom: 10px;}
div#response p {font-size: 14px; color: #004aa5;  text-align: center;}

div#social {
	position: absolute;
	z-index:3;
	top: 0;
	left: 20px;
	width: 120px;
}

div#description {
	float: left;
	width: 396px; /*to match width of div#trailer */
	padding:10px;
	padding-top: 0px;
	margin-left: 325px;
	text-align: justify;
	color: black;
	/*border: 2px solid black; */
	margin-bottom: 20px;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

div#description p {line-height: 16px;}

div#rightsidebar {
	float: left; 
	width: 250px;
	padding-left: 25px;
	}
	
div#teaser a {color: #004aa5;}
div#teaser a:hover {color: inherit;}

div#contact {margin-top: 10px;}



div#footer { clear: both;margin: 0 auto;}
div#footer p {color: #333333;font-size: 9px;text-align:center;margin:0;}