@charset "utf-8";
/* CSS Document */

/* TEXT STYLES */

#content h2 {
	font-size: 2.0em;
	margin: 15px 0;
}

#content h3 {
	font-size: 1.8em;
	margin: 15px 0;
}

#content h4 {
	font-size: 1.6em;
	margin: 15px 0;
}

a {
	color: #efbb1a ;
	text-decoration:underline;
}

yellow {
	color: #efbb1a ;
	text-decoration:underline;
}

#content h5 {
	font-size: 1.5em;
	margin: 15px 0;
}

#content h6 {
	font-size: 1.4em;
	margin: 15px 0;
}

#content p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 15px 0;
	text-align: left;
}

#content ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 25px;
}

.h1 {
	font-size: 12px;
}


/* ELEMENT STYLES */

body {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

.hTwitter {
	background: url(../images/hTwitter.png);
	height: 44px;
	width: 253px;
}

.hartists2 {
	background: url(../images/hartists2.png);
	height: 44px;
	width: 253px;
}

.hvideo2 {
	background: url(../images/hvideo2.png);
	height: 44px;
	width: 253px;
}

.hpodcasts2 {
	background: url(../images/hpodcasts2.png);
	height: 44px;
	width: 253px;
}

.hcontact2 {
	background: url(../images/hcontact2.png);
	height: 44px;
	width: 253px;
}

.hbackcatalogue {
	background: url(../images/hbackcatalogue.png);
	height: 44px;
	width: 253px;
}

.hPodcasts {
	background: url(../images/hPodcasts.png);
	height: 44px;
	width: 606px;
}

.hartists {
	background: url(../images/hartists.png);
	height: 44px;
	width: 606px;
}

.hvideo {
	background: url(../images/hvideo.png);
	height: 44px;
	width: 606px;
}

.hreleases {
	background: url(../images/hreleases.png);
	height: 44px;
	width: 606px;
}

.hcontact {
	background: url(../images/hcontact.png);
	height: 44px;
	width: 606px;
}

.hvault {
	background: url(../images/members.png);
	height: 44px;
	width: 606px;
}

img {
	border: none;
}

.newsletterInput {
	border: 1px solid #333;
	padding: 2px;
	width: 250px;
}

.replace span {
	display: none;
}

.signUp {
	float: right;
}

tweet {
	font-size:8px
}
/* trigger button */ 
#download_now { 
    background:transparent url(/img/home/download.png) no-repeat scroll 0 0; 
    display:block; 
    height:44px; 
    margin-bottom:30px; 
    overflow:hidden; 
    text-indent:-999em; 
    width:159px; 
    cursor:pointer; 
} 
 
/* mouseover state */ 
#download_now:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
#download_now:focus { 
    background-position:0 -88px; 
} 
 
/* tooltip styling */ 
.tooltip { 
    display:none; 
    background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png); 
    height:163px; 
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#fff; 
} 
 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}