/* ---------------------------------------------------------
			 Copyright © "Lasha Gurieli Studio"
			 Created by Lasha Gurieli
 --------------------------------------------------------- */

body {
   background: #c8c8c8 url(skin_files/bg.png) top left;
   color: #000000;
   font-family: sylfaen, arial;
   font-size: 0.8em;
}

a {
   color: #407f94;
}
a:hover {
   color: #e35e34;
} 

.hiddenPic {
   display: none;
   color: #000000;
   font-size: 20px;
} 

.gWrap {
   margin: 30px auto;
   width: 990px;
} 

.stroke-top {
   width: 990px;
   height: 60px;
   background: url(skin_files/stroke_top.png) top center no-repeat;
} 
.stroke-centent {
   width: 990px;
   padding: 10px 0;
   background: url(skin_files/stroke_center.png) top center repeat-y;
} 
.stroke-bottom {
   width: 990px;
   height: 60px;
   background: url(skin_files/stroke_bottom.png) top center no-repeat;
} 
.content-wrap {
   width: 810px;
   padding: 20px;
   display: table;
   background: #fff;
   margin: 0 70px;
} 
.header {
   width: 100%;
   position: relative;
} 
.header .logo {
   position: absolute;
   left: 5px;
   top: -54px;
} 
.header .title {
   position: absolute;
   left: 100px;
   top: -38px;
} 
.header .live {
   position: absolute;
   right: 1px;
   top: -35px;
} 
.header .live a {
   color: #666;
   text-decoration: none;
   font-family: arial;
   font-size: 1.2em;
} 
.header .menu-items {   
   background:#ff0066;
   height: 39px;
   margin: 50px 0 10px 0;
} 
.header .menu ul {
   margin-left:95px;
} 
.header .menu ul li {
   display: inline-block;
   float: left;
} 
.header .menu ul li a {
   display:inline-block;
   color: #fff;
   font-size: 1.4em;
   background: #ff0066;
   padding: 7px 11px 9px 11px;
   text-decoration: none;
   border-right: 1px solid #fff;
} 
.header .menu ul li a:hover {
   background: #cd0253;
} 
.header .kudi {
   position: absolute;
   right: 10px;
   top: 10px;
   width: 56px;
   height: 17px;
}



.poster {
	margin:30px 0 0 0;
	height:322px;
}



.content {
	width:810px;
}
.content .leftside {
	width:540px; 
	padding-right:20px;
	vertical-align:top;
}
.content .rightside {
	width:250px;
	vertical-align:top;
}

.shows-list {
	margin:20px 0 0 0;
}

.shows-title {
	margin:10px 0 0 0;
	font-size:1.8em;
}

.shows-list .item {
	width:170px;
	height:160px;
	margin:0 10px 25px 0; 
	display:inline-block; 
	float:left;
}

.shows-list .item img {
	border:3px solid #dcdcdc;
	margin-bottom:2px;
}

.shows-list .item h1 a {
	color:#ff0066;
	text-decoration:none;
	margin:5px 0;
	display:block;
}

.announces {
    display:table; width:100%;
}
.announces h1, .program h1, .onan h1 {
	font-size:1.8em;
	margin-top:10px;
}
.announces .list {	
	margin:20px 0;	
}
.announces .list li {
	margin-bottom:15px;
	background:#fffdec;
	padding:10px;
	border:1px solid #d8d5be;
}
.announces .list li a {
	display:block;
	color:#1187c0;
	font-size:1.2em;
	text-decoration:none;
	margin-bottom:5px;
}
.announces .list span {
	font-size:0.9em;
}

.program .list {
	margin-top:20px;
	border:1px solid #dcdcdc;
	border-bottom:0;
}
.program .list li {
	display:block; 
	border-bottom:1px solid #dcdcdc; 
	width:100%;
}	
.program .list li a {
	display:block; 
	color:#ff0066; 
	background:#FFF; 
	padding:5px 16px; 
	text-decoration:none;
}
.program .list li a:hover {
	background:#ff0066; 
	color:#fff;
}
.program .list li em {
	color:#000; 
	font-style:normal; 
	padding-right:10px;
}

.program span {
	margin:15px 0 10px 1px; 
	display:block;
}

.onan {
	margin-top:50px;
}
.onan ul li {
	display:block;
	border:1px solid #dcdcdc; 
	padding:10px;
	margin-top:15px;
}

.footer {
	color:#666;
	padding-top:20px;
	border-top:1px solid #dcdcdc;
	margin-top:20px;
}
.footer {
	
}



#ProgramList {
    margin: 30px 0;
} 
#ProgramList ul li {
    margin: 0 0 3px 0;
}

#ProgramList ul li {
    color: #000000;
    display: block;
    padding: 10px 10px 13px 10px;
    text-decoration: none;
    font-size: 1em;
    background: #ffffff;
    cursor: pointer;
    border-top: 1px solid #dcdcdc;
    margin-bottom: -3px;
} 
#ProgramList ul li:hover {
    background: #f0f0f0;
    color: #ff0066;
	cursor:inherit;
} 
#ProgramList em {
    font-style: normal;
    font-size: 0.9em;
    font-family: arial;
    color: #ff0066;
    padding: 0 25px 0 10px;
} 


.ProgramDays {
	margin-top:30px;
}
.ProgramDays ul li a {
	display:block;
	background:#eee;
	padding:10px;
	margin-bottom:5px;
}
.ProgramDays .active a {
	background:#ff0066;
	color:#fff;
}



.AnText {
    margin: 20px 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dcdcdc;
} 
.AnText h1 {
    font-size: 1.8em;
	margin-bottom:10px;
	display:block;
} 
.AnText em {
    font-size: 0.9em;
    font-family: arial;
    color: #999;
	display:block;
	margin-bottom:-10px;
} 
.AnText span {
    color: #000;
}

.AnCom {
    margin: 10px 15px;
} 
.AnCom h1 {
    font-size: 1em;
    font-weight: normal;
    color: #999;
    margin-bottom: 20px;
} 
.AnCom ul li {
    display: block;
    border: 1px solid #dcdcdc;
    background: #f4f3ed;
    margin: 10px 0;
    color: #333;
    padding: 10px;
} 
.AnCom ul li h2 {
    color: #db261d;
    font-weight: normal;
    margin-bottom: 7px;
} 

.AnAdCom {
    margin: 30px 15px;
} 
.AnAdCom h2 {
    font-size: 1.2em;
    color: #000;
    font-weight: normal;
    margin: 10px 0;
} 

.AnAdCom .author {
	width:490px;
	height:20px;
	padding: 7px;
	margin-bottom:10px;
} 

.AnAdCom .text {
    height: 150px;    	
	width:490px;
	padding: 7px;
} 
.CmTxtBut {
    background: #e8014d;
    height: 36px;
    width: 120px;
    border: 1px solid #8b012e;
    color: #FFF;
    font-size: 0.9em;
    padding: 0 0 2px 0;
    margin: 8px 0 0 0;
    cursor: pointer;
} 
.b_comment_alert {
    padding: 10px;
    margin: 30px 0 20px 18px;
    border: 1px dashed #CCCCCC;
    font-size: 0.8em;
    color: #333333;
} 
.b_comment_alert a {
	color:#ff0066; 
	text-decoration:underline;
}


.GallItems {
	display:table;
}
.GallItems h1 {
	display:block;
	font-size:1.8em;
	margin:20px 0;
}
.GallItems ul li {
	list-style-type:none; 
	display:inline-block; 
	width:30%; 
	height:220px; 
	float:left; 
	margin:0 8px 8px 0;
}
.GallItems ul li a {
	text-decoration:none;
}
.GallItems ul li img {
	padding:3px; 
	border:1px solid #dcdcdc;
}
.GallItems ul li:hover img{
	padding:3px; 
	border:1px solid #ff0066;
}
.GallItems ul li:hover{
	color: red; /* Dummy definition to overcome IE bug */
}

#ShowDesc {margin:20px 0; padding-bottom:10px; border-bottom:1px dashed #dcdcdc; display:table; width:535px; vertical-align:top;}
#ShowDesc img {padding:3px; border:1px solid #dcdcdc; margin:15px 15px 15px 0;}
#ShowDesc h1 {font-size:1.8em; font-weight:normal; margin-bottom:10px;}
#ShowDesc em {font-style:normal; font-size:0.7em; font-family:arial; color:#999;}
#ShowDesc span {color:#000;}
#ShowDesc span a {color:#db261d;}

#AudioArchive {margin:10px 0;}
#AudioArchive h1 {font-size:1.2em; font-weight:normal; color:#999; margin-bottom:20px;}
#AudioArchive ul li {display:block; margin:10px 0; color:#333;}
#AudioArchive ul li a {display:block; background:#f4f3ed url(skin_files/Audio_Document.png) top right no-repeat; border:1px solid #dcdcdc; margin:10px 0; color:#333; padding:10px; text-decoration:none;}
#AudioArchive ul li a:hover {display:block; border:1px solid #999; margin:10px 0; color:#333; padding:10px;}
#AudioArchive ul li span {color:#db261d; font-weight:normal; margin-bottom:7px;}

.radioteam {
    margin:15px 0 0 0;
}
.radioteam h1 {
    font-size:1.8em;
	margin:20px 0 20px 0;
}
.radioteam ul li {display:block; margin-bottom:20px;}
.radioteam ul li img {float:left; padding:5px; border:1px solid #dcdcdc; margin:4px 15px 0 0;}
.radioteam ul li h2 {font-size:1.6em; color:#000; font-weight:normal;}
.radioteam ul li h3 {color:#999; font-weight:normal; margin-bottom:10px;}

.toplinks {
    margin:50px 90px -60px 0;
    color:#999;
    font-size:0.9em;
}
.toplinks span {
    padding:0 10px;
}
.toplinks a {
    color:#666;
}
.toplinks a:hover {
    color:#000;
}