/* @override 
	http://will.local/bh/biutiful/css/style.css?v=1
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu,  section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background: rgba(0,0,0,0);
}                  

body { 
	font: 12px/1.1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	*font-size:small; *font:x-small;
	background-color: #000;
}

/* @group Base */

pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
body, select, input, textarea { color:#444; }
a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #a6b1c8; }
a:link { -webkit-tap-highlight-color: #FF5E99; } 

h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility;
}
html { -webkit-font-smoothing: antialiased;
}
h1{
	font-size: 18px;
	color: #b17d2e;
	font-weight: normal;
	font-style: normal;
}
a:hover { color:#036; }
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }

::-moz-selection{ background: #64b6fd; color:#fff; text-shadow: none; }
::selection { background: #64b6fd; color:#fff; text-shadow: none; } 



html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; } 
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* @end */

/* @group Site */
#back{
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	left: 0;
	overflow: hidden;
	z-index: -1;
	
}

#header{
	display: block;
	width: 100%;
	height: 100px;
	z-index: 2;
	border-top: 9px solid #7a1115;
}
#nav{
	display: block;
	width: 930px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
}
.n-item{
	float: left;
	background: url(../img/site/nav-base.png) no-repeat -12px;
	margin-right: 2px;
	margin-left: 2px;
}
.n-item:hover{
	background: url(../img/site/nav-hover.png) no-repeat;
}

#nav a:link,#nav a:visited,#nav a:active{
	width: 180px;
	height: 100px;
	display: block;
}
#nav a:hover{
	
}
.navactive,.navactive:hover{
	background: url(../img/site/nav-active.png) no-repeat;
}

.n-home,.n-home:hover{
	background-position: -10px 0;
}
.n-videos,.n-videos:hover{
	background-position: -187px 0;
}
.n-photos,.n-photos:hover{
	background-position: -540px 0;
}
.n-about,.n-about:hover{
	background-position: -364px 0;
}
.n-blog,.n-blog:hover{
	background-position: -718px 0;
}


#main{
	height: 545px;
	display: block;
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	position: relative;
}
#letter{
	background-color: #fff;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;

	height: 400px;
	position: relative;
	text-align: center;
}
#letter>div{
	
	display: block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#letter>div>a{
	display: inline-block;
	width: 50px;
	height: 44px;
}

.abs{
	display: block;
	position: absolute;
}
.a-max{
	display: block;
	width: 100%;
	height: 100%;
}
#tagline{
	width: 360px;
	height: 200px;
	background: url(../img/site/tag.png) no-repeat;
	display: block;
	position: absolute;
	top: 30px;
	left: -10px;
}
#socials{
	top: 640px;
	position: relative;
	display: block;
	padding-top: 25px;
	padding-bottom: 50px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.shares-item{
	float: left;
	min-width: 25px;
	height: 25px;
}
/* @end */

/* @group Home */
#controller{
	top: 100px;
	right: 20px;
}
.ctrl-box{
	display: block;
	width: 47px;
	height: 47px;
	float: left;
	background-image: url(../img/home/control.png);
}
.ctrl-box:hover{
	background-image: url(../img/home/control-hover.png);
}
.ctrl-back{
	background-position: 0 0;
}
.ctrl-forward{
	background: #6df97f -46px 0;
}
#award{
	top: 10px;
	left: 0;
}
#title-credit{
	top: 80px;
	left: 0;
}

#watch{
	top: 290px;
	left: 0;
	background-image: url(../img/home/watch.png);
	width: 290px;
	height: 90px;
}
#watch:hover{
	background-image: url(../img/home/watch-hover.png);
}
#credit{
	top: 640px;
	position: relative;
	display: block;
}

#intheaters{
	position: absolute;
	top: 300px;
	right: 20px;
	display: block;
	width: 144px;
}
#intheaters img{
	margin: 0;
	padding: 0;
	border-width: 0;
	float: left;
}

/* @end */

/* @group cool */
.cool-tag{
	top: 0;
	left: -145px;
}
#cool-pagetitle{
	top: 108px;
	left: 396px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
#cool-window{
	top: 180px;
	left: 310px;
	height: 375px;
	z-index: 2;
	width: 550px;
}
#cool-content-tabs{
	height: 50px;
	line-height: 50px;
	background-color: #000; 

	
	text-align: left;
	text-indent: 15px;
}
a.about-tab{
	
	text-decoration: none;
	font-size: 18px;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-moz-transition-property:all;
	-moz-transition-duration: .4s;
	font-weight: bold;
	margin-right: 25px;
	color: #aab1b1;
}
#cool-content-tabs a:hover{
	color: #b17d2e;
}


#cool-content-nav{
	height: 24px;
	background-color: #000;
	text-align: left;
	text-indent: 15px;
	line-height: 39px;
}
#cool-content-nav a:link,#cool-content-nav a:active,#cool-content-nav a:visited,#cool-content-nav a:hover{
	text-decoration: none;
	color: #646464;
}
#cool-content{
	background-color: #000;
	overflow: auto;
	font-size: 15px;
	padding: 17px;
	text-align: left;
	word-spacing: 3px;
	border-top: 17px solid #000;
	border-bottom: 17px solid #000;
	color: #afafaf;
}
#cool-content a{
	background-image: url(../img/site/more_button.png);
	width: 104px;
	height: 21px;
	display: block;
	margin-bottom: 30px;
}
.content-shorter{
	height: 258px;
}
.content-longer{
	height: 302px;
}
#cool-content p{
	display: block;
	margin-bottom: 10px;
}
#cool-content h2{
	font-size: 24px;
	color: #cacaca;
	margin-bottom: 10px;
	border-bottom: 1px solid #313131;
	line-height: 20px;
}
.site-like{
	top: 210px;
	left: 8px;
}
.cool-bulb{
	left: 170px;
	top: 100px;
	z-index: 1;
}
.cool-credits{
	margin-top: 44px;
}
a.tabnavactive{
	color: #f8f7fe;
}
.filler{
	display: block;
	height: 50px;
	width: 10px;
	clear: left;
}
/* @end */

/* @group photos */
#photoviewer{
	display: block;
	position: absolute;
	top: 120px;
	width: 560px;
	right: 10px;
}
#pic-list img{
	border: 3px solid #1a2824;
}
#pic-list img:hover{
	border: 3px solid #b17d2e;
}
#pic-main{
	width: 544px;
	height: 350px;
	border: 3px solid #1a2824;
}
#pic-list{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
#pic-list li{
	display: block;
	margin-right: 4px;
	float: left;
}
#wallpapers{
	top: 250px;
	z-index: 1;
	left: 8px;
	text-align: left;
}
#wall-list{
	width: 320px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wall-list li{
	display: block;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}
#wall-list span{
	display: block;
	margin-bottom: 2px;
}
#wall-list img{
	display: block;
	border: 3px solid #1a2824;
}
#wall-list img:hover{
	border: 3px solid #b17d2e;
}
#wall-list a:link,#wall-list a:visited,#wall-list a:active{
	color: #cacaca;
	text-decoration: none; 
	font-size: 10px;
}
#wall-list a:hover{
	background-color: #fffeff;
	color: #2c2c2c;
}
/* @end */


/* @group videos */
#videoviewer{
	border: 3px solid #1a2824;
	top: 173px;
	right: 14px;
}
#vid-list{
	width: 581px;
	display: block;
	float: left;
	margin-top: 2px;
}
#vid-list li{
	display: block;
	float: left;
	margin-right: 14px;
	
}
#vid-list li img{
	width: 122px;
	height: 70px;
}
#vid-title{
	width: 250px;
	height: 40px;
	top: 130px;
	left: 358px;
	text-align: left;
	color: #fffeff;
	font-weight: bold;
	font-size: 24px;
}

/* @end */

/* @group VideoPlayer */
#blackout{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(18,18,18,0.8);
	z-index: 2;
}
#bowrap{
	display: block;
	position: relative;
}
#trailer{
	width: 860px;
	height: 520px;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	top: 120px;
	z-index: 11;
}

#bocontent{
	width: 760px;
	z-index: 4;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	top: 60px;
	background-color: #fffeff;
	padding: 25px;
	height: 710px;
}
#lbcontent{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: auto;
	padding-right: 25px;
	
}
#lbcontent h2{
	font: 24px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}
#lbcontent p{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.4em;
}
#lbcontent strong{
	font-size: 18px;
}
.lowers{
	visibility: hidden;
}
a.closebtn{
	width: 30px;
	height: 30px;
	display: block;
	background: url(../img/site/close_button.png) no-repeat 0 0;
	position: absolute;
	top: -13px;
	left: -17px;
}
a.closebtn:hover{
	background-position: 0 -30px;
}


/* @end */

/* @group Backs */
.bg-1{
	background: url(../img/backs/1.jpg) no-repeat center top;
}
.bg-4{
	background: url(../img/backs/4.jpg) no-repeat center top;
}
.bg-5{
	background: url(../img/backs/5.jpg) no-repeat center top;
}
.bg-6{
	background: url(../img/backs/6.jpg) no-repeat center top;
}

/* @end */

/* 
 * print styles
 */

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 

}