#content {
	min-height:0px;
}
.wrapper-inner{
	width:700px;
	margin:0 auto;
}
#navigation{
	margin:10px auto;
	width:410px;
}

#wrapper .hide{
	display:none;
}
#wrapper ul{
	list-style:none;
	margin:0 auto;
	padding:0;
}
#wrapper li{
	float:left;
	padding:10px;
	margin:3px;
	background:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	box-shadow:1px 1px 1px #ccc;
}
#wrapper img, #wrapper li div{
	width:200px;
	height:133px;
	display:block;
}
#wrapper .container{
	position:relative;
	/*height:500px;*/
}
#wrapper .holder{
	position:absolute;
	top:0;
	left:0;
}

#jSplash{
	
}
#jSplash h2{
	margin:10px 0;
	color:#14D9EE;
	text-shadow:1px 1px 1px #aaa;
	font-size:57px;
	font-family:Arial Narrow, Arial, sans-serif;
	letter-spacing:1px;
}
body{
	display:none;
}
#jpreOverlay {
	background-color: #000000;
}
#jpreSlide{
	text-align:center;
	/*width:50%;
	height:30%;*/
}
#jpreLoader{
	width:200px;
	height:15px;
	box-shadow:0 0 2px 2px #fff;
	-moz-box-shadow:0 0 2px 2px #fff;
	-webkit-box-shadow:0 0 2px 2px #fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#jpreBar {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
	background-size:30px 30px;
	-moz-background-size:30px 30px;
	-webkit-background-size:30px 30px;
	-o-background-size:30px 30px;
	
	box-shadow:
      0 5px 5px rgba(255,255,255,0.6) inset,
      0 -5px 7px rgba(0, 0, 0, 0.4) inset;
   -moz-box-shadow:
      0 5px 5px rgba(255,255,255,0.6) inset,
      0 -5px 7px rgba(0, 0, 0, 0.4) inset;
   -webkit-box-shadow:
      0 5px 5px rgba(255,255,255,0.6) inset,
      0 -5px 7px rgba(0, 0, 0, 0.4) inset;
   filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#33ffffff',
      endColorstr='#33000000',
      GradientType=0 );

	background-color:#23A1D1;
	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-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 1px #333;
	top:-100%;
}

#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;
  }
}
body{
	background:url(bg.jpg) 0 0 repeat;
	background-color: #444444;
}
header, section, footer, nav, hgroup{
	display:block;
}
a{
	color:#35BFFF;
	text-decoration:none;
	transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
}
a:hover, a:active{
	color:#91DCFF;
}
a img{
	border:none;
}

/* Header */
#header{
	width:100%;
	background:#000;
	background:rgba(0, 0, 0, 0.8);
	color:#ccc;
	letter-spacing:1px;
	margin-bottom:20px;
	padding:3px 0;
	position:fixed;
	box-shadow:0 3px 10px #333;
	-moz-box-shadow:0 3px 10px #333;
	-webkit-box-shadow:0 3px 10px #333;
	top:0;
	left:0;
	z-index:99;
	height: 60px;
}
#header h1{
	padding:0 20px;
	margin:10px 0;
	text-shadow:-1px -1px 0 #fff, 1px 1px 0 #000;
	float:left;
	font-size:25px;
}
#backlinks{
	float:right;
	padding:5px 20px;
	line-height:1.6em;
	font-weight:bold;
	font-size:11px;
	font-family:'arial narrow', arial;
}
#backlinks a{
	text-align:right;
	display:block;
}

/* Footer */
#footer{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	padding-left:20px;
	line-height:25px;
	color:#888;
	font-size:13px;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.8);
	box-shadow:0 -3px 10px #333;
	-moz-box-shadow:0 -3px 10px #333;
	-webkit-box-shadow:0 -3px 10px #333;
	z-index:99;
	padding-top: 60px;
	border-top: none;
}
#footer span{
	display:inline-block;
}

/* content header */
#wrapper{
	position:relative;
	margin:60px auto;
}
#wrapper h2{
	margin:0;
	color:#0082E0;
	text-shadow:1px 1px 1px #777;
	font-size:33px;
	font-family:Arial Narrow, Arial, sans-serif;
}
#wrapper h2 span{
	color:#56B8FF;
}
#wrapper hgroup{
	text-align:center;
}
#wrapper hgroup h3{
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	text-shadow:0 1px 0 #fafafa;
	color:#444;
	margin:10px 0 0;
}
.description{
	font-style:italic;
	font-size:15px;
	color:#333;
	text-shadow:0 1px 0 #fff;
}
.btn{
	display:block;
	float:left;
	margin:0 10px;
	cursor:pointer;
	font-weight:bold;
	font-family:Arial;
	letter-spacing:1px;
	
	box-shadow:0 3px 2px rgba(255,255,255,0.5) inset;
	-moz-box-shadow:0 3px 2px rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:0 3px 2px rgba(255,255,255,0.5) inset;
	
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
.btn-small{
	padding:3px 25px;
	font-size:14px;
}
.btn-main{
	color:#fff;
	text-shadow:-1px -1px 0 #01293F;
	border:1px solid #2EACEA;
	
	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 );
}
.btn-main:hover{
	color:#fff;
	background-color: #7cd1ff;
	background-image: -moz-linear-gradient(top, #7cd1ff 0%, #0a8bd1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cd1ff), color-stop(100%,#0a8bd1));
	background-image: -webkit-linear-gradient(top, #7cd1ff 0%,#0a8bd1 100%);
	background-image: -o-linear-gradient(top, #7cd1ff 0%,#0a8bd1 100%);
	background-image: -ms-linear-gradient(top, #7cd1ff 0%,#0a8bd1 100%);
	background-image: linear-gradient(to bottom, #7cd1ff 0%,#0a8bd1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cd1ff', endColorstr='#0a8bd1',GradientType=0 );
}
.btn-secondary{
	color:#333;
	text-shadow:1px 1px 1px #fff;
	border:1px solid #aaa;
	
	background-color: #ccc;
	background-image: -moz-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#bbbbbb));
	background-image: -webkit-linear-gradient(top, #eeeeee 0%,#bbbbbb 100%);
	background-image: -o-linear-gradient(top, #eeeeee 0%,#bbbbbb 100%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%,#bbbbbb 100%);
	background-image: linear-gradient(to bottom, #eeeeee 0%,#bbbbbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbbbb',GradientType=0 );
}
.btn-secondary:hover{
	color:#333;
	background-color: #f2f2f2;
	background-image: -moz-linear-gradient(top, #f2f2f2 0%, #dddddd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dddddd));
	background-image: -webkit-linear-gradient(top, #f2f2f2 0%,#dddddd 100%);
	background-image: -o-linear-gradient(top, #f2f2f2 0%,#dddddd 100%);
	background-image: -ms-linear-gradient(top, #f2f2f2 0%,#dddddd 100%);
	background-image: linear-gradient(to bottom, #f2f2f2 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dddddd',GradientType=0 );
}


#ad-holder{
	position:absolute;
	top:-40px;
	right:10px;
}
#ad-holder div{
	text-align:right;
}
#ad-holder a{
	color:#333;
	font-size:15px;
	font-style:italic;
	padding-left:10px;
}

/* clearfix */
.clearfix {
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.txtleft{
	text-align:left;
}
.txtright{
	text-align:right;
}