@charset "utf-8";
/* CSS Document */

body{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: rgba(248,247,219,1.00);
	max-width: 600px;
	margin-left: 0.09em;
	margin-right: auto;
	background-color:rgba(1,1,51,0.70);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;	
}

h2{
	height:42px;
	background-image:url("../images/fbi_floatR_Logo_w268.png");
	background-repeat: no-repeat;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-style: italic;
	font-size: 1.5em;
	text-shadow:
    -1px -1px 5px rgba(1, 96, 116, 1),  
    1px -1px 5px rgba(1, 96, 116, 1),
    -1px 1px 5px rgba(1, 96, 116, 1),
    1px 1px 5px rgba(1, 96, 116, 1);	
	text-align: left;
	padding-left: 8px;
	color:rgba(236,240,100,0.80);
	margin-left: 2px;	
}

img{
	top: 52px;
	left: 12px;		
}

.sm_details{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-style: italic;
	font-size: 10px;
	color: #F8EFEF;	
}

.scribble {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-style: italic;
	font-size: 1em;
	color:rgba(236,240,100,1.00);
	margin-left: 2em;
}

.scribbleNM {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-style: italic;
	font-size: 1em;
	color:rgba(236,240,100,1.00);
	margin-left: 2px;
}


@media (max-width: 600px){
	
	body{
		background-color:rgba(1,1,30,0.70);
	}
	
	video.fullscreen{
	min-height: 100%;
	min-width: 100;
	width: auto;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -5; /*0 is default*/	}
	
	video.herobox{
		display: none;
	}
	
	.listLink{
		font-size: 10px;
	}
}

.audio_player{
	position: relative;
	top: 83px;
	left: 0px;
	display: none;
	width: 268px;
	height: 14px;
	border: 2px dotted rgba(6,67,173,0.84);
	margin: 0px;
	background-color: rgba(19,34,127,0.63);
	color: #EEEFC8;
	font-size: 10px;
	border-radius: 50px;
}

#player_box {
	position: absolute;
	top:83px;
	left:0;
	width:268Px;
	height:141px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: .92em;
	margin-left: 0px;
	padding-left: 6px;
	line-height: 24px;
	color: #F5EFB8;
	background-image: url("../images/03_fbi_original_transp_800X258.png");
	background: linear-gradient(rgba(4,4,29,0.8), rgba(7,61,23,0.2));
	border-radius: 5px;
	z-index: -1;
}

.title_details{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-style: italic;
	font-size: 10px;
	line-height: 15px;
	color:rgba(236,240,100,1.00);	
}

#credits{
	position: absolute;
	top: 23px;
	z-index: -2;
}

#credits_details{
	position: absolute;
	top: 93px;
	left: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-style: italic;
	font-size: 10px;
	line-height: 15px;
	color: #F8EFEF;	
}

@media screen and (max-width: 650px){
	.audio_player{
		position: fixed;
		top: 63px;
		left: 0px;
		display: block;
		width: 268px;
		height: 14px;
		border: 2px dotted rgba(6,67,173,0.84);
		margin: 0px;
		background-color: rgba(19,34,127,0.63);
		color: #EEEFC8;
		font-size: 10px;
		border-radius: 50px;
	}
	
	#player_box{
		top: 68px;
		font-size: .88em;
		line-height: 22px;
	}
}

.fullscreen{
	min-height: 100%;
	min-width: 100;
	width: auto;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -5; /*0 is default*/
}
