* {
	margin:0;
	padding:0;
}

html, body{
	height:100%;
	text-align:center;
}

body{
	background:url(../_images/page-bg.gif) repeat;
}

.clear{
	clear:both;
}

a img{
	border:none;
}

hr{
	margin-top:5px;
	margin-bottom:5px;
}
/*Structure*/
#wrapper{
	width:955px;
	margin:0 auto;
	text-align:left;
	background:#FFF;
}

#header{
	width:955px;
	height:242px;
	background:#FFF url(../_images/page-header.gif) no-repeat;
}
#content{
	width:955px;
	min-height:500px;
	_height:500px; /*ie-hack*/

}
#single-col, #single-col-photos{
	width:905px;
	margin:10px 20px 20px 20px;
        font-size:12px;
}

#single-col-schedule{
	width:955px;
	text-align:center;
}



#two-col-left{
	width:210px;
	float:left;
	margin:50px 0 0 0;
       font-size:12px;
}

#left-social{
	margin-top:50px;
}

#two-col-right{
	width:710px;
	float:right;
	margin:10px 20px 20px 0;
       font-size:12px;
}



#single-col p, #two-col-right p{
	margin:10px;
}

#footer{
	width:955px;
}

#footer-social{
	margin:0 auto;
	width:400px;
	height:50px;
}

#footer-nav{
	width:955px;
	height:30px;
	background:#ef0381;
	text-align:center;
	padding-top:10px;
}
/*Typography*/
body, #wrapper, p{
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1,h2,h3,h4,h5{
	font-family: Georgia,"Times New Roman",Times,serif;
	color:#ef0381;
	font-style:normal;
	font-weight:bold;
	margin-bottom:5px;
}
h1{
	font-size:18px;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
h4,h5{
	font-size:12px;
}

#tp{
	font-size:12px;
}

a{
	color:#ef0381;
}

a:hover{
	background-color:#ffff00;
}

#footer-nav{
	color:#FFF;
}

#footer-nav a{
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer-nav a:hover{
	background-color:#FFF;
	color:#000;
}

/*Tumblr stuff*/
div.post{
	border-bottom:solid 2px #CCC;
	padding-bottom:20px;
	padding-top:20px;
	font-size:11px;
}

div.post img{
	margin:5px;
}

#schedule-nav a.current{
	background:#ffff00;
}

#film-nav ul li{
display:inline;
list-style:none;
font-size:15px;
font-weight:bold;
}

#film-nav ul li a{
text-decoration:none;
padding-left:10px;
padding-right:10px;
}

#film-nav ul li a:hover, #film-nav ul li.active a{
color:#000;
background:none;
}