/*  
Theme Name: JFFLA2008
Theme URI: http://jffla.org/
Description: The original WordPress theme for JFFLA 2008 official site.
Version: 1.0
Author: Etsuko Dunham
Author URI: http://endunham.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* 
//// Table of Content ///
1. Universal & shared styling
2. Basic Structure
3. Header Structure (Inner level)
4. Side bar structure (Inner level)
5. Typography 
6. 
*/

/* 1. Universal & shared styling */
* {
margin: 0;
padding: 0;
}

.gutter {
padding: 2.5em 2em;
}


/* 2. Basic Structure */
#page {
	padding: 0;
	width: 887px;
	margin-left: auto;
    margin-right: auto;
	/*width:70%; center hack*/
	}

#header {
	margin: 0; 
	padding: 0; 
	width: 100%;
		}

#top_search {
    float: right;
    width: 50%;
	margin: 0; 
	padding: 0;
}

#headerimg {
	margin: 0; 
	padding: 0;
	clear: both;
	width: 100%;
	/*min-width: 885px;*/
	min-height: 247px;
	}

#top_nav {
    margin: 0;
	text-align: center;
	padding: .25em .5em;
	}
	
#top_nav ul {
    margin: 0;
	padding: 0;
	}
	
#top_nav ul li {
    display: inline;
	margin: 0;
	padding: 0;
	}
	
#top_nav ul li a {
    padding: .25em .75em .35em .75em;
	margin: 0;
	}

#top_nav ul li.language_eng img,
#top_nav ul li.language_jp img  {
    margin: 0; 
	padding: 0;
}

	
.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 75%;
		}
		
#sidebar {
    padding: 0;
	margin: 0;
    float: right;
    width: 25%;
	overflow:hidden;
   margin-left:-3px;
}

#footer {
	padding: 2em 0 0 0;
	margin: 0;
	width: 100%;
	clear: both;
	}
/*.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}*/

.post {
	margin: 0;
	padding: 0 1em;
	text-align: left;
	}
.narrowcolumn .post .entry, 
.widecolumn .post .entry {
    padding: .9em;
}

.post hr {
	display: block;
	height: 1px;
	border: none;
	background-color: #666666;
	margin: 2em 0 3em 0;
	}

.widecolumn {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 2em 0 5em 0;
	}
.singlecolumn {
    padding: 3em;
}
.meta_info {
    padding: .8em .5em;
	margin: .8em 0 1em auto;
	text-align: right;
}
.singlecolumn .postmetadata {
	margin: 30px 0;
	}

.singlecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.singlecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End of Structure */


/* 3. Header Structure */
#headerimg h1 {
    display: none;
	}
#headerimg .description {
	display: none;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End of Header Structure */


/* 4. Sidebar Structure */
#sidebar h2 {
	margin: 0;
	padding: .5em 1.75em;
	}
#sidebar ul {
	margin: 0;
	padding: 2em 1em 1.5em 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1.5em;
	margin-top: .5em;
	}
#sidebar ul ol, #sidebar ul ul {
    margin:0;
	padding: 0;
	}
/*#sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

#sidebar ul li ul li {
	margin-bottom: 1em;
	padding: 0;
	list-style: none;
	}
/* End of Sidebar Structure */	
	
	
	
/* 5. Typography & Colors */
html {
    background: url(images/bg.jpg) top left repeat-x #e4e4e4;
	}
body {
	font-size: small; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(images/bg-bottom.jpg) bottom left repeat-x;
	color: #333;
	}

#page {
	border: 1px solid #333;
	text-align: left;
	background: white;
	}

#header {
	background: transparent;
	}
	
#headerimg 	{ 
	background: url(images/header.jpg) top center no-repeat; 
	} 
	
#top_nav {
   	background: url(images/nav-bg.gif);
}


#top_nav ul li.page_item a { 
    text-decoration: none;
    color: #fff;
}

#top_nav ul li.page_item a:hover {
color: #929c34; /*Green*/
}

#top_nav ul li.current_page_item a {
color: #ffa202; /*orange*/
background: url(images/on.gif) bottom center no-repeat;
}

#top_nav ul li.current_page_item a:hover {
color: #fff; 
}

#content {
	font-size: 1em;
	}

.narrowcolumn .entry p, .widecolumn .entry p, .singlecolumn .entry p {
	font-size: 1em;
	padding-bottom: .65em;
	}

.narrowcolumn .entry, .widecolumn .entry, .singlecolumn .entry p {
	line-height: 1.6em;
	padding: .25em ;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif, 'Hiragino Kaku Gothic Pro', Osaka, ;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
.cat_archives {
    margin: .5em auto 1em 32em;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif, 'Hiragino Kaku Gothic Pro', Osaka;
	font-weight: bold;
	line-height: 1.6em;
	
	}
	
h1, h3 {
    padding-top: .8em;
}

h4 {
    padding-top: .5em;
	}
	
h1 {
    font-size: 1.8em;
	}
	
h2 {
	font-size: 1.6em;
		}

/*h2.pagetitle {
	font-size: 1.6em;
	}*/

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #666;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.post h2 {
    min-height: 40px;
	max-height: auto;
    background: url(images/heading1-bg.jpg) top left no-repeat;
	padding-left: 2.2em;
	}
/*.post h3 {
background: url(images/nav-bg.gif);
border-left: 3px solid #333;
color: #FFFFFF;
}*/
h2.single_post {
    background: none;
	padding: 0;
}
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, # input, # textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

# p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	background: url(images/heading2-bg.jpg) top left no-repeat;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	}
	
small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

/*acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}*/

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Images in post*/
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists in post

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
.entry ul {
     margin-left: 0px;
	 padding: 0 0 0 2em;
	 }
	 
/*.entry ul li {
    list-style: decimal outside;
	}*/
	
/*html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}*/

/*.entry ul li:before {
	content: "\00BB \0020";
	}*/
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 1em 2em;
	padding: 1em 2.5em; 
	text-align: center;
	}

#sidebar #searchform #s {
	/*width: 108px;*/
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0 .25em;
	border: 1px solid #666666;
	}

#commentform textarea {
	width: 80%;
	padding: .5em 1em;
	border: 1px solid #666666;
	}

#commentform #submit {
	width: 80px;
	margin: 0;
	padding: 2px;
	border: 1px solid #666666;
		}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
/*Sponsor logos at sponsor page*/
dl.sponsor_logos, ul.sponsor_list {padding: 1em 1em 2.2em 1em;}

dl.sponsor_logos {
width: 250px;
    float: left;
    margin: 0;
   	}
ul.sponsor_list li{list-style: none;}



/* Film thumbnails page*/
dl.movie_thumbnails {float: left; width: 340px; 
margin: 1.2em 1.8em 2.5em 1.2em; padding: 0; display: inline; /*fixes IE/win double margin bug*/}
dl.movie_thumbnails dt {margin:0; padding: 0; font-size: 1.2em; letter-space: 1px;}
dl.movie_thumbnails dd {margin: 0; padding: 0; font-size: .95em; line-height: 1.3em; color: #333333;}
dd.thumbnail img {float: left; margin:.5em; border: 1px solid #333;}
dl.movie_thumbnails ul li {list-style: none; padding-left: 5px;}

.schedule_link {margin: 0; padding: 0 1em 2em 0; text-align: right;}

/* Film schedule page */
dl.movie_schedule {
float: left; 
width: 31%; 
min-height: 305px; max-height: auto;
margin: .25em; padding: .75em .25em; 
display: inline; /*fixes IE/win double margin bug*/
border: 1px solid #ccc;
}
dl.movie_schedule dt {
margin: 0; padding: 0; font-size: 1.2em; letter-space: 1px;
}
dl.movie_schedule dd {margin: 0; padding: 0 0 .5em .75em; 
font-size: .95em; line-height: 1.3em;
}
.movie_schedule_clearer {
width: 100%;
margin:0;
padding:1em 0;
clear: both;
}
dl.movie_schedule dd small.indies_nine {
margin:0; padding:0;
color: #333333;
}

/* Top news announcement */
div#page div#content div.post div.entry dl.news_announce {
width: 90%;
padding: 2em;
margin: 2em auto;
border: 1px solid #ccc;
background: url(images/new.gif) right top no-repeat;
}
dl.news_announce h4{
padding-bottom: 1em;
font-size: 1.05em;
}

/* Individual Film Pages */
.top_info p{
clear: both;
}
.top_info img {
margin: 0;
padding: 0 1em 2em 0 ;
float: left;
}
ul.info_list {
list-style: none; 
line-height: 1.2em;
font-size: .9em;
}
ul.info_list, ul.info_list li{
margin: 0;
padding: 0;
}

ul.info_list li ul {
margin: 0;
padding: 0;
list-style: none; 
display: inline;
}
ul.info_list li ul li{
margin: 0;
padding: 0;
}
p.large_imgs {
padding-top: 2em;
}

/* Reservation form styling */
#reservation_form {
font-size: 12px;
color: #666666;
text-align: left;
}
#reservation_form input, #reservation_form textarea, 
#reservation_form select {
border: 1px solid #666;
}
#reservation_form {
border: 1px solid #ccc;
padding: 2em;
}
#reservation_form legend {
font-size: 1.4em;
font-weight: bold;
padding: 1em;
}
#reservation_form dt {
padding-bottom: .25em;
}
#reservation_form dt label{
font-weight: bolder;
}
#reservation_form dd {
margin: 0;
padding-bottom: 1.5em;
}
#reservation_form input {
height: 20px;
}
#reservation_form select,
#reservation_form textarea {
width: 300px;
}

/*Contact form */
.contact_form {
 text-align: left;
 padding-left: 2em;
}
.contact_form input, .contact_form textarea {
  border: 1px solid #666;
 }

/* footer sponsors*/
ul.footer_sponsors {
 padding: 0; margin: 0;
 text-align: center;
 }
ul.footer_sponsors li {
margin: 0;
padding: 0;
display: inline;
list-style: none;
}
ul.footer_sponsors li a {
padding: 1em;
}

/* End Various Tags & Classes*/

