/*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: silver;
		font-weight: normal;
}



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

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

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

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

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





#subheader { 
		font-size: 12px; 
		font-family: helvetica;
		color: brown;
}

#header { 
		font-size: 20px;
		font-weight: bold; 
		font-family: helvetica;
		margin-bottom:15px;
		margin-top:0px;
		color: brown;
}

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

#filmdesc { 
		font-size: 15px;
		font-family: helvetica;
		margin-bottom:7px;
		color: gray;
}

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


/*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;
		}

#left_side 	{
		float:left;
		text-align: right;
		line-height: 11pt;
		width:	350px;
		padding-left:10px;
		padding-right:15px;
		padding-bottom:40px;
		
		}

#dates {
		float:left;
		font-weight: bold;
		text-align: left;
		line-height: 11pt;
		width:	50px;
		padding-top: 22px;
		color: brown;
		}


#right_pics 	{
		float:left;
		padding-top: 20px;
		padding-bottom: 100px; 
		width:100px; 
		text-align: left;
		color: gray;
		}

#footer	{
		float:top;
		font-size: 15px; 
		font-family: times;
		padding-top: 20px;
		color: gray;
		}

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; }
 