@charset "utf-8";



/* Misc
*************************************/
body {
	color: #726965;
	font-size: 13px;
	line-height: 120%;
	background-color: transparent;
	background-repeat: repeat;
	background-image: url('/img/background.png');
}
.clr { clear: both; height: 0px; overflow: hidden;}
.clr-l {clear: left; height: 0px; overflow: hidden;}
a {
	color: #e9308e;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #fc47a4;
}

.hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; left: -10000px; }

.hidden-inline,
.hidden-tr,
.hidden-td,
.hidden-block {display: none !important;}

.visible-inline {display: inline !important;}
.visible-tr {display: table-row !important;}
.visible-td {display: table-cell !important;}
.visible-block {display: block !important;}

div.dot-line {
	height: 25px;
	background-image:url("/img/dot-line.gif");
	background-repeat: repeat-x;
	background-position: left center;
}
div.dashed-line {
	clear: both;
	height: 25px;
	overflow: hidden;
	margin: 0 -20px;

	background-image:url("/img/program-hr.gif");
	background-repeat: repeat-x;
	background-position: left center;
}


/* Banners
*************************************/
div.banner-top {
	width: 720px;
	height: 90px;
	overflow: hidden;
}
div.banner-left1 {
	width: 210px;
	height: 140px;
	overflow: hidden;
}
div.banner-left2 {
	width: 210px;
	height: 210px;
	overflow: hidden;
}
div.banner-bottom {
	margin: 0 auto;
	width: 460px;
	height: 60px;
	overflow: hidden;
}
div.banner-content1 {
	float: left;
	width: 220px;
	height: 160px;
}
div.banner-content2 {
	float: right;
	width: 220px;
	height: 160px;
}

/* Layout
*************************************/
div.main {
	width: 960px;
	margin: 20px auto;
	padding-left: 10px;
}
div.main-header {
	height: 95px; overflow: hidden;
}
div.main-header div.logo {
	display: block;
	float: left;
	padding-top: 4px;
	padding-left: 15px;
}
div.main-header div.logo a {
	display: block;
	width: 148px;
	height: 90px;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('/img/logo.jpg');
}

div.main-header div.banner {
	float: right;
	padding-top: 3px;
	padding-right: 6px;
}

div.main-footer div.banner {
}

div.main-left-column {
	float: left;
	width: 240px;
	overflow: hidden;
}
div.main-content {
	float: right;
	width: 720px;
	overflow: hidden;
}

/* Footer
*************************************/
div.main-footer {
	padding: 13px 10px 14px 10px;
	width: 930px;
	height: 63px;

	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('/img/block/footer.png');
}

div.footer-container {
	width: 910px;
	float: left;
	padding-top: 5px;
}

div.footer-container div.block-menu {
	height: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}

div.footer-container div.block-menu a {
	padding-right: 10px;

	color: #6a5240;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}

div.footer-container div.block-menu a.image {
	padding-left: 15px;

	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('/img/menu-a.gif');
	background-position: center left;
}

div.footer-container div.block-copyright {
	padding-top: 6px;
	float: left;

	width: 400px;
	height: 20px;
	overflow: hidden;

	font-size: 12px;
	line-height: 14px;
}

div.footer-container div.block-copyright a {
	color: #ff6000;
}

div.footer-container div.block-search {
	float: right;
}

div.block-search form input {
	width: 205px;
	color: #8d7f69;
	font-size: 12px;

	padding: 2px 4px;
	font-size: 14px;


	border-top: 1px solid #b0a78c;
	border-left: 1px solid #e5e2d8;
	border-right: 1px solid #e5e2d8;
	border-bottom: none;
}




/* SubFooter
*************************************/
div.main-subfooter div.block-left, div.main-subfooter div.block-right {
	width: 200px;
	height: 60px;
	overflow: hidden;
	text-align: center;
}
div.main-subfooter div.block-left {float: left;}
div.main-subfooter div.block-right {float: right;}
div.content-right-column {
	float: right;
	width: 240px;
	overflow: hidden;
}
div.content-center-column {
	float: left;
	width: 480px;
	overflow: hidden;
}

div#logos-wrapper {
	width: 950px;
}
div#logos-container {
	margin: 0 auto;
	padding: 0;
}
div.logo-item {
	float: left;
	width: 100px;
	height: 60px;
	padding: 0 15px;
}
div.logo-item  div {
	width: 100px;
	height: 60px;
}



/* Content
*************************************/
div.content-container {padding: 25px 40px 35px 40px;}
div.content-container h1.content-header {
	height: 30px;
	overflow: hidden;

	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
}
div.content-container h1.pink {color: #e9308e}
div.content-container h1.red {color: #e33300}
div.content-container h1.blue {color: #0f78c8}
div.content-container h1.green {color: #73bd00}
div.content-container h1.orange {color: #fe7200}



/* Content blocks
*************************************/
div.content-block {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.content-block div.block-header {
	height: 13px;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
}
div.content-block div.block-header-colored {
	padding: 0 25px;
	height: 76px;
	overflow: hidden;

	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;

	background-color: transparent;
	background-repeat: no-repeat;
}
div.content-block div.block-footer {
	height: 14px;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
}
div.content-block div.block-content {
	padding: 0 10px;
	background-color: transparent;
	background-repeat: repeat-y;
}

div.block-1x {width: 230px;}
div.block-1x div.block-header {background-image: url('/img/block/1x-header.png');}
div.block-1x div.block-footer {background-image: url('/img/block/1x-footer.png');}
div.block-1x div.block-content {background-image: url('/img/block/1x-content.png');}
div.block-1x div.block-header-red {background-image: url('/img/block/1x-header-red.png');}
div.block-1x div.block-header-blue {background-image: url('/img/block/1x-header-blue.png');}
div.block-1x div.block-header-green {background-image: url('/img/block/1x-header-green.png');}
div.block-1x div.block-header-orange {background-image: url('/img/block/1x-header-orange.png');}
div.block-1x div.block-header-pink {background-image: url('/img/block/1x-header-pink.png');}

div.block-2x {width: 470px;}
div.block-2x div.block-header {background-image: url('/img/block/2x-header.png');}
div.block-2x div.block-footer {background-image: url('/img/block/2x-footer.png');}
div.block-2x div.block-content {background-image: url('/img/block/2x-content.png'); clear: left;}
div.block-2x div.block-header-red {background-image: url('/img/block/2x-header-red.png');}
div.block-2x div.block-header-blue {background-image: url('/img/block/2x-header-blue.png');}
div.block-2x div.block-header-green {background-image: url('/img/block/2x-header-green.png');}
div.block-2x div.block-header-orange {background-image: url('/img/block/2x-header-orange.png');}
div.block-2x div.block-header-pink {background-image: url('/img/block/2x-header-pink.png');}

div.block-3x {width: 710px;}
div.block-3x div.block-header {background-image: url('/img/block/3x-header.png');}
div.block-3x div.block-footer {background-image: url('/img/block/3x-footer.png');}
div.block-3x div.block-content {background-image: url('/img/block/3x-content.png');}

div.block-4x {width: 950px;}
div.block-4x div.block-header {background-image: url('/img/block/4x-header.png');}
div.block-4x div.block-footer {background-image: url('/img/block/4x-footer.png');}
div.block-4x div.block-content {background-image: url('/img/block/4x-content.png');}



/* News blocks
*************************************/
div.news-container {padding-top: 40px;}
div.news-container div.news-item {clear: both; padding-bottom: 40px;}
div.news-item div.col1 {float: left; width: 100px;}
div.news-item a.news-item-image-thumb {
	display: block;
	width: 100px;
	height: 60px;
	overflow: hidden;
}

div.news-item div.news-item-image {
	float: left;
	margin: 0px 20px 20px 0;
	width: 400px;
	height: 200px;
	overflow: hidden;
}

div.news-item div.col2 {padding-left: 120px;}
div.news-item h1 {
	color: black;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 20px;
}

div.news-item h1 a {color: #000; text-decoration: none;}
div.news-item h1 a:hover {color: #E9308E;}
div.news-item h2 {
	padding-bottom: 10px;
	color: #968b82;
	font-size: 11px;
	font-weight: normal;
}
div.news-item h2 a {color: #726965;}

div.news-item p {line-height: 16px;}
div.news-container a.all-news, div.news-item a.all-news {
	display: block;
	float: right;
	padding-left: 20px;
	height: 14px;

	color: #e51a94;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	overflow: hidden;

	background-color: transparent;
	background-image: url('/img/arrow-green.png');
    background-repeat: no-repeat;
	background-position: left top;
}
div.news-item a.all-news {margin-top: 20px;}



/* Sharmanka-News blocks
*************************************/
div.sharmanka-news-container {
	clear: left;
	height: 123px;
	/*margin-bottom: 10px;*/
	padding-bottom: 10px;
	overflow: hidden;

	background-color: #FFF;
	background-image: url('/img/sharmanka-news-background.png');
	background-repeat: repeat-y;
	background-position: left top;
}

div.sharmanka-news-container div.news-item {
	float: left;
	width: 130px;
	padding: 0px 10px;
}

div.sharmanka-news-container div.news-item a {
	color: #726965;
	text-decoration: none;
}

div.news-item div.date{
	padding: 1px 0px 10px 0px;

	overflow: hidden;
	color: #968b82;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}

div.news-item div.text{
	height: 96px;

	overflow: hidden;
	line-height: 16px;
}

a.sharmanka-all-news {
	display: block;
	float: right;
	padding-left: 20px;
	padding-right: 10px;
	height: 14px;

	color: #51970c;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	overflow: hidden;

	background-color: transparent;
	background-image: url('/img/arrow-green.png');
    background-repeat: no-repeat;
	background-position: left top;
}



/* stickers blocks
*************************************/
div.stickers-container {
	width: 190px;
	height: 139px;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	line-height: 16px;
}


div.stickers-container div.stickers-head {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 100%;
	color: #000;
}

div.stickers-container div.stickers-head a {
	color: #000;
	text-decoration: none;
}

div.stickers-container div.stickers-text {padding-top: 1px;}
div.fixed { padding-bottom: 8px; }

/* About blocks
*************************************/
div.about-container div.epigraph {padding-top: 20px; padding-left: 150px;}
div.about-container div.epigraph h2 {
	height: 26px;
	overflow: hidden;

	color: #303030;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}

div.about-container div.epigraph p {font-size: 19px !important; padding: 0 0 0 20px !important;}

div.about-container strong {
	display: block;
	padding-top: 20px;
	color: #000;
	font-style: italic;
}
div.about-container p {padding-top: 20px;}



/* Program blocks
*************************************/
div.program-container {

}

div.program-item {
	padding: 0px 10px 0px 10px;
	float: left;
	width: 280px;
}

div.program-item h1 {
	color: #000;
	font-size: 20px;
	line-height: 23px;
}

div.program-item h1 a{
	color: #000;
	text-decoration: none;
}

div.program-item h2 {
	font-size: 11px;
	line-height: 14px;
	padding-top: 3px;
}

div.program-item h2 strong{
	font-size: 12px;
	color: #eb3b9e;
}

div.program-item h2 a {
	color: #726965;
}

div.program-item h2.program-narrators {
	margin-top: 7px;
}

div.program-item p {
	font-size: 12px;
	line-height: 14px;
	padding-top: 10px;
}

div.line {
	height: 25px;
	margin: 0px -10px 0px -10px;
	padding: 0px;
	overflow: hidden;
	clear: both;

	background-image:url("/img/program-hr.gif");
	background-repeat: repeat-x;
	background-position: left center;
}




/* Contact blocks
*************************************/
div.contact-container {

}

div.contact-item-left {
	float: left;
	width: 290px;
	padding-top: 40px;
}

div.contact-item-right {
	float: right;
	width: 290px;
	padding-top: 40px;
}

div.contact-container h1 {
	font-size: 15px;
	line-height: 17px;
}

div.contact-container p {
	color: #000;
	font-size: 24px;
	line-height: 28px;
}


/* Interview
**************************************/
div.interview-container {}
div.interview-item {
	float: left;
	width: 270px;
	margin: 35px 35px 30px 0;
}
a.interview-item-col1 {
	display: block;
	float: left;
	width: 80px;
}
div.interview-item-col2 {
	float: left;
	width: 165px;
	padding: 15px 0 0 15px;
}
div.interview-item-col2 h2 a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
div.interview-item-col2 h2 a:hover {
	color: #FE7200;
}
div.interview-item-col2 p {
	font-size: 11px;
	line-height: 14px;
}

div.inrerview-item-container {
	padding: 15px 25px;
}
div.inrerview-item-container a {
	color: #ff7e00;
}
div.interview-col-left {
	float: left;
	width: 200px;
}
div.interview-col-right {
	position: relative;
	float: left;
	width: 400px;
	margin-left: 40px;
}
div.interview-col-right h1 {
	padding: 0 100px 20px 0;
	font-size: 36px;
	font-weight: bold;
	line-height: 38px;
	color: #000;
}
a.interview-show-all {
	position: absolute;
	right: 0;
	top: 15px;
}
div.interview-col-right p {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 16px;
}
p.interview-question {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	font-weight: bold;
	color: #000;
	background-color: #f5f2e8;
}
div.interview-photo {
	margin-bottom: 20px;
	height: 200px;
}
div.interview-info {
	padding: 10px 0;
	line-height: 16px;
	border-bottom: 1px dashed #d3d3d3;
}
p.interview-info-title {
	color: #000;
}
div.interview-gallery {
	margin-top: 25px;
	padding: 0 5px 0 15px;
}
div.interview-gallery p {
	margin-left: -15px;
}
div.interview-gallery p.interview-gallery-title {
	margin: 5px 0;
}
div.interview-gallery a.interview-gallery-photo {
	float: left;
	width: 50px;
	margin-right: 10px;
}


/* OnAir-today blocks
*************************************/
div.onair-today-container {
	padding: 0px 10px 0px 10px;
}

div.onair-today-item {
	padding: 5px 0px;
	border-bottom: 1px solid #e9e8da;
}

div.onair-today-item div.program-time {
	font-size: 12px;
	line-height: 14px;
}
div.onair-today-item div.program-name {
	font-size: 13px;
	line-height: 14px;
}

div.onair-today-item div.program-name a {
	color: #31afe6;
}

a.onair-today-all-programs {
	display: block;
	padding: 0px 10px 0px 20px;
	margin-top: 5px;
	height: 14px;

	color: #31afe6;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	overflow: hidden;

	background-color: transparent;
	background-image: url('/img/arrow-green.png');
    background-repeat: no-repeat;
	background-position: left top;
}



/* OnAir-now
**************************************/
div.onair-now-container{
	padding: 0px 15px 10px 15px;
}

div.onair-now-fixed{
	padding-bottom: 20px;
}

div.onair-now-col-artist-image{
	float: left;
	margin-right: 10px;
}
a.onair-now-image-thumb {
	display: block;
}
div.onair-now-col-text{
	float: left;
}

div.onair-now-col-text div.artist-name{
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #000;

	overflow: hidden;
	width: 85px;
}

div.onair-now-col-text div.time{
	font-size: 11px;
	line-height: 16px;
}

div.onair-listen{
	width: 166px;
	height: 53px;
	margin-left: 5px;

	background-image: url('/img/listen-on-line.png');
	background-repeat: no-repeat;
	background-position: right top;
}

div.onair-listen p {
	padding-top: 4px;
	text-align: center;
}

div.onair-listen a {
	display: block;
	width: 73px;
	height: 27px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;

	position: relative; /* IE6 fix */
}

div.onair-now div.on-air-now-image-thumb {
	width: 80px;
	height: 80px;
	overflow: hidden;
}

div.program-onair {
	font-size: 10px;
}

/* Presenter
**************************************/
div.presenter-container {}
div.presenter-item {
	float: left;
	width: 270px;
	margin: 35px 35px 30px 0;
}
a.presenter-item-col1 {
	display: block;
	float: left;
	width: 80px;
}
div.presenter-item-col2 {
	float: left;
	width: 165px;
	padding: 15px 0 0 15px;
}
div.presenter-item-col2 h2 a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
div.presenter-item-col2 h2 a:hover {
	color: #FE7200;
}
div.presenter-item-col2 p {
	font-size: 11px;
	line-height: 14px;
}

div.presenter-item-container {
	padding: 15px 25px;
}
div.presenter-item-container a {
	color: #ff7e00;
}
div.presenter-col-left {
	float: left;
	width: 200px;
}
div.presenter-col-right {
	position: relative;
	float: left;
	width: 400px;
	margin-left: 40px;
}
div.presenter-col-right h1 {
	padding: 0 100px 20px 0;
	font-size: 36px;
	font-weight: bold;
	line-height: 38px;
	color: #000;
}
a.presenter-show-all {
	position: absolute;
	right: 0;
	top: 15px;
}
div.presenter-col-right p {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 16px;
}
p.presenter-question {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	font-weight: bold;
	color: #000;
	background-color: #f5f2e8;
}
div.presenter-photo {
	margin-bottom: 20px;
	height: 200px;
}
div.presenter-info {
	padding: 10px 0;
	line-height: 16px;
	border-bottom: 1px dashed #d3d3d3;
}
div#presenter-info-program a {
	color: #726965;
}
p.presenter-info-title {
	color: #000;
}
div.presenter-gallery {
	margin-top: 25px;
	padding: 0 5px 0 15px;
}
div.presenter-gallery p {
	margin-left: -15px;
}
div.presenter-gallery p.presenter-gallery-title {
	margin: 5px 0;
}
div.presenter-gallery a.presenter-gallery-photo {
	float: left;
	width: 50px;
	margin-right: 10px;
}



/* Podcast
**************************************/
div.podcast-container {
	padding: 0px 10px 0px 10px;
}

div.podcast-item {}

div.podcast-item div.track-name {
	padding-left: 15px;
	padding-bottom: 5px;

	color: #000;
	font-size: 20px;
	line-height: 22px;

	background-color: transparent;
	background-image: url('/img/podcast-track-name.gif');
    background-repeat: no-repeat;
	background-position: 0px 4px;
}

div.podcast-item div.track-name a, div.podcast-item div.track-name a:visited {
	color: #000;
	text-decoration: none;

}

div.podcast-item div.track-name a:hover {
	text-decoration: underline;
}

div.podcast-item div.track-date{
	padding-left: 15px;

	font-size: 11px;
	line-height: 13px;

	background-color: transparent;
	background-image: url('/img/podcast-track-date.gif');
    background-repeat: no-repeat;
	background-position: 0px 1px;
}

div.podcast-item div.artist-name {
	padding-left: 15px;
	padding-bottom: 5px;

	font-size: 11px;
	line-height: 13px;

	background-color: transparent;
	background-image: url('/img/podcast-artist-name.gif');
    background-repeat: no-repeat;
	background-position: 0px 1px;
}


h1.podcast-left {
	float: left;
}

div.podcast-header {
	display: block;

	height: 30px;
}

div.podcast-index-header {
	float: left;
}

div.podcast-rss {
	float: right;
	padding: 5px 10px;

	width: 25px;
	height: 25px;
}

div.podcast-index-rss {
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 5px;

	width: 21px;
	height: 21px;
}

div.podcast-rss a, div.podcast-index-rss a {
	width: 21px;
	height: 21px;

	background: url('/img/rss-podcast.png') no-repeat;

	display: block;
}


/* Subscribe
**************************************/
div.subscribe-container {
	padding-left: 10px;
	padding-right: 10px;

	font-size: 12px;
	line-height: 13px;
}

div.subscribe-container a {
	color: #fa5d00;
}
div.subscribe-container form {
	padding-bottom: 5px;
}

div.subscribe-container form input.text {
	width: 150px;

	color: #8d7f69;

	padding: 2px 4px;
	font-size: 15px;


	border: 1px solid #b0a78c;
	vertical-align: middle;
}

div.subscribe-container form input.submit {
	width: 24px;
	height: 21px;

	border: none;

	background-image: url("/img/subscribe-form-submit.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom left;
	vertical-align: middle;
}



/* Event
**************************************/
div.event-container {
	padding: 0px 10px;
}

div.event-container div.event-head {
	padding: 10px 0px;
	font-size: 16px;
	line-height: 20px;
	color: #6bb500;
	font-weight: bold;
}

div.event-item {

}

div.event-item div.date{
	padding-bottom: 0px;

	color:#968B82;
	font-size:11px;
	line-height:14px;
}

div.event-item div.location{
	padding-bottom: 5px;

	color:#968B82;
	font-size:11px;
	line-height:14px;
}

div.event-item div.name{
	padding-bottom: 3px;
	color: #000;
	font-size: 16px;
	line-height: 20px;
}

div.event-item div.name a, div.event-item div.name a:visited {
	color: #000;
	text-decoration: none;
}

div.event-item div.name a:hover{
	text-decoration: underline;
}

div.event-item div.text{
	width: 190px;
	overflow: hidden;
	line-height: 14px;
}

div.event-container-hide {
	display: none;
}


/* Event page
****************************************************/
div.event-list-container {padding-top: 40px;}
div.event-list-filter {
	margin-top: 15px;
	line-height: 22px;
	text-align: right;
	font-size: 11px;
}
div.event-list-filter select {
	font-size: 11px;
}
div.event-list-container div.event-list-item {clear: both; padding-bottom: 40px;}
div.event-list-item div.col1 {float: left; width: 100px;}
div.event-list-item a.event-list-item-image-thumb {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
div.event-list-item div.col2 {padding-left: 120px;}
div.event-list-item h1, div.event-item-container h1 {
	color: black;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 20px;
}
div.event-list-item h1 a {color: #000; text-decoration: none;}
div.event-list-item h1 a:hover {color: #FE7200;}
div.event-list-item h2, div.event-item-container h2 {
	padding-bottom: 3px;
	color: #968b82;
	font-size: 11px;
	font-weight: normal;
}
div.event-item-container h2 {padding-bottom: 10px;}
div.event-list-item p {line-height: 16px;}

div.event-item-container div.event-item-image {
	float: left;
	margin: 0px 20px 20px 0;
	width: 400px;
	height: 200px;
	overflow: hidden;
}

div.event-item-container a.all-event {
	display: block;
	float: right;
	margin-top: 20px;
	padding-left: 20px;
	height: 14px;

	color: #e51a94;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	overflow: hidden;

	background-color: transparent;
	background-image: url('/img/arrow-green.png');
    background-repeat: no-repeat;
	background-position: left top;
}

/* podcast
**************************************/
div.podcast-list-container {}
div.podcast-list-item {
	float: left;
	width: 270px;
	margin: 35px 35px 30px 0;
}
a.podcast-list-item-col1 {
	display: block;
	float: left;
	width: 100px;
}
div.podcast-list-item-col2 {
	float: left;
	width: 155px;
	padding: 10px 0 0 15px;
}
div.podcast-list-item-col2 h2 img {
	display: block;
	float: left;
}
div.podcast-list-item-col2 h2 a {
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	color: #000;
}
div.podcast-list-item-col2 h2 a:hover {
	color: #FE7200;
}
div.podcast-list-item-col2 h3 {
	margin-top: 5px;
}
div.podcast-list-item-col2 h3 img {
	display: block;
	float: left;
}
div.podcast-list-item-col2 h3 a {
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
	font-size: 11px;
	color: #726965;
}
div.podcast-list-item-col2 p {
	margin-top: 5px;
	font-size: 12px;
	line-height: 14px;
}

div.podcast-item-container div.podcast-image {
	float: left;
	width: 100px;
}
div.podcast-item-container h1 {
	text-decoration: none;
	padding-left: 115px;
	font-size: 24px;
	color: #000;
}
div.podcast-item-container h2 {
	font-weight: normal;
	margin-top: 5px;
	padding-left: 115px;
	color: #726965;
}
p#podcast-item-player {
	margin-top: 15px;
	padding-left: 115px;
}
p.podcast-item-download {
	margin-top: 10px;
	text-align: right;
}
p.podcast-item-download a {
	padding: 3px 0 3px 20px;
	color: #40a709;
	background: transparent url('/css/front/theme/default/img/bt-download.png') no-repeat left center;
}
div.podcast-item-description {
	padding-top: 15px;
}
div.podcast-item-container a.all-podcast {
	display: block;
	float: right;
	margin-top: 20px;
	padding-left: 20px;
	height: 14px;

	color: #e51a94;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	overflow: hidden;

	background-color: transparent;
	background-image: url('/img/arrow-green.png');
    background-repeat: no-repeat;
	background-position: left top;
}



/* Gallery page
****************************************************/
div.gallery-list-container {padding-top: 20px;}

div.gallery-item {float: left; width: 150px; overflow: hidden;}
div.gallery-item a.gallery-cover {display: block; overflow: hidden;}

div.gallery-name {padding: 10px 0; font-size: 14px; font-weight: bold;}
div.gallery-name a {color: #000; text-decoration: none}
div.gallery-name a:hover {color: #000; text-decoration: underline}

h1#gallery-header {position: relative}
h1#gallery-header span.gallery-date {color: #726965; font-size: 22px; font-weight: normal;}

div.photo-list-container {padding-top: 20px;}
a#gallery-all {float: right; padding-right: 12px; font-size: 12px; color: #73bd00; text-decoration: underline}

div.photo-item {float: left; width: 140px; padding-right: 12px; overflow: hidden;}
div.photo-description {padding: 5px 10px 0 0; min-height: 30px;}


/** Buchach contest
***************************************************/
.buchach-banner {text-align: center; font-size: 16px; line-height: 130%; font-weight: bold;}
.buchach-banner a {text-decoration: none;}
.contest-buchach img {float: left; padding: 0 15px 15px 0;}
.contest-buchach-rules {padding-left: 165px;}
.contest-buchach-small {font-size: 11px;}
.contest-buchach ol {padding-top: 30px; list-style-type: decimal;}
.contest-buchach ol li {padding: 15px 0 15px 15px;}
.contest-buchach ol li div {padding-top: 10px;}
.contest-buchach .form-item-errors {color: #fe7200}
.contest-buchach ul.errors {font-size: 11px; font-weight: bold; padding: 5px 0; color: #fe7200}
.contest-buchach ul.errors li {padding: 0;}
.contest-buchach .form-container {padding-top: 45px;}
.contest-buchach .form-item {padding-left: 255px;}
