/**
***  
** Global Layout Styles
***
**/

	body
	{
		color: #000;
		text-align:middle;
		vertical-align:middle;
		font-family: "georgia", "times", "times new roman", serif;
		font-size:0.8em;
		/*margin:30%;*/
		padding:2.5em 0em 0em 0em;
	}
	
	body.full {
		margin:2em !important;
	}

	
	#now_playing {
		padding:5px 10px 5px 10px;
		color:#444;
		border:1px dotted #CCC;
	}
	
	#now_playing img {
		float:left;
		padding:2px;
		border:1px dotted #666;
		margin-right:1em;
		background:#FFF;
	}
	
	#now_playing p{
		margin:0px;
		padding:0;
		font-size:5em;
		color:#666;
	}
	
	#now_playing em {
		color:#333;
	}
	
	#now_playing a {
		font-style:italic;
		text-decoration:none !important;
		border:none;
	}
	

	
/**
***  
** Global Text Styles
***
**/	
	
	A 	{ 
		color: #993300; 
		text-decoration: none; 
		border-bottom:1px dotted #993300;
	}
	
	A:link	{ 
		color: #993300; 
		text-decoration: none;
		border-bottom:1px dotted #993300;
	} 
	
	A:visited { 
		color: #707049; 
		text-decoration: none;
		border-bottom:1px dotted #707049;
	} 
	
	A:active { 
		color: #993300; 
		border-bottom:1px dotted #993300;
	}
	 
	A:hover	{ 
		color: #993300; 
		text-decoration: none;
		border-bottom:1px solid #993300 !important;
	}
	
	
	h1 a {
		color:#707049 !important;
		text-decoration:none !important;
		border-bottom:none !important;
	}
	
	a.big_link {
		font-size:1.4em;
		padding-bottom:2px;
		line-height:1.8em;
		
	}
	
	h1, h2, h3, h5 {
		font-weight: normal;
	}
	
	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	h4 {
		font-size:1.1em;
		font-weight:bold;
		margin-bottom:3px;
	}
	
	h1 {
		font-weight:normal !important;
		color:#707049;
		font-family: "Hoefler Text", "Palatino", "georgia", "times", "times new roman", serif;
		text-transform: uppercase;
		font-size:3em;
	}
	
	
	h2, caption {
		font-family: "Gill Sans", "GillSans", "Trebuchet MS", Sans-serif;
		text-transform: uppercase;
		color: #444;
		font-size:1.1em;
		font-weight:normal;
		letter-spacing: 0.15em;
		padding-bottom:2px;
	
	}
	
	
	


