/* CSS Document */

body
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px; 
	background-color: #777;
	height: 900px;
	min-height: 100%;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

div.main
{
	margin-left: 50px; 
	width: 600px; 
	border: solid #222 1px; 
	border-top: none;  
	border-bottom: none;  
	background-color: #fff;
	height: 100%;
}

div.content
{
	float: left;
	margin: 15px;
	margin-top: 5%;
	margin-bottom: 0%;
	width: 90%;
	background-color: #fff;
}

div.section
{
	margin-left: 5%;
}

div.menu
{
	padding: 2px; 
	text-align: right;
	color: #999;
	margin-right: 5px;
}

a.extern
{
	font-weight:bold;
}

a:link    { color: #773333; text-decoration: none; }  
a:visited { color: #773333; text-decoration: none; } 
a:active  { color: #773333; text-decoration: none; } 
a:hover   {	color: #aa7777; 
			text-decoration: underline; 
			text-shadow: 3px 3px 5px black; 
		 }

div.menu a:link, div.menu a:visited, div.menu a:active
{
	color: #ffffdd;
}
div.menu a:hover   
{	
	color: #aa7777; 
	text-decoration: underline; 
	text-shadow: 3px 3px 5px black; 
}

		 
div.footer
{
	position: relative;
	margin-bottom: 0%;
	text-align: right;
}

div.heading
{
	/* would be cool to have this overwrite stuff */
	color: #aaa;
	font-size: 32px;
	font-width: bold;
	letter-spacing: .15em;
	text-align: right;
	width: 100%;
}

div.blogentry
{
	width: 75%;
}

div.blogheading
{
	border-bottom: 1px solid #aaa;
	width: 100%;
}

div.blogtitle
{
	float: left;	
}

div.blogdatestamp
{
	text-align: right;
}

div.funnypicture
{
	position: absolute;
	top: 120px;
	left: 770px;
	width: 100px;
	height: 100px;
}


div.playlist
{
	position: absolute;
	top: 220px;
	left: 640px;
	width: 240px;
	overflow: visible;
	border: thin solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 10px;
}

div.review
{
	padding-bottom: 10px;
}

div.rartist
{
	font-weight: bold;
}

div.rtitle
{
	font-style: italic;
}

div.rdesc
{
	text-align: justify;
}
