﻿@import url("tinymce.css");

/* RESET EVERYTHING */
/*from http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */

@font-face {
	font-family: 'UniSansSemiBoldRegular';
	src: url('webfont/uni_sans_semi_bold-webfont.eot');
	src: local('☺'), url('webfont/uni_sans_semi_bold-webfont.woff') format('woff'), url('webfont/uni_sans_semi_bold-webfont.ttf') format('truetype'), url('webfont/uni_sans_semi_bold-webfont.svg#webfontYOORR4pl') format('svg');
	font-weight: normal;
	font-style: normal;
}

body { 
	font: 13px/20px Arial, Helvetica, sans-serif;
	color:#4C4C4C;
	background: #FFF url(../images/topstripe.png) repeat-x;
	margin:0px 0px 15px 0px;
	padding:0px;
	text-align: center;
	width:100%;
}

p, form {
	margin:0px;
	padding:0px;
}

a {
	color:#00ADEF;
	text-decoration:none;
}

a:hover {
	color:#808183;
}

.brightlink {
	color:#ec297b;
	background-color:#fdda2e;
	padding:3px 7px;
}

.clearer {
	float:none;
	clear:both;
}

ul {
	padding-left:14px;
	margin:12px 0px;
	list-style-image: url(../images/list_bullet.gif);
}

.greybar {
	width:100%;
	height:25px;
	margin-top:23px;
	margin-bottom:18px;
	background-color:#edf1eb;
}

.greybar h2 {
	display:inline;
	text-transform:none;
	font: 13px/25px Arial, Helvetica, sans-serif;
	padding:5px 46px 5px 8px;
	background-color:#fdda2e;
}

div.padded {
	padding:0px 9px;
}

div.padded h2 {
	width:213px;
	margin-left:-9px;
}



h3 {
	font: 13px/20px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#ec297b;
}

h4 {
	font: 13px/20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background: transparent url(../images/rule_grey_horizontal_dashed.png) repeat-x center bottom;
	padding-bottom:10px;
	margin-bottom:12px;
}

.column {
	float:left;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width:940px;
	text-align:left;
}

#contentholder {
	width:940px;
	min-height:547px;
}

#logo {
	width:406px;
	height:106px;
	position:relative;
	float:left;
}

#home__page #logo {
	background: transparent url(../images/logo_BIFF.png) no-repeat;
}

#logo a {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:block;
	background: transparent url(../images/logo_BIFF.png) no-repeat;
}

#top_upper {
	height:138px;
}

#top_upper_right {
	width:100%;
	height:120px;
	padding-top:18px;
	text-align:right;
}

#upper_right_links .darklink {
	color:#4c4c4c;
}

.bug {
	float:right;
	display:block;
	width:20px;
	height:21px;
	margin-left:6px;
	margin-right:7px;
	background-color:transparent;
	background-repeat:no-repeat;
}

#fb_link {
	background-image:url(../images/icon_facebook.png)
}

#instagram_link {
	background-image:url(../images/icon_instagram.svg);
	background-size: cover;
}

#twit_link {
	background-image:url(../images/icon_twitter.png)
}

#youtube_link {
	background-image:url(../images/icon_youtube.png);
	width:50px;
}

#rss_link {
	background-image:url(../images/icon_rss.png)
}

#itunes_link {
}

#weatherbox {
	margin-top:36px;
	float:right;
}

#weatherdata {
	text-align:left;
	float:left;
	font:13px/17px Arial, Helvetica, sans-serif;
}

#weathericon {
	width:48px;
	float:right;
}

.nav_main {
	float:left;
	height:25px;
	padding:12px 44px 0px 8px;
	text-transform:uppercase;
	font:16px/16px UniSansSemiBoldRegular, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

.nav_main a {
	display:block;
	height:25px;
	padding:12px 44px 0px 8px;
	background-color:#FFF;
	color:#4c4c4c;
	margin:-12px -44px 0px -8px;
}

.nav_main.here, .nav_main a:hover {
	background-color:#edf1eb;
}

.nav_main.here {
	cursor:default;
}

#topnav_lower_holder {
	float:none;
	clear:both;
	width:940px;
	padding-top:6px;
	background: transparent url(../images/rule_grey_horizontal_dashed.png) repeat-x;
}

#menu_mobile_items {
	display:none;
}

.topnav_sub {
	height:25px;
	width:940px;
	margin-top:39px;
	background-color:#edf1eb;
	position:absolute;
	list-style-image: none;
}

#subnav_the_festival {
	width:897px;
	padding-left:43px;
}

#subnav_box_office {
	width:667px;
	padding-left:273px;
}

#subnav_news {
	width:609px;
	padding-left:331px;
}

#subnav_support {
	width:461px;
	padding-left:479px;
}

.nav_sub {
	float:left;
	height:21px;
	padding:4px 21px 0px 21px;
	margin-right:18px;
	font-size:13px;
	line-height:18px;
	letter-spacing:1px;
	color:#4c4c4c;
}

.nav_sub a {
	display:block;
	height:21px;
	padding:4px 21px 0px 21px;
	margin:-4px -21px 0px -21px;
	color:#4c4c4c;
}

.nav_sub.here, .nav_sub a:hover {
	background-color:#fdda2e;
	color:#ec297b;
}

.nav_sub.here {
	cursor:default;
}

#searchboxholder {
	float:right;
}

#searchtext {
	width:176px;
	height:12px;
	margin-top:4px;
	padding:5px 5px 0px 5px;
	color:#808080;
	background:transparent url(../images/icon_search.png) no-repeat 170px 2px
}

#maincontent {
	margin-top:50px;
	overflow:auto;
}

/*BOTTOM NAV*/
#bottom_navcontainer {
	width:100%;
	height:114px;
	margin-top:12px;
	padding:19px 0px;
	background-color:#edf1eb;
	text-align:center;
}

#bottom_navcontent {
	font: 11px/17px Arial, Helvetica, sans-serif;
	width:940px;
	margin:0px auto;
	text-align:left;
	color:#808080;
}

#bottom_navcontent a {
	color:#808080;
}

.bottomnavcol {
	float:left;
	width:126px;
}

#bottomnavcol1 {
	width:310px;
}

#bottom_navcontainer ul {
	padding:0px 0px 0px 8px;
	margin:-19px 0px 0px 0px;
	list-style-image:none;
	border-left:1px #d0d2cf solid;
}

#bottom_navcontainer ul li h4 {
	background-image:none;
	font-weight:bold;
	text-transform:none;
	padding:19px 0px 0px 0px;
	margin:0px;
}


/*COLUMNS*/

/*CALENDAR*/
#calendartable {
	width:217px;
}

#calendartable th, #calendartable td {
	width:25px;
	height:22px;
	padding-top:2px;
	padding-left:6px;
	text-align:center;
}

#calendartable td {
	font: 15px/15px Arial, Helvetica, sans-serif;
	color:#999;
}

#calendartable td.festdate {
	font-weight:bold;
	color:#00b0d8;
	background:transparent url(../images/calendar_circle.png) no-repeat 8px 0px;
}

#calendartable td.festdate.outline {
	background-image:url(../images/calendar_circle_outline.png);
	background-position:8px 0px;
}

#calendartable td.festdate.twodigit a {
	margin-left:-4px;
}

/*ENEWS*/
#mc-embedded-subscribe-form .form_field {
	width:245px;
	margin-bottom:8px;
}

#col1 #mc-embedded-subscribe-form .form_field {
	width:216px;
}

#col1 #mc-embedded-subscribe-form a.brightlink {
	padding:2px 7px;/*1px of padding makes IE8 choke. why?*/
}


/*FORMS*/
body.webform { 
	font: 11px/14px Arial, Helvetica, sans-serif;
	background-image: none;
	margin:15px;
	text-align: left;
	min-width: 0px; 
	width:95%;
}

#formtitle {
	font: 14px/16px Arial, Helvetica, sans-serif;
	color:#808183;
	font-weight:bold;
	margin-bottom:2px;
	color:#00ADEF;
	text-transform:uppercase;
}

.form_subhead {
	margin-top:12px;
	font-weight:bold;
	color:#00ADEF;
}

#textarea.form_field {
	margin:0px;
	padding:0px;
	height:72px;
	width:400px;
}

.tableheader, .tableheader td {
	height:20px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#555;
	background-color:#F7F7F7;
}

.form_field {
	margin-top:4px;
	display:block;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #808183;
	width:250px;
}

.darkrow {
	color:#4C4C4C;
	background-color:#F7F7F7;
}

.ticketformcell {
	padding-right:20px;
}

#interviewformpage select {
	margin-top:-12px;
}

#withoutabox {
	font-size:9px;
}

