﻿@import url(nav.css);

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

img { behavior: url(/javascripts/iepngfix.htc); border: 0; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }
img.across { margin: 2px 0 16px 0; }
img.flushleft { margin-left: -20px; }
img.flushright { margin-right: -20px; }

#container { width: 980px; margin: 0 auto; }
#main { width: 100%; position: relative; display: inline}
#content { padding: 0; position: relative; color: #333; }


/* GRID */
.column { float: left; }
.grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid3col, .grid3cola, .grid4col, .grid5col, .grid6col { width: 100%; }

.grid2col .column { width: 49%; }
.grid2col .grid2col .column { width: 47.8%; }
.grid3col .grid2col .column { width: 46%; }
.grid4col .grid2col .column { width: 45%; }

.grid2cola .column.first { width: 66%; }
.grid2cola .column.last { width: 32%; }

.grid2colb .column.first { width: 74.9%; }
.grid2colb .column.last { width: 23%; }

.grid2colc .column.first { width: 32%; }
.grid2colc .column.last { width: 66%; }

.grid2cold .column.first { width: 23%; }
.grid2cold .column.last { width: 74.9%; }

.grid2cole .column.first { width: 79%; }
.grid2cole .column.last { width: 19%; }

.grid2colf .column.first { width: 19%; }
.grid2colf .column.last { width: 79%; }

.grid3col .column { width: 32%; margin-left: 2%; }
.grid2col .grid3col .column { width: 31%; }

.grid3cola .column
{
	width: 582px;
	margin-left: 11px;
	margin-top: 36px;
}
.grid3cola .column.first { width:188px; }
.grid3cola .column.last { width:188px; }

.grid4col .column { width: 23%; margin-left: 3%; }

.grid5col .column { width: 18.4%; margin-left: 2%; }

.grid6col .column { width: 15%; margin-left: 2%; }

.column.first, .column.last { margin-left: 0 !important; }
.column.last { float: right !important; }

p.last, ul.last, ol.last, li.last { _width:auto !important; _float:none !important; }

#container:after, #content:after, .grid2col:after, .grid2cola:after, .grid2colb:after, .grid2colc:after, .grid2cold:after, .grid2cole:after, .grid2colf:after, .grid3col:after, .grid3cola:after, .grid4col:after, .grid5col:after, .grid6col:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#container, #content, .grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid3col, .grid3cola, .grid4col, .grid5col, .grid6col { _zoom:1; }

/* TYPE */
body { font: 12px/18px "Lucida Grande", Arial, Verdana, sans-serif; background-color: #fff; color: #000; }

a { color: #1E5C29; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
a.more { white-space: nowrap; padding-right: 10px; background: url(http://tallgrassfilmfest.com/img/nav/arrow.gif) no-repeat 100% 50%; _zoom: 1; }
strong, b { font-weight:bold; }
em, i { font-style:italic; }
sup { padding-left:1px; font-size:10px !important; font-weight:normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color:#76797c; _position:static !important; }
.sosumi { font-size: 10px !important; color:#76797c; }

#main p { margin-bottom: 18px; }
#main h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
#main h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
#main h3
{
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #1E5C29;
}
#main h4 { font-weight: bold; font-size: 10px; line-height: 18px; }
#main p.intro { font-weight: bold; }
#main .more { text-align: right; }

#main ul
{
	margin-bottom: 18px;
	list-style: disc inside;
}
#main ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
#main ul.square,
#main ul.circle { margin-left: 2em; }
#main ul.square { list-style: square outside; }
#main ul.circle { list-style: circle outside; }
#main ul ul.circle,
#main ul ul.square { margin-top: 4px; margin-bottom: 5px; }
#main ol.sosumi { margin-left: 0; padding-left: 2em; }


#main .sidebar { font-size: 10px; line-height: 18px; color:#000; }
#main .callout { font-size: 11px; line-height: 18px; margin-bottom: 18px; }
#main .last { margin-bottom: 0;}

/* PRINT */
@media print {
	body, #main, #content { color:#000 !important; }
	a, a:link, a:visited { color:#000 !important; text-decoration:none !important; }
	#tabs, #globalheader, #globalfooter, #directorynav, .noprint, .hide { display: none !important; }
}

/* MAIN */
#main a { color: #1E5C29; }
#main a:hover { color: #F93; }
#main .sidebox.light .inside { background: none; }

#main #content h2, #main #content h2 a
{
	color: #fff;
	text-indent: 0;
}

#main #content h1, #main #content h1 a, #main #content h3, #main #content h3 a
{
	color: #1E5C29;
	text-indent: 0;
}


#main #content h2
{
	background-color: #1E5C29;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	font-size: 12px;
	display: block;
}

#main #content h2 a
{
	display: block;
	text-decoration: none;
	behavior: url(/global/scripts/lib/iepngfix.htc);
}

/* sponsors */
.sponsors
{
	display: block;
	text-decoration: none;
	background-color: black;
	text-align: center;
	font-variant: small-caps;
	color: white;
	padding: 10px;
}

#main #content .sponsors h3
{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	display: block;
	color: white;
	font-variant: small-caps;
}


/* rounded box */
.rbroundbox { background: url(http://tallgrassfilmfest.com/images/nt.gif) repeat; }
.rbtop div { background: url(http://tallgrassfilmfest.com/images/tl.gif) no-repeat top left; }
.rbtop { background: url(http://tallgrassfilmfest.com/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(http://tallgrassfilmfest.com/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(http://tallgrassfilmfest.com/images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }

.item
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px #999 dotted;
	padding-top: 10px;
}
.ca_movie_time
{
	font-size: 14pt;
	line-height: 10pt;
}
.ca_movie_title
{
	font-size: 14pt;
	line-height: 10pt;
	font-style: italic;
	font-weight: bold;
}
.ca_movie_date
{
	font-size: 14pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: bold;
}
.ca_movie_info
{
	font-size: 10pt;
	line-height: 10pt;
	text-indent: 1pt;
}