
*{
	padding:0;
	margin:0;
	color: #fff;
	font-family: NewCicleFina, Arial, monospace;
	font-size: 16px;
}

a,
a:visited,
a:active{
	text-decoration: none;	
}


body{
	overflow-y: scroll;
	overflow-x: hidden;
}

body,
#cover1,
#cover,
.bodyBackground,
#menu li,
#menu li .indicator1,
.cornerContainer{
	height: 100%;
	background-color: #19F8F8;
	background-image: url('../../img/backgrounds/3.png'),linear-gradient(
    to top,
    rgb(51,51,51) 15%,
    rgb(0,181,181) 39%
);
	background-attachment: fixed;
}


h1{
	text-align: center;
	margin-bottom: 20px;
	font-size: 28px;
	font-family: 'SFArcheryBlackRegular', Arial, monospace;
}

h2{
	margin-top: 5px;
}
#pageWrapper{
	height: 100%;
	margin: 30px auto;
	width: 670px;
}

.page{
	position:relative;
	float:left;
	width: 710px;
	padding:0 0 0 123px;
}


.contend,
#menu{
	position: relative;
}

.contend a{
	border-bottom: dashed 1px #fff;	
}
.contend a.no{
	border-bottom: none;	
}

.contend .nodash a,
.contend .nodash a:hover{
	border-bottom: none;	
}

.contend a:hover{
	border-bottom: solid 1px #fff;		
}

.contend a.button,
.button{
	padding: 4px 8px;
	border: solid 3px #F3B329;
  border-radius: 12px; /* Opera 10.5, IE 9, Saf5, Chrome */
}
.contend a.button:hover{
	text-decoration: underline;
}

.contend{
	margin:30px 0 0 10px;

}
.contend p{
	margin:0 0 30px 0;

}

.main,
#menu,
#cover2,
#menu li .indicator2,
#menu li .cornerTop,
#menu li .cornerBottom,
#cover #unsderMenuBorder{
	/*background-image: url('../../img/backgrounds/1.jpg');
	opacity: 1;*/
	background-color: rgba(0,0,0,.5);
	
}

.contend ul{
	margin-left: 20px;
	list-style-type:circle;
}
.contend img{
	margin: 10px;
	padding: 5px;
	background: #fff;
	border: solid 3px #F3B329;
  border-radius: 12px; /* Opera 10.5, IE 9, Saf5, Chrome */
}


.contend img.no{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	
}

.q{
	font-style: italic;	
}


/* cube */
/* container */
#pageWrapper {
  position: relative;
  perspective: 1000;
}

#cube{
	position: absolute;
	width: 670px;
	height: 670px;
	transform-style: preserve-3d;
}
.face {
	padding: 20px;
	border: solid 2px #F3B329;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	display: block;
	width: 626px; /* full width= 626 + 2*20 + 2*2 -> 670 */
	height: 626px;
  border-radius: 30px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

#cube { transform: translateZ( -335px ); }

#cube .front  { transform: rotateY(   0deg ) translateZ( 335px ); }
#cube .right  { transform: rotateY(  90deg ) translateZ( 335px ); }
#cube .back   { transform: rotateY( 180deg ) translateZ( 335px ); }
#cube .left   { transform: rotateY( -90deg ) translateZ( 335px ); }
#cube .top    { transform: rotateX(  90deg ) translateZ( 335px ); }
#cube .bottom { transform: rotateX( -90deg ) translateZ( 335px ); }


#cube.show-front  { transform: translateZ( -335px ) rotateY(    0deg ); }
#cube.show-right  { transform: translateZ( -335px ) rotateY(  -90deg ); }
#cube.show-back   { transform: translateZ( -335px ) rotateY( -180deg );}
#cube.show-left   { transform: translateZ( -335px ) rotateY(   90deg );}
#cube.show-top    { transform: translateZ( -335px ) rotateX(  -90deg );}
#cube.show-bottom { transform: translateZ( -335px ) rotateX(   90deg );}

#cube.show-front .front   { background-color: rgba(0,0,0,.8); }
#cube.show-right .right   { background-color: rgba(0,0,0,.8); }
#cube.show-back .back   { background-color: rgba(0,0,0,.8); }
#cube.show-left .left   { background-color: rgba(0,0,0,.8); }
#cube.show-top .top   { background-color: rgba(0,0,0,.8); }
#cube.show-bottom .bottom   { background-color: rgba(0,0,0,.8); }

/* expanded view*/

#cube.show-expand         { transform: translateZ( 0px ); top: -200px;}
#cube.show-expand .front  { transform: translateZ( 0px ) rotateY( 0deg ) scale(.4, .4); top: 330px;}
#cube.show-expand .right  { transform: translateZ( 0px ) rotateY( 0deg ) scale(.4, .4); top: 330px; left: 330px;}
#cube.show-expand .left   { transform: translateZ( 0px ) rotateY( 0deg ) scale(.4, .4); top: 330px; left: -330px;}
#cube.show-expand .bottom { transform: translateZ( 0px ) rotateY( 0deg ) scale(.4, .4); top: 660px;}
#cube.show-expand .top    { transform: translateZ( 0px ) rotateX( 0deg ) scale(.4, .4);}
#cube.show-expand .back   { transform: translateZ( 0px ) rotateX( 0deg ) scale(.4, .4); top: 990px;}
#cube.show-expand .face   { background-color: rgba(0,0,0,.8); }

#cube, .face { transition: transform 1s, top 1s, margin-left 1s, top 1s, left 1s, background-color 1.5s; }
.implode { display: none; width:100%;height: 100%; top:0; left:0; position: absolute;}
#cube.show-expand .implode { display: block;}
/*fixed menu*/
#menu {
	list-style: none;
	}

.face .nav{
	position: absolute;
}
.face .nav a{
	font-family: Arial, Arial, Helvetica, sans-serif;	
}
.face .nav a:hover{
	color: #F3B329;	
}
.nav-bottom,
.nav-top{
	left: 330px;
}
.nav-top{
	top: 5px;
}
.nav-bottom{
	bottom: 5px;
}
.nav-left,
.nav-right{
	top: 330px;	
}
.nav-right{
	right: 5px;
}
.nav-left{
	left: 5px;
}

.nav-expand{
	right: 12px;
	bottom: 12px;
}

#warning {
	display: none;
}
.no-csstransforms3d{
	display: block;
}



/* tvshows */
.tvshow{
	margin-top: 40px;
}
.tvshow img{
	border-bottom: solid 5px gray;
	border-top: solid 5px gray;	
}

/* single tv show*/

#singleShow{
	position: relative;
	margin-top: 40px;

}

#menuWrapper{
	position: absolute;
	top: 50px;
}

#seasons,
#seasonsDesign{
	margin-left:-23px;
	padding:10px;
	position:absolute;
	text-align:center;
	top:80px;
	width:135px;
	z-index:100;
}

#seasonsDesign{
	z-index: 10;
	background: #F56A00;
	border: solid 2px #F3B329;
	
	-moz-box-shadow: 0px 3px 10px #000;
	-webkit-box-shadow: 0px 3px 10px #000;
	box-shadow: 0px 3px 10px #000;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
 }
#seasons a{
	color: #B6B6B6;
	margin-top: 6px;
	margin-left: 0px;
	display:block;
	width: 100%;
	text-decoration: none;
	z-index: 60;
	cursor: pointer;
	border-bottom: none;
}
#seasons a:hover{
	color: #fff;
}

#episodesWrapper{
	text-align: left;
	position: relative;
	top: 10px;
	left: 200px;
	border-left: solid 2px gray;
	border-top: solid 2px gray;
	border-bottom: solid 2px gray;
	border-right: solid 2px gray;
	padding: 20px;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;

	-moz-box-shadow: 5px 3px 10px #222;
	-webkit-box-shadow: 5px 3px 10px #222;
	box-shadow: 5px 3px 10px #222;	

	width: 350px;
	min-height: 400px;
}
#episodesWrapper span{
	display:block;
	color: #fff;
	border-bottom: solid 2px green;
	text-decoration: none;
	/*text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px; */
}	

#episodesWrapper a:hover{
	/*background-image: -moz-linear-gradient(0% 0% 0deg,rgba(0,0,0,0), #000000, rgba(0,0,0,0) 100%);*/
	background-image: -moz-radial-gradient(left 0deg, ellipse farthest-side, #000 0%, rgba(0,0,0,0) 100%);
	
}
.episodes{
	height: 0;
	overflow: hidden;
}
.episodes.active{
	height: 350px; 	
}
.checker{
	margin-left: 5px;
	font-size: 60%;
	text-shadow: none;
}


/* menu selector */

#selectorWrapper{
	position: absolute;
	left: -200px;
	top: 36px;
	height: 120px;
	width: 400px;
	background: none;
	z-index: 50;
}

#xtraCornerBgRight{	
	position: absolute;
	right: -3px;
	width: 48px;
	height: 120px;
	background: none;
}
#xtraCornerBgRightDisorder{	
	position: absolute;
	right: -3px;
	width: 3px;
	height: 120px;
	background: #000;
}
#xtraCornerBgLeft{	
	position: absolute;
	top: 30px;
	left: 162px;
	width: 23px;
	height: 66px;
	background: none;
	z-index: 50;
}
#xtraCornerBgLeftDisorder{	
	position: absolute;
	top: 30px;
	left: 162px;
	width: 23px;
	height: 66px;
	background: #000;
	z-index: 55;
}
#xtraCornerTopRight{
	position: absolute;
	right: -2px;
	width: 50px;
	height: 50px;	
	border-bottom: solid 2px gray;
	border-right: solid 2px gray;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
}
#xtraCornerTopLeft{
	position: absolute;
	top: 30px;
	left: 162px;
	width: 20px;
	height: 20px;	
	border-bottom: solid 2px gray;
	border-left: solid 2px gray;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	z-index: 60;
}
#xtraCornerBottomRight{
	position: absolute;
	top: 72px;
	right: -2px;
	width: 50px;
	height: 50px;	
	border-top: solid 2px gray;
	border-right: solid 2px gray;
	-moz-border-radius-topright: 30px;
	-webkit-border-top-right-radius: 30px;
}
#xtraCornerBottomLeft{
	position: absolute;
	top: 72px;
	left: 162px;
	right: -2px;
	width: 20px;
	height: 20px;	
	border-top: solid 2px gray;
	border-left: solid 2px gray;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	z-index: 60;
}

#selector{
	position: absolute;
	top: 50px;
	left: 182px;
	width: 170px;
	height: 20px;
	border-top: solid 2px gray;
	border-bottom: solid 2px gray;
	border-left: solid 2px gray;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	z-index: 50;
}
#seasonPicWrapper{
	position: absolute;
	top: 50px;
	left: -61px;
	width: 320px;
	height: 450px;
	border: solid 3px gray;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;

	-moz-box-shadow: -3px 3px 8px #000;
	-webkit-box-shadow: -3px 3px 8px #000;
	box-shadow: -3px 3px 8px #000;
 }
.seasonPic {
	margin-top: 15px;
}

.seasonPic img{
	max-width: 290px;
	max-height: 420px;
	transform: scale(1.00) rotate(-9deg) translate(0px, 0px) skew(0deg, 0deg);
	/*border: solid 4px #9BFF00;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;*/
}

#selector,
#xtraCornerTopRight,
#xtraCornerBottomRight,
#xtraCornerTopLeft,
#xtraCornerBottomLeft,
#episodesWrapper,
#episodesWrapper span,
#seasonPicWrapper{
	border-color: #19F8F8;
}
#selector,
#seasonsDesign,
#seasonPicWrapper,
/*
#xtraCornerTopRight,
#xtraCornerBottomRight,
#xtraCornerBgRight,
#xtraCornerBgRightDisorder,
#xtraCornerBgLeft,
#xtraCornerBgLeftDisorder,*/
#episodesWrapper{
	background-color: rgba(0, 0, 0, 0.5);
	
}


#xtraCornerTopRight,
#xtraCornerBottomRight,
#xtraCornerTopLeft,
#xtraCornerBottomLeft{
	background-color: #fff;
	background: none;
}




/*
#seasonsDesign,
#seasonPicWrapper,
#episodesWrapper{
	-webkit-box-reflect:below 1px -webkit-gradient(linear, 0% 5%, 0% 40%, from(transparent), to(#FFFFFF));	
}
*/






