/* @override http://mattmartz.com/style.css */

body {
	color: #ffffff;
	font-family: Arial;
	padding: 0;
	margin: 0;
	background-color: #000;
}

img.source-image {
	width: 100%;
}

a {
	text-decoration: none;
	color: #00ee99;
}

a.rollover span.onhover, a.rollover:hover span {
	display: none;
}

a.rollover:hover span.onhover {
	display: inline;
	color: #00ccff;
}

a.visitlink {
	float: right;
}

a.visitlink:hover span.pluslink{
	display: inline;
}

div#content {
	left: 30px;
	top: 20px;
	width: 400px;
	float: left;
	position: absolute;
	background-color: #000000;
	padding: 20px;
}

div#name {
	text-align: center;
	font-size: 84px;
	margin: -10px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}

div.mainlist {
	margin-bottom: 10px;
	margin-top: 18px;
}

div.listhead, div.linkhead {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 4px;
	color: #f80;
	list-style-image: none;
	font-size: 30px;
}

div.listbody {
	color: #0095ff;
	text-align: right;
	margin-left: 4px;
	display: none;
}

span.pluslink {
	color: #0095ff;
	font-size: 12px;
	text-align: right;
	margin-right: 4px;
	position: relative;
	bottom: 7px;
	display: none;
}

plus:hover span.pluslink {
	display: inline;
}

p {
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-bottom: 5px;
	color: #0095ff;
}

p.lastfmtrack a, p.tweet a{
	color: #0095ff;
}

musicplayed, tweettime {
	float: right;
	color: #ffffff;
}

p.flickr {
	margin-left: 7px;
}

p.netflix {
	margin-left: 12px;
}

p.netflix img {
	margin: 4px;
}

movieout {
	background-color: #0095ff;
	padding-top: 86px;
}

div#tagline {
	border-top-style: dotted;
	border-top-width: 2px;
	margin-right: -10px;
	margin-left: -10px;
	padding-left: 12px;
	padding-top: 10px;
	margin-bottom: -10px;
	font-size: 19px;
	text-align: left;
}