/*
Theme Name: MotionFM
Theme URI: http://www.motionfm.com/
Description: Motion FM Theme.
Author: deuxpointzero design.
Version: 1.0
Tags: Multi fonction
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	background: transparent;	border: 0;	margin: 0;	padding: 0;	vertical-align: baseline;}body {	line-height: 1;}h1, h2, h3, h4, h5, h6 {	clear: both;	font-weight: normal;}ol, ul {	list-style: none;}blockquote {	quotes: none;}blockquote:before, blockquote:after {	content: '';	content: none;}del {	text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse: collapse;	border-spacing: 0;}a img {	border:none;}a{text-decoration:none;}ul, ol, li{	list-style-type:none;}
/* =Layout
-------------------------------------------------------------- */
/*-----------------------------------------------*/

.attachment-post-thumbnail, .wp-post-image
{
	border:none;
	margin:0;padding:0;
}
/*-----------------------------------------------*/


body
{
	background-color:#F5F7F5;
	font-Family : Helevetica ,Arial;
	font-size:12px;
	color:#404041;
	overflow-x:hidden;
}

iframe
{
	overflow: hidden;
	margin:0;
	padding:0;
	border:none;
	background-color:transparent;
}

a:focus
{
	border:none;
}

img a
{
	border:none;
}

#wrapper
{
	position:absolute;
	left:50%;
	margin-left:-490px;
	width:980px;
	/*border:1px #333 solid;*/
}

#header
{
	height:165px;
}

#logo-header
{
	display:block;
	width:980px;
	height:104px;
	background:url("./images/logo-header.png") left top no-repeat;
}

#content
{
	padding-left:28px;
	height: 1%;
}

#content h1
{
	margin-left:28px;
}

#section
{
 margin-left:28px;
 
}

#aside-left
{
	float:left;
	width:555px;
	overflow: hidden;
}

#aside-left a
{
	font-style: italic;
	color:#6699cc;
}

#aside-left h1
{
	margin-left:0;
}
#aside-left h2
{
	font-family: Georgia, Times, 'Times new roman', serif;
	font-size:22px;
	font-weight: normal;
	font-style:italic;
	color:#000;
	margin-top:12px;
	margin-bottom:5px;
}



#aside-left h3
{
	font-family: Georgia, Times, 'Times new roman', serif;
	font-size:18px;
	font-style:italic;
	color:#404041;
	margin-top:12px;
	margin-bottom:5px;
}

#aside-left h2 a, #aside-left h3 a
{
	color:#000;
}
#aside-left p
{
	line-height:150%;
	margin:10px 0 0 0;
}
#aside-right
{
	float:right;
	margin-right:20px;
	width:280px;
	overflow: hidden;
	/* background-color: #fff; */
}

ul#header-nav
{
	margin-left:83px;
	margin-top:10px;
}

ul#header-nav li
{
	float:left;
	/*border-right:1px #e4e4e4 solid;*/
	border-right:1px #ccc solid;
}

ul#header-nav li:last-child
{
	border-right:none;
}

ul#header-nav li a
{
	display:block;
	padding: 5px 7px;
	color:#404041;
}

ul#header-nav li a:hover
{
	
	background-color:#404041;
	color:#e4e4e4;

}

ul#header-nav #menu-item-293,
ul#header-nav #menu-item-638
{
	border: none;
}

ul#header-nav #menu-item-638 a
{
	background-color:#a61c00;
	color:#e4e4e4;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

ul#header-nav #menu-item-638 a:hover
{
	background-color:#404041;
	color:#e4e4e4;
}

ul#header-nav #searchform
{
	padding-left: 5px;
}

ul#header-nav #searchform #s
{
	border: none;
	width: 120px;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	background-color: #555;
	color:#e4e4e4;
	float: left;
	margin-right: 1px;
}

ul#header-nav #searchform #searchsubmit
{
	border: none;
	width:25px;
	height:25px;
	line-height:25px;
	background-color:#555;
	color:#e4e4e4;
	text-align: center;
	float: left;
	font-size: 10px;
	font-weight: bold;
}


ul#header-nav #searchform #searchsubmit:hover
{
	background-color: black;
}
#head-player-list
{
	margin-left:28px;
	width:935px;
	height:328px;
	background-color:#ffffff;
}


#player-col-1,#player-col-2,#player-col-3
{
	height:328px;
	float:left;
	overflow:hidden;
}
#player-col-1
{
	width:362px;
	border-right:1px #e6e7e8 solid;
}
#player-col-2
{
	width:329px;
	/* border-right:1px #e6e7e8 solid; */
}
#player-col-3
{
	width:240px;
}

/* -----------------------------------------------------------
 *
 *	ON AIR 
 *
 * -----------------------------------------------------------
*/

#on-air
{
	margin-left:28px;
	width:150px;
	float:left;
	background-color: white;
}

#on-air h2
{
	width:150px;
	height:54px;
	background:url('./images/On_air.gif') left top no-repeat;
}

#time-left,
#buy
{
	font-size:11px;
	margin-top:2px;
	
}

#time-left
{
	color:#000000;
	font-weight: bold;
	width:120px;
}
#buy
{
	display:block;
	padding:2px 4px;
	color:#ffffff;
	background-color:#000000;
	width:20px;
}

#artist-on-air
{
	margin-left:14px;
	margin-top:16px;
	font-size:11px;
	float:left;
	width:169px;
	color:#000000;
}

#artist-on-air .titles
{
	display:block;
	font-weight:bold;
	font-size:11px;
	color:#404041;
	margin:8px 0 2px 0;
}

#the-artist-on-air
{
	font-family: Georgia, Times, 'Times new roman', serif;
	font-size:17px;
	font-style:italic;
	font-weight:normal;
	color:#999;
}

/* -----------------------------------------------------------
 *
 *	TRACKLIST 
 *
 * -----------------------------------------------------------
*/

#tracklist
{
	margin-left:36px;
}

#tracklist h2#coming-up
{
	width: 152px;
	height: 64px;
	background-image: url('images/coming-up.gif');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#tracklist h2#history
{
	width: 152px;
	height: 64px;
	background-image: url('images/history.gif');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#history-wrapper
{
	display: none;
}

#history-list,#coming-up-list
{
	height: 64px;
	line-height: 76px;
	margin-right: 20px;
	/* color:#ec1c24; */
	color:#333334;
	font-size: 11px;
	font-style: italic;
	float: right;
}

ul#the-tracklist
{
	font-size:11px;
	width:249px;
}

ul#the-tracklist li
{
	padding:5px 0;
	border-bottom:1px #bbbdbf dotted;
}

ul#the-tracklist li img
{
	float:left;
	padding-right:8px;
}

.meta-list
{
	margin:2px 0 0 0;
	font-size:11px;
	width:120px;
}

.meta-list a
{
	
	color:#404041;
}

.meta-list a:hover
{
	color:#404041;
	text-decoration:underline;
}



/* -----------------------------------------------------------
 *
 *	OTHERS RADIOS 
 *
 * -----------------------------------------------------------
*/

#smooth-lounge-radios
{
	margin:21px 0 0 37px;
}

#lounge-link
{
	display:block;
	width:181px;
	height:63px;
	background:url('./images/listen-lounge.gif') left top no-repeat;
}

#smooth-link
{
	display:block;
	width:181px;
	height:89px;
	background:url('./images/listen-smooth.gif') left top no-repeat;
}

#listen-VIP
{
	display:block;
	width:181px;
	height:47px;
	margin-bottom: 10px;
	background:url('./images/listen-vip.gif') left top no-repeat;
}

#lounge-link:hover
{
	background:url('./images/listen-lounge.gif') left top no-repeat;
}

#smooth-link:hover
{
	background:url('./images/listen-smooth.gif') left top no-repeat;
}

#listen-VIP:hover
{
	background:url('./images/listen-vip.gif') left top no-repeat;
}
#i-like-facebook
{
	float: left;
	width: 60px;
	margin-top: 15px;
	margin-left: 0px;
}
#soundcloud-icon
{
	display:block;
	margin-top: 15px;
	margin-left: 25px;
	float: left;
	width:73px;
	height:33px;
	margin-bottom: 5px;
	background:url('./images/73x33_orange.gif') left top no-repeat;
}

#lastfm-icon
{
	display:block;
	margin-left: 25px;
	float: left;
	width:73px;
	height:24px;
	background:url('./images/Last.fm_Logo_Red-73x24.gif') left top no-repeat;
}
/* -----------------------------------------------------------
 *
 *	SLIDE SHOW AND ADVERTISING BIG BOX 
 *
 * -----------------------------------------------------------
*/

#slide-promo
{
	/*
position:absolute;
	left:auto;
	top:auto;
*/
	margin-left:28px;
	height:305px;
	width:935px;
	/* background-color:#e8e8e8; */
	background-color:#fff;
}

#slideshow
{
	position:relative;
	left:auto;
	top:auto;
	float:left;
	overflow: hidden;
	width:595px;
	height:290px;
}

.slide
{
	width:595px;
	height:290px;
}

.slide-in
{
	position:relative;
	left:12px;
	top:166px;
	width:372px;
	height:64px;
	padding:18px 14px;
	background-color:#fff;
	color:#404041;
}

.slide-in h3
{
	font-family: Georgia, Times, 'Times new roman', serif;
	font-size:19px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:5px;
}

.slide-in p
{
	font-size:11px;
	line-height:14px;
}

.slide-in img
{
	padding:5px 0 0 0;
}

.slide-in a
{
	color:#404041;
}

#ad-big-box
{
	float:right;
	padding:18px;
	height: 254px;
	width: 304px;
	background:#fff url('./images/advertising.gif') left -2px no-repeat;
}

a.collapse
{
	display: block;
	/* float:right; */
	padding-right:10px;
	font-size:10px;
	color:#404041;
	font-weight:bold;
	height: 20px;
	line-height: 20px;
	width:925px;
	background-color: #fff;
	text-align: right;
}

.collapse a:hover
{
	text-decoration:underline;
}
/* -----------------------------------------------------------
 *
 *	ITEMS HOME 
 *
 * -----------------------------------------------------------
*/

.item-row
{
	padding-left:28px;
	clear: left;
}

.item
{
	float:left;
	padding:10px 14px 0 0;
	width:284px;
}

.item h2
{
	
}

.item h3
{
	font-family: Georgia, Times, 'Times new roman', serif;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	color:#404041;
	margin-top:12px;
	margin-bottom:5px;
}

.item h3 a
{
	color:#000;
}
.item p
{
	font-size:11px;
	line-height:14px;
	margin-top:5px;
}
.item .f-r
{
	display:block;
	margin:7px 0;
}

.item .news-date
{
	display:block;
	font-family: Georgia, Times, 'Times new roman', serif;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	color:#000;
	margin-top:5px;
	margin-bottom:-10px;
}

.thumb-link
{
	display:block;
	width:272px;
	height:112px;
	background-color: #666664;
	text-align: center;
	overflow: hidden;
}
/* -----------------------------------------------------------
 *
 *	ITEM SIDEBAR 
 *
 * -----------------------------------------------------------
*/
.item-side
{
	padding:0 14px 0 0;
	width:284px;
}

.item-side h2
{
	
}

.item-side h3
{
	font-family: Georgia, Times, 'Times new roman', serif;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	color:#404041;
	margin-top:12px;
	margin-bottom:5px;
}

.item-side h3 a
{
	color:#000;
}
.item-side p
{
	font-size:11px;
	line-height:14px;
	margin-top:5px;
}
.item-side .f-r
{
	display:block;
	margin:7px 0;
}

/* -----------------------------------------------------------
 *
 *	PAGES TITLES 
 *
 * -----------------------------------------------------------
*/
#title-news
{
	display:block;
	width:72px;
	height:61px;
	background:url('./images/title-news.gif') left top no-repeat;
}

#title-dj
{
	display:block;
	width:42px;
	height:61px;
	background:url('./images/title-dj.gif') left top no-repeat;
}

#title-podcasts
{
	display:block;
	width:122px;
	height:61px;
	background:url('./images/title-podcasts.gif') left top no-repeat;
}

#title-radios-shows
{
	display:block;
	width:168px;
	height:61px;
	background:url('./images/title-radios-shows.gif') left top no-repeat;
}

#title-releases
{
	display:block;
	width:120px;
	height:61px;
	background:url('./images/title-release.gif') left top no-repeat;
}

#title-events
{
	display:block;
	width:85px;
	height:61px;
	background:url('./images/title-events.gif') left top no-repeat;
}

#page-title
{
	margin-top:25px;
	font-weight: lighter;
}

.search-result-class
{
	font-weight: normal;
	color: #ccc;	
}

#page-title span
{
	font-family: Georgia;
	font-style: italic;
	color: black;
}
/* -----------------------------------------------------------
 *
 *	PAGE AUTHOR 
 *
 * -----------------------------------------------------------
*/

#dj-posts
{
	margin-top: 40px;
	/* padding-top: 20px; */
	border-top:1px #999 solid;
}

h2#dj-post-title
{
	color:#555554;
	margin-bottom: 25px;
}
.post
{
	padding-top: 15px;
}

.meta-author
{
	font-size: 10px;
	text-transform: uppercase;
	color:#555554;
}
.meta-author a
{
	font-weight: bold;
	font-style: italic;
	font-family: Georgia,'time new roman';
}

/* -----------------------------------------------------------
 *
 *	NAVS ENTRE PAGES 
 *
 * -----------------------------------------------------------
*/

	#nav-above
	{
		margin:50px 0 0 0;
		/* border: 1px #999 solid; */
		font-family: Georgia,'times new roman';
		font-style: italic;
		font-size: 15px;
		width: 100%;
	}
	
	#nav-above a
	{
		color: #F5F7F5;
		background: #404041 url('./images/pattern-raies-grises.gif') left top repeat;
	}
	
	.nav-previous a
	{
		float:left;
		display: block;
		padding: 20px;
		color: #F5F7F5;
		
	}
	
	.nav-next a
	{
		display: block;
		text-align: right;
		float: right;
		padding: 20px;
		color: #F5F7F5;
		
	}
	
	#nav-above.navigation-cat
	{
		width:870px;
		padding-left:28px;
	}

/* -----------------------------------------------------------
 *
 *	FOOTER 
 *
 * -----------------------------------------------------------
*/
#footer
{
	width:935px;
	height:165px;
	padding-top:34px;
	margin-top:50px;
	margin-bottom:40px;
	margin-left:28px;
	background-color:#fff;
}

#social
{
	margin-left:58px;
	clear:both;
}

#social li
{
	float:left;
}

#footer-contact
{
	display:block;
	width:104px;
	height:20px;
	background:url('./images/contact.jpg') left top no-repeat;
}

#footer-social
{
	
	height:20px;
	margin-left:20px;
	padding-left:131px;
	background:url('./images/social-network.jpg') left top no-repeat;
}

#footer-social img
{
	margin-left:5px;
}

#footer-feed
{
	height:20px;
	margin-left:20px;
	padding-left:217px;
	background:url('./images/feeds-and-email-subs.jpg') left top no-repeat;
}
#footer-newsletter-li
{
	width: 206px;
	height: 20px;
}
#footer-newsletter
{
	display: block;
	width: 206px;
	height: 20px;
	margin-left: 10px;
	background:url('./images/subscribe-newsletter.jpg') left top no-repeat;
}

#social form
{
	margin-left:20px;
}

#social form input
{
	float:left;
}
#social #email
{	
	padding:0 4px;
	border:none;
	background-color:#F5F7F5;
	border:1px #E6E7E8 solid;
	color:#404041;
	font-size:11px;
	width:165px;
	height:22px;
	line-height:22px;
}

#social #email-submit
{
	margin:5px 0 0 5px;
}

ul#footer-nav
{
	margin:32px 28px 0 28px;
	padding-top:32px;
	border-top:1px #bbbdbf dotted;
	position:relative;
	top:auto;
	left:auto;
	width:auto;
	text-align: center;
}

ul#footer-nav li
{
	display:inline;
	border-right:1px #e4e4e4 solid;
}

ul#footer-nav li a
{
	padding: 5px 10px;
	color:#404041;
}

ul#footer-nav li a:hover
{
	
	background-color:#404041;
	color:#e4e4e4;
}

#footer-ads
{
	width:930px;
	margin-left:28px;
	text-align:center;
	margin-bottom:100px;
}

/* -----------------------------------------------------------
 *
 *	RADIO-SHOW-LIST-ASIDE 
 *
 * -----------------------------------------------------------
*/

ul#week-list-shows
{
	font-family:Georgia,serif;
	font-size:12px;
	font-style:italic;
	text-transform:uppercase;
	width:280px;
	height:22px;
	background-color:#404041;
}

ul#week-list-shows li
{
	float:left;
}

ul#week-list-shows li a
{
	display:block;
	padding:0 7px;
	height:22px;
	line-height:22px;
	color:#fff;
	background-color:#404041;
}

ul#week-list-shows li a:hover
{
	color:#404041;
	background-color:#fff;
}

ul#week-list-shows li a.current
{
	display:block;
	padding:0px 7px;
	color:#404041;
	background-color:#fff;
}

#radio-show-list-aside
{
	margin-top:15px;
	background-color:#fff;
	padding-bottom:15px;
	height:360px;
	overflow:hidden;
	border-bottom: 10px #333334 solid;
}

#radio-show-list-aside dl
{
	width:210px;
	margin-left:6px;
}

#radio-show-list-aside dt
{
	font-family:Georgia,serif;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	color:#000;
	margin-top:15px;
	padding-left:15px;
	background:url('./images/fleche-r.gif') left 2px no-repeat;
	line-height:15px;
}

#radio-show-list-aside dd
{
	margin-top:5px;
	padding-left:15px;
	text-transform:uppercase;
	font-size:10px;
	color:#808184;
	line-height:12px;
}

/* -----------------------------------------------------------
 *
 *	RADIO SHOWS PAGE
 *
 * -----------------------------------------------------------
*/

	.row-show-content
	{
		margin-bottom: 35px;
	
		/*508680*/
	}
	
	#radio-shows-single h2.show-title
	{
		font-size: 18px;
		color:#333334;
		/* color:#508680; */
	}
	
	.image-show
	{
		float:left;
		margin-right: 10px;
	}

/* -----------------------------------------------------------
 *
 *	SCROLLBAR COMING UP
 *
 * -----------------------------------------------------------
*/

#scrollComingUp
{
	width: 293px;
	clear: both;
	margin:0;
}

#scrollComingUp .viewport
{
	width: 280px;
	height: 255px;
	overflow: hidden;
	position: relative;
}

#scrollComingUp .overview
{
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}

#scrollComingUp .scrollbar
{
	background-color:#E6E7E8;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 5px;
}

#scrollComingUp .track
{
	background: url('./images/track.gif') left top repeat-y;
	height: 255px;
	width: 5px;
	position: relative;
	padding: 0;
}

#scrollComingUp .thumb
{
	background: url('./images/thumb.gif') left top no-repeat;
	width:5px;
	height:64px;
	background-color:#fff;
	width: 5px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}

#scrollComingUp .thumb .end
{
	
	/*
	height:0;
	width: 0;
	background-color:#3CC;
	*/
	
}

#scrollComingUp .disable
{
	display: none;
}
/* -----------------------------------------------------------
 *
 *	SCROLLBAR DJ RADIOS SHOWS
 *
 * -----------------------------------------------------------
*/

#scrollbar1
{
	width: 280px;
	clear: both;
	margin: 5px 0 10px 0;
}

#scrollbar1 .viewport
{
	width: 270px;
	height: 338px;
	overflow: hidden;
	position: relative;
}

#scrollbar1 .overview
{
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}

#scrollbar1 .thumb
{
	/*background: url('./images/scrollbar-radio-show.gif') no-repeat;*/
	width:10px;
	height:70px;
	background-color:#A6A8AB;
}

#scrollbar1 .scrollbar
{
	background-color:#E6E7E8;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 10px;
}

#scrollbar1 .track
{
	height: 100%;
	width: 10px;
	position: relative;
	padding: 0 1px;
}

#scrollbar1 .thumb
{
	background-position: 100% 100%;
	height: 5px;
	width: 10px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}

#scrollbar1 .thumb .end
{
	/*
	background-position: 100% 0;
	height: 5px;
	width: 13px;
	background-color:#3CC;
	*/
}

#scrollbar1 .disable
{
	display: none;
}
/* -----------------------------------------------------------
 *
 *	SONGINFOS 
 *
 * -----------------------------------------------------------
*/

#songinfo
{
	margin:0 auto;
	padding: 28px;
	height: 100%;
	
}

#songinfo h1
{
	width:256px;
	height:30px;
	background: url('./images/songinfo-title.gif') left top no-repeat;
	text-indent: -9999em;
}
#songinfo h2
{
	width:123px;
	height:32px;
	background: url('./images/songinfo-tracklist.gif') left top no-repeat;
	text-indent: -9999em;
}

ul#song-links
{
	margin:10px 0;
}

ul#song-links li
{
	float: left;
}

ul#song-links li a
{
	display:block;
	color:#F1362E;
	font-family: Georgia,'Times new roman';
	font-weight: bold;
	font-size: 11px;
	padding-right: 10px;
	background: url('./images/songinfo-fleche.gif') right top no-repeat;
	height: 13px;
	line-height: 13px;
	margin-right: 5px;
}

ul#song-links li a:hover
{
	color:#333334;
}
#info-picture
{
	width: 200px;
	height:200px;
	float: right;
	overflow: hidden;
	border:10px #fff solid;
	position: absolute;
	right:20px;
	top:32px;
}
#info-picture img
{
	
}
#infos
{
	margin: 15px 0;
	float:left;
	width: 287px;
}

.info-row
{
	font-family: Georgia,'Times new roman';
	font-size: 12px;
	font-style: italic;
	padding-bottom: 30px;
}

.info-title
{
	color:#515152;
	width:60px;
	float: left;
}

.echo-info
{
	color:#000000;
	float: left;
}

#lyrics
{
	font-family: Georgia,'Times new roman';
	font-size: 12px;
	font-style: italic;
	padding-bottom: 40px;
}

#lyrics p
{
	margin: 0;
	padding: 0;
	line-height: 150%;
}

.filet-sep
{
	margin: 20px 0;
	padding: 0;
	height: 1px;
	background-color: #a4a4a4;
	clear: both;
}

.lecteurs
{
	float:left;
	margin:0 20px;
	padding: 0 0 10px 0;
}
.lecteurs a
{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 5px;
	padding: 0 25px;
	border-left: 1px #adadad solid;
}

h3.kality
{
	float:left;
}
.row-kality
{
	margin-top: 20px;
}

#aside-left h2.vip-flux-title
{
	font-size: 17px;
}
#sharing-this
{
	padding: 10px 0;
}
#copy-right
{
	margin: -20px 0 20px 0;
	font-size: 10px;
	color: #666;
	text-align: center;
}

#loginform_vip
{
	width: 400px;
	margin: 20px 0 0 0;
	padding: 20px;
	border-bottom:1px #ccc solid;
	border-top:1px #ccc solid;
	 background:#ececec url('./images/listener-background.gif') -330px -105px no-repeat;

}

#loginform_vip label
{
	display:block;
	width:80px;
	float: left;
}

#loginform_vip .login-remember
{
	display: none;
	width: auto;
}

#vip-logout
{
	margin: 10px 0;
	font-size: 20px;
}

#commentform
{
	
}

#commentform input,
#commentform textarea
{
	display:block;
}

#commentform input[type=text],
#commentform textarea
{
	border: 1px #ddd solid;
	padding: 6px 10px;
	width:350px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



#three-radios
{
	position: relative;
	left: 35px;
	top:auto;
	width: 918px;
	height: 300px;
	margin-bottom: 26px;
	overflow: hidden;
	border-bottom: 1px #A6A8AB dotted;
	background-color:#F5F7F5;
	
}

#three-radios iframe
{
	background-color: transparent;
	overflow: hidden;
	border: none;
}

#radio-deep
{
	position: absolute;
	left: 0;
	top:0;
	width: 293px;
	height: 300px;
	border-right: 1px #A6A8AB dotted;
	background-color: transparent;
}
#radio-lounge
{
	position: absolute;
	left: 293px;
	top:0;
	width: 308px;
	height: 300px;
	border-right: 1px #A6A8AB dotted;
	background-color: transparent;
}

#radio-smooth
{
	position: absolute;
	left: 603px;
	top:0;
	width: 317px;
	height: 300px;
	background-color: transparent;
}

#three-radios .radio-module
{
	
}

#three-radios .radio-trigger
{
	width: 100%;
	height:71px;
	border-bottom: 1px #A6A8AB dotted;
}

#three-radios .radio-trigger .play-icon,
#three-radios .radio-trigger .play-right
{
	float:left;
}

#three-radios .radio-trigger .play-right img
{
	display: block;
}

#three-radios .radio-trigger .play-right ul
{
	margin-top: 10px;
}

#three-radios .radio-trigger .play-right ul li
{
	float: left;
}

#three-radios .radio-trigger .play-right ul li a
{
	display: block;
	font-size: 11px;
	padding-right: 5px;
}

#three-radios .radio-trigger .play-right ul li a:hover
{
	color:#555555;
}

#radio-deep ul li,
#radio-deep ul li a
{
	color:#c50000;
}

#radio-lounge ul li,
#radio-lounge ul li a
{
	color:#ca5a29;
}

#radio-smooth ul li,
#radio-smooth ul li a
{
	color:#6c2285;
}


#radio-on-air
{
	float:left;
	width: 120px;
}

#radio-on-air h2
{
	width:59px;
	height:42px;
}

#artist-on-air
{
	margin-left:18px;
	margin-top:25px;
	font-size:11px;
	float:left;
	width:130px;
	color:#000000;
}

#radio-on-air .meta-list > a
{	
	text-align: center;
	width: 33px;
	margin: 5px 0 0 0;
	padding: 4px 5px;
	display: block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #A6A8AB;
	color: #fff;
}
#radio-on-air .meta-list > a:hover
{
	background-color: #333;
	text-decoration: none;
}

#social-links-top
{
	position: absolute;
	width:280px;
	right: 0px;
	top:-2px;
	padding:5px 5px 10px 5px;
	background-color: #fff;
	border: 1px #ebebeb solid;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}

/* #social-links-top #soundcloud-icon
{
	position: absolute;
	margin:0 0;
	width:50px;
	height:33px;
	background:url('./images/73x33_orange.gif') -4px top no-repeat;
}
*/

#social-links-top #mixcloud-icon
{
	position: absolute;
	margin:5px 10px 0 0;
	width:38px;
	height:20px;
	background:url('./images/38x20-mixcloud_logo.png') 0px top no-repeat;
}

#social-links-top #youtube-icon
{
	position: absolute;
	margin:5px 10px 0 45px;
	width:50px;
	height:20px;
	background:url('./images/50x20-youtube_logo.png') 0px top no-repeat;
}

#social-links-top #lastfm-icon
{
	position: absolute;
	margin:5px 10px 0 100px;
	width:64px;
	height:20px;
	background:url('./images/64x20-lastfm_logo.png') 0px top no-repeat;
}

#social-links-top #i-like-facebook
{
	width: 100%;
	margin: 5px 5px 0 165px;
}

/* -----------------------------------------------------------
 *
 *	UTILITIES 
 *
 * -----------------------------------------------------------
*/
#close-radio-player
{
	width:935px;
	padding:2px 0;
	margin-left:28px;
	height:12px;
	background-color:#e8e8e8;
}

.noir
{
	color:#000;
}
.cache
{
	display:none;
}

.clear
{
clear:both;
height:1px;
margin-top: -1px;
}

.size-9
{
	font-size:9px;
}

.size-10
{
	font-size:10px;
}

.size-11
{
	font-size:11px;
}

.size-10
{
	font-size:12px;
}

.cap
{
	text-transform: uppercase;
}

.bold{
	font-weight: bold;
}