@charset "utf-8";

/* Reset CSS
.............................................*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 10px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: black;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button:focus,
*:focus, button:active {
	outline: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearFloat{
	clear: both;
}
button{
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: none;
}

/* Hack firefox to disable outline*/
button::-moz-focus-inner { border: 0; }


/* Placement, dimenssions & background
............................................*/

#myPage{
	width: 1020px;
	margin: 0 auto;
}

#colonne-a{
	width: 240px;
	height: auto;
	min-height: 600px;
	position: fixed;
	float: left;	
}

#colonne-b{
	width: 240px;
	height: auto;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
}

#colonne-c{
	width: 480px;
	float: right;
	margin-top: 10px;
}

a.buyOnItunes{
	display: block;
	float: left;
	width: 100px;
	height: 20px;
	margin-top: 2px;
	text-indent: -999999px;
	background: url('http://www.bobsinclar.com/docs/jamaica/buy-on-itunes.jpg') top no-repeat;
	
}

a.buyOnItunes:hover{
	background: url('http://www.bobsinclar.com/docs/jamaica/buy-on-itunes.jpg') bottom no-repeat ;
}

#menu_text {
	display: none;
}

#menu_text a{
	display: block;
	float: left;
	//font-size:2em;
}

#content{
	width: 780px;
	height: auto;
	min-height: 600px;
	float: right;
}

.pochetteAndInfos{
	display: block;
	width: 480px;
	height: 200px;
	float: left;
}

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

.authorBio{
	width: 100%;
	text-align: right;
	font-style: italic;
}

#rainbow_of_love{
	margin-top: 20px;
}

#rainbow_of_love img{
	display: block;
	float: left;
	margin-right: 20px;
}

#rainbow_song{
	width: 260px;
	float: left;
	padding-top: 60px;
}

.songUtilies{
	display: block;
	float: left;
	width: 40px;
	height: 14px;
}
	.mp3{
		display: block;
		float: left;
		width: 14px;
		height: 14px;
		background: url(http://www.bobsinclar.com/discography/images/websiteuse/icone_player.jpg) no-repeat;
		text-indent: -999999px;
	}
	
	.mp3Play{
		display: none;
		float: left;
		width: 14px;
		height: 14px;
		background: url(http://www.bobsinclar.com/discography/images/websiteuse/icone_player_stop.jpg) no-repeat;
		text-indent: -999999px;
		cursor: pointer;
	}
	
.oneSong{
	height: 15px;
	margin: 5px 0px 5px 0px;
	clear: both;
}

.titleSong{
	display: block;
	float: left;
	height: 10px;
	margin-top: 2px;
}

/* Info bulle
.............................................*/

a.infoBulleItunes{
	display: block;
	position:relative;
	left: 18px;
	top: -14px;
	z-index:24;
	text-decoration:none;
}

a.infoBulleItunes:hover{
	z-index:25;
}

a.infoBulleItunes span{
	display: none;
}

a.infoBulleItunes:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
	height: 41px;
	width: 172px;
	display:block;
	position:absolute;
	top:-39px;
	left:-13px;
	text-align: justify;
	font-weight:none;
}

/* Awesome Button
............................................*/
.awesome, .awesome:visited {
	background: #222 url(alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #ffffff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover{
	background-color: #111; 
	color: #ffffff;
}
.awesome:active{
	top: 1px;
}
.small.awesome, 
.small.awesome:visited{
	font-size: 11px;
}
.awesome, 
.awesome:visited,
.medium.awesome,
.medium.awesome:visited{ 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.awesome,
.large.awesome:visited{ 
	padding: 5px 32px 6px 32px;
	/*padding: 2px 3px 3px;*/
}

.large.awesome span{
	font-family: "Helvetica LT ExtraCompressed", Helvetica, Arial, sans-serif;
	font-weight: normal;
	Letter-spacing: 1px;
	font-size: 30px;
}
	
.green.awesome,
.green.awesome:visited{
	background-color: #91bd09; 
}
.green.awesome:hover{
	background-color: #749a02;
}
.blue.awesome, 
.blue.awesome:visited{ 
	background-color: #2daebf; 
}
.blue.awesome:hover{
	background-color: #007d9a;
}
.red.awesome,
.red.awesome:visited{
	background-color: #e33100;
}
.red.awesome:hover{
	background-color: #872300;
}
.magenta.awesome,
.magenta.awesome:visited{
	background-color: #a9014b;
}
.magenta.awesome:hover{
	background-color: #630030;
}
.orange.awesome, 
.orange.awesome:visited{
	background-color: #ff5c00;
}
.orange.awesome:hover{
	background-color: #d45500;
}
.yellow.awesome,
.yellow.awesome:visited{
	background-color: #ffb515;
}
.yellow.awesome:hover{ 
	background-color: #fc9200;
}

div#nextPartyDate{
	margin-top: 10px;
}

div#nextPartyPlace{
	padding-bottom: 4px;
	border-bottom: 1px solid #EFE889;
}

#colonne-b ul{
	margin-bottom: 40px;
}

div#colonne-b h3{
	margin: 18px 0px 8px 0;
}

div#colonne-b li{
	margin-top: 4px;
	line-height: 11px;
}

/* Typography & colors
.............................................*/
body{
	color: white;
	font-family: Verdana, Arial, sans-serif;
}

h2{
	font-size: 20px;
}

button{
	color: white;
}

a:link{
	color: white;
	text-decoration: none;
}

a:focus{
	border-bottom: 1px solid;
	font-weight: bold;
	color: blue;
}

a:hover{
	
}

a:visited{
	color: inherit;
}

.uk p{
	font-size: 12px;
}

a.gray{
	color: gray;
	font-size: 12px;
}

a.gray:hover{
	color: white;
	text-decoration: underline;
}

.gray a{
	color: gray;
	//font-size: 12px;
}

.gray a:hover{
	color: white;
	text-decoration: underline;
}

.gray a:visited{
	text-decoration: none;
}

#colonne-b h2{
	color:#999;
	font-weight:normal;
	font-size:16pt;
}

.oneDate{
	font-size: 11px;
}

.newtParty{
	font-size: 15px;
}

#colonne-b h3{
	font-family: "Helvetica LT ExtraCompressed", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 26pt;
	color: white;
	text-transform: capitalize;
}

#colonne-b h3 span{
	font-size: 21.4pt;
}

div#nextPartyDate{
	font-size: 14pt;
	color: gray;
}

div#nextPartyPlace{
	font-size: 14pt;
	color: #F0E30B;
}

#menu_bas{
	font-size:7pt;
}

#menu_bas a{
	color: gray;
	text-decoration: none;
}

#menu_bas a:hover{
	text-decoration: underline;
}

