/*  
Theme Name: FFHLive.com
Theme URI: http://ffhlive.com
Description: Custom theme for FFHLive.com
Version: 1.0
Author: Jason Taylor
Author URI: http://nullifi.com
*/

body {
	font-family: Tahoma;
	font-size: 14px;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
}

a:active {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: underline;
	color: black;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header_top {
	position: absolute;
	top: 0px;
	left: 0px;
}


#header_bottom {
	position: absolute;
	top: 225px;
	left: 0px;
}

#sidebar {
	position: absolute;
	top: 340px;
	left: 525px;
}

#content {
	position: absolute;
	top: 340px;
	left: 0px;
	background-image: url('images/content.jpg');
	width: 526px;
	height: 660px;
	overflow: auto;
}

#content_top {
	margin-left: 18px;
	margin-top: 8px;
}


#affiliates {
	position: absolute;
	top: 345px;
	left: 540px;
}

#affiliates_top {
	height: 150px;
	width: 235px;
	overflow: auto;
}

#photos {
	position: absolute;
	top: 554px;
	left: 540px;
}

#photos_top {
	height: 188px;
	width: 235px;
	overflow: auto;
}

#stats {
	position: absolute;
	top: 803px;
	left: 540px;
}

#stats_top {
	height: 150px;
	width: 235px;
	overflow: auto;
}

.newspost {
	border-style: solid;
	border-width: 2px;
	border-color: #D6845C;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}

.newsdate {
	font-weight: bold;
}

.newstitle {
	font-size: 12px;
	text-decoration: underline;
}

.press {
	font-family: Monospace;
	background: white;
	padding: 5px 5px 5px 5px;
	margin: 2px 2px 2px 2px;
	border-style solid;
	border-width: 2px;
	border-color: black;
}

.affimg {

margin: 2px 7px 2px 7px;
}

.toc {
	border-style: solid;
	border-width: 2px;
	border-color: #D6845C;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}

.article_header {
	font-weight: bold;
}

.article {
	margin-top: 10px;
	margin-bottom: 10px;
}

.article_by {
	font-size: 13px;
	text-decoration: underline;
	font-weight: italic;
}

.album_cover {

}

.album_info {

}

.tracklisting {

}

.bio {
	float: left;
	position: relative;
	top: 5px;
	padding: 5px 5px 5px 5px;
}