* {
	margin: 0;
	padding: 0;
}

body {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7D7D7D;
	background-color: #2FC824;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-attachment: fixed;
}

h1, h2, h3 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 26px;
	padding: 10px 0 0 10px;
	background: url(images/img03.gif) repeat-x;
	text-transform: lowercase;
	font-size: 1em;
	color: #713816
}

.boxed .content {
	padding: 20px 20px 40px 20px;
	color: #333333;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Post */

.post {
	margin-bottom: 15px;
	padding: 5px 20px 20px 20px;
	background: url(images/img05.gif) no-repeat center bottom;
}

.post .title {
	margin-bottom: 20px;
	color: #713816
}

.post .date {
	float: left;
	width: 70px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
	display: none;
}

.post .meta {
	float: left;
	padding-left: 20px;
	border-left: 1px dotted #713816;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	padding-top: 5px;
}

.post h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Logo */

#logo {
	width: 758px;
	background-color: #660066;
	background-image: url(images/brrokes-brothers-wine-bar-brasserie_06.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 34px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo h1 {
	padding: 90px 0 0 30px;
	letter-spacing: -3px;
	font-size: 3em;
}

#logo h2 {
	padding: 0 0 0 100px;
	font-size: 1.8em;
}

#logo a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #713816;
}
/* Banner*/

#banner {
	width: 758px;
	height: 302px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Menu */

#menu {
	width: 758px;
	height: 42px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(images/fenland-country-fairs_05.jpg);
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}

#menu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
}

/* Content */

#content {
	width: 416px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 31px;
	height: 579px;
}

#extra {
}

/* Content > Main */

#main {
	float: right;
	width: 430px;
	padding-top: 40px;
	padding-right: 30px;
	text-align: justify;
	padding-bottom: 50px;
}

#main a {
}

/* Content > Main > Bar Menus */

#barmenu {
	height: 25px;
	padding-left: 40px;
	margin-bottom: 10px;
}

#barmenu ul {
	list-style: none;
	margin-left: 0px;
}

#barmenu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	margin-right: 50px;
	color: #C9691D;
	width: 90px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #C9691D;
}

#barmenu a {
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 0;
}

/* Content > Main > Bar Menus > Lists */

.barlist {
	height: 25px;
	width: 140px;
	float: right;
}

.barlist a {
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 0;
	width: 120px;
}


/* Content > Sidebar */

.title-img {
	padding-left: 0px;
	border-bottom-width: thin;
}

#sidebar {
	float: left;
	width: 250px;
	margin-top: 30px;
	padding-left: 30px;
}

#sidebar a {
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	width: 441px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	text-align: center;
	color: #3068CD;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
