/*OVERALL*/

body.fire { 
	width: 100%;
	padding: 0;		
	margin: 0;
	text-align: center;
	background: url('images/backFS.png') no-repeat center center fixed; 
  	-webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
	background-color: black;
}

#header_fire {
	margin: 0;
	padding: 0;
	height: 230px;
	background:url('images/banners/mainback.png');
	background-size: 100% 100%;
	text-align: center;
	z-index: -10;
}

#main_fire {
	width: 100%;
	margin: auto 0;
	text-align: center;
	display: block;
}

#content_fire {
	width: 80%;
	margin: 0 0;
	padding: auto;
	display: inline-block;
}

#footer {
	text-align: center;
	position: relative;
	width: 80%;
	margin: 30px;
	padding: 0;
	display: inline-block;
	color: white;
	font-family: Cambria;
	font-size: 11px;
	background-color: black;
	border-radius: 20;
	box-shadow: 0px 0px 10px 10px black;
}

#page1, #page1view, #page2, #page2view, #page3, #page3view, #page4, #page4view, #page5, #page5view, #page6, #page6view, #page7, #page7view, 
#page8, #page8view, #page9, #page9view, #page10, #page10view, #page11, #page11view, #page12, #page12view {
	margin: 0 auto;
	width: 75%;
	display: inline-block;
	float:left;
	text-align: center;
	z-index: -1;
}

/*MAIN MENU*/

table.navi {
	margin: 0 auto;
	width: 20%;
	display: inline-table;
	float:left;
}

table.navi td {
	border: none;
}

#navigation ul {
	list-style: none;
}

#navigation {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#navigation img {
	min-width: 50%;
	max-width: 100%;
}

.fade img:last-child {
	display:none;
	margin: 0px;
}

.fade:hover img:first-child {
	display:none;
	margin: 0px;
}

.fade:hover img:last-child {
	display:inline-block;
	margin: 0px;
}

/*DROPDOWN MENUS*/

/*First Level*/

/* Show the dropdown menu on hover */
.dropmenu:hover .dropdown {
    display: block;
}

.dropmenu img:last-child {
	display:none;
	margin: 0px;
}

.dropmenu:hover img:first-child {
	display:none;
	margin: 0px;
}

.dropmenu:hover img:last-child {
	display:inline-block;
	margin: 0px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown {
    display: none;
    position: absolute;
	margin: 0px;
	padding: 0px;
	border: 2px solid black;
    background-color: #3C3944;
	left: 23%;
    min-width: 160px;
    z-index: 1;

}

/* Links inside the dropdown */
.dropdown a {
	border: 1px solid black;
    padding: 2px 10px;
	font-family: Cambria;
	color: silver;
	font-size: 14px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown a:hover {
	color: black;
	background-color: #ED8F72
}

/*Second Level*/

.dropmenu2 {
	position: relative;
}

/* Show the dropdown menu on hover */
.dropmenu2:hover .dropdown2 {
	display: block;
	left: 100%;
	top: 0;
}

/* Dropdown Content (Hidden by Default) */
.dropdown2 {
    display: none;
    position: absolute;		
	margin: 0px;
	padding: 0px;
	border: 2px solid black;
    background-color: #5D5966;
	left: 99%;
    min-width: 160px;
    z-index: 2;

}

/* Links inside the dropdown */
.dropdown2 a {
	border: 1px solid black;
    	padding: 2px 10px;
	font-family: Cambria;
	color: silver;
	font-size: 14px;
    	text-decoration: none;
    	display: block;
}

/* Change color of dropdown links on hover */
.dropdown2 a:hover {
	color: black;
	background-color: #ED8F72
}

.dropmenu2 div:last-child {
	display:none;
	margin: 0px;
}

.dropmenu2:hover div:first-child {
	display:none;
	margin: 0px;
}

.dropmenu2:hover div:last-child {
	display:inline-block;
	margin: 0px;
}

/*EPISODES LIST*/

#epislist {
	width: 100%;
	margin: auto;
	padding: auto;
}

#epislist td {
	border: 1px solid black;
	width: 25%;
}

#epislist td img {
	min-width: 80%;
	max-width: 100%;
}	

/*LINKS LIST*/

#linkslist {
	min-width: 80%;
	margin: auto;
	padding: auto;
}

#linkslist td {
	height: 30px;
	width: 10%;
	padding: 0px;
	border: none;	
}

a, img {
    border:none;
}

a.external:link, a.external:visited {	
	margin: auto;
	font-family: Cambria;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: inline;	
	text-decoration: none;
	color: white;
}

a.external:hover, a.external:active {
	margin: auto;
	font-family: Cambria;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: inline;	
	text-decoration: none;
	color: #ED8F72;
}

/*CONTENT*/

table {
	margin: auto;
	text-align: center;
}

table.page {
	margin: 0 auto;
	width: 75%;
	display: inline-block;
	float:left;
	text-align: center;
	z-index: -1;
}

tr {
	/*border: 1px solid black;*/
}

td {
	padding: 0px 0px 0px 0px;
	/*border: 1px solid black;*/	
}

td.profile td {
	border: 1px solid black;
}

td.page {
	width: 80%;
	margin: 20px;
	border: 2px solid black;
	background-color: #100F13;
}

td.profile {
	background-color: #100F13;
	border: 2px solid black;
}

td.evo {
	width:16%;		
	/*border:1px solid black;*/
	
}

td.costume {
	width:8%;
	/*border:1px solid black;*/
	
}

/*IMAGES*/

.banner {
	max-width: 100%;
	border: none;	
}

.profimage {
	background-color: #2e2c33;
	border: 2px solid black;
	height: 500px;
	width: 50%;
}

.viewimage {
	background-color: #2e2c33;
	border: 2px solid black;
	width: 50%;
}

.profimage img {
	max-width: 100%;
	max-height: 100%;
}

.viewimage img {
	max-width: 100%;
}

.screenshot {
	text-align: center;
	width: 500px;
	box-shadow: 0px 0px 20px 10px black;
}

/*TEXT*/

h1 {	
	color: silver;
	font-family: Cambria;
	font-size:40px;
	text-align: center;
}

h2 {
	color: #ED8F72;
	font-family: Cambria;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: silver;
	font-family: Cambria;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height:100%;
	margin: 10px;
}

h6 {
	color: silver;
	font-family: Cambria;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height:100%;
	margin: 10px;
}

p {
	color: silver;
	font-family: Cambria;
	font-size: 14px;
	text-align: left;
	text-indent: 30px;
	line-height: 110%;
	margin: 20px;
}

ul {
	margin: 0;
	padding: 0;
}

li {	
	list-style-type: disc;
	list-style-position: inside;	
	text-indent: 30px;
	color: silver;
	font-family: Cambria;
	font-size: 14px;
	text-align: left;
	line-height: 110%;
	margin: 20px;
}

span {
	color: #ED8F72;
	font-family: Cambria;
	font-weight: bold;
	line-height: 110%;
}

/* GALLERY - SLIMBOX */

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*TEMPORARY*/

#promo {
	width: 100%;	
	box-shadow: 0px 0px 30px 30px black;
}

#back {
	width: 100%;	
	padding: 20px;
}

