/*
Theme Name: apafilm
Version: 1.0
Author: Jenny Kim
Author URI: http://www.apafilm.org
*/

/** CSS Reset (based on Eric Meyer's CSS Reset */
/** 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,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p {
	margin-bottom: 8px;
}

/* Default */
a:link, a:visited { 
	text-decoration: none; 
	color: #01a0c7;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #ff7f00;
}

h1 { font-size: 1.2em; }

h2 { font-size: 1.1em; }

h3 { font-size: 1em; }

h4 { font-size: .9em; }

h5 { font-size: .8em; }

h6 { font-size: .7em; }

blockquote {
	padding: 0 0.5em;
	border-left: 5px solid #f0e8a7;
	margin: 0;
	background-color: #f8f8e2;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

	img.alignleft {
		margin: 0 .8em .8em 0;
	}

	img.alignright {
		margin: 0 0 .8em .8em;
	}

a img {
	padding: 5px 5px 5px 0;
}

form {
	padding: 0;
	margin: 0;
}

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

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.align-center {
	text-align: center;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

.accessibility {
	left:-9999px;
	position:absolute;
	top:-9999px;
}

/* Layout */
#container {
	width: 800px;
	margin: 0 auto;
/*border: 1px solid red; */
}

#header {
	border-top: 8px solid #000;	
	padding-top: 4px;
	margin-bottom: 18px;
	height: 140px;
}

	#header h1 a {
		background: transparent url(/images/bg/banner_logo.gif) no-repeat 0 0;
		float: left;
		width: 440px;
		height: 113px;
		margin: 27px 4px 0 0;
		text-indent:-9999px;
	}
	
	#banner-festival-logo h5 a {
		background: url(/images/bg/banner_festival.jpg);
		background-position: 0 0;
		width: 140px;
		height: 140px;	
		float: left;
		margin-right: 4px;
		text-indent:-9999px;		
	}
		#banner-festival-logo h5 a:hover,
		#banner-festival-logo h5 a:active {
			background-position: 0 -140px;
		}
	
	#nav-main {

	}
		#nav-main ul {
			list-style-type:none;
		}		
			#nav-main li {				
				position: relative;
				float: left;
				margin: 0 4px 4px 0;
				width: 68px;
				height: 68px;
			}
				#nav-main li.lastrow {
					margin-right: 0;
				}
				
				#nav-main li a {
					position: absolute;
					bottom: 0;
					background-color: #01A0C7;
					color: #000;
					padding: 48px 0 0 2px;
					width: 66px;
					height: 20px;
					font-size: 11px;
					font-weight: bold;
					text-transform: uppercase;	
				}
					#nav-main li a:hover,
					#nav-main li a:active,
					#nav-main li a.active{
						text-decoration: none;
						background-color: #B7CD00;
						color: #FFF;
					}		

#header .description {
	display: none;
}

#page {
	clear: both;
	padding-bottom: 65px; /* must be same height as the footer */
	margin-bottom: 40px;
}

	#pageinner {

	}			

#searchBar {
	clear: left;
	background: url(images/searchBarBk.gif) repeat-x;
	text-align: right;
}

#searchform {
	padding: 5px;
}

#s {
	border: 1px solid #bbb;
}

#searchsubmit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

#sidebar {
	float: right;
	width: 200px;
	margin: 0;
	padding-left: 10px;
}

	#sidebar .widgettitle {
		color: #AC9D86;
		font-size: 14px;
		margin-bottom: 8px;
	}
	
		#text-391984022 .widgettitle,
		#text-391984021 .widgettitle,
		#text-391984023 .widgettitle {
			display: none;
		}

	#sidebar ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	#sidebar-calendar {
		margin-bottom: 15px;
	}

		#sidebar-calendar h3 {
			margin: 0;
		}
			#sidebar-calendar h3 a {
				float: left;
				background: url(/images/bg/sidebar_calendar_header.gif) no-repeat 0 0;
				width: 200px;
				height: 35px;
				text-indent: -9999px;				
			}
			
			#sidebar #sidebar-calendar ul {
				clear: both;
				list-style-type: none;
				height: 162px;
				overflow: auto;
			}
				#sidebar #sidebar-calendar li {
					margin: 0 8px;
					padding-bottom: 10px;
				}
					#sidebar #sidebar-calendar li h4 {
						font-size: 12px;
						border-bottom: 1px dotted #828181;
					}
					#sidebar #sidebar-calendar li p {
						font-size: 11px;
					}	
	
	.widget {
		margin-bottom: 12px;
	}
	
	#recent-posts {
		margin-bottom: 25px;
	}
	
	.widget_recent_entries {
		padding-bottom: 20px;
	}
	
		#sidebar .widget_recent_entries .widgettitle {
			color: #666;
			font-size: 18px;
			font-weight: bold;
			letter-spacing: 2px;
			float: left;
			background: transparent url(images/recent-posts-head.gif) no-repeat 0 0;
			width: 200px;
			height: 30px;
			padding: 6px 0 0 25px;
			margin: 0;
		}

		.widget_recent_entries ul {
			font-size: 12px;
			background: transparent url(images/recent-posts.gif) no-repeat scroll left bottom;
			height: auto !important;
			min-height: 130px;
			padding: 0 8px;			
		}

		.widget_recent_entries ul li {
			border-bottom: 1px dotted #828181;
			padding: 5px 2px 8px 8px;
		}
			.widget_recent_entries ul li.last-child {
				border: none;
			}	
	
	.widget_twitter {
		padding: 0;
	}
		#sidebar .widget_twitter h2.widgettitle {
			margin: 0;
			padding: 0;
			height: 30px;
		}
			.widget_twitter h2.widgettitle a {
				float: left;
				background: transparent url(images/twitter-head.gif) no-repeat 0 0;
				width: 200px;
				height: 30px;
				padding: 6px 0 0 36px;
			}	
		
		#sidebar ul.twitter {
			background: transparent url(images/twitter-content.gif) no-repeat scroll left bottom;
			height: auto !important;
			min-height: 130px;
			padding: 0 8px;
		}
		
		.twitter-item {
			color: #AC9D86;
			font-size: 13px;
			font-weight: bold;
			line-height: 22px;
		}
			.twitter-timestamp {
				font-size: 10px;
				color: #000;
			}
		
		#nav-sidebar {
			margin-bottom: 25px;
		}
			#nav-sidebar ul {
				list-style-type:none;
			}		
				#nav-sidebar li {
					float: left;
					margin-bottom: 4px;
				}
					
					#nav-sidebar li a {
						float: left;
						width: 200px;
						height: 65px;
						text-indent: -9999px;
						display: block;
						overflow:hidden;					
					}
						#nav-sidebar li input.paypal-button {
							display: block;
							overflow: hidden;
							text-indent: -9999px;
							width: 200px;
							height: 80px;
							background: transparent url(/images/buttons/donate.gif) no-repeat scroll 0 -81px;
						}

						#nav-sidebar li input.paypal-button:hover {
							background: transparent url(/images/buttons/donate.gif) no-repeat scroll 0 0;
						}					
						#nav-sidebar li.donate-button a {
							background: url(/images/buttons/donate.gif) no-repeat 0 0;
							height: 80px;
							background-position: 0 0;
						}					
						#nav-sidebar li.donate-button a:hover,
						#nav-sidebar li.donate-button a:active {
							background-position: 0 -81px;
						}
						#nav-sidebar li.mailing-list-button a {
							background: url(/images/buttons/mailing_list.gif) no-repeat 0 0;
							background-position: 0 0;
						}					
						#nav-sidebar li.mailing-list-button a:hover,
						#nav-sidebar li.mailing-list-button a:active {
							background-position: 0 -66px;
						}
						#nav-sidebar li.blog-button a {
							background: url(/images/buttons/blog_rss.gif) no-repeat 0 0;
							background-position: 0 0;
						}					
						#nav-sidebar li.blog-button a:hover,
						#nav-sidebar li.blog-button a:active {
							background-position: 0 -66px;
						}
						#nav-sidebar li.gallery-button a {
							background-image: url(/images/buttons/gallery.gif) no-repeat 0 0;
							background-position: 0 0;
						}

						#galleryButton a:hover, #galleryButton a:active {
							background-position: 0 -66px;
						}						
					
		#social-networks {
			margin: 0 0 15px 47px;
		}		
			#social-networks ul {
				list-style-type: none;
			}
				#social-networks li {
					float: left;
					margin-right: 8px;
				}		

/* Calendar */
#wp-calendar {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar td#today {
	font-weight: bold;
}

h2.pagetitle {
	display: none;
}

#content {
	float: left;
	margin-right: 4px;
	width: 584px;	
}

#billboard {
	/*float:left;*/
	margin-bottom: 8px;
	overflow:hidden;
	position:relative;	
}
	#billboard h2 {
		float: left;
		width: 142px;
		height: 20px;
		padding: 120px 0 10px 10px;
		background-color: #01A0C7;
		color: #FFF;
		font-size: 18px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-right: 2px;
	}
	
	.subpage-billboard {
		float: left;
		width: 430px;
	}
		.subpage-billboard img {
			margin-left: 1px;
			height: 150px;
		}

#contentinner {
	margin: 0;
	padding-top: 8px;
	border-top: 4px solid #B7CD00;
}

	.blog #contentinner {
		border: none;
	}

	#googleCalendar {
		margin: 8px 10px 15px 10px;
	}
	
	.featured-content {
		clear: both;
		margin: 12px 0;
		border-bottom: 1px dotted #828181;
	}
		.featured-content h3 {
			clear: both;
			font-size: 18px;					
			font-weight: normal;
			color: #E17000;
			margin-bottom: 12px;
		}				
		.featured-content h4 {
			font-size: 14px;
			color: #828181;
			margin-bottom: 8px;
		}
		.featured-content h5 {
			font-size: 13px;
			color: #999;
			margin-bottom: 8px;
		}
		.featured-content p {
			clear: left;
			font-size: 12px;
		}
		.featured-content ul {
			margin: 10px 0 15px 15px;
		}
			.featured-content ul li {
				border: none;
				margin-bottom: 3px;
				padding: 0;
			}
			
		.featured-content ol {
		}
			.featured-content ol li {
				border: none;
				margin: 0 0 5px 35px;
				padding: 0;
			}			
			
		ul.sponsor-list {
			list-style-type: none;
			margin: 0;
			border: none;
		}
			ul.sponsor-list li {
				float: left;
				margin-right: 35px;
				height: 155px;
				width: 155px;
				border: none;
				clear: none;				
			}
				ul.sponsor-list li img {
					width: 155px;
				}
			
		ul.board-list {
			list-style-type: none;
			margin: 0;
			height: 150px;
		}
			ul.board-list li {
				float: left;
				margin-top: 12px;
				padding-right: 22px;
				width: 130px;
				border: none;
				clear: none;
			}
				ul.board-list li.last-row {
					padding-right: 0;
					width: 100px;
				}

/* Post */
.post {
	margin-bottom: 50px;
}

	.postheader {
		clear: both;
		width: 580px;
	}

		.postdate {
			background: url(images/calendar.gif) center top no-repeat;
			display: block;
			float: left;
			font-style: normal;
			height: 40px;
			margin-right: 10px;
			padding-top: 12px;
			text-align: center;
			width: 40px;
		}
			.postdate .month {
				color: #333333;
				font-size: 10px;
				line-height: 10px;
				margin: 0;
				padding: 0;
				text-transform: uppercase;
			}
			.postdate .day {
				color: #000000;
				font-size: 16px;
				font-weight: bold;
				line-height: 14px;
				margin: 0;
				padding: 0;
			}
			.postdate .year {
				line-height: 12px;
				margin: 0;
				padding: 0;
			}
			
		.postinfo {
			color: #AC9D86;
			float: left;
			clear: right;
			margin-top: 3px;
			padding: 0 3px 3px 0;
			width: 525px;
		}
			.postinfo .posttime {
				padding-right: 8px;
				margin-right: 8px;
				border-right: 1px solid;
			}
			.postinfo .author {
				border-right: medium none;
				margin: 0;
				padding: 0;
			}
			
		.post h2.posttitle {
			/* float: left;
			clear: right; */
			font-size: 22px;
			font-weight: normal;
			line-height:0.8;
			margin: 2px 0 7px 0;
			padding-top: 4px;
			white-space:normal;
			/* width: 530px; */
		}

			.post h2.posttitle a,
			.post h2.posttitle a:hover {
				text-decoration: none;
			}	
			
		.post img {
			padding: 0 10px 5px 0;
		}

	.entry {
		clear: both;
		padding-top: 8px;
		border-top: 1px dotted #AC9D86;	
	}
		.entry .eventdate {
			clear: both;
			font-size: 14px;					
			font-weight: bold;
			color: #E17000;
			margin-bottom: 6px;
		}
		.entry .eventlocation {
			clear: both;
			font-size: 12px;					
			font-weight: bold;
			color: #000;
			margin-bottom: 6px;
		}


/* make your own sticky post styling */
.sticky {
}

small.postmetadata {
	font-size: 0.85em;
}

ul.postmetadata {
	clear: both;
	padding: 0 4px;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
	border-top: 1px dotted #AC9D86;
}

ul li.tags {
	float: left;
}

ul li.comments {
	text-align: right;
}

div.divider {
	display: none;
}

div.navigation {
	text-align: center;
	font-family: helvetica,arial,sans-serif;
	padding: 0 0 2em 0;
}

div.commentnavigation {
	padding: 0;
}

#singlepost {
	background: url(images/commentBk.gif) center bottom repeat-x;
	padding: 10px 10px 49px 10px;
	margin: 0;
	line-height: 1.5em;
}

#commentwrapper {
	background: #fff url(images/commentBottomBk.gif) center bottom repeat-x;
	padding: 0 15px 49px 15px;
}

#commentwrapper h2 {
	margin: 0;
	padding: 0.5em 0;
}

/* Comment */
h2.commentheading {
	font-size: 1.2em;
	color: #fefef6;
	font-family: helvetica,arial,sans-serif;
}

ol.commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #3a3a3a;
}

ol.commentlist a {
	text-decoration: none;
}

img.avatar {
	border: 3px solid #fefef6;
	margin: 0 0.5em;
}

ol.commentlist li.commentind {
	padding: 0 0 2em 0;
	margin: 0;
}

ol.commentlist li.depth-1 {
	border-bottom: 3px double #fefef6;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
}

ul.children {
	list-style: none;
}

ol.commentlist ul.children li.commentind {
	padding: 1em 0 0 0;
}

ol.commentlist li.commentind cite {
	font-style: normal;
}

p.commentsedit {
	font-size: 0.9em;
	margin: 0 0 0 0.5em;
}

.commentindheader {
	border-bottom: 1px dotted #fefef6;
}

.commentindheader img.avatar {
	float: left;
}

ol.commentlist li.legacyAlt .commentindheader {
	text-align: right;
}

ol.commentlist li.legacyAlt .commentindheader img.avatar {
	float: right;
}

ol.commentlist li.legacyAlt p.commentsedit {
	text-align: right;
	margin: 0 0.5em 0 0;
}

/* Comment form */
form#commentform input,
form#commentform textarea {
	border: 1px solid #bbb;
}

input#author,
input#email,
input#url {
	width: 60%;
}

textarea#comment {
	width: 90%;
}

input#submit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

#footer {
	background: url(/images/bg/footer.gif);
	position: relative;
	margin-top: -65px; /* negative value of footer height */
	height: 65px;
	clear: both;
	text-indent: -9999px;
}

div#recaptcha_widget_div {
	float: right;
}

/* Wordpress required */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

h3.subpages {
	padding: 1em 0 0.5em 0;
	margin: 0;
}

ul.subpages {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	list-style: square;
}

/* Formatting */
fieldset {
	border: 1px solid #ccc;
	padding: 0 1em;
	margin: 0;
}

legend {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
}

hr {
	border: 0;
	color: #cfc887;
	background-color: #cfc887;
}

pre, code {
	width: 100%;
	overflow: auto;
	font-size: 1em;
}

.post table {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	border-collapse: collapse;
}

.post table th,
.post table td {
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: .3em .5em;
}

.post table th {
	text-align: left;
	border-bottom: 2px solid #ccc;
}

p.loggedinAs {
	margin: 0; 
	padding: 0;
}

a#cancel-comment-reply-link {
	display: block;
	margin-bottom: 1em;
}