BODY
{
	background:#fff;
	text-align:center;
}
.clear {clear:both;}
.Center {text-align:center;margin-left:auto;margin-right:auto;}
#OuterWrapper
{
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	text-align:left;
}

#InnerWrapper
{
	float:left;
	width:200%;
	margin-left:-320px;
	position:relative;
	right:100%;
	background:#fff;
}

#ContentWrapper
{
	float:left;
	width:50%;
	position:relative;
	left:50%;
}

#Header, .ContentPane
{
	margin:0 100px 0 380px;
	overflow:hidden;
}

#RightPaneWrapper {
	float:right;
	width:320px;	
	position:relative;
	left:280px;
	z-index:5;
}
.RightPane
{
	width:280px;
	background:#f9a80d url(sidebar-bg-f9a80d.jpg) no-repeat top center;
	padding:180px 20px 40px;
}
#RightPaneBottom {
	background:url(sidebar-bottom.png) no-repeat;
	height:30px;
	width:300px;
	margin:0 auto;
}

#Header
{
	width:670px;
	height:180px;
	background:url(pbc-top-right.png) no-repeat 100% 0;
	position:relative;
	left:-10px;
	z-index:10;
}
#Header SPAN {
	display:block;
	height:180px;
	background:url(pbc-top-left.jpg) no-repeat 0 0;
}
#Menu {}

.Login {float:left;}
.Login .fields {display:none;}


#Footer {}
#BottomMenu {}

#beercellar {
}

.BlogPublished {
	float:right;
}

.Login {
	border:solid 1px #fc3;
	background:#ffd;
	padding:10px;
}

H1, H2, H3, H4, H5, H6 {
	font-family:Georgia,Times New Roman,Times,serif;
}
H1 {font-size:26px;}
H2 {font-size:22px;}
H3 {font-size:18px;}


/* blog */
.hide {
display:none !important;
}
.BlogContent {
	margin-top:30px;
}

.BlogContent .img-left, .BlogContent .float-left {
	float:left;
	font-size:10px;
	margin:0 20px 5px 0;
	text-align:center;
	text-indent:0 !important;
}
.BlogContent .img-right, .BlogContent .float-right {
	float:right;
	font-size:10px;
	margin:0 0 5px 20px;
	text-align:center;
	text-indent:0 !important;
}

.BlogPublished {
	float:right;
}

.BlogBody {
	color:#330000;
	font-family:verdana,tahoma,san-serif;
	font-size:12px;
	line-height:1.6;
	padding:0 20px 20px;
}
.BlogBody P {
	margin:0 0 10px;
	text-align:justify;
	text-indent:15px;
}
.BlogBody UL {
	margin:0;
	padding:0;
}
.BlogBody LI {
	margin:6px 0 6px 25px;
	padding:0;
	text-indent:0;
}
.BlogBody H3 {
	margin:10px 0 0;
}
.BlogBody P A, .BlogBody UL A {
	font-weight:bold;
	color:#810;
}
.BlogBody A.lightbox {
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:0 none;
}
.BlogBody P A:hover, .BlogBody UL A:hover {
}
.BlogBody IMG {
border:1px solid #5B1C0D;
padding:1px;
}
.NoBorder, .NoBorder IMG {
	border:0 none !important;
}
.BlogPublished {
float:right;
font-weight:bold;
margin:4px 5px 0 0;
}
.BlogPubMonth {
background:none repeat scroll 0 0 #FFAA00;
color:#000000;
}
.BlogPubDate {
background:none repeat scroll 0 0 #EEEEEE;
}
.BlogHead {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:1px 1px 5px #999999;
	-webkit-box-shadow:1px 1px 5px #999999;
	background:url("bubbles-blog-bg.jpg") repeat-x scroll 0 0 #7F2800;
	border:1px solid #fff;
	margin:20px -10px;
	padding:0;
	position:relative;
	text-shadow:1px 1px 1px rgba(255,255,255,0.6);
}
.BlogHead h2.BlogTitle {
	margin:10px 40px 10px 0 !important;
	padding:0 0 20px 20px !important;
}
h2.BlogTitle a {
	text-decoration:none;
	color:#510;
	font-size:20px;
}
h2.BlogTitle a:hover {
	color:#931;
}
.BlogDateline {
	display:none;
}
.BlogFooter {
	clear:both;
	padding:20px 0 50px;
	border-bottom:0;
}
.BlogFooterRight {
	width:58%;
	float:right;
}
.BlogFooterLeft {
	width:40%;
	float:left;
}



/* home page */
.next {
	font-size:15px;
	margin-top:10px;
}



/* survey */
.DNN_SurveyContent {
margin:10px auto -20px;
width:220px;
}
.DNN_SurveyContent label {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
background:none repeat scroll 0 0 rgba(50, 10, 0, 0.6);
color:#FFFFFF;
cursor:pointer;
line-height:2.6;
padding:5px 10px;
}
.surveyitems .NormalBold {
display:block;
margin:0 auto -10px;
padding:0;
text-align:center;
}
.DNN_SurveyContent .CommandButton {
display:block;
text-align:center;
margin:5px 0 0;
float:right;
clear:both;
position:relative;
top:-90px;
width:90px;
font-weight:bold;
color:#fff !important;
background:rgba(120,60,20,0.6);
padding:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none !important;
}
.DNN_SurveyContent .CommandButton:hover {
	text-decoration:underline !important;
}
.surveyresult {
	white-space:nowrap;
	background:rgba(120,60,20,0.6);
	padding:5px 0;
	position:relative;
	top:-10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.surveyresult SPAN {
	padding:0 5px;
}
