/* ----------------------------------------- 

		Copyright 2009 Georgian Public Broadcasting.
		
		Created by Lasha Gurieli
		http://www.gurieli.com

----------------------------------------- */






/*
----- Global Settings
*/
body {
	font-family:sylfaen, arial;
	font-size:0.8em;
	background:#ffc41d url(files/bg.gif) top left;
	color:#fff;
}
a {
	color:#407f94;
}
a:hover {
	color:#F33;
}
.hidden_image {
	visibility:hidden;
	position:absolute;
}
.no_margin {
	margin:0;
}
.clear {
	clear:both; 
	display:block; 
	visibility:hidden;
}


.player_title {
    margin:30px 0 10px 0;
    color:#000;
	font-size:1.2em;
	font-weight:bold;
}
.player_title span {
	font-weight:normal;
}

.p_poster {
    border:2px solid #fff;
}
.none {
    display:none;
}

.gWrap {
	width:100%;
	background:url(files/light.png) top center no-repeat;
}

.color_stripe {
	width:100%;
	display:block;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	margin-top:-10px;
	height:20px;
}
.color_stripe ul li {
	display:inline-block;
	float:left;
	padding:0;
	width:10%;
	height:20px;
}




#header, #content, #navigation {
	width:960px;
	margin:0 auto 0 auto;
}
/*
----- Header
*/
#header {
	margin-top:30px;
}
#header .logo {
	float:left;
	margin:0 0 0 -12px;
}
#header .bzikebi {
	float:right;
	margin:-17px -7px 0 0;
	display:none;
}
#header .princesses {
    float:right;
	margin:20px 0 0 0;
}



#navigation {
	margin-top:40px;
	margin-bottom:20px;
}
#navigation .tabs {
	float:left;
}
#navigation .tabs li {
	display:inline-block;
	float:left;	
	margin-right:10px;
	width:180px;
}
#navigation .tabs li a {
	color:#000;
	font-size:1.6em;
	text-decoration:none;
}
#navigation .tabs li a:hover {
	color:#f33;
}
#navigation .tabs .a {
	background:url(files/m_bg.png) no-repeat;
	height:68px;
	width:150px;
	padding:17px 0 0 22px;
	background-position:-18px -11px;
}
#navigation .tabs .b {
	background:url(files/m_bg.png) no-repeat;
	height:82px;
	padding:14px 17px 0 15px;
	background-position:-11px -97px;
	margin-top:-6px;
	width:150px;
	text-align:center;
}
#navigation .tabs .c {
	background:url(files/m_bg.png) no-repeat;
	height:82px;
	padding:15px 6px 0 12px;
	background-position:-3px -202px;
	margin-top:-8px;
	text-align:center;
}
#navigation .tabs .d {
	background:url(files/m_bg.png) no-repeat;
	height:68px;
	width:150px;
	padding:17px 0 0 22px;
	background-position:-18px -11px;
}
#navigation .tabs .e {
	background:url(files/m_bg.png) no-repeat;
	height:72px;
	width:150px;
	padding:17px 0 0 19px;
	background-position:-230px -11px;
}
#navigation .subtabsA, #navigation .subtabsB {
	margin-top:20px;
	background:url(files/part_2.png);
	display:block;
	height:20px;
	padding:10px;
	font-size:1.2em;
	position:relative;
}
#navigation .subtabsA .arrow, #navigation .subtabsB .arrow {
	height:13px;
	width:16px;
	position:absolute;
	background:url(files/arrow.png) top left no-repeat;
	top:-13px;
}
#navigation .subtabsA .arrow {
	left:262px;
}
#navigation .subtabsB .arrow {
	left:460px;
}
#navigation .subtabsA li, #navigation .subtabsB li {
	display:inline-block;
	float:left;
	margin:0 10px;
	color:#f33;
}
#navigation .subtabsA li a, #navigation .subtabsB li a {
	color:#000;
	text-decoration:none;	
}
#navigation .subtabsA li a:hover, #navigation .subtabsB li a:hover {
	color:#000;
	text-decoration:underline;
}



#navigation .language {
	float:right;
	margin-top:-76px;
}
#navigation .language a {
	color:#d80202;
	cursor:pointer;
	font-family:verdana;
	margin-bottom:5px;
	font-weight:bold;
}
#navigation .language a:hover {
	color:#fff;
}




/*
----- Content
*/
#content {
	margin-top:30px;
	color:#000;
}
#content #participants, #content #participants2 {
	margin:20px 0 0 -10px;
	position:relative;
	height:540px;
}
#content #participants .star1, 
#content #participants .star2, 
#content #participants .star3, 
#content #participants .star4,
#content #participants .star5,
#content #participants .star6,
#content #participants .star7,
#content #participants .star8,
#content #participants .star9,
#content #participants .star10 {
	position:absolute;
	width:200px;
	height:200px;
	cursor:pointer;
	background:url(files/participant_stars.png) no-repeat;
}
#content #participants2 .star1, 
#content #participants2 .star2, 
#content #participants2 .star3, 
#content #participants2 .star4,
#content #participants2 .star5,
#content #participants2 .star6,
#content #participants2 .star7,
#content #participants2 .star8,
#content #participants2 .star9,
#content #participants2 .star10 {
	position:absolute;
	width:200px;
	height:200px;
	cursor:pointer;
	background:url(files/participant_stars2.png) no-repeat;
}

#content #participants .star1, #content #participants2 .star1 {
	background-position:0 0;
}
#content #participants .star1:hover, #content #participants2 .star1:hover  {
	background-position:-200px 0;
}

#content #participants .star2, #content #participants2 .star2 {
	background-position:-400px 0;
	left:195px;
	top:40px;
}
#content #participants .star2:hover, #content #participants2 .star2:hover {
	background-position:-600px 0;
}

#content #participants .star3, #content #participants2 .star3 {
	background-position:-800px 0;
	left:390px;
	top:0;
}
#content #participants .star3:hover,#content #participants2 .star3:hover {
	background-position:0 -200px;
}

#content #participants .star4, #content #participants2 .star4 {
	background-position:-200px -200px;
	left:585px;
	top:40px;
}
#content #participants .star4:hover, #content #participants2 .star4:hover {
	background-position:-400px -200px;
}

#content #participants .star5, #content #participants2 .star5 {
	background-position:-600px -200px;
	left:780px;
	top:0;
}
#content #participants .star5:hover, #content #participants2 .star5:hover {
	background-position:-800px -200px;
}

#content #participants .star6, #content #participants2 .star6 {
	background-position:0 -400px;
	left:0;
	top:240px;
}
#content #participants .star6:hover, #content #participants2 .star6:hover {
	background-position:-200px -400px;
}

#content #participants .star7, #content #participants2 .star7 {
	background-position:-400px -400px;
	left:195px;
	top:280px;
}
#content #participants .star7:hover, #content #participants2 .star7:hover {
	background-position:-600px -400px;
}

#content #participants .star8, #content #participants2 .star8 {
	background-position:-800px -400px;
	left:390px;
	top:240px;
}
#content #participants .star8:hover, #content #participants2 .star8:hover {
	background-position:0 -600px;
}

#content #participants .star9, #content #participants2 .star9 {	
	background-position:-200px -600px;
	left:585px;
	top:280px;
}
#content #participants .star9:hover, #content #participants2 .star9:hover {
	background-position:-400px -600px;
}

#content #participants .star10, #content #participants2 .star10 {
	background-position:-600px -600px;
	left:780px;
	top:240px;
}
#content #participants .star10:hover, #content #participants2 .star10:hover {
	background-position:-800px -600px;
}





#content #content_text {
	margin-bottom:40px;
	width:530px;
	float:left;
}
#content #content_text h3 {
	color:#000;
	font-size:2.4em;
	margin-bottom:25px;
}
#content #content_text .question {
    margin:20px 0 14px 0;
    font-weight:bold;
}
#content #content_text a {
    color:#06496b;
    text-decoration:none;
}
#content #content_text a:hover {
    text-decoration:underline;
}


#content #news {
	margin-bottom:40px;
	width:530px;
	float:left;
}
#content #news h1 {
	font-size:2em;
	color:#000;
	margin-bottom:10px;
}
#content #news ul li {
	margin-bottom:10px;
}
#content #news ul li a {
	color:#d80202;
	font-size:1.2em;
}
#content #news ul li a:hover {
	color:#f33;
}
#content #news ul li h2 {
	color:#d80202;
	font-size:1.2em;
}
#content #news ul li span {
	display:block;
	color:#666;
	font-size:0.8em;
	font-family:verdana;
}
#content #news ul li p {
	margin-top:4px;
	color:#000;
}
#content #news ul li img {
	margin:10px 0 0 0;
	border:1px solid #f18c2a;
	padding:4px;
}
#content .more {
	color:#000;
	margin-top:20px;
}
#content .more a {
	color:#0092AF;
}

#content #fastlinks, #content .group {
	float:right;
}
#content #fastlinks ul li {
	margin-bottom:20px;
}




/*
---- Footer
 */
#footer .copyright {
	width:980px;
	margin:80px auto 30px auto;
	color:#fff;
}
#footer .copyright .copy {
	float:left;
	width:400px;
}
#footer .copyright .links {
	float:right;
}
#footer .copyright .links a {
    padding-left:15px;
}
.music_bg {
	background:url(files/music_bg.png) top center repeat-x;
	height:40px;
	width:100%;
}




#content #winner {
    margin:20px 0 40px 0;
	position:relative;
	height:606px;
}