/*   =======   RESET    =======   */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
		{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7d7d7d;
	background: #000 url(../images/bg-main.jpg) no-repeat center top;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 { 
	color: #a5a5a5; 
	margin-bottom: 16px; 
	font-family: Georgia, 'Lucida Bright', 'DejaVu Serif', Constantia, sans-serif;
	font-weight: normal;
}
h1	{ font-size: 3em;}
h2	{ font-size: 2.75em; }
h3	{ font-size: 2em; }
h4	{ font-size: 1.25em; }
h5	{ font-size: 1.125em; }
h5	{ font-size: 1em; }
p	{ 
	font-size: .75em; 
	line-height: 1.5em; 
	margin: 0 0 1.5em;
}

a, a:link, a:visited, a:active { color: #728fc9;  }
a:hover { color: #2e3950; text-decoration: none; }
a:active, a:focus { outline: none; }

.left 	{ float: left }
.right 	{ float: right }
.center { text-align: center; }
.hide 	{ display: none; }
.clear 	{ clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder 	{ border: none !important; }
.imgLeft 	{ float: left; padding: 0 2em 2em 0; }
.imgRight 	{ float: left; padding: 0 0 2em 2em; }

p span.tint { color: #e79876; }


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

#header, #main-content {
	width: 960px;
	margin: auto;
	text-align: left;
	position: relative;
	display: block;
}
#header {
}
#main-content {
	overflow: hidden;
	min-height: 362px;
	position: relative;
	z-index: 10;
}
#logo {
	height: 245px;
	display: block;
	overflow: hidden;
}
#logo h1 a {
	display: block;
	background: url(../images/logo-moonhill-productions.png) no-repeat 0 0;
	width: 246px;
	height: 130px;
	margin: 41px 0 0 59px;
	text-indent: -999em;
}
#content-left {
	width: 545px;
	float: left;
	margin: 0 40px 0 0;
	position: relative;
	overflow: hidden;
}
#content-right {
	width: 375px;
	float: left;
	position: relative;
	overflow: hidden;
}
#footer {
	width: 100%;
	min-height: 330px;
	height: auto;
	background: url(../images/bg-footer.jpg) no-repeat center top;
	text-align: center;
	margin-top: -40px;
	overflow: hidden;
	position: relative;
}
	
	
/*   =======   NAV  =======   */

#nav-wrap {
	background: url(../images/bg-nav.png) no-repeat 0 0;
	width: 960px;
	height: 41px;
}
#nav {
	height: 41px;
	display: block;
	float: right;
}
#nav li {
	display: block;
	float: left;
	line-height: 41px;
}
#nav a {
	display: block;
	line-height: 41px;
	padding: 0 25px 0 0;
	height: 41px;
	color: #519dff;
	font-family: Georgia, 'Lucida Bright', 'DejaVu Serif', Constantia, sans-serif;
	font-size: .875em;
	background: url(../images/nav-hover-right.png) no-repeat right -41px;
	float: left;
	font-weight: normal;
	text-decoration: none;
}
#nav a span {
	display: block;
	height: 41px;
	background: url(../images/nav-hover.png) no-repeat left -41px;
	padding: 0 0 0 25px;
	line-height: 41px;
}
#nav a:hover, #nav a.active {
	background-position: right top;
	color: #fff;
}
#nav a:hover span, #nav a.active span {
	background-position: left top;
}




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


#nav-footer {
	display: block;
	margin: 330px auto 1em;
}
#nav-footer li {
	display: inline;
}
#nav-footer a {
	display: inline;
	padding: 5px 30px;
	color: #519dff;
	font-family: Georgia, 'Lucida Bright', 'DejaVu Serif', Constantia, sans-serif;
	font-size: .875em;
	font-weight: normal;
	text-decoration: none;
}
#nav-footer a:hover {
	color: #fff;
}
#copyright {
	font-family: Georgia, 'Lucida Bright', 'DejaVu Serif', Constantia, sans-serif;
	font-size: .625em;
	color: #4d4d4d;
	margin: 2em 0;
}
#copyright span { margin-right: 1em; }
#copyright a { color: #4d4d4d; text-decoration: none;}
#copyright a:hover { color: #8d8d8d;}



/*   =======   HOME PAGE  =======   */


#latest-news-home {
	margin: 60px 0 0;
}
#latest-news-home .date {
	color: #728fc9;
	margin-bottom: 0;
}

#whoweare {
	min-height: 326px;
}
#associations {
	margin: 60px 0 0;
	overflow: hidden;
}
#associations-img a {
	margin: 0 12px 12px 0;
	display: block;
	float: left;
}
#associations p a {
	clear: both;
	float: none;
	display: block;
}



/*   =======   ALL PAGES  =======   */


#main-photo {
	margin: auto;
	background: url(../images/bg-main-photo.png) no-repeat 0 0;
	width: 447px;
	height: 310px;
	padding: 8px
}

.link-col {
	width: 180px;
	float: left;
	padding: 0 7px 0 0;
}
.link-col h5, .link-col h6, .bio h4 {
	color: #728fc9;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

ul.link-col li {
	display: block;
	margin-bottom: 1em;
}
ul.link-col a {
	font-size: .875em;
	text-decoration: none;
}
#single-col {
	width: 840px;
	margin: auto;
}


/*   =======   ABOUT US PAGE  =======   */

#staff-bios {
	overflow: hidden;
	margin: 50px 0 0 40px;
}
.bio {
	float: left;
	width: 204px;
	margin-right: 56px;
	margin-bottom: 20px;
}
.bio-pic {
	width: 184px;
	height: 124px;
	padding: 9px;
	border: 1px solid #262626;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.bio-pic img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.bio h4 {
	font-size: 1em;
	margin-top: 10px;
}
.bio a {
	font-size: .8125em;
	color: #7a7979;
}
.noM { margin: 0 !important; 
	  margin-bottom: 20px;
	}


/*   =======   NEWS PAGE  =======   */


.news-post .date {
	color: #728fc9;
	margin-bottom: 3px;
}
.news-post {
	margin-bottom: 1.5em;
}




/*   =======   PRODUCTIONS PAGE  =======   */

.production-detail {
	overflow: hidden;
	padding: 1.5em 20px 0 20px;
	margin-top: .5em;
	border-top: 1px solid #36393e;
}
.production-detail:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.production-detail img {
	float: left;
	margin-right: 34px;
}
.production-text {
	float: left;
	width: 683px;
	color: #7a7979;
}
.production-text .lblue {
	color: #728fc9;
	font-weight: bold;
}



/*   =======   SLIDER   =======   */

#slider-wrap {
	width: 447px;
	height: 310px;
	padding: 8px;
	margin: 0 41px;
	background: url(../images/bg-main-photo.png) no-repeat 0 0;
	position: relative;
}
#slider ul {

}

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-999em;
    }			

/* Easy Slider */

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li  {
	width:447px;
	height:310px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn, #slider1next, #slider1prev{ 
	display:block;
	width:31px;
	height:31px;
	position:absolute;
	left:-40px;
	top:148px;
	z-index:1000;
	}	
#nextBtn, #slider1next{ 
	left: 472px;
	}														
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:31px;
	height:31px;
	background:  url(../images/arrow-left.png) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:  url(../images/arrow-right.png) no-repeat 0 0;	
	}	
	
	
	
	
	