/*
Bristol Manor Farm Social Club Website
Copyright ©2007 - 2008 Bristol Manor Farm Social Club. All Rights Reserved.

Proudly Designed by graphicsplant.com
*/

body{
	background: url(images/repeat.png) repeat-x #fff;
	padding: 0;
	margin: 0;
	font: 8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

a:link, a:visited{
	color: #336666;
	text-decoration: underline;
}

a:hover, a:active{
	color: #336666;
	text-decoration: none;
}

a img{
	border: 0;
}

#header{
	background: url(images/header.png) no-repeat;
	width: 849px;
	height: 394px;
	margin: auto;
}

#logo{
	float: left;
	position: relative;
}

#content{
	width: 830px;
	margin: auto;
	margin-top: -250px;
}

#text{
	width: 510px;
	float: left;
}

.post{
	width: 493px;
	margin: auto;
	padding-bottom: 30px;
}

.posttext{
	padding-left: 10px;
}

.posthead{
	background: url(images/post.png) repeat-x;
	width: 493px;
	height: 61px;
	padding-left: 10px;
}

.posttitle{
	font-size: 11pt;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
}

h4{
	font-size: 11pt;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
}

.postlinks{
	padding-left: 10px;
	padding-top: 20px;
}

#sidebar{
	width: 255px;
	float: right;
}

#sidebarhead{
	background: url(images/sidehead.png) no-repeat;
	width: 252px;
	height: 134px;
}

#sidetext{
	width: 222px;
	margin: auto;
	margin-top: -118px;
}

#sponsors{
	margin: auto;
	width: 252px;
}


#footer{
	margin-left: 15px;
	margin-top: 50px;
	padding-bottom: 20px;
}

/*Nav Styles*/

#nav{
	float: right;
	position: relative;
	width: 235px;
	padding-top: 28px;
}

a#home{
	background: url(images/homeoff.png) no-repeat;
	width: 56px;
	height: 27px;
	float: left;
	position: relative;
	margin-right: 2px;
}

a#home:hover{
	background: url(images/homeon.png) no-repeat;
}

a#homeon{
	background: url(images/homeon.png) no-repeat;
	width: 56px;
	height: 27px;
	float: left;
	position: relative;
	margin-right: 2px;
}

a#events{
	background: url(images/eventsoff.png) no-repeat;
	width: 56px;
	height: 27px;
	float: left;
	position: relative;
	margin-right: 2px;
}

a#events:hover{
	background: url(images/eventson.png) no-repeat;
}

a#eventson{
	background: url(images/eventson.png) no-repeat;
	width: 56px;
	height: 27px;
	float: left;
	position: relative;
	margin-right: 2px;
}

a#hire{
	background: url(images/hireoff.png) no-repeat;
	width: 56px;
	height: 27px;
	float: left;
	position: relative;
	margin-right: 2px;
}

a#hire:hover{
	background: url(images/hireon.png) no-repeat;
}

a#hireon{
	background: url(images/hireon.png) no-repeat;
	width: 56px;
	height: 27px;
	float: left;
	position: relative;
	margin-right: 2px;
}

a#gallery{
	background: url(images/galleryoff.png) no-repeat;
	width: 56px;
	height: 27px;
	float: left;
	position: relative;
	margin-right: 2px;
}

a#gallery:hover{
	background: url(images/galleryon.png) no-repeat;
}

a#galleryon{
	background: url(images/galleryon.png) no-repeat;
	width: 56px;
	height: 27px;
	float: left;
	position: relative;
	margin-right: 2px;
}