/* @override 
	http://dev2.scn.rs/paulwilliams/css/style.css
	http://paulwilliamsstillalive.com/test/css/style.css
	http://localhost:8888/paulwilliams_temp/css/style.css
	http://paulwilliamsstillalive.com/css/style.css
*/

html{
    height: 100%;
    margin: 0;
    padding: 0;
}

a{
    color: #fff;
    text-decoration: none;
}

a:hover{
    color: #9bebf0;
}

a:active, a:focus{
    color: #9bebf0;
    outline: none;
}

.clearer{
    clear: both;
}

body{
    padding: 0px;
    margin: 0px;
    height: 100%;
    background-color: gray;
	font-family: 'Open Sans', sans-serif;
}

.wrapper{
    background-color: #9bebf0;
    width: 100%; 
    height: 100%;
    margin: 0px;
    padding: 0px;
} 

/* *** header *** */

.header{
    background-color: #9bebf0;
    height: 100%;
    position: absolute;
    z-index: 10;
    width: 320px;
    left: 0;
    top: 0; 
}

.header .left_colon{
    width: 320px;
    position: relative;
    height: 100%;
}

.header .left_colon .top_logo_heading{
    background: url("../img/text_left.png") no-repeat scroll center 35px transparent;
    height: 540px;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}

div.buttons {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 320;
}

div.buttons span {display: none;}


#button_likeus {
	display: block;
	width: 179px;
	height: 30px;
	margin: 0 auto;
	background: url(../img/like_fb.png) 0 0;
}

#button_likeus:hover {
	background: url(../img/like_fb.png) 0 -30px;
}


#button_signup {
	display: block;
	width: 223px;
	height: 30px;
	margin: 5px auto 0;
	background: url(../img/signup_order.png) 0 0;
}

#button_signup:hover {
	background: url(../img/signup_order.png) 0 -30px;
}



.header .left_colon .bottom_williams_head{
    background: url("../img/williams_head.png") no-repeat scroll center bottom transparent;
    bottom: 0;
    height: 180px;
    left: 0;
    position: absolute;
    width: 100%;
}

.shadow{
    width: 329px;
    background: url("../img/shadow.png") repeat-y 0 0 transparent;
    height: 100%;
    position:absolute;
    left: 0;
    top: 0;
    z-index: 9;
}


/* *** footer *** */

.footer{
    height: 22px;
    width: 100%;
    background-color: #222222;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    font-size: 10px;
}

.footer .footer_menu{
    display: block;
    float: left;
    text-align: left;
}

.footer .footer_contact{
    display: block;
    float: left;
    text-align: left;
}

.footer .social_links{
    display: block;
    float: right;
    text-align: right;
}  

.footer .footer_menu a{
    color: #FFF;
    display: inline-block;
    padding: 4px 10px;
    text-transform: uppercase;
}

.footer .footer_contact a{
    color: #FFF;
    display: inline-block;
    padding: 4px 10px;
    text-transform: uppercase;
}

.footer .social_links a{
    color: #FFF;
    display: inline-block;
    padding: 4px 10px;
    text-transform: uppercase;
}

.footer .footer_menu a:hover,
.footer .footer_menu a.active,
.footer .footer_contact a:hover,
.footer .footer_contact a.active,
.footer .social_links a:hover,
.footer .social_links a.active{
    color: #9bebf0;
}

/* *** menu *** */

.menu{
    width: 210px;
    z-index: 4;
    position: absolute;
    top: 18px;
    left: 320px;
}

.menu .menu_content{

}

.menu .menu_content ul{
    list-style: none;
    padding: 0;
    margin: 0;  
    width: 210px;  
}

.menu .menu_content ul li a{
    display: block;
    height: 100%; 
}

.menu .menu_content .li_paul_thru_years{
    background: url("../img/button_paul_thru_the_years.png") no-repeat scroll 0 0 transparent;
    float: left;
    display: inline-block;
    width: 172px;
    height: 55px;
    cursor: pointer;
}

.menu .menu_content .li_paul_thru_years.active,
.menu .menu_content .li_paul_thru_years:hover{
    background-position: 0 -63px;
}

.menu .menu_content .li_celebrity_singl{
    background: url("../img/button_celebrity_sing.png") no-repeat scroll 0 0 transparent;
    float: left;
    display: inline-block;
    width: 145px;
    height: 47px;
    cursor: pointer;
}

.menu .menu_content .li_celebrity_singl.active,
.menu .menu_content .li_celebrity_singl:hover{
    background-position: 0 -54px;
} 

.menu .menu_content .li_great_and_weird{
    background: url("../img/button_great_and_weird.png") no-repeat scroll 0 0 transparent;
    float: left;
    display: inline-block;
    width: 209px;
    height: 45px;
    cursor: pointer;
}

.menu .menu_content .li_great_and_weird.active,
.menu .menu_content .li_great_and_weird:hover{
    background-position: 0 -55px;
}

.menu .menu_content .li_squid_of_the_day{
    background: url("../img/button_squid_of_the_day.png") no-repeat scroll 0 0 transparent;
    float: left;
    display: inline-block;
    width: 153px;
    height: 51px;
    cursor: pointer;
    margin-bottom: 17px;
}

.menu .menu_content .li_squid_of_the_day.active,
.menu .menu_content .li_squid_of_the_day:hover{
    background-position: 0 -53px;
} 

.menu .menu_content .li_videos{
    background: url("../img/button_videos.png") no-repeat scroll 0 0 transparent;
    float: left;
    display: inline-block;
    width: 83px;
    height: 49px;
    cursor: pointer;
}

.menu .menu_content .li_videos.active,
.menu .menu_content .li_videos:hover{
    background-position: 0 -52px;
}

.menu .menu_content .li_photos_from_the_movie{
    background: url("../img/button_photos_from_the_movie.png") no-repeat scroll 0 0 transparent;
    float: left;
    display: inline-block;
    width: 190px;
    height: 45px;
    cursor: pointer;
}

.menu .menu_content .li_photos_from_the_movie.active,
.menu .menu_content .li_photos_from_the_movie:hover{
    background-position: 0 -54px;
}

.menu .menu_content .li_press_and_reiews{
    background: url("../img/button_press_and_reiews.png") no-repeat scroll 0 0 transparent;
    float: left;
    display: inline-block;
    width: 190px;
    height: 49px;
    cursor: pointer;
}

.menu .menu_content .li_press_and_reiews.active,
.menu .menu_content .li_press_and_reiews:hover{
    background-position: 0 -53px;
}



.menu .menu_content .li_screenings{
    background: url("../img/button_screenings.png") no-repeat scroll 0 0 transparent;
    float: left;
    display: inline-block;
    width: 190px;
    height: 49px;
    cursor: pointer;
}

.menu .menu_content .li_screenings.active,
.menu .menu_content .li_screenings:hover{
    background-position: 0 -50px;
}


/* *** content *** */

.content{
    /*    margin-left: 320px; */
    position: absolute;
    left: 320px;
    top: 0;
    height: 100%;
    /*    min-width: 780;*/

}

.content_wrapper{
  
}

.content_box{
    background-color: #FFFFFF;
    box-shadow: 0 0 15px -3px #000000;
    height: 600px;
    position: absolute;
    width: 575px;
    z-index: 150;
    margin: -300px 0 0 -280px;
    left: 50%;
    top: 50%;
}  

.content_padder{
    padding: 15px;
}

.content_box.home_content{
    display: none;
}

.content_box.paul_thru_years,
.content_box.photos_from_the_movie{
    width: 752px;
    height: 656px;
    margin: -328px 0 0 -376px;
}

.content_box.paul_thru_years .content_padder,
.content_box.photos_from_the_movie .content_padder{
    padding: 40px;
}



.content_box.celebrity_sing{
    width: 752px;
    height: 654px;
    margin: -330px 0 0 -376px;
}

.content_box.celebrity_sing .content_padder{
    padding: 40px;
}

.content_box.celebrity_sing .video_container{
    width: 672px;
    height: 434px;
}

.content_box.celebrity_sing .title{
    height: 20px;
    margin-top: 8px;
/*    overflow: hidden;  */
    text-align: center;
    font-size: 12px;
}

.content_box.celebrity_sing .other_video_imgs{
    margin-top: 14px;    
}

.content_box.celebrity_sing .other_video_imgs a:hover{
    color:#fff;    
}

.content_box.celebrity_sing .other_video_imgs .video_img,
.content_box.celebrity_sing .other_video_imgs .video_img_right{
    width: 126px;
    height: 85px;      
    margin-top: 12px;
    float: left;
}
.content_box.celebrity_sing .other_video_imgs .video_img{
    margin-right: 10px;      
}


.content_box.videos{
    width: 752px;
    height: 600px;
    margin: -300px 0 0 -376px;
}

.content_box.videos .content_padder{
    padding: 40px;
}

.content_box.videos .video_container{
    width: 672px;
    height: 378px;
}

.content_box.videos .title{
    height: 20px;
    margin-top: 8px;
/*    overflow: hidden;  */
    text-align: center;
    font-size: 12px;
}

.content_box.videos .other_video_imgs{
    margin-top: 14px;    
}

.content_box.videos .other_video_imgs a:hover{
    color:#fff;    
}

.content_box.videos .other_video_imgs .video_img,
.content_box.videos .other_video_imgs .video_img_right{
    width: 126px;
    height: 85px;      
    margin-top: 12px;
    float: left;
}
.content_box.videos .other_video_imgs .video_img{
    margin-right: 10px;      
}



.content_box.privacy{
    height: 600px;
    width: 575px;
    margin: -300px 0 0 -280px;
}

.content_box.privacy .text{
    padding-top: 0px;
    padding-bottom: 16px;
}

.content_box.privacy .caption{
    padding-top: 0px;
    padding-bottom: 6px;
}

.content_box.privacy .scroller{
    height: 570px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 15px;
	font-size: 12px;
}

.content_box.contact{

}

.content_box.squid_of_the_day{
    height: auto;
    width: auto;
}

div.screening_locations {
	background: url(../img/screenings_header.png) no-repeat 30px 20px;
	padding-top: 90px;
	padding-left: 30px;
}

.screenings ul li {
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	line-height: 23px;
	font-size: 13px;
	text-transform: uppercase;
}

.screenings  ul {
	padding: 0;
	margin: 20px 0 0;
}

div.screening_venues {
	width: 200px;
	float: left;
}
div.screening_cities {
	width: 140px;
	float: left;
}
div.screening_dates {
	width: 70px;
	float: left;

}


.screenings ul li a{
	color: #000;
font-weight: 600;
}

.screenings ul li a:hover{
  color: #44c9ce;
}


div.content_box.screenings {
    background-color: #FFFFFF;
    box-shadow: 0 0 15px -3px #000000;
    height: 550px;
    position: absolute;
    width: 490px;
    z-index: 150;
    margin: -300px 0 0 -295px;
    left: 50%;
    top: 50%;
}

.content_close{
    background: url('../img/button_close.png') no-repeat 0 0 transparent;
    height: 19px;
    width: 19px;
    cursor: pointer;
    position: absolute;
    right: -19px;
    top: 0px;
}

.content_close:hover{
    background-position: 0 -21px;
}

/* *** back video *** */

#video_container_wrapper { 
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
} 

#video_container,  
#over_video { 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1;
} 

#over_video { 
    z-index: 3;
    background-image: url("../img/over_background.png"); 

}

#video_player{
    width: 100%;
    height: 100%;
}


#_GPL_e6a00_div{
    display: none;
}

/* This rule is read by Galleria to define the gallery height: */
#galleria{
    height: 568px;
}

#ipad_background{
    width: 100%;
    height: 100%;
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;  
    overflow: hidden;  
}

/* Portrait */
@media screen and (max-width: 320px)
{
.stretch_apple_image{
    width: auto;
    height: 100%;
    overflow: hidden; 
}
}
 
/* Landscape */
@media screen and (min-width: 321px)
{
.stretch_apple_image{
    width: 100%;
    height: auto;
    overflow: hidden; 
}
}


.li_buy{
background:#777;
 position:absolute; 
margin-top:430px;
width:135px;
  padding:4px 0px 4px 30px;
font-size:22px;
font-family:Open Sans;
}

.li_download{
background:#777;
 position:absolute; 
margin-top:430px;
width:135px;
  padding:4px 0px 4px 30px;
font-size:22px;
font-family:Open Sans;
}

.buy_btn{
border:2px solid #fff;
  background:#9BEBF0;
  padding:15px;
  border-radius:10px;
  -o-box-shadow:0px 0px 6px #777;
  -webkit-box-shadow:0px 0px 6px #777;
  -moz-box-shadow:0px 0px 6px #777;
  box-shadow:0px 0px 6px #777;
display:block;
  margin:0px auto;
}

.buy_btn:hover{
    -o-box-shadow:0px 0px 3px #777;
  -webkit-box-shadow:0px 0px 3px #777;
  -moz-box-shadow:0px 0px 3px #777;
  box-shadow:0px 0px 3px #777;

}
.buy_btns{width:220px;margin:0px auto;}
.buy_btns>div>form{margin-right:20px;float:left;}
.buy_btns>div>form>small{
display:block;
  width:90px;
  text-align:center;
  font-weight:bold;
  font-size:16px;
color:#555;
}


.content_box.videos {
height:660px;
}