
/* CSS sheet from bluerobot.com */

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}

h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:15px;
	line-height:28px;
	font-weight:700;
	color:#ccc;
	}


p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

#uberlink {
	color:#058;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
}

#Header {
	margin:50px .5em 10px .5em;
	padding:17px 0px 0px 20px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;

	}

#Header h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#07a;
	}




#Content {
	margin:0px 10px 10px 200px;
	padding:10px;
	/*border:1px dashed #999;*/
        font-size:11px;
	}

#Content h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:15px;
	line-height:28px;
	font-weight:700;
	color:#999;
	}

#Content ul {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	text-indent:30px;
}

#newstuff p{

}

#date {
   font:11px/20px verdana, arial, helvetica, sans-serif;
   float: left;
   margin-right: 20px;
   color:#07a;

}

#tunebox em {
   font-weight: bold;
   color:#a20;
}

#Menu {
        margin-left: .5em;
        margin-top: .5em;
        float: left;
        width:172px;
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
	}

#footer
{
	clear:both;
	margin:0px .5em 0px .5em;
	padding: 10px 0px 0px 0px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;
	color:#07a;
	text-align: right;

}

