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

@import url('ui-darkness/jquery-ui-1.8.17.custom.css');
@import url('contentflow.css');


@font-face {
    font-family: 'MinecraftiaRegular';
    src: url('fonts/Minecraftia.eot');
    src: url('fonts/Minecraftia.eot?#iefix') format('embedded-opentype'),
         url('fonts/Minecraftia.woff') format('woff'),
         url('fonts/Minecraftia.ttf') format('truetype'),
         url('fonts/Minecraftia.svg#') format('svg'),
		 local('MinecraftiaRegular');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GameOverRegular';
    src: url('fonts/game_over.eot');
    src: url('fonts/game_over.eot?#iefix') format('embedded-opentype'),
         url('fonts/game_over.woff') format('woff'),
         url('fonts/game_over.ttf') format('truetype'),
         url('fonts/game_over.svg#GameOverRegular') format('svg'),
		 local('GameOverRegular');
    font-weight: normal;
    font-style: normal;

}

html,body{
 margin:0;
 padding:0;
 
 height:100%;
 overflow:hidden;
 
}

body{
	background-color: #000000;
	border-left: 15px solid #0D540D;
	border-right: 15px solid #4C014C;
	color: #AAAAAA;
	font-family: tahoma,monospace;
	font-size: 10pt;
	text-align: center;
}

img{
	border:0
}

.photodisplay{
	z-index:99999;
	width:60%;
	overflow:hidden;
}


.uiwindow_title{
	text-align:right;
	display:block;
}

.uiwindow_content{
	width:100%;
	height:100%;
}

.gallery-thumbnail{
	//border:4px solid #ffffff;
	display:inline-block;
	margin:10px;
	padding:0;
	overflow:hidden;
	//border-radius: 5px 5px 5px 5px;
	
}

.gallery-sortby{
	width:100%;
	display:inline-block;
	margin-bottom:10px;
	
}

.gallery-outer {
    border-bottom: 2px solid #FFFFFF;
    display: inline-block;
    height: 350px;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    position: inherit;
    width: 80%;
}

#topnav{
	//width:100%;
	display:block;
	text-align:center;
}

.nav{
	display:inline-block;
	overflow:hidden;
}

.imgtopmenu {
    top: 5%;
	position:absolute;
	width:100%;
	text-align:center;
}

.allcontent{
	width:100%;
	height:100%;
	//display:none;
	

}

.tlbox {
  border: 2px solid #003300;
  border-radius: 10px 10px 10px 10px;
  display: inline-block;
  padding: 10px;
  background:rgba(0,0,0,0.2);
}

#menutophighib, #menutophighforum{
	display:none;
}

/*
.ContentFlow{
	top:15%;
}*/

.ytviewer {
    display: block;
    margin-bottom: 10px;
    margin-top: 8px;
    position: relative;
    text-align: center;
    width: -moz-min-content;
}

.cfpanels {
    display: inline-block;
    float: left;
    left: 30px;
    position: relative;
    width: 20%;
	margin-right: -20%;
}
.panel {
  //left: 4%;
  //position: absolute;
  //top: 20%;
  //width:20%;
 // height:75%;
  text-align:left;
  font-size:80%;
  line-height:150%;
  overflow:hidden;
  float:left;
  display:none;
}

.panel h4{
	font-family:'MinecraftiaRegular',verdana,terminal,monospace;
	font-size:24px;
}


.caption {
    display: none;
    font-size: 8pt;
    text-align: left;
	margin-right:10px;
    width: 350px;
	padding-top:5px;
	padding-bottom:5px;
	width:auto;
}

#videos{
	width:300px;
}

a.ytlink{
	text-decoration:none;font-size:8pt
}

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

a:hover {
    color: #66BB66 !important;
}



.timeline-panels{
	//position:relative;
	//display:inline-block;
	//width:800px;
	//height:400px;
	//overflow:hidden;
	
}

#page-navbar{
	//display:inline-block;
	position:absolute;
	bottom:0%;
	width:100%;
	text-align:center;
}

#page-header{
	position:inherit;
	display:inline-block;
	
}

.hidepop{
	border: 1px dashed #303030;
    display: none;
    font-size: small;
    margin: 6px;
    padding: 6px;
}

.vidbox{
	width:300px;
	height:200px;
	text-align:center;
	position:absolute;
	top:0px;
	z-index:999999;
	background-color:#000000;
}


.timeline-slider{
	width:10000px;
	position:relative;
	
}

.tlpanel {
  display: inline-block;
  float: left;
  //height: 288px;
  margin: 0;
  padding: 5px;
  text-align: left;
  width: 800px;
  
  
}

.tlpanel h4 {
    color: #FFFFFF;
    font-size: 12pt;
    margin-bottom: 0;
    padding: 0;
}

.tlnav{
	margin-left:5px;
	margin-right:5px
}

.timeline-margin {
  display: inline-block;
  text-align: center;
  width: 80%;
}

.timeline-nav{
}

.timeline-nav a:hover{
	color:#ffffff;
}

.timeline-nav a:visited{
	color:#505050;
}

.tlnavon {
	color:#ffffff;
}

.tlnavoff{
	color:#505050
}

#media-images span, #media-videos span{
	position:relative;
	display:inline-block; // necessary for fade buttons
}

#ytvideo,
#ytvideo2 {
    float: left;
	margin-right:10px;
	width:450px;
	height: 300px;
	overflow:hidden;
	background: #999;
	position: relative;
	text-align: center;
}


.yt_holder {
	display:inline-block;
}

.demo2{
	overflow:auto;
}


ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 130px;
}

ul li {
    list-style-type: none;
    display:block;
    background: #f1f1f1;
    float: left;
    width: 120px;
    margin-bottom: 5px;
	padding:2px;

}

ul li img {
    width: 120px;
    float: left;
    margin-right: 5px;
    border: 1px solid #999;
}

ul li a {
    font-family: georgia;
    text-decoration: none;
    display: block;
    color: #000;
}

.currentvideo {
	background: #e6e6e6;
	outline: 1px solid red;
}
	
.album_title{

	margin-left:10px;
	margin-right:10px;
}

.picasa-albums, .youtube-albums{
	font-family: verdana,terminal,monospace;
	font-size:15pt;
	margin-left:10px;
	margin-right:10px;
}

.picasa-outer {
    display: inline-block;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    position: inherit;
    width: 80%;
	border-bottom:2px solid #fff;
	margin-bottom:10px;
}

.links-outer {
    display: inline-block;
    height: 400px;
   // overflow-y: auto;
   // overflow-x: auto;
   overflow:hidden;
    position: inherit;
  //  width: 80%;
	border-bottom:2px solid #fff;
	margin-bottom:10px;
	text-align:left;
	font-family: tahoma,sans serif;
    font-size: 12pt;
	font-weight:bold;
	
    
}
.links-outer a {
    font-family: verdana,terminal,monospace;
    font-size: 14px;
    padding-left: 20px;
}

.links-outer a:hover{
	
	background-image:url('../img/smallarrow.png');
	background-repeat:no-repeat;
	background-position:left center;
}


/*
.youtube_photo_holder {
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 5px 10px;
  display: inline-block;
  margin: 10px;
  overflow: hidden;
  position: relative;
  width: 400px;
  height:250px;
  box-shadow: inset 0 0 5px #000;
  border-color:#fff;
  font-size:10pt;
} */

.youtube_photo_holder {
	display:block;
	float:left;
	margin:10px;
	padding:0px;
	width:418px;
	height:260px;
	background-image:url('../img/imageframe.png');
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
}

.yttitle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 6px;
    color: #FFFFFF;
    display: inline-block;
    font-family: verdana,terminal,monospace;
    font-size: 12pt;
    left: 7px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 396px;
}

.yt_photo_inner {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 238px;
    overflow: hidden;
    padding: 8px;
    position: relative;
    width: 402px;
}

.ytthumb{
	width:100%;
	height:auto;
}

.playbutton {
    left: 5px;
	top:5px;
	opacity:0.6;
    position: absolute;
    //top: -65%;
}

.ytdesc{
	display:block;
	text-align:center;
	font-size:8pt;
	background-color:#220022;
	color:#ffffff;
	border-top:1px solid #cc00cc;
	padding:5px;
}

.youtube-embed {
    display: inline-block;
   // height: inherit;
    padding: 5px;
    position: inherit;
   // width: inherit;
}

.media-menu{
	position:relative;
	display:block;
	text-align:center;
}

.media-button{
	position:inline;
	margin-left:6px;
	margin-right:6px;
}

.accounttitle{
	font-family:'MinecraftiaRegular',verdana,terminal,monospace;
	font-size:24px;
	margin-top:0px;
	margin-bottom:0px;
	color:#ffffff;
}

.shadow2{
  text-shadow: 1px 1px #880088;
}

.links_container {
    //border-left: 3px solid #FFFFFF;
	background-image:url('../img/vertline.png');
	background-repeat:no-repeat;
	background-attachment:top left;
    display: inline-block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
	width:150px;
}
.links_holder {
    display: block;
	//margin-left:20px;
}


.link_image{
	display:inline-block;
	height:150px;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}

.link_image img{
	height:100%;
	width:auto;
}

.link_content{
	display:inline-block;
}

.link_category{
	font-size:14pt;
	//font-weight:bold;
	font-family:verdana,terminal,monospace;
	color:#ffffff;

}

.desclink{
	display:none;
	font-size:10pt;
	font-weight:normal;
	font-family:terminal;
	
}

.albumcontainer{

	margin-bottom:20px;

}
.albummeta{
	margin-bottom:10px;
}
.albumtitle{
	font-size:15pt;
	font-weight:bold;
	color:#cccccc
}

.albumtitle:hover{
	color:#880000;
	cursor:pointer;cursor:hand;
}


.albumdescription{
	font-size:12pt;
	line-spacing:150%;
	
}
.albumslideouter{
	width:100%;
	overflow:hidden;
	background-color:#202020;
	border-bottom:2px solid #505050;

}
.albumslider{
	display: none;
	cursor: e-resize;
}

.photoholder {
    background-color: #202020;
    display: inline-block;
    //float: left;
    height: 200px;
    margin-left: 5px;
    margin-right: 5px;
	border:1px solid #000000;
}

.photoholder:hover{
	border:1px solid #ff0000;
}

.photodisplay{
	position:absolute;
	z-index:100;
	display:none;
	border:4px solid #ffffff;
	text-align:center;
	margin:0;
	padding:0;
	//width:400px;
	height:auto;
	background-color:#000000;
	cursor:move;
	
}

.inset_shadow{
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.drop_shadow {
    box-shadow: 3px 3px 3px #000000;
}

.uicaptionbg{
	
	width:100%;
	height:auto;
	
}

.uiimg{
    display: inline;
    position: relative;
    max-width:100%; 
	max-height:100%;

}

.albumicon {
    float: left;
    margin-right: 10px;
}

.uicaption{
	position:relative;
	background-color:rgba(0,0,0,0.8);
	display:inline;
	width:100%;
	margin-left:10px;
	margin-right:10px;
}

.media-topmenu:hover{
	color:#00dd00;
}


::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(255, 0, 0, 0.8);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-border-radius: 10px;
border-radius: 10px;
}

