@charset "utf-8";
@import url('../css/reset.css');
@font-face {
    font-family: 'TimotheosRegular';
    src: url('font/timoteo/timoteo.eot');
    src: url('font/timoteo/timoteo.eot') format('embedded-opentype'),
         url('font/timoteo/timoteo.woff') format('woff'),
         url('font/timoteo/timoteo.ttf') format('truetype'),
         url('font/timoteo/timoteo.svg#TimotheosRegular') format('svg');
}
@font-face {
    font-family: 'CookiesRegular';
    src: url('font/cookies/cookies.eot');
    src: url('font/cookies/cookies.eot') format('embedded-opentype'),
         url('font/cookies/cookies.woff') format('woff'),
         url('font/cookies/cookies.ttf') format('truetype'),
         url('font/cookies/cookies.svg#CookiesRegular') format('svg');
}
body{background:url('../images/bg.gif') no-repeat #000; background-position:center top;}
.brd_radius1{-webkit-border-radius: 2px;	-moz-border-radius: 2px; border-radius: 2px;}
.brd_radius2{-webkit-border-radius: 4px;	-moz-border-radius: 4px; border-radius: 4px;}
.brd_radius3{-webkit-border-radius: 6px;	-moz-border-radius: 6px; border-radius: 6px;}
.brd_radius4{-webkit-border-radius: 8px;	-moz-border-radius: 8px; border-radius: 8px;}
.brd_radius5{-webkit-border-radius: 10px;	-moz-border-radius: 10px; border-radius: 10px;}
.brd_radius6{-webkit-border-radius: 12px;	-moz-border-radius: 12px; border-radius: 12px;}
.brd_radius7{-webkit-border-radius: 14px;	-moz-border-radius: 14px; border-radius: 14px;}
.brd_radius8{-webkit-border-radius: 16px;	-moz-border-radius: 16px; border-radius: 16px;}
.brd_radius9{-webkit-border-radius: 18px;	-moz-border-radius: 18px; border-radius: 18px;}
.brd_radius10{-webkit-border-radius: 20px;	-moz-border-radius: 20px; border-radius: 20px;}
.f_myraid{font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;}
.f_cent_gothic{font-family:Century Gothic,arial,sans-serif;}
.f_timoteo{font-family: 'TimotheosRegular', sans-serif;}
.f_cookies{font-family: 'CookiesRegular', sans-serif;}

#promo{}
#promo #icon{background-position:0 0;}
#promo:hover #icon{background-position:0 -41px !important;}
.youtube_icon{background-position:0 0;}
.youtube_icon{background-position:0 -41px !important;}

.anima_1, .links a, #header, #footer{opacity:0;}

.gradient_1{
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 45%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.7)), color-stop(45%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 45%,rgba(0,0,0,0.9) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 45%,rgba(0,0,0,0.9) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 45%,rgba(0,0,0,0.9) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 45%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#000000',GradientType=1 );
}

#links1 a:nth-child(1){background-position:0 0 !important;}
#links1 a:nth-child(2){background-position:-415px 0 !important;}
#links1 a:nth-child(3){background-position:-68px 0 !important;}
#links2 a:nth-child(1){background-position:-195px 0 !important;}
#links2 a:nth-child(2){background-position:-353px 0 !important;}
#links2 a:nth-child(3){background-position:-501px 0 !important;}

#links1 a:nth-child(1):hover{background-position:0 -31px !important;}
#links1 a:nth-child(2):hover{background-position:-415px -31px !important;}
#links1 a:nth-child(3):hover{background-position:-68px -31px !important;}
#links2 a:nth-child(1):hover{background-position:-195px -31px !important;}
#links2 a:nth-child(2):hover{background-position:-353px -31px !important;}
#links2 a:nth-child(3):hover{background-position:-501px -31px !important;}

#links2 a:nth-child(2):hover #slide{height:25px !important; transition:all 250ms ease-out 0.1s;}
.episode_img{background:url('../images/episode_img.png') no-repeat;}
