/*MAIN*/
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body { 
	background: #E9F2EA url(../img/header.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	color: #565051;
	font-family: "Museo-Slab", serif;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	}
	
#main {
	width: 700px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 120px;
	}


/* CLEARFIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {display: inline-block;}
.clearfix {display: block;}


/*HEADER AND MENU*/	
#header {
	height: 80px;
	margin: 0;
	}

#header img {
	padding: 52px 0 0 0;
	display: block;
	margin: 0 auto;
	}

#nav	{
	list-style: none;
	margin: 19px 0;
	padding: 0;
	text-align: center;
	}

#nav li {
	display: inline;
	font-size: 17px;
	font-weight: 700;
	}

#nav a {
	display: inline-block;
	margin: 5px 20px;
	padding: 2px;
	color: #ffffff;
	text-decoration: none;
	}

#nav a:hover	 {
	-webkit-transition:color .2s ease-in;
	color: #ff8a00;
	}
	
	
/*BODY*/
#title {
	margin: 155px 0 30px 0;
	padding: 0 50px 2px 0;
	font-size: 36px;
	font-weight: 800;
	color: #005074;
	border-bottom: 1px solid #007AB2;
	}
	
#copy {	
	font-size: 19px;
	color: #161616;
	line-height: 22pt;
	padding: 0px 15px 0px 1px;
	}

#copy p {
	padding-bottom: 3px;
	}

#copy a {
	color: #123659;
	text-decoration: none;
	border-bottom: 1px dotted #123659;
	}
	
#copy a:hover {
	border-bottom: 1px solid #123659;
	}	
	
	
/*PLAYLIST*/
#recent {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	}

#recent li {
	padding: 0 0 14px 0;
	margin: 0 0 14px 0;
	font-size: 19px;
	font-weight: 400;
	border-bottom: 1px solid #c7cfc8;
	}
	
#recent li a {
	color: #565051;
	text-decoration: none; 
	}	

#recent li a:hover {
	border-bottom: 1px dotted #565051;
	}
	
#recent li a:hover:after {
	content: "\00BB";
	padding-left: 6px;
	}	

#recent .date {
	font-size: 11px;
	font-weight: 700;
	margin: 0px 10px 0px 30px;
	color: #73998d;
	}


/*JUKEBOX*/
#juke {
	list-style: none;
	padding: 0;
	margin-left: 0;
	}

#juke li {
	font-size: 20px;
	font-weight: 700;
	padding: 12px 12px;
	border-top: 1px solid #E9F2EA;
	}
	
#juke li a:before {
	color: #ffffff;
	content: "\00BB";
	float:left;
	margin-right: 10px;
	opacity: 0.5;
	}	

#juke li a:hover:before {
	opacity: 1;
	}		
	
#juke li a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	}

#juke li a:hover{
	border-bottom: 1px solid #ffffff;
	}

#juke .juke-year {
	margin-top: 25px;
	color: #343434;
	background-color: #cbcbcb;
	font-weight: 800;
	font-size: 24px;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-top-left-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-webkit-border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	-moz-border-radius-topright: 13px;
	-webkit-border-top-left-right: 13px;
	-webkit-box-shadow: 3px 0px 3px rgb(0,0,0);
	-moz-box-shadow: 3px 0px 3px rgb(0,0,0);
	box-shadow: 3px 3px 0px rgb(0,0,0);
}

#juke .juke-winter {
	background-color: #3485c7;
	border-left: 1px solid #444;
	-webkit-box-shadow: 3px 0px 3px rgb(0,0,0);
	-moz-box-shadow: 3px 0px 3px rgb(0,0,0);
	box-shadow: 3px 3px 0px rgb(0,0,0);
	}

#juke .juke-spring {
	background-color: #5a9b25;
	border-left: 1px solid #444;
	-webkit-box-shadow: 3px 0px 3px rgb(0,0,0);
	-moz-box-shadow: 3px 0px 3px rgb(0,0,0);
	box-shadow: 3px 3px 0px rgb(0,0,0);
	}
	
#juke .juke-summer {
	background-color: #e53f00;
	border-left: 1px solid #444;
	-webkit-box-shadow: 3px 0px 3px rgb(0,0,0);
	-moz-box-shadow: 3px 0px 3px rgb(0,0,0);
	box-shadow: 3px 3px 0px rgb(0,0,0);
	}
	
#juke .juke-fall {
	background-color: #c95b00;
	border-left: 1px solid #444;
	border-bottom-left-radius: 13px;
	-moz-border-radius-bottomleft: 13px;
	-webkit-border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-webkit-border-bottom-left-right: 13px;
	-webkit-box-shadow: 3px 3px 3px rgb(0,0,0);
	-moz-box-shadow: 3px 3px 3px rgb(0,0,0);
	box-shadow: 3px 3px 3px rgb(0,0,0);
	}			
	
#juke .date {
	color: #ffffff;
	opacity:0.35;
	font-size: 65%;
	font-weight:800;
	padding-left: 15px;
	text-transform: uppercase;
	}


/*FOOTER*/
#footer {
	background: #E9F2EA url(../img/footer.png) repeat-x bottom;
	margin-top: -100px;
	width: 100%;
	position: relative;
	height: 100px;
	clear: both;
	}



