/*
Theme Name: AZ Underground Film Festival
Theme URI: http://azundergroundfilmfest.com/
Description: The custom theme written for AZ Underground Film Festival
Version: 1.0
Author: Joshua Belhumeur at BrinkMedia
Author URI: http://www.brinkmedia.com
Tags: custom
*/



/* Begin Typography & Colors */
body 
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000;
	color: #FFF;
	height:100%;
	text-align: center;
}

a, a:link, a:visited { color:#FFFF99; text-decoration:underline; }
a:hover, a:focus, a:active { text-decoration:none; }

a img { border:none; }

#page_title { text-align:left; font-size:22px; font-weight:bold; padding-left:20px; }
#main { margin-left:auto; margin-right:auto; width:992px; position:relative; padding-bottom:100px}
#content { position:absolute; top:280px; left:383px; z-index:2; text-align:left; width:570px; }
#footer { margin-top:50px; text-align:center; }

h2 { font-size:20px; margin-bottom:10px; padding-bottom:0px;}
small { font-size:12px; color:#CCCCCC; font-weight:bold; }

.entry { font-size:12px; border-bottom:1px solid #666; line-height:1.5em; }