/* FONTS */

@font-face {
	font-family: 'Naxos';
	src: url('/specials/dodeka/fonts/naxos-webfont.eot');
	src: local('☺'), url('/specials/dodeka/fonts/naxos-webfont.woff') format('woff'), url('/specials/dodeka/fonts/naxos-webfont.ttf') format('truetype'), url('/specials/dodeka/fonts/naxos-webfont.svg#webfontC6JZriDT') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ChampionScript';
	src: url('/specials/dodeka/fonts/pfchampionscriptpro-regular-webfont.eot');
	src: local('☺'), url('/specials/dodeka/fonts/pfchampionscriptpro-regular-webfont.woff') format('woff'), url('/specials/dodeka/fonts/pfchampionscriptpro-regular-webfont.ttf') format('truetype'), url('/specials/dodeka/fonts/pfchampionscriptpro-regular-webfont.svg#webfontC8COziW1') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* GENERAL */

* {
	margin: 0;
	padding: 0;
}

body {
	overflow: hidden;
	color: white;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
}

p {
	margin: 15px 0;
}

.videos p, #firstPage p {
	margin: 0;
}

a:link, a:active, a:visited, a:hover {
	color: white;
	text-decoration: none;
}

img, img:link, img:active, img:visited, img:hover {
	border: medium none;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

/* OVERALL DESIGN */

#background {
	height:100%;
	margin:0;
	width: 4500px;
	padding:0;
	position:fixed;
	left:0;
	top:0;
	z-index:1;
	background: url(/specials/dodeka/imgs/bgtile.jpg) repeat-x 0 0;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-khtml-background-size: auto 100%;
	background-size: auto 100%;
}

#background_img {
	height: 100%;
}

#smoke {
	height:100%;
	margin:0;
	width: 20000px;
	padding:0;
	position:fixed;
	left: -18000px;
	top:0;
	z-index:2;
	background: url(/specials/dodeka/imgs/smoke2.png) repeat-x 0 0;
	background: url(/specials/dodeka/imgs/smoke2.png) repeat-x 0 0, url(/specials/dodeka/imgs/smoke1.png) repeat-x 0 0;
}

#dodeka {
	font-family: ChampionScript;
	font-size: 200px;
	position: absolute;
	right: 150px;
	top: 50px;
}

#enter {
	position: absolute;
	right: 550px;
	top: 520px;
}

/* LANGUAGES & NAVIGATION */

#languages {
	position: absolute;
	z-index: 6;
	right: 20px;
	top: 20px;
}

.langSelect img {
	width: 25px;
	margin: 10px 0 0;
}

#mainNav {
	position: absolute;
	bottom: 20px;
	z-index: 4;
}

#mainNav a {
	background: url(/specials/dodeka/imgs/mainnav.png) no-repeat bottom right;
	float: left;
	padding: 4px 25px 7px 0;
	line-height: 8px;
	font-family: Naxos;
	font-size: 8px;
}

.navigation.left {
	position: absolute;
	left: -50px;
	top: 250px;
}

.navigation.right {
	position: absolute;
	right: -50px;
	top: 250px;
}

/* PAGES */

#pageContent {
	position: absolute;
	z-index: 3;
	height: 100%;
}

.page {
	float: left;
	height: 100%;
	overflow-y: auto;
	position: relative; /* hack to allow for visible scroll & top = scrollTop() to remove scrollbars while navigating */
	display: none;
}


.page#firstPage {
	overflow-y: hidden!important;
}

/* PANELS */

.panel {
	position: relative;
	width: 560px;
	padding: 35px;
	min-height: 500px;
	background: url("/v1/imgs/style2/back.png") repeat scroll 0 0 transparent;
	margin: 50px auto;
	z-index: 5;
}

.panelTitle {
	font-family: ChampionScript;
	font-size: 48px;
}

.wrapper {
	padding: 35px;
}

/******* VIDEO PANELS *******/

.panel.videos {
	width: 630px;
	padding: 0;
}

#sort {
	text-align: right;
}

.loading {
	padding: 50px 0 0;
	display: none;
}
.loading img {
	margin: 0 auto;
	display: block;
}

.panel.videos .loading {
	display: block;
}
.panel.videos > .loading {
	display: none;
}

.flag {
	padding: 20px;
	background: url("/v1/imgs/style2/back.png") repeat scroll 0 0 transparent;
	margin: 10px 0;
}

/* ALL PERFORMANCES */
.performancesContainer {
	overflow: hidden;
	p1adding: 35px 120px; 
}

.performancesContainer .cat {
	float: left;
	width: 33%;
	padding: 0 0 20px 0;
}

#others .performancesContainer .cat {
	width: 100%;
}

.performancesContainer .cat h3 {
	font-family: ChampionScript;
	font-size: 36px;
	line-height: 45px;
}

.performancesContainer .cat .video {
	padding: 2px 0;
}

.performancesContainer .cat .video.voted {
	text-shadow: 2px 2px 1px #000000;
}

.performancesContainer .cat .video .voteLink { 
	display: none;
}

/* PERFORMANCE PAGE */
.performance { display: none; }

.performance .wrapper {
	padding: 20px 0px 20px 35px;
	overflow: hidden;
}

.performance .content {
	float: left;
	width: 350px;
}

.performance .nav {
	float: left;
	width: 200px;
	padding: 0 0 0 45px;
}

.performance .title {
	border-bottom: 1px solid white;
	padding-bottom: 8px;
}

.performance h2 {
	font-family: Naxos;
	font-size: 24px;
	line-height: 24px;
}

.performance h3 {
	font-family: Naxos;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}

.performance h4 {
	font-family: ChampionScript;
	font-size: 32px;
	padding: 25px 0 0;
}

.performance .comment {
	border: medium none;
	color: black;
	font-family: verdana,helvetica,arial;
	font-size: 10px;
	opacity: 0.5;
	width: 100%;
}

.performance .addComments {
	padding: 0 0 20px;
}

.performance .addComments.flag {
	padding: 20px;
	margin: 10px 0;
}

.performance .commentSend {
	font-family: Naxos;
}

.performance .comments li {
	list-style: none;
	padding: 0 0 10px;
}

.performance .commentData {
	font-family: Naxos;
	line-height: 15px;
}

.performance .deleteComment, .performance .deleteCommentO {
	font-size: 80%;
	text-align: right;
}

.performance .wasThereLink img {
	float: left;
	margin: -5px 0 0;
}

.performance .nav .back {
	display: inline-block;
	font-family: Naxos;
	font-size: 12px;
	padding: 0 0 20px;
}

.performance .nav .voteLink {
	display: none;
}

.performance .nav .cat {
	padding: 0 0 25px;
}

.performance .nav .cat h3 {
	font-family: ChampionScript;
	font-size: 28px;
	line-height: 14px; 
}

.performance .share {
	height: 1px;
	padding-top: 10px;
	text-align: right;
}

/* INTERVIEWS */
#interviews .readMore {
	text-align: right;
	font-family: Naxos;
	display: block;
}

#interviews .loading {
	display: none;
}

#interviews .back {
	text-align: right;
	font-family: Naxos;
	display: block;
	float: left;
}

.interviews .q {
	font-family: Naxos;
	line-height: 10px;
}

#interviews .share {
	float: right;
}