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

/*---------CSS 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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height:normal;
	color: black;
	background: white;
}
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: "" "";
}


/*----------BODY--------*/

body 
	{
    background-color:#000;
	height:100%;
	}	

/*----------LAYOUT---------*/

.container
	{
	width:100%;
	}

.header
	{
	background-image:url(../header/puaa-header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: 1024px 400px;
	width:1024px;
	height:50px;
	padding-top:275px;
	padding-bottom:50px;
	border-bottom:thick dashed #fff;
	}

.main
	{
	width:900px;
	height:auto;
	padding: 50px 62px 50px 62px;
	}
	
.main-film
	{
	width:1024px;
	height:auto;
	padding: 0;
	margin-left:-62px;
	}

/*----------TEXT-----------*/

p
	{
	font:12px  Arial, Helvetica, sans-serif;
	color:#fff;
	margin-bottom:10px;
	line-height:normal;
	margin:0px 0px 15px 0px;
	}

p.contact
	{
	margin:-15px 0px 0px 0px;
	}

p.caption
	{
	font:10px  Arial, Helvetica, sans-serif;
	}
	
p.date
	{
	font:10px  Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;	
	}
		
strong
	{
	font-weight:bold;
			}

em
	{
	font-style: italic;
	}
	
h1
	{
	font:bold 36px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0px 0px 25px 0px;
	}

h2
	{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:25px 0px 15px 0px;
	}
	
h3
	{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:-15px 0px 15px 0px;
	}

h3.contact
	{
	margin: -15px 0px 0px 0px;
	}

h3.subtitles
	{
	margin: 15px 0px -15px 0px;
	}
	
h3.crew
	{
	margin: 15px 0px 25px 0px;
	}
	
h3.press-kit
	{
	margin: 15px 0px 25px 0px;
	}

/*-------FOOTER-----*/
	
.footer
	{
	width:800px;
	height:auto;
	padding: 20px 112px 20px 112px;
	border-top: thick #fff dashed;
	}	

.footer a:link
	{
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:underline;
	}
	
.footer a:hover
	{
		color:#bbb;
	text-decoration:none;	
	}
	
.footer a:active
	{
	color:#bbb;
	}

.footer a:visited
	{
	text-decoration:underline;
	color:#fff;
	}

.footer p
	{
	font:bold 10px Arial, Helvetica, sans-serif;
	line-height:normal;
	margin:0px 0px 15px 0px;
	}
	
	

/*-----------MENU-------------*/

.menu
	{
		height:20px;	
		margin: 20px 0px 0px 45px;
		}

.menu a:link
	{
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	padding:0px 20px 0px 20px;
	vertical-align:middle;
	text-decoration: none;	
	}
	
.menu a:visited
	{
	font: bold 20px Arial, Helvetica, sans-serif;
	color:#fff;
	display: block;
	padding:0px 20px 0px 20px;
	vertical-align:middle;
	text-decoration: none;
	}
	
.menu a:hover
	{
	background-color:#FFF;
	color:#000;
	}
	
/*-------SOCIAL NETWORK-----*/

.socialNetwork
	{
	margin: 50px 0px 0px 0px;	
	}
	
/*-----IMG------*/

img.news-image
	{
	border: none;
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	}
img
	{
	border: #fff dashed thick;
	}

img.icon
	{
	border: none;
	}



/*-----LINKS------*/

a:link
	{
	color:#bbb;
	font-weight:bold;
	}
	
a:visited
	{
	color:#bbb;
	}
	
a:hover
	{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}

a:active
	{
	color:#fff;
	}
	
a:link.returnToTop
	{
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:underline;
	}
	
a:hover.returnToTop
	{
		color:#bbb;
	text-decoration:none;
	}

a:active.returnToTop
	{
	color:#bbb;
	}

a:visited.returnToTop
	{
	color:#fff;
	}




	
/*----------IMAGES--------------*/




/*------------------LIGHT BOX-----------------*/

#lightbox
	{
	position: absolute;
	left: 0;
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
	}
	
#lightbox img
	{ 
	width: auto; 
	height: auto;
	}
	
#lightbox a img
	{ 
	border: none; 
	}

#outerImageContainer
	{ 
	position: relative; 
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto; 
	}
	
#imageContainer
	{ 
	padding: 10px; 
	}

#loading
	{ 
	position: absolute; 
	top: 40%; 
	left: 0%;
	height: 25%;
	width: 100%; 
	text-align: center; 
	line-height: 0; 
	}
	
#hoverNav
	{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
	}

#imageContainer>#hoverNav
	{ 
	left: 0;
	}
	
#hoverNav a
	{
	outline: none;
	}

#prevLink, #nextLink
	{ width: 49%;
	height: 100%; 
	background-image: url(data:image/gif);
	base64,AAAA); /* Trick IE into showing hover */ display: block; 
	}
	
#prevLink
	{
	left: 0;
	float: left;
	}
	
#nextLink
	{ right: 0;
	float: right;
	}
	
#prevLink:hover, #prevLink:visited:hover
	{ 
	background: url(../images/prevlabel.gif) left 15% no-repeat;
	}
	
#nextLink:hover, #nextLink:visited:hover 	
	{
	background: url(../images/nextlabel.gif) right 15% no-repeat;
	}

#imageDataContainer{ 
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	background-color: #fff;
	margin: 0 auto; 
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	}

#imageData
	{
	padding:0 10px;
	color: #000;
	}

#imageData #imageDetails
	{
	width: 70%;
	float: left;
	text-align: left;
	}
		
#imageData #caption
	{
	font-weight: bold;
	}
	
#imageData #numberDisplay
	{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	}
				
#imageData #bottomNavClose
	{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }