body { 
	background:#000 url(../images/body-bg.jpg) no-repeat center top;
	font:13px  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color:#fff;
 }
a { outline:none; }
em { font-style:italic; }
/*wrapper styles*/
#wrapper {
	margin:0 auto;
	width:964px;	
}
/*content styles*/
#content { position:relative; }
#content h1 {
	background:url(../images/annie.jpg) no-repeat center top;
	height:757px;
	width:964px;
	text-indent:-90009px;	
}
/*casting callout*/
.casting-callout {
	background:url(../images/casting-callout.png) no-repeat 0 0;
	height:84px;
	left:153px;
	padding:126px 0 0 0;
	position:absolute;
	text-align:center;
	top:78px;
	width:663px;	
}
.casting-callout h2 { display:none; }
.casting-callout .audition-person { padding:0 42px 0 0; cursor:pointer; }
.casting-callout .audition-online { cursor:pointer; }
/*form styles*/
#content #get-updates {
	background:url(../images/fieldset-bg.jpg) no-repeat 0 0;
	height:90px;
    padding:33px 0 0;
    width:964px;	
}
#content #get-updates h2 { text-indent:-90009px; }
#get-updates .label {
	display:block;
	height:34px;
	float:left;
}
/*email field styles*/
#get-updates .email-updates-row {
	background:url(../images/email-alerts-bg.jpg) no-repeat 0 0;
	height:34px;
	width:502px;
	float:left;
	text-indent:-90009px;
}
.email-updates-row input, .mobile-updates-row input {
	background:none  !important;
	border:none !important;
	display:block;
	float:left;	
}
.email-updates-row input.email {
	background:none;
    border:none;
    margin:10px 10px 0 0;
    padding:0 10px;
    width:240px;	
}
.email-updates-row .label {
	width:168px;	
}
.email-updates-row .email-collection {
	width:334px;
	float:left;	
}
/*mobile field styles*/
#get-updates .mobile-updates-row {
	background:url(../images/get-mobile-bg.jpg) no-repeat 0 0;
	height:34px;
	width:426px;
	float:right;
	text-indent:-90009px;
}
.mobile-updates-row .label {
	width:179px;
	margin:0 10px 0 0;	
}
.mobile-updates-row .mobile-collection {
	width:237px;
	float:left;
}
.mobile-collection input.area-code, .mobile-collection input.first-set {
	width:33px;	
	margin:5px 10px 0 0;
	background:none;
	border:none;
	text-align:center;
	padding:5px;
}
.mobile-collection input.second-set {
	margin: 5px 0 0;
    padding: 5px 15px;
    text-align: center;
    width: 33px;
	border:none;
	background:none;
}
/*call out styles*/
p#read-more-callout {
	background:url(../images/read-more.jpg) no-repeat 0 0;
	height:66px;
	width:629px;
	margin:0 auto;	
	cursor:pointer;
	margin-bottom:20px;
	text-indent:-90009px;
}
p#read-more-callout.read-less {
	background:url(../images/read-less.jpg) no-repeat 0 0;
}
	background:url(../images/read-more.jpg) no-repeat 0 0;
/*footer content styles*/
#footer {
	border-top:1px solid #222222;
	margin-top:30px;
	padding-top:30px;
}
#footer-content {
	width:964px;
	margin:0 auto 30px;;
	text-align:center;
}
#footer-content a {
	color:#fff;
	text-decoration:underline;	
}
#footer-content a img {
	padding-left:12px;
	position: relative;
    top: 7px;	
}
/*popup page styles*/
#pop-up-wrap {
	background:url(../images/pop-up-bg.png) no-repeat 0 0;
	width:554px;
	padding:26px 0 0 26px;
	height:580px;
}
#pop-up-wrap form {
	width:502px;
	color:#000;
}
#pop-up-wrap #get-updates .email-updates-row { margin-bottom:26px; }
#pop-up-wrap #get-updates .checkbox-row .label {
	float:right;
	width:476px;
	height:30px;
}
#pop-up-wrap #get-updates .checkbox-row .checkbox-collection {
	float:left;
}
#pop-up-wrap #get-reasons {
	padding:95px 0 0 0;	
}
/*privacy page styles*/
#privacy {
	background:url(../images/privacy-bg.png) no-repeat 0 0;
	width:748px;
	height:550px;
	padding:26px;	
	color:#000;
}
#privacy .content {
	overflow:auto;
	width:742px;
	height:542px;
	padding-right:6px;
}
#privacy h3 { 
	font-size:18px;
	margin-bottom:5px;
}
#privacy p { 
	margin-bottom:20px;
}
#privacy a {
	color:#000;
}
/*clear floated elements*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}