a {
	text-decoration: none;
	color:#FF9933;
}

a:Hover  {
	color : #FFCC66;
	text-decoration : none;
}


h2 {
	margin:5em 0 .75em;
	font:bold 78%/1.4em sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#E5E5E5;
	text-shadow: 2px 2px 2px black;
}

h3 {
	color: #FF9933;
	font-weight: bold;
 	text-transform:lowercase;
	font-size : 20px;
	font-family: sans-serif;
	text-shadow: 2px 2px 2px black;
}

body {
    background: black url(/images/background_iphone.jpg) no-repeat ;
	margin: 10px;
	margin-top: 120px;
	font-size:13px;
	font-family: sans-serif;
	vertical-align: top;
	color: #E5E5E5;
	text-shadow: 1px 1px 1px black;
}

#news
{
	display: block;
}

#podcast
{
	display: none;
}

#dates
{
	display: block;
	background:#333333;
	border: 1px solid #FF9933;
	padding: 0 20px 10px 20px;
}

#blog
{
	display: block;
}

#blog_archives
{
	display: none;
}

#award_block
{
	margin: 1em auto 0 auto;
	max-width: 300px;
}

#one_sheet
{
	max-width: 100px;
}

#award_center
{
	text-align: center;
	margin: 5px;
}

#award_left
{
	text-align: center;
	margin: 5px;
}

#award_right
{
	text-align: center;
	margin: 5px;
}

#film_center
{
	text-align: center;
	display: block;
}

#film_left
{
	text-align: center;
	display: block;
	margin-bottom: 3em;
}

#film_right
{
	text-align: center;
	display: block;
}

#featured
{
	display: none;
}

#definition
{
	display: none;
}

#standard_content
{
	display: none;
}

#mobile_content
{
	display: block;
}

.center
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img
{
	max-width: 300px;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left:10px;
}

#nav-menu li
{
	float: left;
	margin: 0.1em;
}

#nav-menu li a
{
	background: url(/images/navbar.png) #8C8C8C bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 10em;
	display: block;
	border: 0.1em solid #666666;
	color: #FF9933;
	font-family: sans-serif;
	font-size:14px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

.legalese {
	text-align: center;
	vertical-align: top;
	font-size:10px;
	font-family: sans-serif;
	color: #FF9933;
}


.credits	{font-family: sans-serif;
			font-size: 14px;
			font-variant: small-caps;
			line-height: 125%;
			color: #E5E5E5;
			text-align: center;
			text-shadow: 3px 3px 3px black;
			text-decoration: none;
			}
				
.popup		{cursor: hand;
			color:#FF9933;
  			text-shadow: 3px 3px 3px black;
  			text-decoration: none}
				
.comment	{
			font-size:9px;
			font-style:italic;
			text-align: justify;
			}

