/*
Theme Name: WPRS: Bonus Black
Author: WP Review Site
Author URI: http://www.wpreviewsite.com/
Description: A widget-enabled, black review site theme. Fully integrates WP Review Site rating and affiliate features.
*/

body {
	background: #ffffff url('http://www.baseballcampreviews.com/wp-content/uploads/bodybkgrd.png') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}
a {
	color:#2c405b;
}
ul {
	padding-left: 10px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/********** Classes **********/
.break {
	clear: both;
}
.commenttitle {
	font-size: 1.6em !important;
	padding: 5px 0 !important;
}
.post {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color:#000000;	
}

/********** Containers **********/
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	height: 150px;
	text-align: center;
	margin-bottom: 30px;
}
#wrapper {
	clear: left;
	width: 900px;
}
#content {
	width: 700px;
	float: left;
	padding-bottom: 10px;
}
	#content h1 {
		padding: 5px;
		font-size: 2em;
		color:#000;
		letter-spacing: -1px;
		margin: 0 0 20px 0;
	}
	#content h1 a {
		color: #333;
		text-decoration: none;
	}
	#content h3 {
		padding: 10px; background: #eee; color: #555;
	}
	#content em {
		font-family: Georgia;
		padding: 10px;
		color: #555;
	}
	#content p.postdetails {
		padding: 3px 10px;
		background-color: #E9E9E9;
		font: 10px Arial;
		margin-bottom: 5px;
	}
	#content p {
		padding: 5px 10px 10px 5px;
		font-size: 1.2em;
		line-height: 1.4em;
		text-align: justify;
	}
#content-bottom {
	background: url(images/container-bottom.png) no-repeat bottom;
	font-size: 12px;
	width: 900px;
	height: 50px;
	clear: both;
	display: block;
	margin-bottom: -9px;
}
#comments {
	width: 660px;
	clear: both;
	padding: 10px;
}
	#comments ul li {
		padding: 10px;
		background: #fafafa;
		color: #333;
		margin: 5px 0;
		border: 1px solid #ccc;
		border-width: 0 1px 0 1px;
		font-size: 0.9em;
		overflow: auto;
	}
	#comments form p {
		padding: 5px 0;
		font-size: 1.3em;
	}
#tags a {
	color: #333;
	font-weight: bold;
}


#sidebar {
	width: 190px;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
}
#sidebar1 {
	float: left;
	width: 190px;
}
	#sidebar h3 {
		background: url('http://www.baseballcampreviews.com/wp-content/uploads/sidebar.png') repeat-x center;
		color: #ffffff;
		text-transform: uppercase;
		font-size: 0.8em;
		font-weight: bold;
		line-height: 30px;
		padding-left: 5px;
		margin: 0px;
	}
	#sidebar ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#sidebar ul li {
		list-style: none;
		display: block;
		font-size: 0.8em;
		margin: 0;
		padding: 5px 5px 5px 10px;
		background: #eeeeee;
		border-bottom: 1px solid #dddddd;
	}

	#sidebar ul li a {
		color: #000000;
		text-decoration: none;
	}
.widget {
	background:#eeeeee;
	margin-bottom: 10px;
}

#adunit {
	text-align:center;
	margin-bottom:20px;
}
