@charset   "UTF-8";

/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background: #006d96 url(backgrounds/body.jpg) repeat-x top left;
	color: #fff;
}

div, span, table, tr, td, img
{
	margin: 0;
	padding: 0;
	border: 0;
}

p { padding: 0 0 .3em 0; }

a, a:visited
{
	color: #008cd1;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #006191;
}

.clear { clear: both; }
img { border: 0; }

ul
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li
{
	padding-left: 10px;
	background-image: url(widgets/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

/*     Header     */
#container
{
	background-position: top;
	background-repeat: repeat-x;
}

#mainContent
{
	margin: auto;
	padding: 0px;
	text-align: center;
	width: 880px;
	position: relative;
}

#header
{
	background: #000;
	width: 100%;
	text-align: left;
}

#logo { }

#festselector
{
	width: 650px;
	height: 77px;
	background: #000;
	position: absolute;
	top: 107px;
	left: 230px;
}

/* STATE SELECTIOR */
#festselector ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#festselector li
{
	float: left;
	width: 154px;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	text-indent: -9999;
	background: none;
}

#festselector li a
{
	display: block;
	width: 154px;
	height: 77px;
	float: left;
	color: #fff;
}

#festselector span { display: none; }
#festselector li#Melbourne a { background: #000 url('menu/melbourne.jpg') no-repeat 0 40px; }
#festselector li#Sydney a { background: #000 url('menu/sydney.jpg') no-repeat 0 40px; }
#festselector li#Brisbane a { background: #000 url('menu/brisbane.jpg') no-repeat 0 40px; }
#festselector li#Adelaide a { background: #000 url('menu/adelaide.jpg') no-repeat 0 40px; }
#festselector li#Melbourne a.selected,
#festselector li#Sydney a.selected,
#festselector li#Brisbane a.selected,
#festselector li#Adelaide a.selected { background-position: 0 0; }

#menubar
{
	width: 100%;
	height: 55px;
	clear: both;
	background: #1c1819 url(backgrounds/menbar.gif) repeat-x bottom left;
}

/*     Body     */
#innerWrap
{
	width: 880px;
	background: #fff;
	color: #4b4b4b;
}

#topContent
{
	width: 880px;
	text-align: left;
	border-bottom: 10px solid black;
	background: #454545;
}

#header h1 { display: none; }

#topContent p
{
	margin: 15px 0 0 0;
	padding: 0;
}

.hero_content, 
.hero_content p
{
	margin: 0;
	padding: 0;
}

#footer { clear: both; }

.content
{
	width: 880px;
	text-align: left;
	background: transparent url(backgrounds/vline.gif) repeat-y 648px 0;
}

div.leftCol
{
	width: 648px;
	float: left;
	/*margin: 0 232px 0 0; */
}

div.rightCol
{
	width: 232px;
	float: right;
}

.article { margin: 10px; }

div.article_content div.leftCol
{
	width: 418px;
	float: left;
}

div.article_content div.rightCol
{
	width: 200px;
	float: right;
}

.hero
{
	padding: 7px 0;
	/*	border:1px solid #444;	
*/
	background: #000;
}

h2.e_filmtitle
{
	border-top: 1px solid #454545;
	line-height: 1.4em;
	font-size: 3em;
}

h2.g_filmtitle
{
	line-height: 1.4em;
	font-size: 2em;
	font-weight: normal;
}

div.article_content div.rightCol h2
{
	background: #1c1819;
	color: white;
	padding: 7px;
}

.filmcredits
{
	border-top: 1px solid #454545;
	border-bottom: 1px solid #454545;
	color: #454545;
}

.postdetails, 
.newsdetails
{
	color: #777;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	margin: 5px 0;
	padding: 5px 0;
}

div.leftCol div.article_content { border-bottom: 1px solid #777; }
div.news_hilights { /*clear: left;*/ }

div.news_hilights div.story
{
	float: left;
	width: 200px;
	padding: 0 14px 0 0;
}

div.news_hilights div.last { padding: 0 0 0 0; }

div.filmthumb
{
	float: left;
	width: 146px;
	padding: 0 10px 0 0;
}

div.filmthumb div.last { padding: 0 0 0 0; }

/*	Basic Typography
------------------------------------------------- */

h1, h2
{
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	background: transparent;
	text-transform: uppercase;
}

h2.article_header
{
	background: #1c1819;
	color: white;
	padding: 7px;
}

h3
{
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background: transparent;
	margin: 5px 8px 7px 0;
	text-transform: uppercase;
}

h4
{
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background: transparent;
	margin: 5px 8px 2px 0;
	text-transform: uppercase;
}

sup,
sub
{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 9px;
	padding-left: 2px;
}

sup { bottom: 1ex; }
sub { top: .5ex; }

/*	CSS Helpers
------------------------------------------------- */

.hidden
{
	margin: 0;
	padding: 0;
	border: 0;
	display: none;
}

.f_right
{
	float: right;
	margin-left: 8px;
}

.f_left
{
	float: left;
	margin-right: 16px;
}

.clear
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.clearleft
{
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.discrete { font-size: 10px; }

#quicksearch
{
	float: right;
	width: 220px;
	height: ;
}

#quicksearch p { padding: 1px 10px 0 0; }

#nav
{
	float: left;
	width: 620px;
	height: 55px;
}

#nav ul
{
	margin: 0;
	padding: .5em 0;
}

#nav ul li
{
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
}

#nav ul li a
{
	font-size: 12px;
	padding: 10px 15px;
	color: #f1f1f1;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	border-right: 1px solid #777;
}

#nav ul li a:hover
{
	background-color: #f1f1f1;
	color: #000;
	text-decoration: underline;
}

#footer p
{
	padding: 0.5em 0px;
	margin: 0;
}

#footer ul
{
	padding: 0.5em 0px;
	margin: 0;
	text-align: right;
}

#footer li
{
	display: inline;
	padding-left: 5px;
	white-space: nowrap;
	background: none;
}

#footer li a
{
	padding-right: 5px;
	border-right: 1px solid #868686;
	text-decoration: none;
	color: silver;
}

#footer li a:hover, #footer li a:focus
{
	text-decoration: underline;
	color: white;
}

#footer li.last a { border: 0; }
#footer div.leftCol { width: 232px; }
#footer div.rightCol { width: 648px; }
