@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 8px 0 0 0; /* top padding to allow for main content white border to display */
	text-align: center; /* this centers the container in IE 5 browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFFFFF;
}

/* Set default header styles */
h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#087648;
	margin: 8px 0 0 0;
	padding: 4px 0 0 0;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:16px;
	font-variant:small-caps;
	margin: 8px 0 0 0px;
	padding: 0 0 0 10px;
}

h3 {
	font-size:18px;
}

/* Set default paragraph style */
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p.byline {
	text-align:right;
	color:#333333;
	font-size:10px;
}

.strong {
	font-weight:bold;
}

p.beername {
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 0 0 6px 0;
	font-weight:bold;
	border-bottom:#087648 solid 2px;

}

p.brewery {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 0 0px 24px;
}

p.abv {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	padding: 4px 0 4px 24px;
}

p.tastenote {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 4px 6px 4px 28px;
	padding: 2px 8px 2px 8px;
	border-left:solid #333333 1px;
	border-right:solid #333333 1px; 
}

address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

img {
	border: none;
}

/* Navigation */
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 8px 0 0 0;;
}

#nav-menu li {
	background-color:#087648;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-variant:small-caps;
	line-height:36px;
}

#nav-menu li a {
	background-image:url(../images/navlinenfold_pbf2.png);
	background-position:center left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding: 0 0 0 0;
	display: block;
	text-decoration: none;
	text-align:center;
}

#nav-menu li a:hover {
	background-image:url(../images/navlinenfold_hvr_pbf2.png);
	color:#087648;
	font-weight:bold;
}

/* Navigation Social Media */

#sm-menu ul {
	width:150px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 40px;
}

#sm-menu li {
	background-color:#087648;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-variant:normal;
	line-height:32px;
	margin: 0 0 8px 0;
}

#sm-menu li a {
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding: 0 0 0 20px;
	display: block;
	text-decoration:none;
}

#sm-menu li a:hover {
	color:#FFFFFF;
	/*font-weight:bold;*/
	font-style:italic;
}

/* social media - backgrounds for each link */

#sm-menu li a.twitter {
	background-image:url(../images/s_media_twitter_pbf.png);
}

#sm-menu li a.twitter:hover {
	background-image:url(../images/s_media_twitter_pbf_ovr.png);
}

.twoColFixLtHdr #container { 
	width: 1000px;  /* allows for fit in netbook and older monitors */
	background: #087648; /* source: background colour of the event poster */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #087648; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 0 0 12px;
	padding: 12px 0 0 0px;
}

.twoColFixLtHdr #sidebar1 p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.twoColFixLtHdr #sidebar1 p.count {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	padding: 0 10px 0 0;
}

.twoColFixLtHdr #sidebar1 h3 {
	color:#FFFFFF;
	padding: 8px 0 8px 18px;
}

.twoColFixLtHdr #mainHeader {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 12px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #mainContent { 
	margin: 0 20px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 6px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../images/topcurve_pbf.png) center top no-repeat;
	color:#000000;
}

/* External links and mailto links in text */

.twoColFixLtHdr #mainContent a {
	font-weight:bold;
	font-style:italic;
	font-variant:small-caps;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent a:link {
	color:#087648;
}
.twoColFixLtHdr #mainContent a:visited {
	color:#087648;
}
.twoColFixLtHdr #mainContent a:hover {
	color:#087648;
	text-decoration:underline overline;
}
.twoColFixLtHdr #mainContent a:active {
	color:#087648;
}

/* Internal links in text */

.twoColFixLtHdr #mainContent a.internal {
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	text-decoration:none;
}
.twoColFixLtHdr #mainContent a.internal:link {
	color:#087648;
}
.twoColFixLtHdr #mainContent a.internal:visited {
	color:#087648;
}
.twoColFixLtHdr #mainContent a.internal:hover {
	color:#087648;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent a.internal:active {
	color:#087648;
}

.twoColFixLtHdr #mainContent p {
	margin: 2px 0 0 0;
	padding: 0 0 0 12px;
	line-height:140%;
}

.twoColFixLtHdr #mainContent address {
	margin: 4px 0 0 0;
	padding: 0 0 0 24px;
	line-height:105%;
}

.twoColFixLtHdr #timeTable {
	float:right;
	width:310px;
	margin: 8px 0 0 12px;
	padding: 0 5px 4px 5px;
	background-color:#087648;
}

.twoColFixLtHdr #timeTable h5 {
	font-size:16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
}

.twoColFixLtHdr #timeTable table {
	width:300px;
	margin: 4px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	border-top:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
}

.twoColFixLtHdr #timeTable table td {
	padding: 2px 0 2px 0;
}

.twoColFixLtHdr #timeTable table td.foot {
	font-size:10px;
}

.sponsor {
	border-bottom:solid 1px #087648;
	background-image:url(../images/spbkcorner.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 4px 0 36px 8px;
	padding: 0 32px 12px 0;
	min-height:96px;
}

.sponsor h2{
	padding: 0 0 4px 0;
}

p.tel {
	text-indent:16px;
}

p.info {
	text-indent:16px;
}

.twoColFixLtHdr #mainFooter { 
	margin: 0 20px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	border:none;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#087648;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#087648;
	text-align: right; /* this overrides the text-align: center on the body element. */ 
}
 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 6px 8px 6px 12px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 6px 12px 6px 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}


