/*
Theme Name: Virgin Radio Dubai
Theme URI: http://fahrulazmi.com
Description: a custom theme for Virgin Radio Dubai.
Version: 1.1
Author: fahrulazmi
Author URI: http://fahrulazmi.com/
Tags: fixed width, widgets
*/


body {
	background: #d3242b url(images/bg_kris-chad.jpg);
	background-attachment:fixed; 
	background-repeat:no-repeat; 
	background-position: top center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
}
.container	{
	width:1020px;
	margin:0 auto;
	/*background-color: #FFFFFF;*/
}

/* ================== */
/* ! GLOBAL CLASSES   */
/* ================== */
h1	{
	color: #233C7D;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}
h2	{
	color: #ff0000;
	font-size: 16px;
}
h2.soBig	{
	font-size: 33px;
}
h3	{
	font-size: 14px;
	color: #1d3f65;
	font-weight: normal;
}
a	{
	text-decoration: none;
	color: #cc3333;
}
a:active,a:focus {
	outline: none;
}
img	{
	border: 0;
}

.hide	{
	text-indent: -99999px;
	margin: 0;
	padding: 0;
	float: left;
}
.readmore	{
	text-align: right;
	margin: 0px;
}
.alignleft, .floatleft	{
	float: left;
}
.alignright, .floatright	{
	float: right;
}
.navigation	{
	height: 20px;
}
.navigation a	{
	padding: 3px 5px;
}
.navigation a:hover	{
	background-color: #cc3333;
	color: #FFFFFF;
}
/* ========== */
/* ! HEADER   */
/* ========== */

#header	{
	padding: 0px 28px;
	width: 940px;
	/*border: 5px solid #ff0205;
	border-top-width: 0px;*/
	margin: 3px auto 0px;
	height: 170px;
	overflow: hidden;
	position: relative;
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;

	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
#logo	{
	margin-top: 4px;
	float: left;
}
#topbox	{
	margin: 0;
	padding: 0 50px;
	float: left;
}
#topbanner	{
	position: absolute;
	right: 23px;
	bottom: 6px;
}
#topmenu	{
	border-left-color: #e4e4e4;
	border-bottom-color: #c0c0c0;
	border-right-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;

	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 4px;
	padding-top: 4px;
	position: absolute;
	right: 23px;
	top: 0px;
}
#topmenu p	{
	margin: 0;
	font-weight: bold;
	font-size: 11px;
}
#topmenu p a	{
	color: #000000;
	text-decoration: none;
}

/* ======== */
/* ! MENU   */
/* ======== */
.menuDiv	{
	height: 70px;
}
#nav {
	margin: 25px 8px;
	padding: 7px 6px 0;
	background: #00349a url(images/gradient.png) repeat-x 0 -110px;
	width: 990px;
	height:90px;
	display: block;
	position: absolute;
	z-index: 50;
	height: 37px;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav .current_page_item a, #nav .current_page_parent a, #nav li:hover > a {
	background: #187add url(images/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
#listen	{
	float: right;
	padding: 10px;
	width: 150px;
	height: 76px;
}

.listen {
	display: block;
	width: 150px;
	height: 76px;
	float: right;
	text-indent: -99999px;
	margin: 10px;
}
.listen:hover {
	background-position: 0 0;
}

/* ========== */
/* ! FOOTER   */
/* ========== */

#footer	{
	background-color: #e2242a;
	padding: 5px 15px;
	margin: 3px auto 0px;
	width: 970px;
}
#footer ul	{
	padding: 0;
	margin: 0;
}
#footer ul li	{
	float: left;
	display: inline;
	list-style: none;
}
#footer ul li a	{
	text-decoration: none;
	font-size: 20px;
	color: white;
	line-height: 30px;
	padding-right: 35px;
}
#footer ul li a:hover	{
	text-decoration: underline;
}
#footer p	{
	color: #FFFFFF;
	margin: 0; padding: 0;
}

/* =========== */
/* ! COLUMNS   */
/* =========== */

#column1	{
	margin: 0px 4px 0px 10px;
	width: 593px;
	float: left;
	display: inline;
}
#column1a	{
	float: left;
	display: inline;
	width: 300px;
	margin-right: 6px;
	overflow: hidden;
}
#column1b	{
	float: left;
	width: 287px;
	overflow: hidden;
}
#column2	{
	float: left;
	width: 280px;
	margin-right: 4px;
}
#skyscrapper	{
	float: left;
	width: 120px;
}

#content	{
	margin: 0px 0px 0px 10px;
	width: 684px;
	float: left;
	display: inline;
	overflow: hidden;
	background-color:#FFFFFF;
}
#sidebar	{
	margin: 0 0 0 22px;
	float: left;
	width: 294px;
}

/* ========== */
/* ! WIDGET   */
/* ========== */

.widget	{
	margin-bottom: 3px;
	position: relative;
	list-style: none;
	/* overflow: hidden; */
}
.widgettitle	{
	font-size: 13px;
	color: #FFFFFF;
	background: transparent url(images/col1a_top.png) no-repeat;
	height: 28px;
	padding-left: 14px;
	line-height: 28px;
	margin: 0;
	text-transform: uppercase;
}

.widgettitlebig	{
	font-size: 13px;
	color: #FFFFFF;
	background: transparent url(images/col1a_top-big.png) no-repeat;
	height: 28px;
	padding-left: 14px;
	line-height: 28px;
	margin: 0;
	text-transform: uppercase;
}
.widgetctitle	{
	font-size: 13px;
	color: #FFFFFF;
	background: transparent url(images/widg_cont.png) no-repeat;
	height: 28px;
	padding-left: 14px;
	line-height: 28px;
	margin: 0;
	text-transform: uppercase;
}
.widget ul	{
	padding: 0;
}
.widget ul li	{
	list-style: none;
}
.textwidget	{
	border: 1px solid #003399;
	padding: 10px;
	overflow: hidden;
	background-color:#FFFFFF;
}
.textwidget table th	{
	color: #cc3333;
	text-align: left;
}
#skyscrapper .textwidget	{
	margin: 0;
	padding: 0;
	border-width: 0;
}
/* ================== */
/* ! CUSTOM WIDGETS   */
/* ================== */

.virginNews	{
	padding: 3px;
	border: 1px solid #003399;
	background-color:#FFFFFF;
}
.virginNews img	{
	margin: 0 3px 3px 0;
	float: left;
}
.virginNews .title	{
	margin: 0;
	line-height: 16px;
	color: #cc3333;
}
.newsExcerpt	{
	margin: 5px 0;
	height: 80px;
	position: relative;
	overflow: hidden;
}
.virginNews .excerpt	{
	margin: 3px 0;
}
.virginNews .readmore	{
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0;
}
.virginNews p	{
	margin: 0;
}

#contact	{
	font-size: 13px;
	padding: 6px;
	color:#FFFFFF;
}
#contact h2	{
	margin: 10px 0 0 0;
}
#contact .red	{
	font-size: 15px;
	color: #ff0000;
}
#contact .feedback	{
	float: right;
}
#socials	{
	border-bottom: 2px solid #ff0000;
	border-top: 2px solid #ff0000;
	padding: 10px 4px;
	margin: 13px 0;
}

#events	{
	padding: 10px;
	background-color: #fbe4e5;
}
.event	{
	margin-bottom: 15px;
}
#events .h3	{
	font-size: 18px;
	color: #ff0000;
	margin: 20px 0;
}
#events .icon	{
	float: left;
	display: inline;
	margin: 10px 10px 10px 0;
}
#events .date	{
	margin: 0;
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
}
#events .excerpt	{
	border-top: 1px dotted #ff0000;
	margin-top: 3px;
	padding-top: 3px;
}
#events .title	{
	font-weight: bold;
	font-size: 13px;
}
#events p	{
	margin: 0;
}

.air	{
	margin: 5px 0;
}
.air .name	{
	margin: 0;
	line-height: 16px;
	color: #cc3333;
}
.air .time	{
	margin: 3px 0;
}

.virgin_playnow {
   border: 1px solid #003399;
}
.virgin_playnow .content{
   height:117px;
   padding: 5px;
}
.show_currently-live {
	min-height:75px;
	background-color:#8b0100;
	color:#FFFFFF;
}
.show_currently-live .title{
	padding: 5px;
	background-color:#d80100;
}
.show_currently-live .show{
	padding: 3px;
	min-height:56px;
}
.show_currently-live .name	{
	margin: 0;
	line-height: 16px;
	color: #cc3333;
}
.show_currently-live .time	{
	margin: 3px 0;
}
.show_currently-live img	{
	margin: 0 3px 3px 0;
	float: left;
}

.listenNow_bg {
 background: #ffffff url(images/virgin-nowPlaying.jpg) no-repeat 0 0;
}

.clicks	{
	border: 1px solid #003399;
	padding: 4px 0;
}
.clicks img	{
	margin: 4px 0 4px 14px;
}

.boxes	{
	border: 1px solid #003399;
	padding: 3px;
	background-color: #ffffff;
}
.boxes img	{
	margin: 3px 3px 3px 0;
	float: left;
}
.box	{
	height: 80px;
	position: relative;
	margin: 5px 0;
	overflow: hidden;
}
.box .title	{
	margin: 0;
	line-height: 16px;
	font-weight: bold;
}
.box .readmore	{
	position: absolute;
	bottom: 5px;
	right: 0px;
	margin: 0;
}

.polls	{
	border: 1px solid #003399;
	padding: 3px;
	background-color: #ffffff;
}
.wp-polls-ans ul li	{
	margin: 5px 0;
}

/* ========= */
/* ! ENTRY   */
/* ========= */
.post .size-medium	{
	margin: 10px;
}
#posts .alignleft	{
	float: left;
}
#posts .alignright	{
	float: right;
}
.post	{
	margin-bottom: 25px;
	position: relative;
}

/* ================ */
/* ! gigGuideList   */
/* ================ */
.gigGuideList .title	{
	font-size: 16px;
	font-weight: bold;
	color: #D3242B;
	margin: 0;
	padding: 10px;
	border: 1px solid #D3242B;
	background-color: #FFFFFF;
}
.gigGuideList .date	{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D3242B;
	float: left;
	margin: 0;
	padding: 10px;
	border: 2px solid #D3242B;
	position: absolute;
	top: 0;
	left: 0;
	width: 76px;
	text-align: center;
}
.gigGuideList .meta	{
	margin: 0;
	padding: 3px 10px;
	color: #FFFFFF;
	background-color: #D3242B;
}
.gigGuideList .banner	{
	margin: 0;
	border: 1px solid #D3242B;
}

/* ============ */
/* ! newsList   */
/* ============ */
.newsList .post	{
	height: 76px;
	overflow: hidden;
}
.newsList .meta	{
	float: left;
	width: 50px;
	text-align: center;
	border-right: 2px dashed #D3242B;
	margin-right: 15px;
}
.newsList .month	{
	text-transform: uppercase;
	color: #D3242B;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 15px;
}
.newsList .date	{
	text-transform: uppercase;
	color: #D3242B;
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
}
.newsList .attachment-post-thumbnail	{
	padding: 10px;
	float: left;
	border-right: 2px dashed #D3242B;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}
.newsList .excerpt	{
	float: left;
	width: 485px;
}
.newsList .title	{
}
.excerpt p, .excerpt h2	{
	margin: 0;
}

/* ============= */
/* ! tubepress   */
/* ============= */
#tubepress .tubepress_thumbs	{
	border: 1px solid #003399;
	background-color: #ffffff;
}

.tubepress_thumbnail_area	{
	margin: 0;
}
.tubepress_thumbs	{
	/*width: 271px;*/
	width: 265px;
	padding: 10px;
	overflow: hidden;
}
.tubepress_sidebar .tubepress_thumb	{
	margin: 7px 5px;
	width: 120px;
}
.tubepress_meta_group	{
	position: absolute;
}
#posts .tubepress_container	{
	width: 612px;
}
#posts .tubepress_thumbs	{
	width: 592px;
}

/* ========= */
/* ! AUDIO   */
/* ========= */

.audio	{
	float: left;
	width: 320px;
	margin: 5px;
	height: 60px;
	overflow: hidden;
}
.audio .attachment-post-thumbnail	{
	float: left;
	padding: 0 5px 5px 0;
}
.audio p	{
	margin: 0;
}
.boxes p	{
	margin: 0;
}


.audios .attachment-post-thumbnail	{
	padding: 10px;
	float: left;
	border-right: 2px dashed #D3242B;
	margin-right: 10px;
	width: 50px;
	height: 50px;
}
.audios .excerpt	{
	float: left;
	width: 550px;
}
table {
	border-collapse: collapse;
}
th {
	color: #bf071d;
}
tr.odd {
	background-color: #e1e1e1;
}
tr.even {
	background-color: white;
}

.download	{
}


.ngg-widget	{
	border: 1px solid #003399;
	padding: 7px;
	background-color: #ffffff;
}
.ngg-widget img	{
	margin: 3px 5px 3px 0;
	float: left;
}


/* ============== */
/* ! IE PNG FIX   */
/* ============== */
img, div { behavior: url(iepngfix.htc) }




/**** ADDED BY towfx ****/

#nav { font:300 14px/1.5 "Helvetica Neue",Corbel,Helvetica,Sans-Serif}
.post, .page {margin: 0 25px 25px 25px}
.post p, .page p {text-align: justify; line-height: 130%; margin: 0 0 10px 0;}
.category-news {margin: 0 0 25px 0}
.category-featured {margin: 0 0 25px 0}
h2 {font-size:20px}
#footer a { font-weight:bold }
#footer p { font-size: 70%}
#footer {
	border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	-moz-border-radius: 9px 9px 0 0; 
}
#nav { 	
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px; 
	padding: 7px 6px;
	}
#nav a { 	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;}
	
#nav li {margin: 0 3px}	

#nav ul { 
border-radius: 6px;
-moz-border-radius: 6px ; 
-webkit-border-radius: 6px;

top: 45px}

#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;

	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;

	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

.wpcf7-list-item {
	display:block;
	width:100%;
}

/*
.wpcf7 input[value="Vote!"] { background: url(images/vote.png); width: 77px; height: 39px; border: 0; text-indent: -1000px }
.wpcf7 input[value="Vote!"]:hover { background: url(images/vote_.png);  }
.wpcf7 input[value="Vote!"]:focus { position: relative; top: 1px; left: 1px;}
*/

/**
 * reCAPTHA
 */

* {
  margin:0;
  padding:0;
}

form ul li {
	margin-bottom: 5px;
	margin-top: 5px;
	list-style: none;
}

/**
 * VRD Signup Form
 */

.clr {
	clear: both;
}

#vrd-signup-f {
	background-color: transparent;
	margin: 10px 0;
}

#vrd-signup-f ul {
	list-style: none;
	float: none;
}

#vrd-signup-f ul li {
	list-style: none;
	float: none;
	margin: 10px 0;
}

#vrd-signup-f ul li label {
	display: block;
	float: left;
	width: 200px;
	margin: 0 15px 0 0;
	text-align: right;
	
	font-family: helveticaneue, Helvetica;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    color: #000000;
}

#vrd-signup-f ul li label.z {
	float: none;
	display: inline;
	text-transform: none;
	font-family: Helvetica;
	font-size: 12px;
	cursor: pointer;
} 

#vrd-signup-f ul li select {
	background: transparent;
    border: 1px solid gray;
}

#vrd-signup-f ul li textarea {
	background: transparent;
    border: 1px solid gray;
    width: 310px;
    height: 130px;
}

#vrd-signup-f ul li input[type="text"] {
    background: transparent;
    border: 1px solid gray;
    width: 310px;
}

#vrd-signup-submit {
	padding: 5px;
	width: 100px;
}

#vrd-signup-f .recaptcha_nothad_incorrect_sol, #vrd-signup-f .recaptcha_isnot_showing_audio {
	float: left;
}

#vrd-signup-f #recaptcha_widget_div {
	display: block;
	left: 0;
}

#vrd-signup-f #recaptcha_widget_div .recaptchatable #recaptcha_response_field {
	position: relative !important;
	top: 6px;
	background: #ffffff;
}

.asterisk-required {
	font-weight: bold;
	color: red;
}

/**
 * Win Stuff form
 */

#win-stuffs-form {
	width: 100%;
}

#win-stuffs-form ul {
	display: block;
	border: 1px dashed black;
	background: #f1f1f1;
	width: 98%;
	padding: 10px;
	margin: 10px 0;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#win-stuffs-form ul li {
	display: block;
	margin: 0 0 10px 0;
}

#win-stuffs-form ul li label {
	display: block;
	margin: 5px 0 10px 0;
	font-size: 14px;
}

#win-stuffs-form ul li label.z {
	cursor: pointer;
	display: inline;
	float: none;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
}

#win-stuffs-form ul li #win-stuff-submit {
	width: 120px;
}

#win-stuffs-form ul li textarea {
	width: 50%;
	height: 90px;
}

#win-stuffs-form ul li input[type="text"] {
	width: 50%;
}

/**
 * Hot 20
 */

#hot-twenty ul {
	list-style: none;
	display: block;
	border: 1px dashed black;
	background: #f1f1f1;
	padding: 10px;
	margin: 10px 0;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#hot-twenty ul li {
	list-style: none;
	margin: 10px 0;
}

#hot-twenty ul li label {
	cursor: pointer;
}

#hot-twenty .page {
	margin: 10px 0 0 0;
}

#hot-twenty #hot_twenty_submit {
	width: 120px;
}

#winstuff_messages .ouups{
	background-color:#FFCC99;
	padding: 10px;
	margin-left: 27px;
}

#winstuff_messages .thankyou{
	background-color:#CCFFCC;
	padding: 10px;
	margin-left: 27px;
}

.fifa_wordcup_bg {
   background: #9c0b15;
   background-attachment:fixed;
   margin:0px;
}
.pnTitle{
   font-size:14px;
   font-weight:bold;   
}
#listen_live{
   position:absolute;
   top:30px;
   right:5px;
   width:100px;
   height:120px;
}
#reward {
   margin: 5px 5px 5px 10px;
   width:100%;
   text-align:center;
}