body
{
	background-color: black;
}

#fill_screen
{
	display: flex;
	position: absolute;
	flex-direction: column;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('images/hexatal_camo_consept__seamless_by_black_light_studio-d41457g.png');
}

#top,
#bottom
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
}

#bottom
{
	color: white;
	font-size: 0.7rem;
	margin-bottom: 4px;
	text-shadow: 0px 0px 2px green, 0px 0px 2px green, 0px 0px 2px green;
}

#bottom a
{
	color: skyblue;
}

#fill_screen > #top
{
	background: #b4ddb4; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 8%, #52b152 16%, #008a00 35%, #005700 59%, #000000 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(8%,#83c783), color-stop(16%,#52b152), color-stop(35%,#008a00), color-stop(59%,#005700), color-stop(87%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 8%,#52b152 16%,#008a00 35%,#005700 59%,#000000 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4ddb4 0%,#83c783 8%,#52b152 16%,#008a00 35%,#005700 59%,#000000 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4ddb4 0%,#83c783 8%,#52b152 16%,#008a00 35%,#005700 59%,#000000 87%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4ddb4 0%,#83c783 8%,#52b152 16%,#008a00 35%,#005700 59%,#000000 87%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#logo
{
	flex: 0 0 auto;
	align-self: center;
	margin: 4px 0;
	background-image: url(images/logo.png);
	width: 248px;
	height: 144px;
}

#fill_screen > #middle
{
	display: flex;
	flex: 1 0;
}

#filter_container
{
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex: 0 0 auto;
	flex-flow: column nowrap;
	white-space: nowrap;
	color: white;
	overflow: hidden;
	width: 0px;
	background: rgba(0, 0, 0, 0.9);
}

#playback_options
{
	flex: 0 0 auto;
}

#search_box
{
	flex: 0 0 auto;
}

#opt_box
{
	flex: 0 0 auto;
}

#opt_box > span
{
	display: inline-block;
	width: 16px;
	height: 16px;
	
	margin: 0 4px;
	cursor: pointer;
}

#check_all
{
	background: url('images/checked.png');
}

#uncheck_all
{
	background: url('images/unchecked.png');
}

#filter_holder
{
	flex: 1 0 0;
	overflow: auto;
}

#content_container
{
	position: relative;
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}

#expander
{
	opacity: 0.75;
	position: absolute;
	left: 0;
	display: flex;
	width: 14px;
	height: 32px;
	
	border: 1px solid green;
	border-left: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background: black;		
	
	box-shadow: 0px 2px 6px green;
	justify-content: center;
	align-items: center;
}

#expander > span
{
	display: inline-block;
	width: 10px;
	height: 16px;
	background: url('images/open.png');
}

#expander.opened > span
{
	background: url('images/close.png');
}

#expander:hover
{
	opacity: 1;
}

#video_container
{
	flex: 1 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

#title
{
	color: white;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	text-shadow: 1px 1px black, 0px 0px 2px green, 0px 0px 2px green, 0px 0px 2px green;
}

#button_container
{
	flex: 0 0 auto;
	height: 38px;

	display: flex;
	align-items: center;
	justify-content: center;
}

#player_container
{
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	flex: 1 0 auto;
}

.rt_button
{
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	border-radius:6px;
	text-indent:0;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:Arial Black;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	padding: 8px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #aade7c;
	cursor: pointer;
}

.rt_button:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}

.rt_button:active
{
	position:relative;
	top:1px;
}

#filter_list .category > .entry > .expand
{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('images/expand_open.png');
	margin-right: 4px;
}

#filter_list .category.expanded > .entry > .expand
{
	background: url('images/expand_closed.png');
}

#filter_list .video > .entry > .icon
{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('images/video.png');
	margin-right: 4px;
}

#filter_list .video > .entry > .icon.ah
{
	background: url('images/video_ah.png');
}

#filter_list .video a:hover
{
	cursor: pointer;
	text-decoration: underline;
}

#filter_list .video > .entry > .icon.funhaus
{
	background: url('images/video_funhaus.png');
}

#filter_list .video > .entry > .icon.letsplay
{
	background: url('images/video_letsplay.png');
}

#filter_list .video > .entry > .icon.roosterteeth
{
	background: url('images/video_roosterteeth.png');
}

#filter_list .video > .entry > .icon.screwattack
{
	background: url('images/video_screwattack.png');
}

#filter_list .video > .entry > .icon.theknow
{
	background: url('images/video_theknow.png');
}

#filter_list .video > .entry > .icon.cowchop
{
	background: url('images/video_cowchop.png');
}

#filter_list .video > .entry > .icon.creatures
{
	background: url('images/video_creatures.png');
}

#filter_list .video > .entry > .icon.kindafunnygames
{
	background: url('images/video_kindafunnygames.png');
}

#filter_list .video > .entry > .icon.kindafunny
{
	background: url('images/video_kindafunny.png');
}

#filter_list .item > .entry > .check
{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('images/unchecked.png');
	margin-right: 4px;
}

#filter_list .item[data-checked="1"] > .entry > .check
{
	background: url('images/checked.png');
}

#filter_list .item[data-checked="2"] > .entry > .check
{
	background: url('images/check_indeterminate.png');
}

#filter_list .category > .children
{
	margin-left: 20px;
	display: none;
}

#filter_list .category.expanded > .children
{
	display: block;
}

#filter_list .item.filtered
{
	display: none;
}