@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	background-image:url(../img/background.jpg);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: top center;
	font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Lucida Grande, Arial, Verdana, sans-serif;
}
body,td,th {
	color: #999999;
}
a {
	color:#DDD;
	text-decoration:none;
}
a img{
	border:none;
	text-decoration:none;
}
.container{
	position:absolute;
	left:20%;
	vertical-align:middle;
	background-color:#222222;
	width:700px;
}
.textwrapper{
	position:absolute;
	left:20%;
	top:106px;
	background-color:#222222;
	width:700px;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
}
.entry{
	position:relative;
	left:20px;
	width:660px;
	border: solid thin #442222;
}
.entry p{
	padding-left:10px;
	padding-right:10px;
}
.subheader{
	background:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	display:block;
	height:20px;
}

.footer{
	position:absolute;
	bottom:0%;
	width:100%;
	left:0px;
	display:block;
	background:#222222;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top: solid thin #442222;
}
/* Solid Block Hover Over Menu CSS */
.solidblockmenu{
	position:relative;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 700px;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #660000;
	border-width: 1px 0;
	background: black url(../img/blockdefault.gif) center center repeat-x;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #CCCCCC;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px #333333;
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background: transparent url(../img/blockactive.gif) center center repeat-x;
}
/* Digital Clock CSS */
.details
{
	font-family: MS Sans Serif, arial;
	font-size: 14px;
	font-weight: bold;
	color:#882222;
	padding-right:10px;
}
#meta {
	width: 80%;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}

#meta h2 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.8em;
}

#meta .twitter_status {
	background: #444;
	padding: 2px 6px 3px 6px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#meta .facebook_status {
	background: #444;
	padding: 2px 6px 3px 6px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#meta .blog_tagline {
	background: #cc0066;
	padding: 2px 6px 3px 6px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#meta .photos {
	background: #444;
	padding: 2px 6px 3px 6px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#meta .muxtape {
	background: #6600cc;
	padding: 2px 6px 3px 6px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#lastfm h2 {
	display: inline;
	background: #66cc00;
	padding: 2px 6px 3px 6px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#lastfm h2 {
	font-size:16px;
	display: inline;
	background:#444;
	padding: 2px 6px 3px 6px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#lastfm ul {
	font-size: 0.8em;
	line-height: 1.5em;
	list-style-type: none;
	padding: 0;
}

#lastfm ul li {
	list-style-type: none;
}

#lastfm_slide {
	padding-bottom: 40px;
	padding-left: 10px;
	margin: 0px;
	margin-top: -10px;
}

#lastfm h2 a {
	color:#DDD;
	background: #444;
	padding: 2px 6px 3px 6px;
	margin-right: 5px;                       
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#lastfm #lastfm_slide a {
	padding-right: 5px;
	font-size: 0.9em;
}

#lastfm #lastfm_slide span {
	font-size: 0.8em;
	color: #555;
}
