@charset "UTF-8";
/* CSS Document */
/*
 * Colour reference
grey: 			#141414
blue:			#50967a
green:
red:
light blue:		#9bd3bc;
light green:	
light red:	
*/
/* HTML ELEMENTS */
body {
	text-align:left;
	background:#141414 url(../images/bg.gif);
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
a {
	text-decoration:none;
	color:#141414;
}
a:hover {
	color:#FFFFFF;
}
img {
	border:0;
}
h3 {
	font-size:14px;
}
/* PAGE IDS */
#container {
	display:block;
	width:967px;
	min-height:900px;
	height:auto !important;
	height:900px;
	background:#141414;
}
#header {
	display:block;
	height:159px;
	background:url(../images/red_bg_strip.jpg) top right no-repeat;
}
#header h1 {
	display:block;
	float:left;
	width:221px;
	height:122px;
	background:url(../images/logo.jpg) no-repeat 20px 0px;
	margin-top:0px;
	cursor:pointer;
}
#header h1 span {
	display:none;
	visibility:hidden;
}
#navigation ul {
	margin:0;
    padding:0;
    list-style:none;
	padding-left:16px;
}
#navigation li {
	display:inline;
}
#navigation li a {
	display:block;
	float:left;
}
#navigation li a span {
	display:none;
	visibility:hidden;
}
#navigation li a.about {
	height:158px;
	width:223px;
	background:url(../images/btn_about.jpg) no-repeat top left;
}
#navigation li a.about:hover {
	background:url(../images/btn_about.jpg) no-repeat 0px -158px;
}
#navigation li a.contact {
	height:158px;
	width:119px;
	border-right:1px solid #000;
	background:url(../images/btn_contact.jpg) no-repeat -1px 0px;
}
#navigation li a.contact:hover {
	background:url(../images/btn_contact.jpg) no-repeat -1px -158px;
}
#navigation li a.productions {
	height:158px;
	width:373px;
	border-right:1px solid #000;
	background:url(../images/btn_productions.jpg) no-repeat -1px 0px;
}
#navigation li a.productions:hover {
	background:url(../images/btn_productions.jpg) no-repeat -1px -158px;
}

#productions {
	padding-top:-35px;
	position:relative;
	padding-left:-425px;
}

#productions div {
	float:left;
	padding-right:15px;
}
#productions div ul {
	padding:0;
	margin:0;
}
#productions li {
	/*clear:both;*/
}

#content {
	background:#141414;
}

#news_items {
	display:block;
	float:left;
	width:220px;
}
#news_items div {
	padding-top:25px;
	width:220px;
	height:257px;
	overflow:hidden;
	position:absolute;
}
#news_items div:hover {
	overflow:visible;
	/*height:260px;*/
}

#news_items div img {
	padding-left:5px;
}
#news_items div p {
	padding-left:10px;
	color:#141414;
	font-size:11px;
	width:205px;
	display:block;
}
#news_items div h2 {
	font-size:13px;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:-5px;
}
#news_items div.news h2 {
	color:#e180a2;
}
#news_items div.productions h2 {
	color:#bef571;
}
#news_top {
	top:150px;
	z-index:3;
	background:url(../images/bar_green.gif) #7db530 repeat-x top left;
}
#news_top:hover {
	background:url(../images/bar_green.gif) #7DB530 repeat-x top left;
}

#news_middle {
	top:433px;
	z-index:2;
	background:url(../images/bar_red.gif) #a73f62 repeat-x top left;
}
#news_middle:hover {
	background:url(../images/bar_red.gif) #a73f62 repeat-x top left;
}

#news_bottom {
	top:566px;
	z-index:1;
}
#news_bottom:hover {
	background:url(../images/bar_green.gif) #7db530 repeat-x top left;
}

#headliner {
	display:block;
	float:right;
	width:746px;
	/*height:560px;*/
	clear: both;
}

#subnav {
	display:block;
	float:left;
	width:223px;
	/*height:546px;*/
}

#footer {
	background:#141414;
	height:185px;
	text-align:right;
	background:url(../images/white.gif) bottom left repeat-x;
	display:block;
	clear:both;
}
#footer p {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-top:155px;
	padding-right:40px;
}
#footer p a {
	color:#FFFFFF;
}
#production_article h1 {
	color:#FFFFFF;
}
#production_article {
	width:493px;
	display:block;
	float:left;
	background:#7db530;
	color:#FFFFFF;

}
#production_article p {
	padding-bottom:20px;
}
#article {
	width:521px;
	display:block;
	float:right;
}
#article h1, #production_article h1 {
	font-size:36px;
	color:#7db530;
	padding-left:25px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
}
#article p, #production_article p {
	font-size:12px;
	padding-left:25px;
	margin-top:15px;
	width:440px;
	font-weight:bold;
	line-height:16px;
}

#subnav p.contact {
	font-size:12px;
	margin-top:55px;
	margin-bottom:15px;
	font-weight:bold;
	line-height:16px;
}

/**/
.red_text {
	color:#a73f62;
}
.green_text {
	color:#7db530;
}
.blue_text {
	color:#50967a;
}
.stafflist {
	padding-top:17px;
	width:222px;
	padding-bottom:10px;
	margin-bottom:1px;
	color:#50957a;
	cursor:pointer;
}
.stafflist img {
	padding-left:6px;
}
.stafflist h3, .in_production h3 {
	padding-left:10px;
	size:11px;
	margin-top:6px;
}
.stafflist:hover, .in_production:hover {
	background:#50967a;
	color:#141414;
}
.in_production {
	padding-top:7px;
	width:222px;
	margin-bottom:1px;
	border-bottom:1px solid #50957a;
	color:#50957a;
	padding-bottom:10px;
	cursor:pointer;
}
.production_section {
	padding-top:8px;
	width:212px;
	padding-bottom:8px;
	margin-bottom:1px;
	color:#141414;
	display:block;
	background:#50967a;
	padding-left:10px;
	font-weight:bold;
}
.detail {
	color:#FFFFFF;
	font-size:10px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */
