html, body {
	height:100%;
}
body {
	width: 100%;
	margin:0px;
	overflow: hidden;
}
#header{
	position: absolute;
	z-index: 2000;
	width: 100%;
	top: 0px;
	background:url(../images/menu-bg.png) top center no-repeat;
}
.cbp-fwslider ul img{
	width:100%;
	height:auto;
}
/*#header h1{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding: 20px;
	background: #000;
}*/

#navigation {
	width: 1001px;
	margin:0 auto;
	display:block;
	list-style:none;
	z-index:3;
	padding:0px;
}
#navigation li{
	float:left;
	position:relative;
}
#navigation a{
	display: block;
	line-height: 50px;
	padding: 0px 0px;
	text-transform: uppercase;
	font-size: 12px;
	width:143px;
	text-decoration:none;
	font-family:"Lucida Bright W01 Demi";
	text-align:center;
	color:#FFF;
	background:rgba(0,0,0,0.5);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	letter-spacing:2px;
}
#navigation a:hover {
	/*background-color:rgba(0,0,0,0.8);*/
	border-top:9px solid;
	border-top-color:rgba(0,0,0,0.3);
	line-height: 32px;
	padding-bottom:9px;
}
.float-left-p{
	float:left;
	margin-right:30px;
	width:320px;
	padding-right:30px;
	border-right:1px solid #666;
	margin-top:30px;
}
.float-left-p2{
	float:left;
	width:295px;
	margin-top:30px;
}
.float-left-p p, .float-left-p2 p{
	width:auto !important;
	font-size:15px !important;
	margin:0px 0px 10px 0px !important;
	padding:0px 0px 10px 0px !important;
}
.content{
	margin:0px auto;
	width:920px;
	top: 0px;
	padding-bottom: 30px;
	position:relative;
}
.content h1{
	font-family:"LucidaBrightW01-Regular";
	font-size: 34px;
	letter-spacing:1px;
	color: rgba(255,255,255,0.8);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	font-weight:normal;
	float:left;
	display:block;
	line-height:30px;
	padding:0px;
	margin:0px;
}
.content h2{
	font-family:"LucidaBrightW01-Regular";
	font-size: 38px;
	letter-spacing:1px;
	color: rgba(87,192,199,0.8);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	font-weight:normal;
	float:left;
	display:block;
	line-height:30px;
	padding:0px;
	margin:0px;
}
.header-gp{
	width:100%;
	border-bottom:1px solid;
	border-color:rgba(255,255,255,0.15);
	margin-top:95px;
	padding-bottom:15px;
	height:30px;
}
.close{
	float:right;
	position:relative;
	z-index:9;
}
.close a{
	position:relative;
	z-index:9;
}
.close span{
	position:absolute;
	right:-5px;
	font-family:"Lucida Bright W01 Demi";
	font-size:13px;
	color:#FFF;
	text-transform:uppercase;
	color:#FFF;
	letter-spacing:2px;
	padding:5px;
	padding-right:35px;
	z-index:1;
	top:-5px;
	opacity:1;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
/*.close:hover span{
	opacity:1;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}*/

.content p{
	font-family:"LucidaBrightW01-Regular";
	font-size: 17px;
	padding: 10px;
	line-height: 22px;
	color: #fff;
	display: inline-block;
	padding: 10px 0;
	margin: 15px 0px 3px 0px;
	width:500px;
}
/*.panel{
	min-width: 100%;
	height: 100%;
	margin-top: -150%;
	position: absolute;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
	z-index: 2;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	background:url(../images/drop-bg.png) top center repeat-x;
}
.panel:target{
	margin-top: 0%;
	background:url(../images/drop-bg.png) top center repeat-x;
}*/

.panel{
	min-width: 100%;
	height: 98%;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	margin-top: -150%;
	background:url(../images/drop-bg.png) top center repeat-x;
	box-shadow: 0px 4px 7px rgba(0,0,0,0.6);
	opacity: 0;
	z-index:2;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}
.panel:target{
	opacity: 1;
	margin-top: 0%;
}
#home:target ~ #header #navigation #link-home,
#film:target ~ #header #navigation #link-film,
#autograph:target ~ #header #navigation #link-autograph,
#cast:target ~ #header #navigation #link-cast,
#expressions:target ~ #header #navigation #link-expressions,
#empower:target ~ #header #navigation #link-empower,
#Media:target ~ #header #navigation #link-Media,
#contact:target ~ #header #navigation #link-contact{
	background:url(../images/menu-bg-over.png) bottom repeat-x;
	padding-bottom:1px;
	color: #fff;
	width:141px;
	margin:0px 1px;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;

}
#deactivate_home, #deactivate_film, #deactivate_autograph, #deactivate_cast, #deactivate_expressions, #deactivate_empower, #deactivate_media, #deactivate_contact{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:55px;
	display:none;
}

#home:target ~ #header #navigation #deactivate_home,
#film:target ~ #header #navigation #deactivate_film,
#autograph:target ~ #header #navigation #deactivate_autograph,
#cast:target ~ #header #navigation #deactivate_cast,
#expressions:target ~ #header #navigation #deactivate_expressions,
#empower:target ~ #header #navigation #deactivate_empower,
#Media:target ~ #header #navigation #deactivate_media,
#contact:target ~ #header #navigation #deactivate_contact{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:55px;
	display:block;
}
#film-over, #autograph-over, #cast-over, #expressions-over, #Pledge-over, #Media-over, #contact-over{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:50px;
	display:none;

}
#film:target ~ #header #film-over{
	background:url(../images/film-over.png) top center repeat-y;
	display:block;
}
#autograph:target ~ #header #autograph-over{
	background:url(../images/autograph-over.png) top center repeat-y;
	display:block;
}
#cast:target ~ #header #cast-over{
	background:url(../images/cast-over.png) top center repeat-y;
	display:block;
}
#expressions:target ~ #header #expressions-over{
	background:url(../images/expressions-over.png) top center repeat-y;
	display:block;
}
#Pledge:target ~ #header #Pledge-over{
	background:url(../images/plegde-over.png) top center repeat-y;
	display:block;
}
#Media:target ~ #header #Media-over{
	background:url(../images/Media-over.png) top center repeat-y;
	display:block;
}
#contact:target ~ #header #contact-over{
	background:url(../images/contact-over.png) top center repeat-y;
	display:block;
}


#works {
	padding: 15px 0px;
}
#works li{
	display: inline;
}
#works li a{
	padding-right: 10px;
}
#works img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	padding: 12px; 
	background: rgba(255,255,255,0.9);
}
#form p{
	background: #fff;
	color: #000;
}
#form input, #form textarea{
	background: #000;
	color: #fff;
	border: none;
}
#form textarea{
	width: 493px;
	height: 100px;
}
#form label{
	padding-right: 10px;
	float: left;
}
.footnote a{
	color: #ddd;
}


#footer{
	background:url(../images/footer-bg.jpg) top left repeat-x;
	height:61px;
	position:fixed;
	bottom:0px;
	width:100%;
	z-index:9999;
}
.wrapp-ft{
	margin:15px auto 0px auto;
	width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}



/*-- pledge--*/

/*Clearing Floats*/
.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}    
/* Form wrapper styling */
.form-wrapper {
    width: 900px;
    padding:15px 15px 15px  0 ;
    margin: 10px auto 50px auto;
    /*background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);*/
}

/* Form text input */
.name_feild{
	margin-right:20px;
	border-radius: 3px !important;
}
.form-wrapper input {
    width: 246px;
    height: 20px;
    padding: 10px 5px;
    float: left;   
    font: bold 15px;
	font-family:"LucidaBrightW01-Regular";
	font-size:14px;
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;     
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}   

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: bold 15px/40px;
	font-family:"LucidaBrightW01-Regular";
    color: #fff;
    text-transform: uppercase;
    background: #3e9c4a;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  

.form-wrapper button:hover{    
    background: #267d31;
}  

.form-wrapper button:active,
.form-wrapper button:focus{  
    background: #267d31;
    outline: 0;  
}

.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #3e9c4a transparent;
    top: 12px;
    left: -6px;
}

.form-wrapper button:hover:before{
    border-right-color: #3e9c4a;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #267d31;
}     

.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}   
.cast_listing{
	padding:0px;
	margin:0px;
	list-style:none;
	margin-top:40px;
}
.cast_listing li{
	margin-right:80px;
	float:left;
	width:220px;
}
.cast_listing li img{
	margin: 0 auto 10px auto;
	display:block;
}
.cast_listing h2{
	font-family:"LucidaBrightW01-Regular";
	font-size: 24px;
	letter-spacing:1px;
	color: rgba(87,192,199,0.8);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	font-weight:normal;
	float:none;
	display:block;
	line-height:40px;
	padding:0px;
	margin:0px;
	text-align:center;
}
.cast_listing p{
	font-family:"LucidaBrightW01-Regular";
	font-size: 14px;
	padding: 10px;
	line-height: 18px;
	color: #fff;
	display: inline-block;
	padding: 0 0 10px 0;
	margin:0px;
	width:auto;
	text-align:center;
}
.sub{
	font-family:"LucidaBrightW01-Regular";
	font-size: 14px;
	color:#CCC;
	text-align:left;
	margin:10px 0px;
}

.close img{
	position:relative; z-index:9; top:6px;
}
