html {
	background: #000;
}

body {
	/*background: url('img/bg.png') #fff repeat-y center;*/
	background: #000;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, san-serif;
	display: none;
}

.clr {
	clear: both;
}

.flt-l {
	float: left;
}



/*** Web ***/
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#content {
	height: 800px;
	color: #fff;
	width: 960px;
}

	#content #seperator {
		background: url(../img/web/seperator.png) no-repeat center;
		height: 15px;		
		margin: 30px auto 0 auto;
		position: static;		
	}

	#content #webmenu {
		text-align: center;
		padding: 20px 0;
	}

		#content #webmenu a {
			color: #FFF;
			font-size: 24px;
			text-decoration: none;
			padding: 0 20px;
			font-weight: bold;
		}

		#content #webmenu a.current, #content #webmenu a:hover {
			text-shadow: 1px 1px #000, 2px 2px 10px #0FCA0F;
		}

	#content #inner-content {
		background: url(../img/web/stripe.png);
		padding: 30px 30px 0 30px;
		margin: 10px;
		border-radius: 3px;
		border: 1px solid #141414;
	}

		#content #inner-content p {
			font-size: 14px;
			line-height: 21px;
			margin: 0 0 30px 0;
		}

#footer {
	padding-bottom: 30px;
}

	#footer #created {
		float: left;
		background: url(../img/web/created.png);
		width: 330px;
		height: 107px;
	}

	#footer #mdec {
		float: right;
		background: url(../img/web/mdec.png);
		width: 113px;
		height: 72px;
		margin-top: 10px;
	}



/*** Comic ***/

.skrollable {
	position: fixed;			
}

#menu {
	position: fixed;
	background: #000;
	height: 40px;
	width: 1024px;
	text-align: center;
	z-index: 1000;
	line-height: 1;
}

	#menu #back-home {
		float: left;
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
		margin-top: 14px;
	}

	#menu select {
		float: right;
		margin: 11px 0 0 0;
	}

	#menu #sep {
		float: right;
		height: 20px;
		width: 2px;
		background: #525252;
		margin: 10px 10px 0 12px;
	}

	#menu .switch {
	    float: right;
	    font-size: 11px;
	    text-transform: uppercase;
	    color: #CCC;
	    text-decoration: none;
	    margin-top: 10px;
	    padding: 4px 0;
	    border: 1px solid rgba(0, 0, 0, 0);
	    text-align: center;
	    width: 36px;
	}

	#menu .switch.active {	  
	    color: #555;
	    border-radius: 3px;
	    border: 1px solid #666;	    
	    background: rgb(255,255,255); /* Old browsers */
	    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	}

	#menu #mt-title {
	    float: right;
	    color: #FFF;
	    text-transform: uppercase;
	    font-size: 11px;
	    margin-top: 10px;
	    padding: 4px;
	    font-weight: bold;
	    margin-right: 4px;
	}

#nextpage {
	background: #FFF;
	width: 1024px;
	height: 570px;
	left: 0;
	top: 0;
}

	#nextpage a {
		font-size: 16px;
		font-weight: bold;		
		position: absolute;
		top: 250px;
		text-decoration: none;
		display: block;
		padding: 20px 0;		
		opacity: 1;
		color: #FFF;
		border-radius: 40px;
		text-transform: uppercase;
		width: 170px;
		text-align: center;
		border: 1px solid #A03B4C;
		box-shadow: 0 0 0 1px #CF485F inset, 2px 2px 10px #8A8A8A;
		background: rgb(169,3,41); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	}

	#nextpage a.single {		
		left: 426px;
	}

	#nextpage a.prev {		
		left: 320px;
	}

	#nextpage a.next {		
		left: 520px;
	}


/*** jPreLoader ***/
#jpreOverlay {
	background-color: #000000;
}

#jpreSlide{
	font-size:22px;
	font-weight:bold;
	color:#ccc;
	text-align:center;
	width:50%;
	height:30%;
}

#jpreLoader{
	width: 300px;
	height: 25px;
	border-radius: 25px;
}

#jpreBar {
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	
	background-size:30px 30px;
	-moz-background-size:30px 30px;
	-webkit-background-size:30px 30px;
	-o-background-size:30px 30px;

	background-color:#E07300;
	background-image: -moz-linear-gradient(-45deg, 
		rgba(255,255,255,0.15) 0%, 
		rgba(255,255,255,0.15) 25%, 
		rgba(255,255,255,0) 25%, 
		rgba(255,255,255,0) 50%, 
		rgba(255,255,255,0.15) 50%, 
		rgba(255,255,255,0.15) 75%, 
		rgba(255,255,255,0) 75%, 
		rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, 
		color-stop(0%,rgba(255,255,255,0.2)), 
		color-stop(25%,rgba(255,255,255,0.2)), 
		color-stop(25%,rgba(255,255,255,0)), 
		color-stop(50%,rgba(255,255,255,0)), 
		color-stop(50%,rgba(255,255,255,0.2)), 
		color-stop(75%,rgba(255,255,255,0.2)),
		color-stop(75%,rgba(255,255,255,0)),
		color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(-45deg, 
		rgba(255,255,255,0.3) 0%,
		rgba(255,255,255,0.3) 25%,
		rgba(255,255,255,0) 25%,
		rgba(255,255,255,0) 50%,
		rgba(255,255,255,0.3) 50%,
		rgba(255,255,255,0.3) 75%,
		rgba(255,255,255,0) 75%,
		rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(-45deg, 
		rgba(255,255,255,0.15) 0%,
		rgba(255,255,255,0.15) 25%,
		rgba(255,255,255,0) 25%,
		rgba(255,255,255,0) 50%,
		rgba(255,255,255,0.15) 50%,
		rgba(255,255,255,0.15) 75%,
		rgba(255,255,255,0) 75%,
		rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(-45deg, 
		rgba(255,255,255,0.15) 0%,
		rgba(255,255,255,0.15) 25%,
		rgba(255,255,255,0) 25%,
		rgba(255,255,255,0) 50%,
		rgba(255,255,255,0.15) 50%,
		rgba(255,255,255,0.15) 75%,
		rgba(255,255,255,0) 75%,
		rgba(255,255,255,0) 100%);
	background-image: linear-gradient(135deg, 
		rgba(255,255,255,0.15) 0%,
		rgba(255,255,255,0.15) 25%,
		rgba(255,255,255,0) 25%,
		rgba(255,255,255,0) 50%,
		rgba(255,255,255,0.15) 50%,
		rgba(255,255,255,0.15) 75%,
		rgba(255,255,255,0) 75%,
		rgba(255,255,255,0) 100%);
		
	animation: progress 2s linear infinite;
	-moz-animation: progress 2s linear infinite;
	-webkit-animation: progress 2s linear infinite;
	-ms-animation: progress 2s linear infinite;
	-o-animation: progress 2s linear infinite;	
}

#jprePercentage {
	color:#ccc;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 1px #333;
	top:-100%;
	line-height: 25px;
}

#jpreButton{
	padding:3px 10px;
	cursor:pointer;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	width:100px;
	margin:0 auto;
	color:#fff;
	text-shadow:-1px -1px 0 #01293F;
	border:1px solid #2EACEA;
	
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	
	background-color: #23a6ed;
	background-image: -moz-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23a6ed), color-stop(100%,#1275aa));
	background-image: -webkit-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: -o-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: -ms-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: linear-gradient(to bottom, #23a6ed 0%,#1275aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a6ed', endColorstr='#1275aa',GradientType=0 );
}

@-webkit-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-moz-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-ms-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-o-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}



#navi {
	padding: 20px 0;
}

	#navi a {
		font-size: 16px;
		font-weight: bold;				
		text-decoration: none;
		display: block;
		padding: 20px 0;		
		opacity: 1;
		color: #FFF;
		border-radius: 40px;
		text-transform: uppercase;
		width: 170px;
		text-align: center;
		border: 1px solid #A03B4C;		
		background: rgb(169,3,41); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	}

	#navi #navi-next {
		float: right;
	}

	#navi #navi-prev {
		float: left;
	}


