/* ============ STATE THEATRE COMPANY 2010 - CORE STYLES ============ */

/*
*   Commenced 6 Oct 2009
*	
*	Copyright 2009 State Theatre Company
*
*   Author: Thomas Bland for Enabled Solutions www.enabled.com.au
*/

/* ============ IMPORTS ============ */

@import url(reset.css);
@import url(typography.css);
@import url(showpages.css);
@import url(content.css);

	
/* ============ MAIN LAYOUT ============ */

body {
	text-align: center;
	background: #000;
}

div#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	z-index: 10;
	position: relative;
}

/*
div#container {
	background: transparent url(images/wrapper_bg.png) top left repeat-y;
}
*/

div#header {
	height: 85px;
	width: 920px;
	padding: 10px 20px;
	background: url(images/trans_60.png) top left repeat;
	margin-bottom: 10px;
	z-index: 100;
}

div.hero {
	height: 300px;
	width: 100%;
	margin-bottom: 10px;
}

div.hero div {
	float: left;
}

div.hero-details {
	width: 380px;
	padding: 10px 20px;
	position: relative;
	background: url(images/trans_60.png) repeat;
}

a.scrollbutton.right.hero-more {
	top: 0px;
}

/* ============ CUSTOM HERO ============ */

div.hero-details.top-left {
	top: 0px;
	left: 0px;
	text-align: left;
}

div.hero-details.top-right {
	top: 0px;
	left: 540px;
	text-align: right;
}

div.hero-details.bottom-right {
	top: 153px;
	left: 540px;
	text-align: right;
}

div.hero-details.bottom-left {
	top: 153px;
	left: 00px;
	text-align: left;
}

div#king-lear.hero {
	background: url(images/hero_king_lear.jpg) top left no-repeat;
}
div#toy-symphony.hero {
	background: url(images/hero_toy_symphony.jpg) top left no-repeat;
}
div#romeo-juliet.hero {
	background: url(images/hero_romeo_juliet.jpg) top left no-repeat;
}
div#seven-stages.hero {
	background: url(images/hero_7_stages.jpg) top left no-repeat;
}
div#the-sapphires.hero {
	background: url(images/hero_sapphires.jpg) top left no-repeat;
}
div#the-price.hero {
	background: url(images/hero_the_price.jpg) top left no-repeat;
}
div#entertaining-mr-sloane.hero {
	background: url(images/hero_entertaining_mr_sloane.jpg) top left no-repeat;
}
div#god-of-carnage.hero {
	background: url(images/hero_god_of_carnage.jpg) top left no-repeat;
}
div#give-take.hero {
	background: url(images/hero_give_take.jpg) top left no-repeat;
}

/* ============ SECONDARY ============ */

div#secondary {
	width: 920px;
	padding: 10px 20px;
	margin-bottom: 10px;
	background: url(images/trans_60.png) repeat;
}

div#secondary div.threecol {
	width: 290px;
	font-size: 1em;
}

div#secondary div.threecol img {
	max-width: 290px;
	padding-top: 10px;
}

div#secondary div.threecol.col1, div#secondary div.threecol.col2 {
	margin-right: 20px;
}	

div#secondary h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

div#secondary h3.subhead {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.latestnews ul li, div.buzz ul li {
	padding-bottom: 1em;
}

div.buzz {
	padding-bottom: 20px;
	}

div.buzz ul li span.itemDateCreated {
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #ccc;
	}
	

/* ============ BACKGROUND ============ */

div#supersize-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: -1px;
	left: 0px;
}

div#supersize {
	z-index: 5;
}

div#supersize img {
	width: 100%;
	height: 100%;
	position: absolute;
}

body.top-left.top-right div#supersize img {
	top: 0px;
	right: 0px;
	left: auto;
}

body.top-left div#supersize img {
	top: 0px;
	left: 0px;
}



/* ============ GLOBALNAV ============ */

div#header h1 a {
	background: url(images/stc_logo.png);
	display: block;
	width: 101px;
	height: 79px;
	text-indent: -9999px;
	float: left;
}

ul#globalnav {
	float: right;
	position: relative;
	top: 58px;
	font-size: 1.2em;
}

ul#globalnav li {
	display: inline;
	float: left;
	width: auto;
}

ul#globalnav li ul {
	width: 150px;
}

ul#globalnav li ul li {
	display: block;
	width: 100%;
}

ul#globalnav li a {
	display: block;
	width: auto;
	font-style: italic;
	border-bottom: none;
	padding: 10px;
	line-height: 1;
}

ul#globalnav li ul li a {
	background: url(images/trans_80.png) top left repeat;
	width: 130px;
}

ul#globalnav li a:link, ul#globalnav li a:visited {
	color: #fff;
}

ul#globalnav li a:hover {
	background: #000;
	color: #f57b20;
}

#globalnav ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */
	z-index: 99;
}
#globalnav ul li {
	width:			100%;
}
#globalnav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#globalnav li {
/* 	float:			left; */
	position:		relative;
}
#globalnav a {
	display:		block;
	position:		relative;
}
#globalnav li:hover ul,
#globalnav li.sfHover ul {
	left:			0;
	top:			2.8em; /* match top ul list item height */
	z-index:		99;
}
ul#globalnav li:hover li ul,
ul#globalnav li.sfHover li ul {
	top:			-999em;
}
ul#globalnav li li:hover ul,
ul#globalnav li li.sfHover ul {
	left:			151px; /* match ul width */
	top:			0;
}
ul#globalnav li li:hover li ul,
ul#globalnav li li.sfHover li ul {
	top:			-999em;
}
ul#globalnav li li li:hover ul,
ul#globalnav li li li.sfHover ul {
	left:			151px; /* match ul width */
	top:			0;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0px -30px; /* arrow hovers for modern browsers*/
}

ul.social li {
	display: inline;
	padding-right: 5px;
}

div#mainmenu ul.social {
	clear: both;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0 5px 0;
	text-align: center;
	margin: 20px 10px;
}


/* ============ FOOTER ============ */

div#footer {
	background: url(images/trans_60.png) top left repeat;
	clear: both;
	width: 940px;
	height: 20px;
	padding: 7px 10px 0px 10px;
	margin-top: 1px;
}

div#footer p {
	float: left;
}

div#footer ul {
	float: right;
}

div#footer ul.social {
	float: left;
	padding-left: 10px;
}

div#footer ul li {
	display: inline;
}

div#footer ul li a {
	padding-left: 5px;
}

/* ============ MISC ============ */

.clear {
	clear: both;
}