body {
    background: #369;
    font-family: Tahoma, Verdana, Sans-serif;
}

div {
    position: relative;
    background: #FFF;
    color: #000;
    border: 1px solid black;
    text-align: left;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
	text-transform: lowercase;
}

div#news, div#links{
    font-size: 12px;
    left: 5px;
    width: 70%;
	margin: 0 auto 20px auto;
}

div#music, div#nav {
    position: fixed;
    font-size: 10px;
    right: 5px;
    top: 10px;
    width: 20%;
    max-width: 120px;
    left: auto;
}

div#music {
    top: 150px;
    
}

div#banner {
	width: 70%;
	text-align: center;
	letter-spacing: 1.5px;
	margin: 10px auto 20px auto;
	border: none;
	background-color: inherit;
	font: 2.5em bold Georgia;
	
}

div#delicious {
    font-size: 10px;
    left: 5px;
    width: 70%;
}

div#delicious a, div#footer a {
    letter-spacing: 0px;
}

div#footer {
    background: none;
    border: none;
    font-size: 10px;
    font-style: italic;
    text-align: center;
}

a {
    color: #000;
}

a:hover {
    color: #888;
}

h2 {
    margin-bottom: 0px;
    text-decoration: underline;
}

div#nav > h2, div#music > h2 {
    font-size: 12px;
}

h1 {
    color: #333;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 50px;
}

ul {
    list-style-type: none;
    padding-left: 10px;
}

span.artist {
    color: #AAA;
}

div.date {
    border: 0px;
    background: none;
    width: auto;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
