/* =General----------------------- */


/* Remove padding and margin */
* {margin: 0;padding: 0;}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 0 0 1em 0;}

/* Class for clearing floats */
.clear {clear:both;}

/* Class for floats */
.left {	float: left;}
.right {float: right;}

/* Remove border around linked images */
img {border: 0;}


/* =Typography----------------------- */

body {	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	color:#000;
	text-align: center; 
	min-width: 760px;
	background: #8cc63f;
	background-image: url(http://www.vtiff.org/images/86.gif);
	background-repeat: no-repeat;


}





h1, h2, h3, h4 {font-weight: bold; line-height: 1.1em;}

h1 {	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: .45em;
	padding-bottom: .25em;
	border-bottom: .2em solid #900;
}

h2 {font-size: 1.2em;}

h3, h4 {font-size: 0.85em;margin-top: .5em;}

h4 {text-transform: uppercase;}

h5, h6 {font-size: .85em;line-height: 1.4em;color: #666;}

h6 {text-transform: uppercase;}

ul, ol, li {font-size: 1.0em; line-height: 1.8em;}

ul, ol {list-style-position: outside; margin-left: 1.5em;}

li  ul {margin-bottom: 0em;}

ul {list-style-type: disc;}

ul ul {	list-style-type: circle; margin-top: 1em; }

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
	margin-top: 1em;
}

li, dd {
	margin-left: 1em;
}

dl {
	font-size: 1.0em;
}

dt {
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
	}
	
strong, b {
	font-weight: bold;
	}
	
blockquote {
	padding-left: 10px;
	margin-left: 10px;
	border: 0;
	}

blockquote p {
	font-weight: normal;
	font-family: Georgia, "New Century Schoolbook", "Times New Roman", times, serif;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.small, .footnote {
	font-size: .85em;
	line-height: 1.5em;
}

p.footnote {
	color: #666;
}

p.footnote + p.footnote {
	padding-top: 0;
}

p.footnote sup {
	margin-left: -1.4em;
}

sup.footnote {
	font-size: .8em;
}

hr {
	border-top: 1px dotted #900;
	height: 1px;
	margin: 1em 5px;
	clear: both;
}

.timestamp {
	border-left: 14px solid #300;
	padding-left: 4px;
	margin-left: -18px;
	clear: both;
}

/* =Film List----------------------- */

div.clear + div.timestamp {
	margin-top: 4em;
}

div.film-list {
	clear: both;
	margin-left: 60px;
	margin-top: 2em;
}

.film-list h2 {
	margin-bottom: 0;
}

.film-list h4 {
	margin-left: -60px;
	margin-bottom: .75em;
}

.film-list p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: .5em;
}

.film-list img.left {
	margin-left: -60px;
	margin-right: 0px;
	margin-bottom: 0;
}


/* =Film Listing----------------------- */

p.film-info {
	font-size: 0.9em;
	line-height: 1.2em;
}

span.film_info {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-transform: uppercase;
}

p.awards {
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-left: 2em;
	padding-right: 2em;
}

p.awards:before {
	content: url(ornament-left.gif) " ";
}

p.awards:after {
	content: " " url(ornament-right.gif);
}

.film_times {
	clear: both;
	border-top: 1px dotted #900;
	margin-top: 1em;
	margin-bottom: 1em;
}

.film_times h4 {
	padding-bottom: .5em;
	border-bottom: 1px dotted #900;
}

.film_times h6 {
	margin-top: 1em;
	margin-bottom: 0;
}

.film_times p + h6 {
	margin-top: 1em;
}

.film_times p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 1em;
}

.vid {
	margin-bottom: 1em;
}

.category_list a.current {
	font-weight: bold;
	border-left: 4px solid #900;
	margin-left: -6px;
	padding-left: 2px;
}


img.left {
	margin-right: 1em;
	margin-bottom: 1em;
	border: 1px solid #000;
}


/* =Links----------------------- */

a {text-decoration: none;}
a:link {color: #900; background-color: transparent;}
a:visited {color: #900; background-color: transparent;}
a:hover {color: #999; background-color: transparent;}
a:active {color: #999; background-color: transparent;}


/* =Header----------------------- */

div#header {
	height: 212px;
	width: 800px;
	margin-top: 0px;
}

#logo {
	float: right;
	margin: 15px 185px 0px 0px;
}

#presenters {
	width: 250px;
	margin-top: 50px;
	text-align: center;
	border-top: none;
	float: right;
}

#header #presenters {
} 

#presenters h4 {
	font-size: 1em;
	letter-spacing: 0.1em;
	margin-top: 0;
	margin-bottom: 2px;
}

#presenters img {
	margin-top: 5px;
	margin-right: 5px;
}


/* =Navigation----------------------- */

ul#main_menu {
	float: left; 
	text-align: right;
	margin: 10px 0px 30px 37px;
	padding: 0;	
	width: 165px; 
	list-style-type: none; 
	}

ul#main_menu li {
	display: block;
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
}

body#home li#menu_home,
body#about li#menu_about,
body#films li#menu_films,
body#schedule li#menu_schedule,
body#tickets li#menu_tickets,
body#press li#menu_press,
body#for-filmmakers li#menu_for-filmmakers,
body#sponsorship li#menu_sponsorship,
body#blog li#menu_blog,
body#contact li#menu_contact {
/*	background: transparent url(menu_bg-bottom.png) no-repeat 0px bottom; */
}

ul#main_menu li:hover {
	background: transparent url(menu_bg-bottom.png) no-repeat bottom;
}

ul#main_menu li:active {
	background: transparent url(menu_bg-bottom.png) no-repeat bottom;
}


body ul#main_menu {margin-top:65px;}

ul#main_menu a {
	display: block;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 00px;
	padding: 5px 20px 5px 0;}

body#home #menu_home a,
body#about #menu_about a,
body#films #menu_films a,
body#schedule #menu_schedule a,
body#tickets #menu_tickets a,
body#press #menu_press a,
body#for-filmmakers #menu_for-filmmakers a,
body#sponsorship #menu_sponsorship a,
body#blog #menu_blog a,
body#contact #menu_contact a {
	color: #fff;
	 background: transparent url(menu_bg-bottom.png) no-repeat -0px top;}

ul#main_menu a:hover {
	color: #fcb040;
	background: transparent url(menu_bg-bottom.png) no-repeat 0 top;
}

ul#main_menu a:active {
	color: #98aea0;
	background: transparent url(menu_bg-bottom.png) no-repeat 0px top;
}



/* =Main Content----------------------- */

#wrapper {
	width: 855px; 
	margin-top:0px;
	text-align: left;
}

#navigation {width:375px; 
	     float:left; 
	     margin: 40px 0px 0px 0px;}

#content { 
	width: 650px; 
	float: right; 
	margin:10px 0px 0px 0px;
	min-height: 350px;
	background: #fff;
}

#main_content { 
	width: 425px; 
	float: left; 
	margin-left: 22px; 
	margin-top: 10px;
}


/* =Sidebar 1----------------------- */

#sidebar-1 { 
	width: 150px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right; 
	margin-top: 1em;
	margin-right: 22px; 
} 

#sidebar-1 h1 {
	font-size: 1em;
	text-transform: uppercase;
	margin-top: 2em;
	margin-bottom: .5em;
	padding-bottom: .25em;
	border-bottom: .2em solid #600;
	}

#sidebar-1 p {
	font-size: .9em;
	line-height: 1.2em;
	margin: 0 0 .5em 0;
}

#sidebar-1 li {
	list-style-type: none;
	font-size: .9em;
	line-height: 1.2em;
	margin: 0 0 .5em 0;
	}

#sidebar-1 ul {
	margin-left: 0;
	}

/* =Footer----------------------- */

#footer { 
	width: 640px; 
	float: right; 
	margin:10px 0px 0px 0px;
	padding: 12px 10px 0 20px;
	float:right;
	clear: both; 
} 

body#home #footer { 
	padding-top: 0;
	margin-top: 0;
	background: none;
	color:#fff;
} 

#boiler_plate {
	text-align: right;
	color:#fff;
} 

body#home #boiler_plate {
	background: none;
} 

#boiler_plate p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: .85em;
	line-height: 1.4em;
} 


/* =Forms----------------------- */

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

form.zemContactForm div {
	margin: 1em 0 .3em 0;
}

form.zemContactForm p {
	line-height: .85em;
	margin-top: 1em;
	margin-bottom: 1em;
}

label {
	display: block;
}

label.zemTextarea, label.zemText, label.zemSelect, span.form-label {
	display: block;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .25em;
}

span.form-label {
	margin-bottom: 0em;
}

input {
	width: auto;
	border: 1px solid #300;
	margin-bottom: .25em;
}

textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #300;
	margin-bottom: .25em;
}

input.radio, input.zemRadio, input.submit {
  width: auto;
  float: left;
  margin-right: 1em;
}

input:focus, textarea:focus {
  background: #ffc;
}

.button, input.zemSubmit {
	font: 10px/12px verdana, arial, sans-serif;
	color: #fc0;
	font-weight: bold;
	background: #300;
	border: 1px solid #300;
	padding: 2px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: auto;
	margin-top: 5px;
}

.button:hover, input.zemSubmit:hover {
	color: #300;
	background: #fc0;
}

div#search { 
	float: left;
}


/* =Tables----------------------- */

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

th, td {
	padding: 5px;
}

th {
	text-align: right;
	font-weight: bold;
}


/* =Sponsors----------------------- */

body#sponsorship table { 
	border-spacing: 0;
	border-collapse: collapse;
}

body#sponsorship td {
	text-align: center;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}

body#sponsorship span.nologo {
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-weight: bold;
}


/* =Blog----------------------- */

div.post_info {
	color: #666;
	clear: both;
	padding-top: .85em;
	margin-bottom: 40px;
	border-top: 1px dotted #333;
}

div.post_info h5 {
}

/* =Le Misc----------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

/* =Home ----------------------- */

body#home {background-image: url(http://www.vtiff.org/images/83.gif); background-repeat:no-repeat;}

body#home div#wrapper {
	width: 850px; 
	margin-top:170px;
	border: none;}
	
body#home div#wrapper div#content { 
	width:488px; 
	float:right; 
	text-align:left;
	margin:0px;
	background: transparent;}

body#home #content h2 { 
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
}

body#home #navigation {
	width:350px; 
	float:left; 
	margin: 40px 0px 0px 0px;}

body#home ul#main_menu {
	width: 180px; 
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
	font: 12pt; 
	font-weight: bold; 
	color:#FFFFFF; 
	text-align: right;
	float:right;
}

body#home ul#main_menu li {padding-right:30px; padding-left:5px;}

body#home ul#main_menu a:hover {
	color: #fcb040;
	background: none;
/*	background: transparent url(menu_bg-top.png) no-repeat 0 top; */
}

body#home ul#main_menu li:hover {
	background: transparent url(menu_bg-bottom.png) no-repeat 0 bottom;
}

body#home #footer { 
	width: 446px;
	padding-top: 20px;
	margin-right: 55px;
	float: right;
	color:#fff;
}
