/*
Theme Name: Truffleberries
Theme URI: http://BayAreaEntertainment.com/
Description:
Version: 1.0
Author: Bay Area Entertainment
Author URI: http://BayAreaEntertainment.com/
Text cc3300
Text Hover ff3300
Background 330000
*/

h1,h2,h3,h4 {
	margin: 0;
}

body {
	text-align:center;
	background: none;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc3300;
	background: url(/images/) top center no-repeat;


}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.postmetadata {
	display: none;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:left;
}

#header {
	height:185px;
	position: relative;
	background: url(images/header.png) top center no-repeat;
	}
	
	.header-home-link {
		width: 350px;
		height: 125px;
	}
	
	#header a {
		color: #cc3300;
		text-decoration: none;
	}
	
	#navigation {
		width: 100%;
		position: absolute;
		bottom: 0px;
		height: 40px;
		left: 0;
		line-height: 40px;
		background: #330000;
	}
	
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
		#navigation ul li {
			float: left;
		}
		
		#navigation ul li a {
			display: block;
			padding: 0 15px 0 15px;
			text-decoration: none;
			color: #cc3300;
			text-transform: capitalize;
		}
		
		#navigation ul li a:hover {
			background: #cc3300;
			color: #fff;
		}
		
#container {
	background-color:none
	height: 100%;

}

#content {
	float:left;
	width:560px;
	padding: 10px;
	}
	
	#content h2 a {
		text-decoration: none;
		color: #cc3300;
	}
	
	#content h2 a:hover {
		text-decoration: underline;
		color: #ff3300;
	}
	
	#content a {
		text-decoration: none;
		color: #cc3300;
	}
	
	#content a:hover {
		text-decoration: underline;
		color: #ff3300;
	}

#commentform textarea {
	width: 100%;
	}

#sidebar {
	float:right;
	width:150px;
	margin-bottom: 25px;
	}
	
	#sidebar a {
		text-decoration: none;
		color: #cc3300;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
		color: #f21010;
	}
	
	#sidebar ul {
		margin: 0;
		padding: 0;
	}
	
	#sidebar li {
		list-style: none;
		margin: 0 0 0 15px;
		padding: 0;
	}
	
	#sidebar h2 {
		font-size: 16px;
		margin: 20px 0 10px 4px;
		padding: 0;
		display: block;
		height: 30px;
		width: 100%;
		padding: 3px;
		color: #fff;
		
		background: url(images/h2-fold-graphic.png) top right no-repeat;
	}

#footer {
	clear:both;
	text-align:center;
	line-height: 20px;
	padding: 0 15px 0 15px;
	height: 20px;
	border-top: 3px solid #2d2d2d;
	background-color:#330000; 
	}
	
	#footer a {
		text-decoration: none;
		color: #cc3300;
	}
	
	#footer a:hover {
		text-decoration: underline;
		color: #ff3300;
	}
	
	#footer li {
		list-style: none;
		text-align: right;
		display: inline;
		margin-right: 15px;
	}