﻿/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
	background: #fff url('images/bg-html.jpg') repeat-x;
	font-size: 100.01%;
}
body {
	background: url('images/bg-body.jpg') repeat-x 0 100%;
	color: #3d4046;
	font: 62.5% Arial, Helvetica, sans-serif;
	min-height: 100%;
	min-width: 974px;
	position: relative;
}
* html body {
	height: 100%;
}
a {
	color: #45a3cc;
}
a:hover {
	text-decoration: none;
}
a.link-off, a:hover.link-off {
	color:#000000;
	text-decoration: none;	
	cursor: text;
}

img {
	border: none;
}
p {
	margin: 1em 0;
}
ul,
ol {
	list-style: none;
}
address {
	font-style: normal;
}

.wrap {
	width: 100%;
	overflow: hidden;
}
.left {
	float: left !important;
	display: inline;
}
.right {
	float: right !important;
	display: inline;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}

/* page holder ****************************************************************/
#container {
	width: 974px;
	overflow: hidden;
	margin: 0 auto;
}

/* header *********************************************************************/
#header {
	padding: 30px 0 0;
	height: 141px;
}
/* logo */
#header h1 {
	float: left;
	width: 187px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
	margin-right:35px;
	background: url('images/logo.gif') no-repeat;
}
#header h1 a {
	display: block;
	height: 80px;
}
.head-flash {width:468px; float:left; margin:10px 0 0 0;} /* *** */
/* main column */
.maincol {
	float: left;
	width: 707px;
	overflow: hidden;
}
#header .maincol img {
	float: right;
	display: inline; /* *** */
}
/* navigation */
#navigation {
	clear: both;
}
#navigation li {
	float: left;
	padding: 18px 0 0;
}
#navigation a {
	float: left;
	color: #595c63;
	padding: 6px 11px;
	font: 1.3em/1.3em Arial, Helvetica, sans-serif;
}
#navigation a:hover,
#navigation a.active {
	color: #fff;
	background: url('images/hover.gif') no-repeat 100% 100%;
	padding: 0 6px 0 0;
	text-decoration: underline !important;
}
#navigation span {
	float: left;
	text-decoration: underline;
	cursor: pointer;
}
#navigation a.active,
#navigation a.active span {
	cursor: text;
}
#navigation a:hover .i1,
#navigation a.active .i1 {
	background: url('images/hover.gif') no-repeat 0 100%;
	padding-bottom: 6px;
}
#navigation a:hover .i2,
#navigation a.active .i2 {
	background: url('images/hover.gif') no-repeat 100% 0;
	margin-right: -6px;
	padding-right: 11px;
	position: relative;
}
#navigation a:hover .i3,
#navigation a.active .i3 {
	background: url('images/hover.gif') no-repeat;
	padding: 6px 0 0 11px;
}
/* right sidebar */
.sidebar {
	float: right;
	width: 250px;
	overflow: hidden;
}
/* login form */
.login {
	padding: 8px 16px 0;
}
.login .text {
	display: block;
	margin: 0 0 8px;
	border: 1px solid #7f9db9;
	padding: 2px 7px;
	color: #3f4044;
	font: 1.3em Arial, Helvetica, sans-serif;
	width: 167px;
}
.login ul {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 13px;
}
.login ul li {
	float: left;
	margin-right: 20px;
}
.login a {
	font: 1.3em Arial, Helvetica, sans-serif;
}
.login p {
	font: 1.3em Arial, Helvetica, sans-serif;
	margin: 0 0 .8em;
}
.btn {
	float: left;
	position: relative;
	color: #393d44;
	background: url('images/btn.gif') no-repeat 100% 0;
	padding-right: 11px;
	font: 1.3em/1em Arial, Helvetica, sans-serif;
}
.btn span {
	float: left;
	cursor: pointer;
	text-decoration: underline;
}
.btn .i1 {
	background: url('images/btn.gif') no-repeat;
	padding-top: 5px;
}
.btn .i2 {
	background: url('images/btn.gif') no-repeat 100% 100%;
	padding-right: 11px;
	margin-right: -11px;
	position: relative;
}
.btn .i3 {
	background: url('images/btn.gif') no-repeat 0 100%;
	padding: 0 0 5px 11px;
}

/* main contant area **********************************************************/
#content {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #d0d4db;
	padding: 0 0 35px;
	clear: both;
}

/* left column */
.leftcol {
	float: left;
	width: 250px;
	overflow: hidden;
}
/* banner */
.ad {
	text-align: center;
}
/* podcasts */
.podcasts {
	margin: 10px 15px;
}
.podcasts li {
	padding: 2px 0 2px 0;
	font: 1.3em/1.4em Arial, Helvetica, sans-serif;
}
.podcasts li div {
	width:15px;
	height:15px;
	float:left;
	background: url('images/plus.gif') no-repeat 0 .4em;
	cursor: pointer;
}
.podcasts li.active div {
	background: url('images/minus.gif') no-repeat 0 .4em;
}
.podcasts li ul
{
	margin-left:2em
}

.podcasts a {
	color: #c06d0b;
}
.podcasts li li {
	font-size: 1em;
	background: none;
}
.podcasts ul {
	display: none;
}
.podcasts li.active ul {
	display: block;
}
.podcasts ul a {
	color: #595c63;
}

/* search */
.search {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}
.search .text {
	float: left;
	display: inline;
	margin-left: 15px;
	border: 1px solid #7f9db9;
	padding: 2px 7px 2px 23px !important;
	color: #3f4044;
	font: 1.3em Arial, Helvetica, sans-serif;
	width: 128px;
	margin-right: 7px;
	background: #fff url('images/bg-search.gif') no-repeat 4px 50%;
}
.search .btn {
	margin-right: -20px;
}
h3 {
	background: #d3d7e0 url('images/bg-h3.gif') no-repeat 0 100%;
	font: 1.5em/1.2em Arial, Helvetica, sans-serif;
}
h3 span {
	display: block;
	background: url('images/bg-h3-top.gif') no-repeat;
	padding: 4px 15px;
}
.centercol h3 {
	background-image: url('images/bg-h3-wide.gif');
}
.centercol h3 span {
	background-image: url('images/bg-h3-top-wide.gif');
}


/* partners */
.partners {
	padding: 10px;
}
.partners li {
	padding: 5px 0;
}
/* anons */
.anons {
	margin: 10px 0;
	width: 100%;
	overflow: hidden;
}
.anons li {
	margin: -1px 15px 0;
	border-top: 1px solid #cbd0d7;
	padding: 15px 0 10px;
}
.anons h4 {
	font: 1.5em Arial, Helvetica, sans-serif;
}
.anons h4 a {
	color: #c06d0b;
	text-decoration: none;
}
.anons h4 a:hover {
	text-decoration: underline;
}
.date {
	margin: 4px 0;
	color: #bab9ba;
	font-size: 1.1em;
}
.anons p {
	font: 1.2em Arial, Helvetica, sans-serif;
	margin: 0;
}

/* center column */
.centercol {
	float: right;
	width: 438px;
	overflow: hidden;
}
.news-box {
	background: #eef3f6 url('images/bg-newsbox.gif') no-repeat 0 100%;
	width: 100%;
	overflow: hidden;
	padding: 5px 0 0;
}
.news {
	border-top: 1px solid #cbd0d7;
	margin: 14px 0 0;
	padding: 0 14px;
	width: 410px;
	overflow: hidden;
}
.news h4 {
	color: #c9883a;
	font: bold 1.3em Arial, Hevletica, sans-serif;
	clear: left;
	padding: 5px 0 0;
	margin: 0 0 10px;
}
.first {
	margin-top: 0;
	border-top: none;
}
h2 {
	font: 1.6em Arial, Helvetica, sans-serif;
	margin: 12px 0;
	color: #c06d0b;
	/*display:inline;*/
}
h2 a {
	color: #c06d0b;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
.pic {
	float: left;
	border: 0px none #000;
	margin-right: 15px;
}
.news p {
	font-size: 1.2em; /* **** */
}
.news dl {
	clear: both;
	font: 1.2em/1.6em Arial, Helvetica, sans-serif;
	margin: 10px 0;
}
.news dt {
	float: left;
	clear: left;
	font-weight: bold;
	padding-right: 7px;
}
.news dd {
	height: 1%;
}
.news dd a {
	color: #3d4046;
	text-decoration: none;
}
.news dd a:hover {
	text-decoration: underline;
}
.news dd select {
	width: 130px;
	height: 1.5em;
	font: 1.2em Arial, Helvetica, sans-serif;
}
.news .paging {
	padding: 0;
}


/* *** */
.news-title {
  width:290px;
}

.news p {
  margin:0 0 10px 0;
}

.news ul {
  list-style-type: disc;
}

.news ol {
  list-style-type: decimal;
}

.news ul, .news ol {
  margin:0 0 15px 20px;
}


.news li {
  margin:0 0 8px 0;
  font-size:1.2em;
}
/* *** */


.comment {
	margin: 10px 0;
	font-size: 1.2em;
}
.comment .head {
	color: #c9883a;
	background: #dee5e9 url('images/bg-head.gif') no-repeat 0 100%;
	margin: 0 -5px;
	position: relative;
}
.comment .head span {
	display: block;
	background: url('images/bg-head-top.gif') no-repeat;
	padding: 3px 5px;
}

.lnks {
	margin: 1.3em 0;
	color: #c9883a;
	width: 100%;
	overflow: hidden;
}
.lnks a {
	color: #c9883a;
	font-size: 1.2em;
	margin-right: 15px;
	float: left;
	padding: 7px 0;
	white-space: nowrap;
}
.lnks a.download {
	padding-left: 15px;
	background: url('images/i-download.gif') no-repeat 0 50%;
}
.lnks a.favorites {
	padding-left: 18px;
	background: url('images/i-favorites.gif') no-repeat 0 50%;
}
.lnks a.getcode {
	padding-left: 16px;
	background: url('images/i-getcode.gif') no-repeat 0 50%;
}
.lnks a.send {
	padding-left: 26px;
	background: url('images/i-send.gif') no-repeat 0 50%;
}
.add {
	padding: 5px 0 5px 20px;
	font-size: 1.1em;
	background: url('images/i-add.gif') no-repeat 0 50%;
	float: left;
}
.add select {
	height: 18px;
	padding: 0;
	font: 12px/16px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.rightalign .button {
	padding: 0 5px;
	overflow: visible;
}
.login-must {
	border: 1px solid #b7bcc1;
	font-size: 1.2em;
	background: #fefefe url('images/attention.gif') no-repeat 6px 3px;
	padding: 5px 5px 5px 30px;
	margin: 1.3em 0;
}
.chat-window {
	background: #fefefe;
	border: 1px solid #b4bac0;
	height: 460px;
	overflow: auto;
	padding: 5px 0;
}
.chat-window p {
	margin: 0 10px;
	color: #595f6a;
	font-size: 1.3em;
}
.chat-window a {
	color: #595f6a;
	text-decoration: none;
}
.chat-window .time {
	color: #bab9ba;
}
.testimonial {
	margin: 1.3em 0;
}
.testimonial textarea {
	width: 100%;
	padding: 0;
	margin: 1ex 0;
	display: block;
	font: 11px Arial, Hevletica, sans-serif;
}

h5 {
	font: 1.2em Arial, Helvetica, sans-serif;
}
h5 a {
	color: #c9883a;
}
.icq {
	padding-left: 15px;
	background: url('images/i-icq.gif') no-repeat 0 50%;
}
.email {
	padding-left: 15px;
	background: url('images/i-email.gif') no-repeat 0 50%;
	margin-left: 10px;
}

.rightalign {
	margin: 1.3em 0;
}
.row {
	margin: 1em 0;
	width: 100%;
	overflow: hidden;
}
.row .leftcell {
	float: left;
	width: 130px;
	overflow: hidden;
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #c9883a;
	padding: 2px 0;
}
.row .rightcell {
	float: right;
	width: 280px;
}
.row .text {
	color: #585e69;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 1px 5px;
	border: 1px solid #7f9db9;
	width: 260px;
	float: left;
}
.row .short {
	width: 120px;
}
.orange {
	color: #c9883a;
}
.rightcell .orange {
	float: left;
	padding-right: 3px;
}
.note {
	clear: both;
	color: #bf2b2b;
	font-size: 1.1em;
	padding: 0 8px;
}
.rightcell label {
	font-size: 1.2em;
	margin-right: 10px;
}
.rightcell img {
	float: left;
	display: inline;
	margin-left: 7px;
}

h2 .time {
	background: #c3761b;
	color: #fff;
	float: left;
	padding: 0 3px;
	margin-right: 10px;
}
.status {
	float: right;
	width: 80px;
	padding-left: 25px;
	height: 20px;
	margin-top: 10px; /* *** */
	position: relative;
	line-height: 20px;
}
.rec {
	background: url('images/i-rec.gif') no-repeat 0 50%;
	color: #bf2e27;
}
.onair {
	background: url('images/i-onair.gif') no-repeat 0 50%;
	color: #46a13d;
}

.days {
	width: 105%;
	overflow: hidden;
	margin-right:-5%;
}
.days li {
	float: left;
	margin-right: 1px;
	padding: 0 0 5px;
}
.days a {
	float: left;
	font: 11px/21px Arail, Helvetica, sans-serif;
	color: #3d4046;
	background: #cbd0d7;
	text-decoration: none;
}
.days .active a {
	background: #c3761b;
	color: #fff;
	cursor: text;
}
.days .active {
	background: url('images/arrow-active.gif') no-repeat 50% 100%;
}

.rating-bar {
	background: #cad8e7 url('images/bg-ratingbar.gif') no-repeat 0 100%;
	font-size: 1.1em;
}
.rating {
	display: inline;
	margin: 0 5px;
}
.rating img {
	margin-right: -3px;
}

.rating-bar .i1 {
	background: url('images/bg-ratingbar-top.gif') no-repeat;
	padding: 5px 10px;
}
.featured {
	width: 440px;
	overflow: hidden;
}
.featured li {
	float: left;
	width: 218px;
	padding: 0 2px 1px 0;
	font: 1.3em Arial, Helvetica, sans-serif;
}
.featured li.single {
	width: 440px;
}
.featured a,
.featured strong {
	display: block;
	padding: 4px 14px;
	color: #393a3f;
	height: 1%;
	text-decoration: none;
	font-weight: normal;
	background: #e3e8ee url('images/bg-featured-a-active.gif') no-repeat 0 100%;
}
.featured .single a {
	background: #e3e8ee url('images/bg-featured-single-a-active.gif') no-repeat 0 100%;
}
.featured a:hover,
.featured strong {
	background: #fbfcff url('images/bg-featured-a.gif') no-repeat 0 100%;
}
.featured .single a:hover,
.featured .single strong {
	background: #fbfcff url('images/bg-featured-single-a.gif') no-repeat 0 100%;
}

.paging {
	padding: 5px 15px;
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #595f6a;
}
.paging a {
	color: #595f6a;
}
.paging span {
	margin-right: 5px;
}


/* footer *********************************************************************/
#footer {
	margin: 5px 0;
	width: 100%;
	overflow: hidden;
	font: 1.2em Arial, Helvetica, sans-serif;
	background: url('images/bg-footer.gif') repeat-y 379px 0;
	color: #969ca7;
}
.rel {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#footer a {
	color: #969ca7;
}
#footer p {
	margin: 0;
}
#footer .col1 {
	float: left;
	width: 260px;
	padding: 13px 83px 0 37px;
	overflow: hidden;
}
#footer .col2 {
	float: left;
	width: 207px;
	overflow: hidden;
}
#footer .col3 {
	float: left;
	width: 203px;
	overflow: hidden;
}
#footer .col4 {
	float: left;
	width: 154px;
	overflow: hidden;
	padding: 8px 0 0 30px;
}
.counters {
	text-align: center;
	padding-top: 10px;
}
.counters li {
	padding: 0 0 4px;
}
.links {
	margin: 12px 22px 0;
}
.links a {
	padding-left: 7px;
	background: url('images/bullet.gif') no-repeat 0 .5em;
}
.flash {
	font-weight: bold;
	padding-left: 23px;
	line-height: 1.5em;
	display: block;
	background: url('images/flash.gif') no-repeat;
}
.vkontakte {
	width: 154px;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 5px;
	font-size: .9em;
}
.vkontakte a {
	display: block;
	color: #4961a7 !important;
	padding: 1px 0 1px 19px;
	background: url('images/vkontakte.gif') no-repeat 0 50%;
}
.category {
	color: #c06d0b !important;
}

/* copyright ******************************************************************/
#copyright {
	border-top: 1px solid #cfd4db;
	padding: 10px 35px 20px;
	font: 1.2em Arial, Helvetica, sans-serif;
}
#copyright a {
	color: #969ca7;
}
