/*
Theme Name: Beuckman
Description: Made by Joe for Joe
Version: 1.0
Author: Joe Beuckman
Author URI: http://beigerecords.com/joe/
Tags: custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
body {
	font-size: 85%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #333;
	text-align: left;
}

.background_text {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:90px;
	position:absolute;
	top:0px;
	left:0px;
	width:950px;
	height:100%;
	color:#eeeeee;
	line-height:.75em;
	padding:0px;
}
.background_text a:link {
	line-height:.75em;
	color:#dddddd;
	font-size:12px;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
.background_text a:visited {
	line-height:.75em;
	color:#dddddd;
	font-size:12px;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
.background_text a:active {
	line-height:.75em;
	color:#dddddd;
	font-size:12px;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
.background_text a:hover {
	line-height:.75em;
	color: #FF0000;
	padding:0px;
	margin:0px;
}

.narrowcolumn h1 {
	font-size:36px;
}
.narrowcolumn {
	position: absolute;
	top:10px;
	left:50px;
	z-index:100;
	width: 480px;
}
.narrowcolumn a:link, a:visited, a:active, a:hover {
	color: #0000CC;
	font-size:inherit;
	text-decoration:underline;
}

/* Begin Sidebar */
#sidebar
{
	position: absolute;
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	z-index:100;
}
	
.commentlist {
	background-image:url(images/comment_background.png);
	padding-bottom:10px;
	padding-left:25px;
}