html {
	/* Found this to make centered content actually look proper.
	From Patrick Lauke at http://www.splintered.co.uk via http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-evenetter */
	height: 100%;
	margin-bottom: 1px;
}

body {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 14px;
    color: #e7e7e7;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #1f1f1f;
	margin: 0;
}

p {
	text-align: left;
	line-height: 1.50;
	font-size: 10pt;
}

blockquote {
	padding-bottom: 6px;
	padding-top: 3px;
	text-align: left;
	line-height: 1.20;
	font-size: 10pt;
}

h1 {
	padding-top: 10px;
	margin-bottom: -10px;
	font-style: normal;
	font-size: 16pt;
	font-weight: normal;
}

h2 {
	margin-bottom: -12px;
	padding-top: 8px;
	font-weight: bold;
	font-size: 13px;
}

ul {
	line-height: 1.5em;
	font-size: 10pt;
	list-style-type: none;
}

a:link.nul {
	border-style: none;
	color: #e7e7e7;
	text-decoration: none;
}

a:visited.nul {
	border-style: none;
	color: #e7e7e7;
	text-decoration: none;
}

a:hover.nul {
	border-style: none;
	color: #e7e7e7;
	text-decoration: none;
}

a:link {
	color: #e7e7e7;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}

a:visited {
	color: #e7e7e7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}

a:hover {
	color: #e7e7e7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
}

#maincontentphoto a:link {
	border-style: none;
	color: #e7e7e7;
	text-decoration: none;
}

#maincontentphoto a:visited {
	border-style: none;
	color: #e7e7e7;
	text-decoration: none;
}

#maincontentphoto a:hover {
	border-style: none;
	color: #e7e7e7;
	text-decoration: none;
}

#float {
	right: 0px;	
	bottom: 0px;	
	position: fixed;	
	background-position: 0px;	
}

.medialink {
	font-size: 9pt; 
	padding-left: 5px;
}

.rss-img {
	margin-bottom: -4px;
}

img {
	border-width: 0px;
}

#wrapper {
	text-align: center;
}

#container {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 2px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../looks/top-graph.jpg);
	background-color: #191919;
	padding: 0px;
	width: 770px;
	border: 2px solid #bebebe;
	text-align: left;
}

#top {
	height: 330px;
	padding: 0;
	margin: 0;
}

#navcontainer {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 280px;
	background-color: transparent;
	width: 770px;
	margin: 0;
}

.nav {
	padding-right: 30px;
	text-align: right;
}

#maincontent {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 50px;
	padding-top: 0px;
	float: right;
	width: 420px;
	margin-top: 0;
}

#sidebar {
	padding-left: 50px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0px;
	float: left;
	width: 200px;
	margin: 0;
}

.musicsidebar {
	position: relative;
	left: -50px;
	margin-left: -50px;
}

#maincontentphoto {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-top: 0px;
	margin-left: -10px;
	float: right;
	width: 420px;
	margin-top: 0;
}

#maincontent p {
	padding-left: 10px;
}

#maincontent h2 {
	padding-bottom: 2px;
}

#sidebar ul {
	
	font-size: 12px;
	margin-top: -15px;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.8em;
	padding-left: 10px;
	margin-left: 0px;
}

.clear {
	clear:both;
}

#footer {
	padding: 5px 0 0 0;
	clear: both;
}

.copyright {
	font-size: 10px;
	text-align: center;
}

.social {
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 10px;
}

.maillist {
	padding-top: 10px;
}

.bnav {
	text-align: center;
}

ul.songlist {
	list-style-type: decimal;
	list-style-position: outside;
	padding-top: 10px;
}

.thmb {
	border-width: 0px;
	border-style: none;
	padding: 5px;
}

.mediaimage {
	border: 0px;
	padding: 0px;
}

#ribbon {
	text-align: center;
	position: absolute;
	top: 6px;
	left: -382px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block
}

.strike {
	text-decoration: line-through;
}

.showinfo {
	padding-right: 10px;
	margin-top: -6px;
	font-size: 8pt;
	text-align: right;
}

