/* 
Template Style Sheet: Typography  
Version: 1.0  
Author: Neil Collyer  
Email: hello.neil@hotmail.com 
*/ 


/* Copy */ 

body {
color: #000000;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
}

p {
font-size: 12px;
line-height: 1.8em;
margin: 1.1em 0em 1.2em 0em;
color:#666666;
}

strong, b {
font-weight: bold;
}

.text_info2 {
font-size: 9px;
font-weight:normal;
color:#666666;
}

.text_info_playing2 {
font-size: 9px;
font-weight:normal;
color:#666666;
}

.main_info_playing {
font-size: 9px;
font-weight:bold;
color:#b6aacf;
}

.main_info_playing2 {
font-size: 15px;
font-weight:bold;
color:#b6aacf;
}

/* Headers */ 

h1 {
font-size: 15px;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
color:#f47B20;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {
font-size: 8px;
font-weight:normal;
margin: 1.2em 0em 1.2em 0em;
color:#666666;
}


/* Links */ 

/* Universal links */

a:link {
	text-decoration: underline;
}

a:visited {

	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}



/* Tag links */

h1 a:link {
color:#f47B20;
text-decoration:none;
}

h1 a:visited {
color:#f47B20;
text-decoration:none;
}

h1 a:active {
color:#f47B20;
text-decoration:none;
}

h1 a:hover {
color:#f47B20;
text-decoration:none;
}


/* Class Links */

.class_name a:link {
}

.class_name a:visited {
}

.class_name a:hover {
}

.class_name a:active {
}


/* ID Links */

#id_name a:link {
}

#id_name a:visited {
}

#id_name a:hover {
}

#id_name a:active {
}