/* @override http://localhost:9001/?css=styles/amf.v.1229522675 */

/* @group RESET STYLES */

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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* @end */

/* @group General Styles */

body{
	text-align: center;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 21px;
	background: #282828 url(/images/layout/background.jpg) no-repeat center top;
	color: #ccc;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
}
p{
	margin-bottom: 21px;
}
a:link, a:visited{
	text-decoration: none;
         color: #bbb;
}
a:hover, a:active{
    color: #da0e0e;
}

/* @group Headings */

h1{
	color: #ccc;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .05em;
	margin-top: 14px;
	margin-bottom: 14px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
line-height: 28px;
}
h2{
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 0 1px 1px rgba(255,255,255,.25);
}

/* name on contact */
h3{
	line-height: 1.5em;
	color: #fff;
	text-shadow: 0 1px 1px rgba(255,255,255,.25);
	font-size: 20px;
}

/* contact info */
h4{
	color: #ccc;
	font-size:16px;
}

.profile a{
	color: #ccc;
	font-size:16px;
}

.profile a:hover{
	color: #fff;
}
/* @end */

/* @group Layout */

#container{
	position: relative;
	overflow: hidden;
	text-align: left;
	width: 959px;
	margin: 0 auto;
	/*background: url(/images/layout/grid.png) repeat-y center top;	*/
	z-index:1;
}
#branding{
	margin-top: 6px;
	text-align: center;
	/* hack for line height being set w/ image */
	line-height: 0;
}
#branding img{
	border: 3px solid #000;
}
/* @end */

/* @group Navigation */

#navigation{
	background: url('./images/nav2.jpg') repeat-x 0 0;
	position: relative;
	z-index: 40;
	border: 1px solid black;
	height: 50px;
}

/* settings for both primary and secondary navs */
.filmNav{
	width: 155px;
	position: relative;
	height: 50px;
	float: left;
	background-image: url('./images/nav2.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px; 
	z-index: 999;
}

.filmNav a{
	text-shadow: .05em 0.08em .1em #000;
	display: block;	
	padding: 12px 5px;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	text-shadow: .05em 0.08em .1em #000;
	color: #999;
	text-transform : capitalize;
}


/* hover animation, also useful for if js is disabled */
.filmNav a:hover,  .filmNav a:active{
	color: #ddd;
/*	background: rgba(0, 0, 0, 0.8); */
}

/* main navigation buttons (ie films, docs, etc) */
#primaryNavigation{
	float: left;
	position: relative;
	left: 0px;
	height: 50px;
	z-index:998;
}

#primaryNavigation .filmNav a{
	font-weight: bold;
}
/* ---------- Secondary links (contact, about links) ---------- */
#secondaryNavigation{
	position: relative;
	float: right;
	right: 0;
	width: auto;
	height: 50px;
}

#secondaryNavigation .filmNav a{
	font-weight: normal;
}

/* ---------- dropdown menu body ---------- */
.subNav{
	display: none; 
	position: absolute;
	top: 50px;
	left: 0;
	width: 280px;
	border: 5px solid black;
	background-color: black;
/*	background-image: url('images/normalMenuBg.jpg');
	background-repeat: repeat-y; */
	z-index:1000;
}

.filmNav:hover ol {
	display: block;
	clear: left;
}

.subNav li{
	width: auto;
	height: auto;
/*	background: url('images/hoverMenuBg.jpg') no-repeat;
	background-position: 0px -50px; 
*/	z-index: 1001; 
	border-bottom: 1px solid #333;
}

/* dropdown menu styling */
.subNav li a{
	padding:10px 5px;
	height: auto;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
/*	color: #999; */
	text-shadow: .05em 0.08em .1em #000;
}

.subNav li a:link, .subNav li a:visited{
	color: #ddd;
}

.subNav li a:hover, .subNav li a:active{
	/*background: rgb(30, 0, 0);*/
        background:#3E0000 none repeat scroll 0 0;
}

/* @end */

/* content 
#content{
z-index:30;
position: absolute;
}*/

/* @group Primary Content */

#primaryContent{
	position: relative;
	overflow: hidden;
	background: url('./images/layout/videoBack.jpg') repeat-y center top;
	padding-top:39px;
	padding-bottom: 26px;
/*	z-index: 30;*/
}
#poster{
	position: relative;
	left: 20px;
	border: 1px solid #000;
        width:190;
        height:284;
}

#videoContent{
    border: 1px solid black;
	background: #000;
	position: absolute;
	top: 39px;
	left: 229px;
	width: 494px;
	height: 284px;
	margin: 0;
}
#stills{
	position: absolute;
	top: 39px;
	left: 743px;
	width: 200px;
    height: 286px;
}
#stills li{
	float: left;
	margin: 0 6px 0px 0px;
}
#stills img{
	border: 1px solid #000;
}

/* @end */

/* @group Secondary Content */

#secondaryContent{
	position: relative;
	overflow: hidden;
	background: url('http://absurdmachinefilms.com/images/layout/rule.gif') repeat-x 0 top;
	padding-top: 26px;
	height: auto;
}
#filmSummary{
	position: relative;
	left: 21px;
	width: 700px;
	padding-bottom: 24px;
	height: auto;
}
#details{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 11px;
	color: #666;
}

/* @group Side Bar */

#relatedItems{
	position: absolute;
	top: 42px;
	left: 723px;
	padding-left: 21px;
	background: url('/images/layout/vertrule.gif') repeat-y 0 left;	
}
#dvd, #merch, #press, #genre{
	display: none;
	padding: 21px 0;
	background: url('./images/layout/rule.gif') repeat-x 0 bottom;		
}
#genre{
	padding: 21px 0;
}

/* **** Contact page specific **** */

#contact{
	z-index: 50;
	width:956px;
	height: 600px;
	margin: 20px auto;
	padding: 0 18px;
}

#contact img{
	margin: 0px 0 5px 0;
}

.profile{
	width: 300px;
	float: left;
	height: 600px;
	margin: 5px;
}

.landing_poster{
    width: 190px;
    margin: 0 20px 10px 20px;
    float: left;
    position: relative;
    border: 1px solid #000;
}

#aegri_poster{
   height: 284px;
}

#manifesto_poster{
height: 310px;
}

.landing_text{
   height: 310px;
   width: 900px;
}

#clear{
clear:both;
}

#home_content{
width: 650px;
height: auto;
position: relative;
padding: 0px 150px 10px 150px;
text-align:center;
margin: 0 auto 30px auto;
}
/* page specific */
/* aegri */
.body_text, .body_poster{
	float: left;
}

.body_text{
	width: 500px;
}

.body_poster{
	width: 200px;
}

.body_poster img{ margin-bottom: 10px;}

/* **** footer * **** */
#siteSummary{
	z-index: 0;
	position: relative;
	padding: 8px 12px 24px 0;
	text-align: right;
	background: url('./images/layout/rule.gif') repeat-x 0 top;	
	font-size: 12px;
	color: #666;
}