/*
 * Table of Contents:
 * 
 * 1. MACRO -> Layout
 * 2. MACRO -> Typographie
 * 3. MACRO -> Tables
 * 4. MACRO -> Forms
 * 5. MACRO -> Helper
 * 6. MACRO -> Images
 * 7. micro -> Layout
 * 8. micro -> Templates
 *
 */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MACRO -> Layout */

* {
font-family: sans-serif;
}

body {
font-size: 62.5%;
color: #fff;
background: #141414;
}

#wrapper {
width: 375px;
margin: 0 auto;
}

#logo {
display: block;
width: 318px;
height: 60px;
margin-top: 100px;
margin-bottom: 40px;
margin-left: 20px;
text-indent: -9999px;
background: url(../media/images/layout/logo.gif);
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MACRO -> Typographie */

/* >>> base typographie */
p, li, dt, dd, th, td, legend, label, input, textarea, option {
	
}

/* >>> h1, h2, h3, h4, h5, h6 */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* >>> p */
p {}

/* >>> ul, ol, li */
ul {}
ol {}
li {}

/* >>> dl, dt, dd */
dl {}
dt {}
dd {}

/* >>> table, caption, th, td */
table {}
caption {}
th {}
td {}

/* >>> fieldset, legend */
fieldset {}
legend {}

/* >>> form, label, input.text, textarea */
form {}
label {}
input.text {}
textarea {}

select {}
option {}

button {}
input.submit {}
input.image {}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MACRO -> Typographie -> Links */

a {}
a:visited {}
a:hover {}
a:active {}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MACRO -> Tables */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MACRO -> Forms */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MACRO -> Helper */

/* >>>>>>>>>>>>>> Helper > Horizontal Lists */

.hl li {
float: left;
}

/* >>>>>>>>>>>>>> Helper > Clearfix */

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* >>>>>>>>>>>>>> Helper > Invisibility */

.invis {
position: absolute;
left: -9999px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MACRO -> Images */

/* >>>>>>>>>>>>>> Images > Icons */
.icon {}

/* >>>>>>>>>>>>>> Images > Replaced */
.replaced {
display: block;
text-indent: -9999px;
}

.replaced-inline {
display:-moz-inline-box;
display:inline-block;
background:transparent none 0 0 no-repeat;
text-indent:-3000px;
font:0/0 Arial;
overflow:hidden;
color:rgba(255,255,255,0);
vertical-align:middle;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> micro -> Layout */

p#myspace {
padding-left: 168px;
margin-left: 42px;
margin-bottom: 15px;
text-indent: -9999px;
background: url(../media/images/layout/youshouldfollowus.gif) no-repeat;
}

p#myspace a.replaced-inline {
display: block;
width: 108px;
height: 28px;
margin-top: -10px;
background: url(../media/images/layout/myspace_logo.gif);
}

p#footer {
text-align: center;
margin-left: 5px;
}

p#footer a {
font: 13px Verdana;
color: #ffc600;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> micro -> Templates */

/* >>> ul.playlist */

ul.playlist {
margin-bottom: 20px;
}

ul.playlist li {
height: 52px;
}

ul.playlist li span.coming-soon,
ul.playlist li a.sm2_link {
float: left;
display: block;
background: url(../media/images/layout/player.gif);
background-repeat: no-repeat;
}

ul.playlist li span.coming-soon {
background-position: 0 -96px;
}

ul.playlist li a {
text-decoration: none;
}

ul.playlist li a.sm2_link {
background-position: 0 1px;
cursor: hand;
}

ul.playlist li a.sm2_playing {
background-position: 0 -48px;
}

ul.playlist li span span,
ul.playlist li a span {
margin-left: 40px;
background: url(../media/images/layout/tracks.gif) no-repeat;
}

ul.playlist li span.in-the-end {
width: 191px;
height: 31px;
}

ul.playlist li span.shores {
width: 118px;
height: 31px;
background-position: 0 -52px;
}

ul.playlist li span.sooner-or-later {
width: 260px;
height: 31px;
background-position: 0 -104px;
}

ul.playlist li span.yet {
width: 52px;
height: 31px;
background-position: 0 -156px;
}

ul.playlist li span.humanity-song {
width: 266px;
height: 38px;
background-position: 0 -208px;
}

ul.playlist li span.gardener {
width: 156px;
height: 31px;
background-position: 0 -260px;
}

ul.playlist li a.exclude {
float: left;
margin-top: 6px;
margin-left: 15px;
text-indent: -9999px;
background: url(../media/images/layout/player.gif) 0 -147px;
width: 14px;
height: 18px;
}