/*FORMAT*/

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

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

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

#page1, #page1view, #page2, #page2view, #page3, #page3view, #page4, #page4view, #page5, #page5view, #page6, #page6view, #page7, #page7view {
	margin: 0 auto;
	width: 75%;
	display: inline-block;
	float:left;
	text-align: center;
	z-index: -1;
}

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

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

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

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

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

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

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

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

table.navi td {
	border: none;
}

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:15%;
}

.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%;
}

/* 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;
}

.singleMenu {
	margin: 0px;
	padding: 0px;
    	display: inline-block;
}

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

/* 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;
}

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

.banner {
	max-width: 100%;
}

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

#content_inferno {
	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;
}

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

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

#rookie, #fresh, #intrain, #champ, #ultim, #mega, #mode, #modeb, #modec, #human, #control, #fury, #spoil, #spoilb {
	width: 700px;
	margin: 167px 0px 20px 0px;
	padding: 5px 5px 20px 5px;
	float: right;
	display: inline-block;
	background-color: #2F2622;
	border-radius: 20px;
	box-shadow: 0px 0px 5px 5px black;
}

#rookieview, #freshview, #intrainview, #champview, #ultimview, #megaview, #modeview, #modebview, #modecview, #humanview, #controlview, #furyview, #spoilview, #spoilbview {
	width: 700px;
	margin: 167px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
	float: right;
	display: inline-block;
	background-color: #574943;
	border-radius: 20px;
	box-shadow: 0px 0px 5px 5px black;
}

#ban {
	width: 700px;
	margin: -142px -5px 15px 0px;
	float: right;
	display: inline;
	border-radius: 20px;	
	left: -50;
	z-index: 10;
	box-shadow: 0px 0px 10px 10px black;
}

/*TEXT*/

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

h2 {
	color: #DB8F20;
	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 {
	text-indent: 30px;
	color: silver;
	font-family: Palatino Linotype;
	font-size: 14px;
	text-align: left;
	list-style-type: none;
	line-height: 110%;
}

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

leech {
	color: #ABFFF6;
	font-family: Palatino Linotype;
	font-weight: bold;
	line-height: 110%;
}

/*IMAGES*/

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

#endcard {
	text-align: center;
	width: 500px;
}

#welcome {
	text-align: center;
	/*width: 100%;*/
}

.view {
	width: 680px;
	margin: 5;
	background-color: none;
	border-radius: 20px;
}

#mapview {
	width: 700px;
	margin: 0;
	background-color: none;
	border-radius: 20px;
}

/*LINKS*/

a, img {
    border:none;
}

img.idle, img.roll {
	margin: auto;
}

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

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

#navigation ul {
	list-style: none;
}

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


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

#evolline {
	float: right;
	width: 680px;
	margin-bottom: 10px;
	text-align: center;
}

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

.current {
	border-radius: 20px;
	box-shadow: 5px 5px 10px 5px black;
}

#modechange {
	float: right;
	width: 400px;
	margin-bottom: 0px;
	text-align: center;
}

#menumodechange {
	margin-bottom: 0px;
	text-align: center;
}

.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;
}

.episode {
	font-family: Cambria;
	font-size: 16px;
	color: silver;
	text-decoration: none;
}

.episode:hover {
	font-family: Cambria;
	font-size: 18px;
	color: #DB8F20;
	font-weight: bold;
	text-decoration: none;
}

#eplist {
	display: inline-block;
	padding: auto;
	margin: auto 15px;
	min-width: 25%;
	/*max-width: 35%;*/
	//border: 1px solid silver;
	float: left;
	text-align: center;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;	
	z-index: 9999;	
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .7);
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid rgba(0, 0, 0, .8);
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: silver;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid rgba(0, 0, 0, .8);
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}