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

html {height:100%;}

/* 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;
	min-width: 760px;
	height:100%;
	background-color:#56723D; 
	background-image: none; 
}



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 -95px;
	padding: 0;	
	width: 165px; 
	list-style-type: none; 
    background-color:#fff;  
	border:5px solid #fff; 
	border-radius: 10px; 
	color:#000;
	}
	
body#home ul#main_menu {
	margin: 200px 0px 30px -95px;
	}

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



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;
}



ul#main_menu a {
	display: block;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 00px;
	padding: 5px 10px 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 {background-color:#7aa158; 
	  background-image: url(http://www.vtiff.org/images/102.gif); 
	  background-repeat: no-repeat; 
	  background-position:top left; 
	  width:820px; margin-left:auto; 
	  margin-right:auto; 
	  border:15px solid #fff; 
	  border-top:0px; 
	  border-bottom:0px; 
	  min-height:100%;
	  
	  
}

body#home #wrapper {min-height:800px;
		    height:100%;}


#content { 
	width: 650px; 
	margin:0px 40px 0px 5px;
	min-height: 100%;
	background: #fff;
	border:#231f20 solid 10px; 
	border-top:0px; 
	float:right; 
	margin-right:40px;
}

#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: 600px; 
 	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding: 12px 10px 0 20px;
	clear: both; 
} 


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

body#home #boiler_plate {
	background: none;
	text-align:center;
	font-weight:bold;
	margin-left:50px;
	color:#fff;
	font-size:12pt;
	font-family: arial;
	text-shadow: black 0.1em 0.1em 0.2em;
} 

body#home #boiler_plate a {text-shadow: none;}

body#home #boiler_plate a:link { color:#FCB040;text-shadow: none;}
body#home #boiler_plate a:visited { color:#debf92;text-shadow: none;}
body#home #boiler_plate a:hover { color:#d2fc40; text-decoration:none;text-shadow: none;}

body#home #tempboiler a:link { color:#FCB040;text-shadow: none;}
body#home #tempboiler a:visited { color:#debf92;text-shadow: none;}
body#home #tempboiler a:hover { color:#d2fc40; text-decoration:none;text-shadow: 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: #fff;
	font-weight: bold;
	background: #7aa158;
	border: 1px solid #231f20;
	padding: 2px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: auto;
	margin-top: 5px;
}

.button:hover, input.zemSubmit:hover {
	color: #fff;
	background: #231f20;
}

div#search { 
	float: left;
	margin-left:-10px;
}


/* =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 img#mainimage{margin:100px 0px 0px 10px;}




