@charset "UTF-8";
/* CSS Document */

body {
	background:#3B3630;
	direction:rtl;	
}

.transformed {
}

.headline {
    -webkit-transform: rotate(7deg) scale(1, 1);
    -moz-transform: rotate(7deg) scale(1, 1);
    -ms-transform: rotate(7deg) scale(1, 1);
    transform: rotate(7deg) scale(1, 1);
	position:absolute;
	text-align:center;
	top:35px;
	right:39%;
	color: #FFF;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-style:oblique;
	line-height:70%;
}

.headline h1 {
	font-size:30px;
	margin-bottom:-20px;	
}

.headline h3 {
	font-size:20px;
	margin-bottom:0px;	
}

.menu {
	position:static;
	margin-top:110px;
	text-align:center;
	font-size:18px;
	white-space: nowrap;
	z-index:1;
}

.menu A:link {
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none
}

.menu A {
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none
}

.menu A:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

.menu_current {
	color:#F30;	
}

.menu_current A {
	color:#F30;	
}

.menu_current A:link {
	color:#F30;	
}

.menu_current A:hover {
	color:#F30;	
}

.content {
	-moz-border-radius: 1em 4em 1em 4em;
	border-radius: 1em 4em 1em 4em;
	position:static;
	background-color:#CCC;
	margin-top:10px;
	width:750px;
	height:440px;
	direction:rtl;
}

.content A:link {
	text-decoration:none;
	color:#000;
}

.content A {
	text-decoration:none;
	color:#000;
}

.content  A:hover {
	text-decoration:underline;
	color:#666;
}

.pagetitle {
    -webkit-transform: rotate(349deg) scale(1, 1);
    -moz-transform: rotate(349deg) scale(1, 1);
    -ms-transform: rotate(349deg) scale(1, 1);
    transform: rotate(349deg) scale(1, 1);
	float:left;
	text-align:left;
	direction:rtl;
	font-family:Verdana, Geneva, sans-serif;
	width:250px;
}

.pagetitle h2 {
	font-size:25px;
	margin-bottom:-25px;	
}

.pagetitle h4 {
	font-size:16px;
	margin-bottom:-10px;	
}

.player {
	margin-right:15px;
	margin-top:60px;
	float:right;
	z-index:2;
}

.info {
	float:left;
	margin-left:15px;
	margin-top:45px;
	text-align:right;
	direction:rtl;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:275px;
}

.synopsis {
    background-color:#CCC;
	margin-top:340px;
	margin-right:15px;
	position:absolute;
	font-size:14px;
	text-align:right;
	width:710px;
}


.copyright {
	position:static;
	color:#CCC;
	font-size:10px;
	text-align:center;
	margin-top:5px;
	height:1px;
}

.copyright A:link {
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none
}

.copyright A {
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none
}

.copyright A:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
