@charset "UTF-8";

/**
 * Theme Name: dubaieye
 * Theme URI: http://www.dubaieye1038.com
 * Description: Theme for the website http://www.dubaieye1038.com
 * Author: Charles Peter
 * Author URI: http://tra.my
 * Template: dubaieye
 * Version: 1.0
 *
 **/

@font-face {
  font-family: "HelveticaNeueLTStdCn";
    src: url("fonts/HelveticaNeueLTStd-BdCn.eot");
    src: local("HelveticaNeueLT Std Cn"),
       url("fonts/HelveticaNeueLTStd-BdCn.svg#HelveticaNeue") format('svg'),
       url("fonts/HelveticaNeueLTStd-BdCn.otf") format('opentype');
}

* {
	margin: 0;
	padding: 0;
}

body {
	
	margin: 0 auto;
	background-color : #d9d9d9; 
	/*background-image:url(images/bg.jpg); 
	background-attachment:fixed; 
	background-repeat:no-repeat; 
	background-position: top center;*/
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 12px;
}

a {
	outline: none;
}

img {
	border: none;
}

/**
 * Common classes
 */

.right, .alignright {
	float: right;
}

.left, .alignleft {
	float: left;
}

.center {
	text-align: center;
}

.clr {
	clear: both;
}

.half {
	width: 50%;
}

#wrapper {
	/*background: transparent url('images/bg_body.jpg') no-repeat scroll 0 0;
	background-color: #ffffff;*/
	width: 1034px;
	min-height: 800px;
	margin: 0 auto;
}

/**
 * HEADER
 */

#header {
	min-height: 147px;
	padding: 10px 0;
}

#logo {
	float: left;
	width: 202px;
	min-height: 147px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	margin: 0 10px;
}

#nav {
	float: right;
	min-height: 165px;
	 /*min-height: 200px; 10th anniv */
	width: 732px;
	background-image: url('images/navigation_bar.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-right: 50px;
	
	margin-top: 10px; /* 10th anniv */
}

#nav ul {
	float: left;
	list-style-type: none;
	position: relative;
	top: 11px;
	margin-left: 0px;
	padding-left: 30px;
}

#nav ul li {
	list-style-type: none;
	float: left;
	padding: 12px 7px 0px 10px; /* 12px 7px 17px 10px */
}

#nav ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
    /*width: 170px;*/
    float: none;
    margin: 0px;
    padding: 5px 0 5px 5px;
    
    text-decoration: none;
    color: #989898;
    background: #000000;
}

#nav li li a:hover, #nav li li a:active {
    background: #000000;
    color: #304163;
}

#nav li ul {
	float: left;
    list-style: none;
    z-index: 9999;
    position: absolute;
    left: -999em;
    height: auto;
    width: 190px;
    margin: 0;
    padding: 0;
    top: 100%;
}

#nav li li {
}

#nav li ul a {
    width: 160px;
}

#nav li ul a:hover, #nav li ul a:active {
}

#nav li ul ul {
    margin: -32px 0 0 191px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}

#nav li:hover, #nav li.sfhover {
    position: static;
}

#nav li.current_page_item a {
    color: #EEEEEE;
}

/** home **/
.nav-1 {
	padding: 12px 8px 17px 38px; 
}

/** shows **/
.nav-2 {
	padding: 12px 7px 17px 16px;
}

/** podcasts **/
.nav-3 {
	padding: 12px 7px 17px 15px;
}

/** eye gallery **/
.nav-4 {
	padding: 12px 10px 17px 11px;
}

/** news **/
.nav-5 {
	padding: 12px 8px 17px 19px;
}

/** events **/
.nav-6 {
	padding: 12px 8px 17px 16px;
}

/** videos **/
.nav-7 {
	padding: 12px 8px 17px 19px;
}

/** competitions **/
.nav-8 {
	padding: 12px 1px 17px 4px;
}

/**
 * CONTENT
 */

#content-middle-container {
	min-height: 600px;
}

/**
 * CONTENT - Home
 */

#home-left {
	float: left;
	width: 840px;
	min-height: 500px;
}

#home-left .top-transparent {
	/*background-image: url('images/now_playing_box.png');
	background-repeat: no-repeat;
	background-position: right top;*/
	background-color:#EEEEEE;
	width: 811px;
	min-height: 199px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#home-left .podcasts-container {
	float: left;
	width: 270px;
	min-height: 270px;
	margin-left: 20px;
	margin-right: 20px;
}

#home-left .latest-news-container {
	float: left;
	width: 523px;
	min-height: 300px;
}

#home-right {
	float: left;
	min-height: 500px;
	width: 140px;
}

/** rounded corner **/

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rounded-up {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.rounded-bottom {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/** podcast box **/

.podcast-box  {
	width: 100%;
	min-height: 100px;
}

.podcast-box .box-head {
	height: 39px;
}

.podcast-box .box-head .icon {
	background: transparent url('images/bg_box_top.png') no-repeat scroll 0 0;
	margin: 0 0 0 20px;
	width: 50px;
	height: 39px;
	float: left;
}

.podcast-box .box-head .icon img {
	padding: 7px 12px;
}

.podcast-box .box-head .title, .post-box .podcast-box .box-head .title{
	float: left;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 16pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    height: 39px;
    padding: 11px 0 0 7px;
	width:100%;
}

.podcast-box .box-body, .post-box .podcast-box .box-body {
	width: 100%;
	min-height: 100px;
	background-color:#EEEEEE;
	padding: 5px;
	/*background: transparent url('images/bg_box.png') repeat scroll 0 0;*/
}

.post-box .podcast-box .box-body {
	background-color:#ffffff;
	}

.podcast-box .summary {
	float: left;
	width: 100%;
	border-bottom: 1px dashed gray;
}

.podcast-box .summary .thumb {
	float: left;
	width: 80px;
	height: 80px;
	margin: 5px;
	background-color: #304163;
}

.podcast-box .summary .thumb img {
	float: left;
	width: 80px;
	height: 80px;
}

.podcast-box .summary .sum-text {
	float: left;
	margin: 5px 0 5px 0;
	/*width: 170px;*/
}

.podcast-box .summary .sum-text p {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.podcast-box .summary .sum-text .heading a {
	font-size: 14pt;
	color: #304163;
	text-decoration: none;
	font-family: 'HelveticaNeueLTStdCn', Helvetica;
}

.podcast-box .summary .sum-text .heading a:hover {
	font-size: 14pt;
	color: #304163;
	text-decoration: underline;
	font-family: 'HelveticaNeueLTStdCn', Helvetica;
}

.post-box .podcast-box .box-footer {
	border : 0;
    color: #888888;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.podcast-box .box-footer a {
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	float: right;
}

.podcast-box .box-footer a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/** latest news box **/

.latest-news-box {
	width: 100%;
	min-height: 100px;
}

.latest-news-box .box-head {
	height: 39px;
}

.latest-news-box .box-head .icon {
	background: transparent url('images/bg_box_top.png') no-repeat scroll 0 0;
	margin: 0 0 0 20px;
	width: 50px;
	height: 39px;
	float: left;
}

.latest-news-box .box-head .icon img {
	padding: 7px 12px;
}

.latest-news-box .box-head .title {
	float: left;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 16pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    height: 39px;
    padding: 11px 0 0 7px;
}

.latest-news-box .box-body {
	width: 510px;
	min-height: 100px;
	background-color: #EEEEEE;
	padding: 5px;
	/*background: transparent url('images/bg_box.png') repeat scroll 0 0;*/
}

.latest-news-box .summary {
	float: left;
	width: 100%;
	border-bottom: 1px dashed gray;
}

.latest-news-box .summary .thumb {
	float: left;
	width: 180px;
	margin: 5px;
	background-color: #304163;
	height: 120px;
	overflow: hidden;
}

.latest-news-box .summary .thumb img {
	float: left;
	width: 180px;
}

.latest-news-box .summary .sum-text {
	float: left;
	margin: 5px 0 5px 0;
	/*width: 310px;*/
}

.latest-news-box .summary .sum-text p {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.latest-news-box .summary .sum-text .heading a {
	font-size: 14pt;
	color: #304163;
	text-decoration: none;
	font-family: 'HelveticaNeueLTStdCn', Helvetica;
	display: block;
}

.latest-news-box .summary .sum-text .heading a:hover {
	font-size: 14pt;
	color: #304163;
	text-decoration: underline;
	font-family: 'HelveticaNeueLTStdCn', Helvetica;
	display: block;
}

.latest-news-box .box-footer a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	float: right;
}

.latest-news-box .box-footer a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/** ad middle **/

#ad_middle {
	/*width: 468px;
	height: 60px;
	margin: 20px 0 0 130px;
	margin: 80px 0 0 50px;*/
	margin: -10px 0 0 10px;
}

/** ad left **/

#ad_left {
	float:left;
	width: 258px;
	/*height: 116px;*/
	margin: 10px 0 0 2px;
}

/** ad right **/

#ad_right {
	width: 120px;
	height: 600px;
	margin: 0 auto;
}

/** container bottom **/

#content-bottom-container {
	padding: 1px 0 0 0;
	margin: 0 0 20px 0;
}

#latest-video-container {
	float: left;
	width: 325px;
	min-height: 100px;
	margin-left: 20px;
}

#events-container {
	float: left;
	width: 300px;
	min-height: 100px;
}

#poll-container {
	float: left;
	width: 243px;
	min-height: 100px;
	
}


/** latest videos box **/

.latest-videos-box {
	width: 100%;
	min-height: 100px;
}

.latest-videos-box .box-head {
	height: 39px;
}

.latest-videos-box .box-head .icon {
	background: transparent url('images/bg_box_top2.png') no-repeat scroll 0 0;
	margin: 0 0 0 20px;
	width: 50px;
	height: 39px;
	float: left;
}

.latest-videos-box .box-head .icon img {
	padding: 7px 12px;
}

.latest-videos-box .box-head .title {
	float: left;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 16pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    height: 39px;
    padding: 11px 0 0 7px;
}

.latest-videos-box .box-body {
	width: 100%;
	min-height: 100px;
	background-color: #EEEEEE;
	padding: 5px;
}

.latest-videos-box .summary {
	float: left;
	width: 100%;
}

.latest-videos-box .summary .thumb {
	float: left;
	width: 180px;
	margin: 5px;
	background-color: #304163;
}

.latest-videos-box .summary .thumb img {
	float: left;
	width: 180px;
}

.latest-videos-box .summary .sum-text {
	float: left;
	margin: 5px 0 5px 0;
	/*width: 310px;*/
	color: #000000;
}

.latest-videos-box .summary .sum-text a {
	color: #000000;
	text-decoration: none;
}

.latest-videos-box .summary .sum-text a:hover {
	text-decoration: underline;
}

.latest-videos-box .summary .sum-text p {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.latest-videos-box .summary .sum-text .heading a {
	font-size: 14pt;
	color: #000000;
	text-decoration: none;
	font-family: 'HelveticaNeueLTStdCn', Helvetica;
	display: block;
	margin-top: 20px;
}

.latest-videos-box .summary .sum-text .heading a:hover {
	font-size: 14pt;
	color: #000000;
	text-decoration: underline;
	font-family: 'HelveticaNeueLTStdCn', Helvetica;
	display: block;
	margin-top: 20px;
}


/** footer **/
#footer {
	min-height: 70px;
	width: 100%;
	background-color: #121619;
}

#footer-left {
	float: left;
}

#footer-left p {
	margin-top: 25px;
	margin-left: 50px;
	color: #ffffff;
}
	
#footer-left a {
	color: #cccccc;
	text-decoration: none;
}

#footer-right {
	float: right;
}

#footer-right {
	margin-top: 25px;
	margin-right: 50px;
	color: #ffffff;
}

#footer-right a {
	color: #cccccc;
	text-decoration: none;
}

/** events box **/

.events-box {
	width: 100%;
	min-height: 110px;
	margin-left: 25px;
}

.events-box .box-head {
	height: 39px;
}

.events-box .box-head .title {
	float: left;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 16pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    height: 39px;
    padding: 11px 0 0 7px;
}

.events-box .box-body {
	width: 100%;
	min-height: 110px;
	padding: 5px 5px 20px;
	background-color: #EEEEEE;
}

.events-box .summary {
	float: left;
	width: 100%;
	border-bottom: 1px dashed gray;
}

.events-box .summary .thumb {
	float: left;
	width: 80px;
	height: 80px;
	margin: 5px;
	background-color: #304163;
}

.events-box .summary .thumb img {
	float: left;
	width: 80px;
	height: 80px;
}

.events-box .summary .sum-text {
	float: left;
	margin: 5px 0 5px 0;
	/*width: 240px;*/
}

.events-box .summary .sum-text p {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.events-box .summary .sum-text .heading a {
	font-size: 14pt;
	color: #304163;
	text-decoration: none;
	font-family: 'HelveticaNeueLTStdCn', Helvetica;
	display:block;
}

.events-box .summary .sum-text .heading a:hover {
	font-size: 14pt;
	color: #304163;
	text-decoration: underline;
	font-family: 'HelveticaNeueLTStdCn', Helvetica;
}

.events-box .box-footer a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	float: right;
	margin-right: 15px
}

.events-box .box-footer a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/** poll **/

.poll-box {
	width: 100%;
	margin-left: 50px;
}

.poll-box .poll-box {
	margin-left: 0;
}

.poll-box .box-head {
	/*min-height: 39px;*/
}

.poll-box .box-head .title {
	float: left;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 16pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    /*min-height: 39px;*/
    padding: 11px 0 0 7px;
}

.wp-polls .box-head .title {
	float: left;
	text-transform: none;
	vertical-align: middle;
	font-size: 12pt;
    font-weight: bold;
    font-family: Helvetica;
    color: #000000;
    /*min-height: 39px;*/
    padding: 11px 0 0 7px;
}

.poll-box .box-body {
	width: 100%;
	padding: 5px;
	background-color: #EEEEEE;
	margin-bottom: 5px;
}

/** top containers **/

#playing-now-container {
	float: left;
	width: 130px;
	min-height: 199px;
	margin-right: 20px;
	margin-left: 35px;
	text-align: center;
}

#playing-now {
	width: 130px;
	height: 133px;
	border: 1px dashed #000000;
	padding: 3px;
	margin-top: 20px;
}
	
#coming-up-next-container {
	float: left;
	width: 130px;
	min-height: 199px;
	margin-right: 20px;
	text-align: center;
}

#coming-up-next {
	width: 130px;
	height: 133px;
	border: 1px dashed #000000;
	padding: 3px;
	margin-top: 20px;
}

#eye-gallery-container {
	float: left;
	width: 291px;
	min-height: 199px;
	margin-right: 20px;
	text-align: center;
}

#eye-gallery-single {
	width: 291px;
	height: 133px;
	border: 1px dashed #000000;
	padding: 3px;
	margin-top: 20px;
}

.eye-gallery-double {
	width: 291px;
	height: 133px;
	border: 1px dashed #000000;
	padding: 3px;
	margin-top: 20px;
}

#about-dubaieye-container {
	float: left;
	width: 130px;
	min-height: 199px;
	text-align: center;
}

#about-dubaieye {
	width: 130px;
	height: 133px;
	border: 1px dashed #000000;
	padding: 3px;
	margin-top: 20px;
}

#about-dubaieye-container h3,
#eye-gallery-container h3,
#coming-up-next-container h3,
#playing-now-container h3
{
	margin-top: 7px;
}

#about-dubaieye-container h3 a,
#eye-gallery-container h3 a,
#coming-up-next-container h3 a,
#playing-now-container h3 a
{
	color: #304163;
	text-decoration: none;
	font-size: 13pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
}


#about-dubaieye-container h3 a:hover,
#eye-gallery-container h3 a:hover,
#coming-up-next-container h3 a:hover,
#playing-now-container h3 a:hover
{
	color: #304163;
	text-decoration: underline;
	font-size: 13pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
}

/** Normal Individual Pages **/

#page-lists {
	margin-left: 20px;
	margin-bottom: 20px;
	width: 811px;
}

.page-box {
	width: 100%;
	min-height: 100px;
}

.page-box .box-head {
	height: 39px;
}

.page-box .box-head .icon {
	/* background: transparent url('images/bg_box_top.png') no-repeat scroll 0 0; */
	background: #EEEEEE;
	margin: 0 0 0 20px;
	width: 50px;
	height: 39px;
	float: left;
}

.page-box .box-head .icon img {
	padding: 7px 12px;
}

.page-box .box-head .title {
	float: left;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 16pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    height: 39px;
    padding: 11px 0 0 7px;
}

.page-box .box-body {
	width: 100%;
	min-height: 100px;
	padding: 5px;
	background: #EEEEEE;
}

.page-box .summary {
	float: left;
	width: 100%;
	border: none;
}

.page-box .summary .thumb {
	float: left;
	width: 180px;
	margin: 5px;
	background-color: #304163;
}

.page-box .summary .thumb img {
	float: left;
	width: 180px;
}

.page-box .summary .sum-text {
	float: left;
	margin: 5px 0 5px 0;
	width: 500px;
}

.page-box .summary .sum-text p {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.page-box .summary .sum-text .heading a {
	font-size: 14pt;
	color: #304163;
	text-decoration: none;
	font-family: 'HelveticaNeueLTStdCn', Helvetica;
	display: block;
}

.page-box .summary .sum-text .heading a:hover {
	font-size: 14pt;
	color: #304163;
	text-decoration: underline;
	font-family: 'HelveticaNeueLTStdCn', Helvetica;
	display: block;
}

.page-box .box-footer {
	width: 600px;
}
	
.page-box .box-footer a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	float: right;
}

.page-box .box-footer a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/** pagination **/

.pagination {
	display: block;
}

.pagination .page-nav {
	float: left;
	color: #000000;
	padding: 5px 5px 0;
	margin: 5px;
}

.pagination .page-nav a {
	color: #000000;
	text-decoration: none;
}

.pagination .page-nav a:hover {
	text-decoration: underline;
}

.pagination .page-show {
	float: right;
	color: #000000;
	padding: 5px 5px 0;
	margin: 5px;
}

.pagination .page-list {
	float: right;
}

.pagination .page-list {
	float: right;
	color: #000000;
}

.pagination .page-list a {
	text-decoration: none;
	color: #000000;
	padding: 0 5px;
	margin: 0 5px;
	border: 1px solid #000000;
}

.pagination .page-list a.active {
	font-weight: bold;
	border: 1px solid #ff6600;
}

/** single post **/

#page-single {
	margin-left: 20px;
	margin-bottom: 20px;
	width: 811px;
}

.post-box {
	width: 100%;
	/*min-height: 100px;*/
	min-height: 40px;
	margin-bottom: 20px;
}

.post-box .box-head {
	height: 39px;
}

.post-box .box-head .icon {
	/* background: transparent url('images/bg_box_top.png') no-repeat scroll 0 0; */
	background: #EEEEEE;
	margin: 0 0 0 20px;
	width: 50px;
	height: 39px;
	float: left;
}

.post-box .box-head .icon img {
	padding: 7px 12px;
}

.post-box .box-head .title {
	float: left;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 16pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    height: 39px;
    padding: 11px 0 0 7px;
    /*background: transparent url('images/shows_individual_top_bg.png') no-repeat scroll 0 0;
	background: #EEEEEE;*/
    width: 804px;
}

.post-box .box-head .title a {
	color: #304163;
	text-decoration: none;
}

.post-box .box-head .title a:hover {
	text-decoration: underline;
}

.post-box .box-body {
	width: 801px;
	min-height: 100px;
	padding: 5px;
	background: #EEEEEE;
}

.post-box .summary {
	float: left;
	width: 100%;
	border: none;
}

.post-box .podcast-box .summary {
    border-bottom: 1px dashed gray;
    float: left;
    width: 100%;
}
    

.post-box .summary p {
	font-size: 14px;
	color: #000000;
	padding: 10px;
}

.post-box .summary p br {
	margin: 5px 0;
	display: block;
}

.post-box .summary a {
	font-size: 11pt;
	color: #304163;
	text-decoration: none;
	font-family: 'HelveticaNeueLTStdCn', Helvetica;
}

.post-box .summary a:hover {
	font-size: 11pt;
	color: #304163;
	text-decoration: underline;
	font-family: 'HelveticaNeueLTStdCn', Helvetica;
}

.post-box .box-footer {
	width: 600px;
	margin: 10px 0 10px 10px;
	padding: 5px 5px 5px 0;
	border-top: 1px solid #3399cc;
	border-bottom: 1px solid #3399cc;
	color: #888888;
	width: 783px;
	text-align: center;
}
	
.post-box .box-footer a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.post-box .box-footer a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/** respond - comments - pagination **/

#respond, .commentlist, .navigation, .pagination-bg, .pagination, .breadcrumbs {
	background: #EEEEEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000000;
	padding: 3px 10px;
	margin: 0 0 5px 0;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.commentlist {
	margin: 0 0 10px 0;
	list-style-type: none;
}

.commentlist a, .navigation a, #commentform a, .breadcrumbs a {
	color: #000000;
	text-decoration: none;
}

.commentlist a:hover, .navigation a:hover, #commentform a:hover, .breadcrumbs a:hover {
	text-decoration: underline;
}

.comment-body {
	margin: 0 0 20px 0 ;
}

.comment-meta {
	font-size: x-small;
	margin: 0 0 10px 0 ;
}

#respond h3 {
	margin: 0 0 10px 0;
}

h3#comments {
	margin: 0 0 20px 0;
}

#commentform p {
	margin: 0 0 10px 0;
}

/** box lists at the bottom **/

#page-bottom-lists {
	width: 811px;
	margin: 20px 0 0 0;
}

.page-bottom-lists-left {
	width: 40%;
	min-height: 300px;
	float: left;
	margin: 0 0 0 30px;
}

.page-bottom-lists-right {
	width: 40%;
	float: right;
	margin: 0 30px 0 0;
}

/** polls **/

.wp-polls {
	font-family: Helvetica,Arial;
	font-size: 13px;
	padding: 10px;
}

.wp-polls-ans .wp-polls-ul li {
	margin: 5px 0;
}

.wp-polls-ans .wp-polls-ul li label {
	color: #000000;
	font-weight: normal;
}

.wp-polls-ans p {
	margin: 0 0 5px 0;
}

.wp-polls-ans p a {
	color: #000000;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
}

.wp-polls-ans p a:hover {
	text-decoration: underline;
}

/** shows **/

#shows-container {
	/*background: transparent url('images/shows_main_top_bg.png') no-repeat scroll 0 0;*/
	width: 811px;
	min-height: 603px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.shows-box .box-body {
	width: 100%;
	min-height: 650px;
	background-color:#EEEEEE;
	padding: 5px;
	/*background: transparent url('images/bg_box.png') repeat scroll 0 0;*/
}

.shows-box {
	padding: 0 0 0 20px;
	/* border: 1px solid white; */
}

.shows-box .title {
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 16pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    height: 39px;
    padding: 10px 10px 0px 10px;
}

.shows-box img {
	margin: 10px 10px 5px 10px;
	border: 1px solid black;
	width: 100px;
}

.shows-vcard {
	width: 120px;
	float: left;
	text-align: center;
	min-height: 180px;
	margin-right: 10px;
}


.shows-vcard a.show-name {
	color: #304163;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.shows-vcard a.show-presenter {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
	
.shows-vcard a.show-name:hover, .shows-vcard a.show-presenter:hover {
	text-decoration: underline;
}

/** programe schedule **/

#programes-container .scheduale-container {
	float: left;
}

.scheduale-container {
	margin-left:40px;
}

.scheduale-container .box-head {
	height: 39px;
}

.scheduale-container .box-head .icon {
	background: #15181D;
	margin: 0 0 0 20px;
	width: 50px;
	height: 39px;
	float: left;
}

.scheduale-container .box-head .icon img {
	padding: 7px 12px;
}

.scheduale-container .box-head .title {
	float: left;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 16pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    height: 39px;
    padding: 11px 0 0 7px;
}

.scheduale-container .box-body {
	/*background: transparent url('images/shows_main_programme_bg.png') no-repeat scroll 0 0;*/
	background-color: #EEEEEE;
	width: 685px;
	height: 409px;
}

.scheduale-container .days {
	width: 100%;
}

.scheduale-container .days ul {
	list-style-type: none;
	float: left;
	position: relative;
	left: 20px;
}

.scheduale-container .days ul li {
	list-style-type: none;
	float: left;
}

.scheduale-container .days ul li a, .schedule-header {
	display: block;
	padding: 5px 15px 0 5px;
	text-transform: uppercase;
	font-size: 13pt;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    text-decoration: none;
}

.scheduale-container .days ul li a:hover, .scheduale-container .days ul li a.active {
	color: #000000;
}

.scheduale-container .lists-container {
	padding: 20px 20px 20px 20px;
	margin: 20px 0 0 0;
	color: #000000;
	font-weight: normal;
	
}

.scheduale-container .lists {
	list-style-type: none;
}

.scheduale-container .lists li {
	list-style-type: none;
}

.scheduale-container .lists li a {
	color: #000000;
	text-decoration: none;
}

.scheduale-container .lists li a:hover {
	text-decoration: underline;
}

.scheduale-container .list-left, .scheduale-container .list-center, .scheduale-container .list-right {
	float: left;
}

.scheduale-container .list-left li, .scheduale-container .list-center li, .scheduale-container .list-right li {
	margin: 10px 0;
}

.scheduale-container .list-left {
	width: 100px;
}

.scheduale-container .list-center {
	width: 200px;
}

.scheduale-container .schedule-header {
	display: block;
	padding: 10px 15px 0 0;
	text-transform: uppercase;
	font-size: 13pt;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #0A639D;
    text-decoration: none;
}

.adv-box {
	float: left;
	width: 258px;
	margin: 40px 0 20px 47px;
}

.poll-adv {
	width: 243px;
	float: left;
}

/** coming soon **/

.coming-soon {
	display: block;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 16pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    padding: 50px 0;
}

/** listen now **/
#listen_now {
 	width:138pxpx;
	height:110px;
	margin: 0 auto;
}

#listen-now {
	width: 100px;
	height: 100px;
	float: right;
	/*margin-right:200px;*/
}

#listen-now img {
	/*width: 275px;*/
	width: 100px;
	height: 100px;
}

/** Feedback Form **/

#feedback {
	width: 685px;
	height: 450px;
	margin: 0 auto;
	color: #000000;
	font-weight: normal;
}

#feedback .box-head {
	height: 39px;
}

#feedback .box-head .icon {
	background: #15181D;
	margin: 0 0 0 20px;
	width: 50px;
	height: 39px;
	float: left;
}

#feedback .box-head .icon img {
	padding: 7px 12px;
}

#feedback .box-head .title {
	float: left;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 16pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    height: 39px;
    padding: 11px 0 0 7px;
}

#feedback .box-body {
	background: #15181D;
	width: 685px;
	height: 450px;
	padding: 20px 0 0 0;
}

#feedback .box-body ul {
	list-style-type: none;
	padding-left: 20px;
}

#feedback .box-body ul li {
	list-style-type: none;
	margin: 10px 0;
}

#feedback .box-body ul li label {
	display: block;
	padding-bottom: 5px;
}

#feedback .box-body ul li select {
	width: 204px;
}
	
#feedback .box-body ul li input[type="text"] {
	width: 200px;
}


#feedback .box-body ul li textarea {
	width: 300px;
	height: 100px;
}

/** register **/

#register {
	width: 685px;
	height: 760px;
	margin: 0 auto;
	color: #000000;
	font-weight: normal;
}

#register .box-head {
	height: 39px;
}

#register .box-head .icon {
	background: #15181D;
	margin: 0 0 0 20px;
	width: 50px;
	height: 39px;
	float: left;
}

#register .box-head .icon img {
	padding: 7px 12px;
}

#register .box-head .title {
	float: left;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 16pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    height: 39px;
    padding: 11px 0 0 7px;
}

#register .box-body {
	background: #15181D;
	width: 685px;
	height: 680px;
	padding: 20px 0 0 0;
}

#register .box-body ul {
	list-style-type: none;
	padding-left: 20px;
}

#register .box-body ul li {
	list-style-type: none;
	margin: 10px 0;
}

#register .box-body ul li label {
	display: block;
	padding-bottom: 5px;
}

#register .box-body ul li select {
	width: 204px;
}
	
#register .box-body ul li input[type="text"] {
	width: 200px;
}


#register .box-body ul li textarea {
	width: 300px;
	height: 100px;
}

/** sitemap **/

#sitemap {
	width: 685px;
	margin: 0 auto;
	color: #000000;
	font-weight: normal;
}

#sitemap .box-head {
	height: 39px;
}

#sitemap .box-head .icon {
	background: #15181D;
	margin: 0 0 0 20px;
	width: 50px;
	height: 39px;
	float: left;
}

#sitemap .box-head .icon img {
	padding: 7px 12px;
}

#sitemap .box-head .title {
	float: left;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 16pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    height: 39px;
    padding: 11px 0 0 7px;
}

#sitemap .box-body {
	background: #15181D;
	width: 685px;
	padding: 20px 0 20px 0;
}

#sitemap img {
	padding-left: 50px;
}

#sitemap .box-body ol {
	list-style-type: decimal;
	padding-left: 50px;
}

#sitemap .box-body ol li {
	list-style-type: decimal;
	margin: 10px 0;
}

#sitemap .box-body ol li a {
	text-decoration: none;
	color: #000000;
}

#sitemap .box-body ol li a:hover {
	text-decoration: underline;
}

/** polls archive **/

#polls-archive .box-head {
	height: 39px;
	margin-left: 20px;
}

#polls-archive .box-head .icon {
	background: #15181D;
	margin: 0 0 0 20px;
	width: 50px;
	height: 39px;
	float: left;
}

#polls-archive .box-head .icon img {
	padding: 7px 12px;
}

#polls-archive > .box-head .title {
	float: left;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 16pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    height: 39px;
    padding: 11px 0 0 7px;
}

#polls-archive .wp-polls-archive .box-head .title {
	float: left;
	font-size: 13pt;
	margin: 5px 50px 0 0;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #ffffff;
    padding: 0;
}

.wp-polls-archive {
	background: #15181D;
	margin-left: 20px;
	padding-bottom: 50px;
	width: 799px;
}
	
.wp-polls-archive .poll-box {
	width: 100%;
	min-height: 100px;
	margin-left: 50px;
}

.wp-polls-archive .poll-box .box-head {
	/*min-height: 39px;*/
	margin-bottom: 10px;
}

.wp-polls-archive .poll-box .box-body {
	width: 511px;
	padding: 5px;
	background-color: #EEEEEE;
	min-height: 100px;
}
.blocPresenter {
   width: 140px;
   text-align:center;
   float:left;
   margin-bottom: 15px;
}
.blocPresenter a {
	color: #304163;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.blocPresenter a:hover {
	text-decoration: underline;
}

/**
 * reCAPTHA
 */

#recaptcha_widget_div {
	position: relative;
	left: -55px;
	display: none;
}

.main_title {
	float: left;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 12pt;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStdCn', Helvetica;
    color: #304163;
    height: 20px;
    padding: 5px 0 0 7px;
}
