/*  
Theme Name: HHP Bloodhounds
Theme URI: http://hhpbloodhounds.com/
Description: The theme for the HHP Bloodhounds site
Version: 1.0
Author:Adam Leff


*/



#page{
	width: 850px;
	background-image: url('/images/ivy_03.gif');
	margin-right:auto;
	margin-left:auto;
	border: 3px solid #542500;
}
#header{
	width: 700px;
}
#contentFrame{
	width: 700px;
	background-color: #FFFFFF;
}
#sidebar{
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #281A13;
	background-color: #E7E7E7;
}
#content{
	width: 525px;
	float: right;
	position: relative;
	left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 20px;
	color: #281A13;
	line-height: 20px;
	padding-right: 20px;
}
ul{
	margin-left: 10px;
	padding-left: 10px;
}
ul.non-bulleted{
	list-style:none;
	margin-left: 10px;
	padding-left: 10px;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	margin: 20px;
	color: #281A13;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}

.post img {
  padding:4px;
  border:1px solid #bbb;
  }
h3{
	font-size: 15px;
}