/* @override 
	http://spring.millstream.com.au/css/spring.custom.css
	http://cinefestoz.com/css/cinefestoz.custom.css
	http://www.cinefestoz.com.au/css/cinefestoz.custom.css
	http://www.cinefestoz.com/css/cinefestoz.custom.css
*/

/* @group Fonts */

body {
	font-size:62.5%;
  	/*font-family: "anivers-1","anivers-2",sans-serif;	*/
	color: #002d62;
}

body, h1, h2, h3, h4 ,h5, h5, h6 {
	/* font-family: "facitweb-1","facitweb-2",sans-serif;*/
	/*font-family: "m-1c-1","m-1c-2",sans-serif;*/
	font-family: sans-serif;
}

#content p {
	font-size:1.3em;
	line-height: 1.4;
	margin-bottom: 1.2em;
}

#footer p {
	font-size:1.3em;
	line-height: 1.4;
	margin-bottom: 1.2em;
}

.sidebar p {
	line-height: 1.4;
	margin-bottom: 1em;
}

#content h1, .sidebar h1 {
	font-size: 1.4em;
	margin-bottom: 0.3em;
	color: #002d62;
	font-weight: bold;
}

#content h1#pagetitle {
	font-size: 2.6em;
	margin: 0.5em 0;
	/*color: #a0cced;*/
	/*color: #88bbd9;*/
	color: #54b1f6;
	font-weight: normal;
}

#content h2, .sidebar h2 {
	/*
	font-size: 1.3em;
	margin-bottom: 1em;
	font-weight: bold;*/
	font-size: 1.4em;
	margin-bottom: 0.3em;
	color: #ec068d;
	font-weight: bold;
}

#content h3, .sidebar h3 {
	/*
	font-size: 1.3em;
	margin-bottom: 1em;*/
	font-size: 1.3em;
	margin-bottom: 1em;
	font-weight: bold;
}

#content h4, .sidebar h4 {
	/*
	font-size: 1.1em;
	margin-bottom: 1em;
	font-weight: bold;*/
	font-size: 1.3em;
	margin-bottom: 1em;	
	font-weight: bold;
	color: #ec068d;
}

#content h5, .sidebar h5 {
	/*
	font-size: 1.0em;
	margin-bottom: 1em;
	font-weight: bold;*/
	font-size: 1.1em;
	margin-bottom: 1em;
	font-weight: bold;
}

#content h6, .sidebar h6 {
	/*
	font-size: 1.0em;
	margin-bottom: 1em;*/
	font-size: 1.1em;
	margin-bottom: 1em;
	font-weight: bold;	
	color: #ec068d;
}

#content ul, #content ol {
	padding: 1em 3em;
	list-style-type: disc;
	line-height: 1.4;
	font-size: 1.1em;
}

#content li {
	font-size: 1.1em;
	line-height: 1.6em;
}

#content li li, #content li li li  {
	font-size: 1em;
}

#content pre {
	font-size: 1.1em;
	font-family: "Courier New", Courier, mono;
	line-height: 1.4;
	margin-bottom: 0.5em;
}

#content blockquote {
	font-size: 1.1em;
	font-family: "Courier New", Courier, mono;
	line-height: 1.4;
	padding: 2em 0 2em 2em;
	margin-bottom: 1em;
	background-color: #fefdd3;
}

#content blockquote blockquote {
	font-size: 1em;	
	margin-bottom: 0;
	padding: 0.5em 0 0.5em 2em;
}

#content a {
	color: #a00d2c;
}

#content a:hover {
}

#content ol {
	list-style-type: decimal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sub {
	color: #a00d2c;
}

hr {
	height: 1px;
	border: 0;
	/*background-color: #a0cced;*/
	/*background-color: #88bbd9;*/
	background-color: #54b1f6;
	margin: 1.6em 0;
}


/* @end */

/*@group Panels*/

#container
{
	/*width: 1020px;*/
	width: 960px;
	position: relative;
	margin: 30px auto;
	background: #FFF url(/upload/template/cinefestoz/left_drop_shadow.gif) repeat-y;
	/* padding-left: 20px; */
}

#content, #banner, #footer, #navlist, ul.navigation.depth-1
{
	margin-left: 20px;
}

#banner, #navlist, ul.navigation.depth-1
{
	margin-left: 15px;
}

/* @group Banner */

#banner
{
	height: 94px;
	background: url(/upload/template/cinefestoz/banners/header960.gif) no-repeat 5px;
	text-indent: -1000px;
	overflow: hidden;
}

/* @end */

#main
{
	position: relative;
	overflow: hidden;
	/* min-height: 750px; */
	background: url(/upload/template/cinefestoz/page_background.gif) no-repeat right 30px;
}

/* @group Content */

#content
{
	display: inline-block;
	position:relative;
	min-height: 310px;
}

#content A
{
	color: #F78F1E;
	text-decoration: none;
}

#content A:hover
{
}

#content img#mainimage, #crossfader-container.slideshow
{
	position: relative;
	margin-left: -13px;
	margin-bottom: 2em;
}

/* @end */

/* @group Footer */

/* @group footer nav */

#footer ul
{	font-size: 1.6em;	/*width: 960px;*/
	width:920px;
	display: inline-block;
	margin: 0 0 0.5em -0.3em;
}

#footer ul li
{	
	position: relative;	float: left;	display: block;	z-index: 100;
}

#footer ul li a {	float: left;	text-decoration: none;
	/*color: #a0cced;*/
	/*color: #88bbd9;*/
	color: #54b1f6;
	text-transform: lowercase;
	/*border-right: 1px solid #88bbd9;*/
	border-right: 1px solid #54b1f6;
	padding: 0em 0.3em 0em 0.3em;}

#footer li:last-of-type a
{
	border: 0;
}

/* @end */

#footer
{
	/*width: 1020px;*/
	width: 940px;
	padding-top: 2em;
}

#footer A
{
	text-decoration: none;
	padding: 0;
}
#footer P
{
margin-bottom: 1em;
}
#footer A:hover
{
	color: #EC068D;
}
#footer div#sponsors div
{
	padding: 20px 30px 5px 0;
	margin-right: 20px;
	display: inline-block;
	border-right: 1px solid #80afd3;
}
#footer div#sponsors div:last-of-type
{
	border: 0px;
}

#footer div#sponsors div p
{
	margin-bottom: 0em;
}

#footer div#sponsors div img
{
padding-right: 10px;
}

/* @end */

/* @group Sidebar */

#sidebar-left
{
	background-color: #FFF;
}

#sidebar-right
{
	width: 160px;
	padding: 20px;
	padding-bottom: 10000px;
	margin-bottom: -9970px;
}

#sidebar-right A
{
	text-decoration: none;
}

#sidebar-right
{
	background-color: #FFF;
}



/* @end */

.narrow
{
	width: 500px;
	border: 0px solid #FF0000;
}
.wide
{
	/*width: 1000px;*/
	width: 940px;	
}
/*@end*/

/* @group Navlist */#navlist, ul.navigation.depth-1 {
	position: absolute;
	top: 85px;	font-size: 1.6em;	margin-top: -2.5em;	width: 900px;
	height: 2.5em;	z-index: 50;
}

#navlist li, ul.navigation.depth-1 li {	position: relative;	float: left;	display: block;	z-index: 100;
}#navlist a, ul.navigation.depth-1 a { 
	position: relative;	display: block;	float: left;	padding: 0.8em 0.3em 0.8em 0.3em;	text-decoration: none;	z-index: 100;
	/*color: #a0cced;*/
	/*color: #88bbd9;*/
	color: #54b1f6;
	text-transform: lowercase;
	/*border-right: 1px solid #88bbd9;*/
	border-right: 1px solid #54b1f6;
	padding: 0em 0.4em;}

/* hide landing link */
#navlist.depth-0 li.d1.p1  { 
	display: none;}

/* hide movie crew */
#navlist a#folder-movie-crew.folder  { 
	display: none;}

#navlist li:last-of-type a, ul.navigation.depth-1 li:last-of-type a {
	border: 0;
}
#navlist a:hover, ul.navigation.depth-1 a:hover {
	color: #ec068d;}
#navlist ul {	display: none;}

#navlist li.selected a, ul.navigation.depth-1 li.selected a {
	color: #ec068d;	
}

/* @group Level 2 depth-1 */

ul.navigation.depth-1 {
	top: 100px;
	font-size: 1.3em;}
/* @end */
/* @end */

/* @group Layout */

#content {
 	padding-left: 0;
 	padding-right: 0;
 	padding-top: 0;

}
 
.column {
 	float: left;
 	padding: 0%;
}
 
.column.three {
 	/*width: 700px;*/
 	width: 625px;
}

.column.two {
	/* width: 40%; */
 	/*width: 280px;*/
 	width: 250px;
}
 
.column.one {
	/* width: 60%; */
 	/*width: 700px;*/
 	width: 630px;
}
/* Sidebar right */
.row2 .column.two {
	padding-left: 30px;
	margin-top: 270px;
}

/* @end */

/* @group Slideshow*/
#content #controls #crossfader-previous
{
	height: 9px;
	padding: 4px 22px;
	background-image: url(../upload/template/spring/previous-001.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #AAA;
}
#content #controls #crossfader-next
{
	height: 9px;
	padding: 4px 22px;
	background-image: url(../upload/template/spring/next-001.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #AAA;
}
#content UL.gallery
{
	list-style-type: none;
	padding: 0;
	margin: 10px 0 25px 0;
	overflow: hidden;
}
#content UL.gallery LI
{
	float: left;
	padding: 0 10px 7px 0;
}

#premier
{
	padding: 37px 30px 33px 340px;
	background-image: url(/upload/pages/home-july09/premiere-bgd.png);
	color: #000000;
}
#frenchflag
{
	padding: 37px 300px 33px 30px;
	background-image: url(/upload/pages/home-july09/frenchflag-bgd.png);
	color: #000000;
}
#crossfingers
{
	padding: 15px 30px 3px 175px;
	background-image: url(/upload/pages/home-july09/cross.png);
}
#miss
{
	padding: 37px 30px 13px 175px;
	background-image: url(/upload/pages/home-july09/miss-btn.png);
}
#ausfilm
{
	padding: 8px 25px 20px 0px;
	background-image: url(/upload/pages/films/gfx/aus-bgd.png);
	background-repeat: no-repeat;
}
/*@end*/

/* @group Gallery Index */

#content ul.gallery-index {
	margin: 0;
}

#content ul.gallery-index li {
	margin: 20px 20px 20px 0;
	padding: 0;
}

#content ul.gallery-index li .item {
}

#content ul.gallery-index .item {
	display:block;
	width:128px;
	height:192px; /* Margin for captions */
}

ul.gallery-index .item span a {
	font-size: 1.2em;
}

/* @end */

/*
@group Event Program*/

#programme div {
	/*border-top: 1px solid #7e7e7e;*/
	padding: 1.5em 0;
	display: inline-block;
	/*width: 650px;*/
	width: 620px;
}

#programme div.month>h1 {
	color: white;
	/*background-color: #88bbd9;*/
	background-color: #54b1f6;
	padding: 10px;
}

#programme div.day {
	border-bottom: 1px solid #7e7e7e;
}

#programme div#day3 {
	border-bottom: 1px solid #7e7e7e;
}

#programme h1 {
	/*color: #88bbd9;*/
	color: #54b1f6;
	font-size: 1.5em;
	margin-bottom: 0em;
}

#programme h4 {
	color: #f7901a;
	line-height: 1.4em;
	font-size: 1.2em;
	display: inline-block;
	float: left;
	width:90px;
	border-top: 1px solid #e5e5e5;
	padding-top: 1.2em;
	clear: both;
}

#programme h4:first-of-type {
	border-top: 0px;
}

#programme ul {
	list-style: none;
	margin-left: 100px;
	padding-left: 0;
	position: relative;
	padding-bottom: 1em;
}

#programme li {
	line-height: 2em;

}

/*@end*/

/* @group Who are we? */

div#directors, div#non-directors    {
	display: inline-block;
	width: 600px;
	margin-bottom: 1em;
}

div#directors{
	margin-bottom:4em;
}

div.memberitem  {
	width: 155px;
	height: 170px;
	float: left;
	color: #7e7e7e;
	padding: 0 18px 15px 0;
}

div.memberitem img {
	padding-bottom: 0.5em;
}

#content div.memberitem h3.membername {
	font-weight: bold;
	margin: 0;
	color: #7e7e7e;
}

#content  div.memberitem a:hover h3.membername {
	color: #444;
}

#content  div.memberitem p {
	margin: 0;
	color: #7e7e7e;
}

#content  div.memberitem p.memberfilmtitle {
	margin: 0;
	color: #F78F1E;
}

/* @end */

/* @group Films */
#content h3.film_origin {
	font-size: 1.4em;
	color: #F78F1E;
	margin-bottom: -0.8em;
}
a#back_link {
	font-size: 1.2em;
	text-decoration: underline;
}

div#page_image {
	position: relative;
}

div#page_image img#premiere_overlay {
	position: absolute;
	top: 15px;
	left: 5px;
}

div#page_image img#soldout_overlay {
	position: absolute;
	/*
	top: 80px;
	left: 240px;
	*/
	bottom:-40px;
	left: -30px;
	display: none;
}

div#galleryindex {
	display: inline-block;
	width: 595px;
}


div.galleryitem {
	padding: 0 18px 15px 0;
	width: 130px;
	height: 160px;
	float: left;
	color: #7e7e7e;
}

div.galleryitem img {
	padding-bottom: 0.5em;
}

#contact div.galleryitem a.itemlink {
}

#content div.galleryitem h3.title {
	font-weight: bold;
	margin: 0;
	color: #7e7e7e;
	width: 110px;
}

#content  div.galleryitem a:hover h3.title {
	color: #444;
}

/* @group film details - sidebar right */

div#film_details {
}

div#film_details a#buy_tickets-button.lightview {
	display: inline-block;
	margin-bottom: 30px;
}

div#film_details p a {
	color: #002d62;
}

div#film_details .event_item h2 {
	color: #F78F1E;
	margin-bottom: 0.3em;
	font-weight: normal;
}

div#film_details .event_item {
	padding: 0.5em 0;
}

div#film_details .event_item p {
	color: #7e7e7e;
}

div#film_details #rating img {
	margin-bottom: 0.5em;
}
div#film_details #review p {
	font-weight: bold;
	margin-bottom: 0.3em;
}

div#film_details #review p#reviewer {
	font-weight: normal;
}

div#film_details #direction {
	margin-top: 30px;
}

div#film_details #direction .role {
	margin-top: 20px;
}

div#film_details #direction p {
	margin: 0px;
}


/* @end */

img#logo {
	float: right;
	padding-left: 2em;
	padding-top: 3em;
	margin-bottom: 1em;
}


/* @end */

/* @group News */

#news_index .item img {
	float: left;
	margin: 0 20px 20px 0;
}

#news_index .item h3.newstitle {
	font-size: 1.4em;
	color: #F78F1E;
}

#news_index .item  {
	display: inline-block;
}

#news_index .item p {
	color: #7e7e7e;
	margin-right: 10px;
}


/* @end */

/* @group forms */

form {
	font-size: 1.3em;
	border: 1px solid #ddd;
	padding: 1em 1em;
	width: 260px;
}

form input#name, form input#hkjjil-hkjjil {
	margin: 0.5em 0 1em 0;
	width: 250px;
}

form label {
	/*color: #a0cced;*/
	/*color: #88bbd9;*/
	color: #54b1f6;
}

/* @end */


/* @group Partners */
#sponsor-table {
	width: 590px;
	margin-left: 2em ;
}

#sponsor-table hr {
	border: 0px;
	height: 1px;
	background-color:#d1d1d1;
}

#sponsor-table h5 {
	text-align: left;
	font-size: 12px;
}

#sponsor-table #sponsor-r1 ul li:last-of-type h5 {
	text-align: left;
	text-indent: 4em;
	font-size: 12px;
}

#sponsor-table>div {	/*TR*/
	display: inline-block;
	margin: 5px 0;
	padding-left: 20px;
	border-left: 1px solid #d1d1d1;
	clear: both;
}

#sponsor-table>div:last-of-type {
}

#sponsor-table div ul li {	/*TD*/
	display: inline-block;
	float: left;
	text-align: center;
	/*border: 1px solid red;*/
	height: 80px;
}

#sponsor-table div ul li img {	/*IMG*/
	margin-top:-1em;
}

#sponsor-table div ul  {
	padding: 0;
}

/*TR img 1 and 2*/
#sponsor-table div#sponsor-r1 li {
	height: 120px;
}


/*TD 2up*/
#sponsor-table div#sponsor-r1 li, #sponsor-table div#sponsor-r2 li, #sponsor-table div#sponsor-r4 li {
	width: 280px;
}


/*TD 4up*/
#sponsor-table div#sponsor-r3 li, #sponsor-table div#sponsor-r5 li, #sponsor-table div#sponsor-r6 li {
	width: 140px;
}

#sponsor-table div div:last-of-type {
	float: none;
}



/* @end */

/* @group Blog */

.bloglisting
{
	
}

.bloglisting .item
{
	position: relative;
	border-top: 1px solid #eee;
	padding-top: 1em;
}

#content .bloglisting .item p.date
{
	color: #ec068d;
	font-size: 1.1em;
	display: inline;
	padding: 1em;
	float: left;
		text-shadow: #fffeff 1px 1px 0;
}

#content .bloglisting .item p.count
{
	background-color: #eee;
	color: #999;
	font-size: 1.1em;
	display: inherit;
	padding: 1em;
		text-shadow: #fffeff 1px 1px 0;
}

.bloglisting .item .image
{
	margin: 0 2.5em 2em 0em;
	float: left;
}

#content .bloglisting .item h2.title
{
	padding-bottom: 0.5em;
}

#content .bloglisting .item h2.title a
{
	font-size: 1.2em;
}

#content .bloglisting .item p.tags
{
	background-color: #54b1f6;
	font-size: 1.1em;
	display: inline;
	padding: 1em;
	float: left;
}

#content .bloglisting .item p.tags a
{
	color: #fff;
	padding: 0.1em 0.4em;
}

#content .bloglisting .item p.continue {
	background-color: #eee;
	font-size: 1.1em;
	display: inherit;
	padding: 1em;
	text-align: right;
	text-shadow: #fffeff 1px 1px 0;
}

/* comments */
div.comments img {
	padding-bottom: 1em;
}

form#comment {
	width: 350px;
}

form#comment h2 {
	margin-bottom: 1em;
}

form#comment p label {
	font-size: 12px;
}

form#comment p {
	font-size: 12px;
	margin-bottom: 1em;
}

form#comment p input {
	font-size: 12px;
	margin: 0em;
}

form#comment p textarea {
	font-size: 12px;
	margin: 0em;
	width: 250px;
}

/* @end */