/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

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


a { color: #84FF9B; }
a:visited { color: #093; } /*goog purple #6533CB*/ 
a:hover { color: #FF00FF; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }


abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
body,html{
	background: #000000;
	padding:0;
	margin:0;
}

#main{
	margin:0 auto;		
	width:100%;
}
a{
	text-decoration:none;
	outline:none;
}
.box{
	position:relative;
	width:33.33%;
	float:left;
}
.box a.trigger img{
	opacity:0.80;
	filter:alpha(opacity=80);
}
.box a{
	display:block;
	position:relative;
}
.ie8 .box{
	width:33.33%;
}

.ie7 .box, .ie6 .box{
	width:33.32%;
}

.ie7 .box span{
left:0;
}

.playtime{
	color:#FFFFFF;
	font-size:10px;
}

.box, .box img, .box a, .box span, a, span{
	margin:0;
	padding:0;
	outline:0;
	border:0;
} 


.box span {
    filter: alpha(opacity= 95);
    -moz-opacity: .95;
    opacity: .95;
	text-shadow: 2px 0 #F33, -3px 0 #33F;
	width:100%;
	position:absolute;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	display:block;
	top:40%;
	font-family: Verdana;
	text-transform:lowercase;

}
.pink{
	text-shadow:#FE28CC  1px 0 1px;
	color:#FE28CC ;
}
.green{
	text-shadow:#28FE2F  1px 0 1px;
	color:#28FE2F ;
}
.blue{
	text-shadow:#28F1FE  1px 0 1px;
	color:#28F1FE ;
}
.yellow{
	/*text-shadow:#FFFF00   1px 0 1px;
	color:#FFFF00 ;*/
	
	text-shadow:#CC00FF   1px 0 1px;
	color:#CC00FF;
	
}
.playtime{
	color:#FFFFFF;
	font-size:10px;
}

a.themovie span{
	display:block;
	top:5%;
	height:100%;
}
/* Overlays*/
.pages{
	padding:0 20px;
	font-size:14px;
	line-height:20px;
	color: #f1f1f1;
	text-shadow: #ccc 1px 0 1px;
	font-weight:500;
	min-width:360px;
	width:800px;
	margin:0 auto;
}


.pages  .col .content{
	padding:0 20px;
}
.pages  .content{
	padding:0 30px;
}
.col{
	width:50%;
	max-width:400px;
	float:left;
}
.col:first-child{
	/*width:285px;*/
}

.pages h4{
	display:inline;
}

table#interviews{
	width:800px;
	table-layout: fixed;
	border-collapse:collapse;
	padding:0;
	font-size:14px;
	line-height:20px;
	color: #f1f1f1;
	text-shadow: #ccc 1px 0 1px;
	font-weight:500;
	margin:0 auto;
}
table#interviews tr{
	border-bottom:1px dotted #999999;
	
}

table#interviews tr:first-child{
	border:none;
}
table#interviews tr td{
	vertical-align:top;
	padding:20px 20px 20px 0;
}
table#interviews tr td:first-child{
	width:250px;
}
table#interviews p{
	font-size:14px;
	line-height:20px;
	color: #f1f1f1;
	text-shadow: #ccc 1px 0 1px;
	margin: 10px 0;
	padding:0;
}
table#interviews img{
	padding:0;
	margin:10px 20px 20px 0;	
}


table#interviews a{
	text-decoration:none;
	color:#28FE2F;
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
}

table#interviews a:visited { color: #093; } /*goog purple #6533CB*/ 
table#interviews a:hover { color: #FF00FF; }
table#interviews a:focus { outline: thin dotted; }
table#interviews a:hover, a:active { outline: 0; }


.pages  a{
	text-decoration:none;
	color:#28FE2F;
	
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
}

.pages a:visited{ color: #093; } /*goog purple #6533CB*/
.pages a:hover{ color: #FF00FF; } 

a.external, table#interviews a.external{
	text-decoration:none;
	color:#00FFFF;
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
}


#login_form {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color: #f1f1f1;
}
footer {
	position:fixed;
	bottom:0;
	right:0;
	z-index:99999;
	padding:10px 10px 3px 10px;
	background-color:#1F221F;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	filter: alpha(opacity= 75);
    -moz-opacity: .75;
    opacity: .75;

}
footer .contents{
	filter: alpha(opacity= 1);
    -moz-opacity: 1;
    opacity: 1;
	color:#fff;
}
footer .contents a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	position:relative;
	bottom:2px;
}
footer .contents a:visited, footer .contents a:active{
	text-decoration:none;
	color:#fff;
}
div#closeX {
	background: transparent url('../fancybox.png') -40px 0px;
}
.button{
height:30px;
width:90px;
padding:0;
line-height:30px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow:inset 0px 1px 3px #eae9e7;
-moz-box-shadow:inset 0px 1px 3px #eae9e7;
-webkit-box-shadow:inset 0px 1px 3px #eae9e7;
background: -moz-linear-gradient(top, #99a3a3 0%, #878c8c 50%, #8a8c8c 51%, #262929 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99a3a3), color-stop(50%,#878c8c), color-stop(51%,#8a8c8c), color-stop(100%,#262929));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#99a3a3’, endColorstr=’#262929’,GradientType=0 );
border:1px solid #585c5c;
cursor:pointer;
color:#fff;
font-size:13px;
letter-spacing:0px;
text-shadow:#e8eaea 0px 1px 0, #256569 0 -1px 0;
-moz-text-shadow:#e8eaea 0px 1px 0, #256569 0 -1px 0;
-webkit-text-shadow:#e8eaea 0px 1px 0, #256569 0 -1px 0;
font-weight:lighter;
}
.button:hover {
    border: 1px solid #f00;
    background: #00FF08;
}

.social{
	text-align:center;
}		
.contact{
	width:70%;
}
.ss-form{
	position:relative;
	left:32%;
	width:400px;
}

body.mobile{
	background: #000000;
	padding:0;
	margin:0;
	height:100%;
}
.mobile #main{
	padding: 10px;
	height:100%;
	width:100%;
}

.mobile a, .mobile a:visited, .mobile a:hover {
	font-size:24px;
	text-decoration:none;
	color:#28FE2F;
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	line-height:32px;
}
.mobile a:visited, .mobile a:hover {
	font-size:24px;
	text-decoration:none;
	color:#CC00FF;
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	line-height:32px;
}

.mobile footer{
	width:100%;
	-moz-border-radius:  0;
	border-radius:  0;
	filter: alpha(opacity= 100); 
    -moz-opacity: 1;
    opacity: 1;
	position:static;
	padding:0;
	margin:0;
} 
.mobile footer .contents{
	padding:0 0 0 10px;
}
.mobile footer .contents a:hover, .mobile footer .contents a:visited{
	color:#CC00FF;
	font-size:12px;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */
@media only screen and (min-device-width : 320px) and (max-device-width : 569px) {
	.pages, table#interviews p{
		font-size:32px;
		line-height:48px;
	}
	table#interviews h1{
		font-size:38px;
		line-height:56px;	
	}

}
@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
