/*meta styles*/

body	{		
		
		background-color:black;
		margin:0;
		padding:0;
		text-align: right;
				
		
		font-family: helvetica, sans-serif;
		font-size: 11px;
		line-height: 10px;
		color: white;
		font-weight: normal;
}



body {
	min-width:750px;
}	
	
/*text styles*/

pre 		{  
		font-family: helvetica, sans serif; 
		font-size: 11px; 
		line-height: 11px; 
		color: white;
		}
		

A:link        { text-decoration: none; 
				color: white;
				background-color: none; }

A:visited     { text-decoration: none;  
				color: silver;
				background-color: none; }

A:hover       { text-decoration: none; 
				color: black; 
				background-color: silver;}



#science { 
		font-size: 15px;
		font-weight: bold; 
		font-family: helvetica;
		margin-bottom:10px;
		color: brown;
}


#filmheader { 
		font-size: 20px;
		font-weight: bold; 
		font-family: helvetica;
		margin-bottom:10px;
		color: brown;
}

#filmdesc { 
		font-size: 15px;
		line-height: 14pt;
		font-family: helvetica;
		margin-bottom:8px;
		color: gray;
}

#bodyText { 
		font-size: 12px;
		line-height: 13pt;
		font-family: helvetica;
		margin-bottom:7px;
		color: white;
}

#filmScreenings { 
		font-size: 9px;
		line-height: 11pt;
		font-family: helvetica;
		margin-bottom:7px;
		color: silver;
}

#ScreeningsHeader
{ 
		font-size: 12px;
		line-height: 13pt;
		font-family: helvetica;
		margin-bottom:3px;
		color: brown;
}


/*blog styles*/

#wrap {
	background:black;
	margin:0 auto;
	width:750px;
	text-align: right;
}
		
#left_nav 	{
		float:left; 
		padding-left: 10px; 
		width:50px;
		text-align: right;
		}

#main_image 	{
		float:left;
		width:320px; 
		padding-left: 30px;
		padding-top: 10px;
		}

#bottom 	{
		float:bottom;
		text-align: left;
		width:	500px;
		padding-top:275px;
		padding-left:120px;
		padding-bottom:40px;
		
		}

#left_side 	{
		float:left;
		text-align: left;
		width:	300px;
		padding-top:30px;
		padding-left:10px;
		}

img { border:0; }


/*navbar*/

#navbar{
	font-size: 11px;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
	text-align:right;
}

#navbar a{
	text-decoration: none;
	color: #333;
	padding: 0 1.4em 0 0;
}

#navbar a.begin{
	font-weight: bold;
	color: #ddd;
	border: none;
}
#navbar a.highlight { font-weight: bold; }
#navbar a:hover { color: #666; background-color:#cfcfcf; }

.nonOption {background-color: #000000; font-weight: bold; color:#ffffff;}

 select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:ddd;
 border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; 
 border-bottom-width: 1px; border-left-width: 1px; }
 
