/*
Theme Name: JacksonvilleFilmFestival
*/

/* main elements */
/* general settings */
* {font-size: 100.01%;}
html{
	font-size: 62.5%;
	height:100%;
	width:100%;
}
body {
	height:100%;
	margin: 0;
	font: 1em Arial, Helvetica, sans-serif;
	color: #fff;
	background:#00a2b1 url(images/bg-html.jpg) repeat-x;
}
img {border-style: none;}
a {
	text-decoration:underline;
	color: #ffda04;
	outline:none;
}
a:hover {text-decoration: none;}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input, textarea, select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
/* wrapper */
#wrapper{
	width:100%;
	height:100%;
	display:table;
	background:url(images/bg-body.jpg) no-repeat 50% 0;
}
.w1 {
	width:100%;
	display:table-row;
}
.w2{
	width:1003px;
	margin:0 auto;
	position:relative;
	padding-top:170px;
}
/* header */
#header{
	position:absolute;
	top:0;
	left:0;
	height:163px;
	width:980px;
	padding:7px 0 0 23px;
	z-index:40;
}
#header:after{
	display:block;
	clear:both;
	content:"";
}
.logo{
	margin-top:4px;
	margin-left:20px;
	width:233px;
	height:200px;
	overflow:hidden;
	float:left;
	background:url(images/logo.png) no-repeat;
	cursor:pointer;
}
.logo a{
	text-indent:-9999px;
	height:100%;
	display:block;
	position:relative;
}
/* panel */
.panel{
	float:right;
	width:705px;
}
#header .container{
	width:100%;
	overflow:hidden;
	margin-bottom:22px;
}
/* icons */
.icons{
	margin:0;
	padding:6px 2px 0 0;
	list-style:none;
	float:right;
	font-size:12px;
	line-height:12px;
	letter-spacing:-1px;
}
.icons li{
	float:left;
	padding:1px 11px 0 0;
}
.icons a{float:left;}
.icons img{
	float:left;
	margin-top:-1px;
	position:relative;
}
/* search */
.search{
	float:right;
	width:327px;
}
.search .row{
	width:100%;
	overflow:hidden;
}
.search span{
	float:left;
	background:url(images/bg-input.gif) no-repeat;
	width:227px;
	height:19px;
	padding:3px 7px 3px;
}
.search .text{
	float:left;
	padding:2px 0;
	margin:0;
	border:0;
	background:none;
	width:100%;
	color:#838383;
	font: italic 12px "Times New Roman", Times, serif;
}
.search .submit{
	float:right;
	padding:0;
	margin:9px 27px 0 0;
	display:inline;
	border:0;
	background:none;
	text-decoration:underline;
	color:#ef8200;
	font-size:14px;
	cursor:pointer;
}
.data{
	display:block;
	background:url(images/bg-date_2011.gif) no-repeat;
	width:697px;
	height:62px;
	text-indent:-9999px;
	overflow:hidden;
}
.nav-holder {
	width:678px;
	padding:0 7px;
	margin:-4px 0 0;
	height:53px;
	background:url(images/bg-navigation.png) no-repeat;
}
#nav{
	margin:0;
	padding:5px 0 12px;
	list-style:none;
	font-size:15px;
	line-height:20px;
	width:678px;
	font-weight:bold;
	text-transform:uppercase;
}
#nav li{
	float:left;
	background:url(images/separator.gif) no-repeat;
}
#nav li:first-child {background:none;}
#nav ul li,
#nav ul a {
	margin:0;
	float:none;
}
#nav ul li {
	vertical-align:top;
	height:1%;
	background:none;
}
#nav a {
	text-decoration:none;
	display:block;
	color:#fff;
	padding:8px 10px 8px;
	text-align:center;
}
#nav.scaling-active a {padding:8px 0 8px;}
#nav a:hover,
#nav li:hover a,
#nav li.hover a {
	cursor:pointer;
	background:#fff url(images/bg-nav-a.gif) no-repeat;
	color:#00a1b1;
}
#nav li.hover .first-child-a,
#nav .first-child:hover a,
#nav .first-child-a:hover {background:url(images/bg-nav-hover.gif) repeat-x;}
#nav .first-child:hover li a{background:none;}
#nav li.hover,
#nav li:hover { position:relative;}
/* drop levels */
/* first level */
#nav li.hover ul,
#nav li:hover ul {
	display: block;
	left:1px;
}
#nav li.hover ul ul,
#nav li:hover ul ul{display: none !important;}
/* second level */
#nav li.hover ul ul,
#nav li:hover ul ul{display: none !important;}
#nav li.hover ul li.hover ul,
#nav li:hover ul li:hover ul {
	display: block !important;
	left:217px;
}
/* third level */
#nav ul {
	width:217px;
	background:#171717 url(images/bg-drop.gif) no-repeat;
	position:absolute;
	left:-9999px;
	top:100%;
	z-index:100;
	margin:0;
	padding:3px 0 12px;
	list-style:none;
	font-size:14px;
}
#nav ul ul {
	left:217px;
	top:0;
}
#nav ul:after {
	content:"";
	clear:both;
	display:block;
}
#nav ul a{
	color:#fff;
	text-align:left;
	padding:4px 13px 6px !important;
}
/*first level*/
#nav li:hover ul a,
#nav li.hover ul a {
	height:1%;
	padding-left:15px;
	background:none;
	color:#fff;
}
#nav li ul a:hover,
#nav li ul a.hover{
	color:#ffda04 !important;
}
#nav ul a:hover,
#nav ul li:hover a,
#nav ul li.hover a{
	color:#ffda04 !important;
	background:none !important;
}
/*second level*/
#nav ul li.hover ul a,
#nav ul li:hover ul a { 
	background:none;
	color:#fff !important;
}
#nav ul li:hover ul a:hover,
#nav ul li:hover ul li:hover a,
#nav ul li.hover ul li.hover a{
	background:#999933;
	color:#ffda04 !important;
}
/* main */
#main{width:1003px;}

#homeHeader {width:540px;}
.celebrate{
	margin:11px 0 17px -4px;
	/*background:url(images/bg-celebrate.png) no-repeat;*/
	font-size:68px;
	padding:61px 0 60px 31px;
	height:1%;
	width:540px;
	display:block;
	overflow:hidden;
}
.celebrate span{
	display:block;
	line-height:65px;
	margin-bottom:-10px;
	height:1%;
	overflow:hidden;
}
.celebrate .cufon{
	float:left;
	margin:0 !important;
}
/* gallery-holder */
.gallery-holder{
	position:relative;
	z-index:10;
	margin-bottom:-19px;
	height:1%;
	overflow:hidden;
}
.gallery {
	background:url(images/bg-gallery.png) no-repeat;
	width:1003px;
	overflow:hidden;
	padding:23px 0 30px;
	float:left;
}
.gallery a.prev,
.gallery a.next{
	width:10px;
	height:26px;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
}
.gallery a.prev {
	float:left;
	background:url(images/bg-link-prev.gif) no-repeat;
	margin:105px 81px 0 0;
}
.gallery a.next {
	float:right;
	background:url(images/bg-link-next.gif) no-repeat;
	margin-top:105px;
}
.gallery div {
	float:left;
	width:825px;
	overflow:hidden;
	height:240px;
	position:relative;
}
.gallery div ul {
	position:absolute;
	width:99999px;
	padding:0;
	margin:0;
	list-style:none;
	top:0;
	left:0;
}
.gallery div ul li {
	float:left;
	width:218px;
	padding:10px 10px 15px;
	background:url(images/bg-gallery-li.png) no-repeat;
	margin-right:55px;
	position:relative;
}
.gallery div ul a{
	display:block;
	position:relative;
}
.gallery div ul img{display:block;}
/* columns */
.columns{
	background:url(images/bg-columns.gif) repeat-y;
	width:1003px;
	position:relative;
	z-index:5;
	margin-bottom:1px;
}
.columns-holder{
	background:url(images/bg-columns-holder.gif) no-repeat;
	width:960px;
	padding:26px 20px 29px 23px;
	overflow:hidden;
}
.column{
	float:left;
	width:290px;
	padding:0 10px 0 15px;
	font-size:15px;
	line-height:18px;
}
.column h2{
	margin:0 0 13px;
	font-size:30px;
	line-height:28px;
	height:1%;
	overflow:hidden;
}
.column h2 .cufon{
	float:left;
	margin:0 !important;
}
.column p{margin:0 0 18px;}
.column p strong{font-style:italic;}
/* list */
.list{
	margin:0;
	padding:17px 0 0;
	list-style:none;
	font-size:14px;
	line-height:18px;
}
.list li{
	margin-bottom:20px;
	height:1%;
	vertical-align:middle;
	overflow:hidden;
	position:relative;
}
.list a{
	text-decoration:none;
	float:left;
}
.list a:hover{color:#fff;}
.list a .cufon{
	border-bottom:1px solid #ffda04;
	float:left;
	margin:0 !important;
}
.list a:hover .cufon{border-bottom:1px solid #fff;}
/* roll */
.roll{
	padding:5px 0 0;
	list-style:none;
	width:279px;
	margin:0 -10px 0 18px;
	position:relative;
}
.roll li{
	padding-bottom:6px;
	height:1%;
	vertical-align:middle;
}
.roll a{
	display:block;
	background: url(images/bg-roll.gif) no-repeat;
	width:247px;
	text-decoration:none;
	padding:22px 1px 21px 31px;
}
.roll span{
	font-size:20px;
	line-height:25px;
	color:#fff;
	display:block;
	height:1%;
	overflow:hidden;
}
.roll strong{
	font-size:45px;
	line-height:45px;
	color:#fff;
	height:1%;
	overflow:hidden;
	display:block;
}
.roll .cufon{
	float:left;
	margin:0 !important;
}
/* footer */
#footer {
	width:100%;
	overflow:hidden;
	display:table-footer-group;
	background:#000 url(images/bg-footer.gif) repeat-y 50% 0;
}
#footer .footer-holder {
	height:1%;
	display:table-row;
}
#footer .footer-frame {display:table-cell;}
.footer-farme2{
	width:1003px;
	margin:0 auto;
	overflow:hidden;
}
.footer-box{
	float:left;
	width:550px;
}
/* box-address */
.box-address{
	float:left;
	padding:20px 0 10px 32px;
	color:#fff;
}
.copyring{
	display:block;
	font-size:18px;
	line-height:20px;
}
.box-address address{
	padding:0 0 0 21px;
	font:normal 14px/16px Arial, Helvetica, sans-serif;
}
.box-address address span{
	display:block;
	margin-bottom:3px;
}
.box-address ul{
	margin:0;
	padding:0 0 0 21px;
	list-style:none;
	font-size:14px;
	line-height:16px;
}
.box-address li{padding-bottom:1px;}
.box-address a{
	color:#ef8200;
	text-decoration:none;
	border-bottom:1px solid #ef8200;
}
.box-address a:hover{border-bottom:none;}
/* sub-nav */
.sub-nav{
	margin:0;
	padding:18px 0 0 20px;
	list-style:none;
	float:right;
	font-size:24px;
	line-height:26px;
}
.sub-nav li{
	padding-bottom:12px;
	height:1%;
	overflow:hidden;
	vertical-align:middle;
}
.sub-nav a{
	float:left;
	color:#fff;
	text-decoration:none;
        text-transform:uppercase;
}
.sub-nav .cufon{
	float:left;
	margin:0 !important;
}
.sub-nav li.active a,
.sub-nav a:hover{
	color:#ef8200;
	text-decoration:none;
}
/* bill */
.bill{
	margin:0;
	padding:28px 61px 0 0;
	list-style:none;
	float:right;
	width:189px;
}
.bill li{
	padding-bottom:25px;
	height:1%;
	vertical-align:middle;
}
.bill img{display:block;}
/* inner */
.title{
	position:relative;
	z-index:10;
	margin:-3px 0 -22px 10px;
}
.title-holder{
	background:url(images/bg-title.png) no-repeat;
	width:933px;
	padding:20px 25px 41px;
}
	div.title-holder.blog {padding-top:30px;}
.title-holder h1{
	margin:0;
	font-size:85px;
	line-height:90px;
	width:100%;
	overflow:hidden;
}
.title-holder h1 .cufon{
	float:left;
	margin:0 !important;
}

.title-holder .subPage {font-size:22px; margin-top:0px; display:block; text-transform:uppercase; font-weight:bold;}
/* main-holder */
.main-holder{
	width:959px;
	margin:0 auto 1px;
	overflow:hidden;
}
.main-holder .t{
	background:url(images/bg-main-holder-t.png) no-repeat;
	height:124px;
	width:959px;
}
.main-holder .c{
	width:959px;
	float:left;
	background:url(images/bg-main-holder.png) repeat-y;
}
.main-holder .c:after{
	content:"";
	clear:both;
	display:block;
}
.main-frame{
	margin:-120px 0 -5px 0;
	float:left;
	position:relative;
	width:903px;
	padding:22px 10px 16px 46px;
}
/* content */
#content{
	width:570px;
	float:left;
}
/* post-list */
.post-list{
	margin:0;
	padding:0;
	list-style:none;
}
.post-list li{
	height:1%;
	overflow:hidden;
	padding-bottom:26px;
}
.post-list .img-holder{
	float:left;
	width:218px;
	padding:10px 10px 15px;
	margin:9px 27px 0 0;
	background:url(images/bg-gallery-li.png) no-repeat;
}
* html .post-list .img-holder{margin:9px 24px 0 0;}
.post-list img{display:block;}
.post-list .text{
	height:1%;
	font-size:15px;
	line-height:18px;
	overflow:hidden;
	padding-top:5px;
}
.post-list h2{
	margin:0 0 13px;
	font-size:30px;
	line-height:34px;
}
.post-list h2 span{
	display:block;
	height:1%;
	overflow:hidden;
}
.post-list h2 .cufon{
	float:left;
	margin:0 !important;
}
.post-list p{margin:0 0 17px;}
.post-list strong{font-style:italic;}
.post-list .link{
	height:1%;
	overflow:hidden;
}
.post-list a{
	font-size:14px;
	line-height:16px;
	text-decoration:none;
	color:#ffda04;
}
.post-list a:hover{border:0; text-decoration:underline;}


.post-list img.alignleft {float:left; margin:0 12px 12px 0px;}
.post-list img.alignright {float:right; margin:0 0 12px 12px;}

p.info {font-size:12px; text-transform:uppercase; color:#1bc1cc;}

/* sidebar */
#sidebar{
	padding-top:5px;
	width:290px;
	float:right;
}
#sidebar h2{
	margin:0 0 -11px;
	color:#fff;
	font-size:30px;
	line-height:34px;
	height:1%;
	overflow:hidden;
}
#sidebar h2 .cufon{
	float:left;
	margin:0 !important;
}
#sidebar h3 {font-size:30px; margin:0;}
#sidebar h3 a {border:none; text-decoration:none;}
#sidebar p {font-size:12px; clear:left;}
#sidebar .list{padding:28px 0 18px;}
#sidebar .list-add{
	padding:23px 0 0;
	margin:0 0 -7px;
	line-height:16px;
}
#sidebar .list-add li{margin-bottom:15px;}
#sidebar .list-add em{
	display:block;
	color:#ef8302;
	margin:5px 0 -1px;
	font: normal 10px/14px Arial, Helvetica, sans-serif;
}
#sidebar .roll{margin:0 -10px 0 3px;}

/*tweets*/
#sidebar div.aktt_tweets { font-size:14px;}
#sidebar div.aktt_tweets ul {margin:14px 0; padding:0; list-style:none;}
#sidebar div.aktt_tweets ul li {margin:0 0 10px; padding:0;}

#content ul{
 margin:0;
 padding:0;
 list-style:none;
}
#content ul li{padding:0 0 10px;}
#content ol{
 margin:0;
 padding:0;
 list-style:none;
}
#content ul{
 margin:0;
 padding:0;
 list-style:none;
}
#content ul li{padding:0 0 10px;}
#content ol{
 margin:0;
 padding:0;
 list-style:none;
}
#content ol li{padding:0 0 10px;}
.post-list .text h2{
	height:1%;
	overflow:hidden;
}


/* image overlays */
.carouselInt {
display: inline;
clear: none;
}
.carouselInt li {
	}
.carouselInt p {
position: absolute;
margin: 0px;
margin-left: 0px;
margin-top: 0px;
font-size:22px;
z-index:2;
background-color: #06a2b2;
color: #ffffff;
width: 203px;
height:187px;
text-align: left;
padding:5px;
opacity:.8;
display: none;
clear: none;
}
.carouselInt img {
z-index:1;
}

/*form styles*/
input.number {width:40px;}
input.wpcf7-submit {width:100px; height:50px; text-align:center; background-color:#ffda04; color:#00a2b1; border:none; font-size:24px; font-weight:bold; text-transform:uppercase; letter-spacing:.05em; cursor:pointer;}

