@charset "UTF-8";
/* CSS Sections/Flags (use the FIND function and substitute the equals symbol for the dash in the following):
-Banner
-Structure (containers, tables, and corresponding classes)
-Navigation  (all components)
-Search
-Headings (and section title classes)
-pairings
-Lists
-Forms
-Links
MISC
	-General (body, paragraph, etc.)
	-Images (containers and classes)
	-Classes (not div specific)
	*/


/* =Banner
----------------------------------------------- */
.oneColFixCtrHdr #WBCheader {
	width:1024px;
	padding:0;  
	margin:0;
}

/* =Structure (containers, tables, and corresponding classes)
----------------------------------------------- */

body {
	background: #E7EBC3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
}

.oneColFixCtrHdr #WBCcontainer {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(/images/body_background.gif);
	background-repeat: repeat-y;
}

.oneColFixCtrHdr #WBCmainContent {
	padding: 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0 28px;
/*	background-image:url(/images/body_background.gif);
	background-repeat: repeat-y;*/
}

.oneColFixCtrHdr #WBCmainContent table{
	color: #000000;
	font-size:12pt;
	line-height: 16pt;
	margin-top: 0;
	margin-bottom: 10pt;
	font-family: "Times New Roman", Times, serif;
}

.oneColFixCtrHdr #WBCfooter {
	padding: 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(/images/footer_background.gif);
	background-repeat:no-repeat;
	/*width: 1024px;*/
	height: 137px;
	margin:0;
	clear: right;
}

#ResourcesWBC {
	width: 300px;
	float: right;
	padding: 4px;
	background-color:#E3E7BE;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#Resources_content{
	border: #083A0B 1px solid;
	padding: 10px;
}

#winners_list {
	line-height: 16px;
}

/*  Style pages: I've put all beer style pages within their own div tag so that they can be specifically styled. */
#beer_style_pages table {
	width: 100%;
}

#beer_style_pages table tr td {
	width: 33%;
	vertical-align:top;
}

/* The following definitions are for the style description tables that contain measurements, ect. */
#beer_style_pages #style_data_table {
	width: 60%;
	padding: 0;
	border-left: 1px solid #083a0b;
	border-top: 1px solid #083a0b;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18pt;
	margin-left: 16pt;
}

#beer_style_pages #style_data_table td{
	padding: 8px;
	border-right: 1px solid #083a0b;
	border-bottom: 1px solid #083a0b;
	clear: both;
}

#beer_style_pages #style_menu_table {
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18pt;
	margin-left: 16pt;
}

#beer_style_pages #style_menu_table td{
	clear: both;
}

#highlight_box {
	display: block;
	background-color: #FFFBB6;
	padding: .6em;
	border: solid 1px #333333;
}

#endorser_table{
	width: 80%;
}	

#endorser_table tr td{
	padding: 10px;
	vertical-align:text-top;
	width: 50%;
}

/* =Navigation  (all components)
----------------------------------------------- */
#WBCutilities{	
	text-align: right;
	margin: 0;
	background-image:url(/images/WBCutilities_background.gif);
	background-repeat:no-repeat;
	height: 42px;	
	}
#WBCnavigation{
	background-image: url(/images/WBCnavigation_background.gif);
	background-repeat:no-repeat;
	height: 104px;
	margin: 0;
	padding: 14px 0 0 130px;
}	

/*
p7menubar is the root UL and CBCmenubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#WBCmenubar, #WBCmenubar ul {
	padding:0;
	margin: 0;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	text-transform: uppercase;
	color:#083a0b;
	
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#WBCmenubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size:16pt;
	color:#083a0b;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2C432C;*/
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#WBCmenubar a.trigger {
	padding: 5px 18px 5px 10px;
	background-image: url(/images/wbc_bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #E3E7BE;
	text-decoration:none;
}

/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#WBCmenubar li {
	float: left;
	width: 140px; /*9em;*/
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#WBCmenubar li ul, #WBCmenubar ul li  {
	width: 200px;
	/*width: 12em;*/
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#WBCmenubar ul li a  {
	color: #666666;
	border-right: 0;
	padding: 3px 12px 3px 16px;
	font-size: 14pt;
	text-transform: none;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#WBCmenubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #083a0b;
	border-bottom: 1px solid #083a0b;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#WBCmenubar li:hover a, #WBCmenubar a:focus,
#WBCmenubar a:active, #WBCmenubar li.p7hvr a {
	color:#083a0b;
	background-color: #A9C5AA;
	text-decoration: underline;
	
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#WBCmenubar li:hover ul, #WBCmenubar li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#WBCmenubar li:hover ul a, #WBCmenubar li.p7hvr ul a {
	color:#083a0b;
	background-color: transparent;


}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#WBCmenubar ul a:hover, #WBCmenubar ul a:p7hvr {
	background-color: #A9C5AA;
	color:#083a0b;	
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#WBCmenubar li {
	width: auto;
	}
	
/* =Headings (and section title classes)
----------------------------------------------- */
.oneColFixCtrHdr #WBCheader h1 {
	background-image: url(/images/banner_header.gif);
	height:170px;
	margin:0;
	padding:0;
}

.oneColFixCtrHdr #WBCmainContent h1{
	color: #000000;
	font-size: 22pt;
	margin-bottom: 10pt;
	margin-top: 0;
}

.oneColFixCtrHdr #WBCmainContent h2{
	color: #083a0b;
	font-size: 18pt;
	margin-bottom: 2pt;
}

.oneColFixCtrHdr #WBCmainContent h3{
	color: #083a0b;
	font-size: 14pt;
	margin-bottom: 3pt;
}

.oneColFixCtrHdr #WBCmainContent h4{
	color: #083a0b;
	font-size: 12pt;
	font-style:italic;
	margin-bottom: 16pt;
	text-decoration: underline;
}

.oneColFixCtrHdr #WBCmainContent h5{
	color: #000000;
	font-size: 12pt;
	font-weight:bold;
	margin-bottom: 0;
	margin-top: 18pt;
}


#ResourcesWBC #Resources_content h1{
	font-size: 16pt;
	text-transform:uppercase;
	margin-top: 14pt;
}

#beer_style_pages #style_data_table .heading {
	font-size: 16pt;
	text-transform:lowercase;
	color: #000000;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

#style_data_table .heading2 {
	font-size: 10pt;
	text-transform: capitalize;
	color: #000000;
	font-weight:bold;
	padding: 6px;
}

#beer_style_pages #style_menu_table .heading {
	font-size: 12pt;
}

#style_menu_table .heading2 {
	font-size: 8pt;
	text-transform: capitalize;
	color: #000000;
	font-weight:bold; }

/* =Lists
----------------------------------------------- */
.oneColFixCtrHdr #WBCmainContent ul, .oneColFixCtrHdr #WBCmainContent ol{
	color: #000000;
	font-size:12pt;
	margin-left: 16pt;
}

.oneColFixCtrHdr #WBCmainContent li {
	line-height: 14pt;
	margin: 6pt 0;
}

.oneColFixCtrHdr #WBCmainContent ul li {
	/*list-style-image:url(/images/wbc_bullet.gif);*/
	list-style-type:square;
	}
	
/* =Links
----------------------------------------------- */
#WBCutilities a{
	color:#A9C5AA;		
	text-decoration: underline;}
	
.oneColFixCtrHdr #WBCmainContent p a, .oneColFixCtrHdr #WBCmainContent table a{
	color: #083a0b;		
	text-decoration: underline;
	font-size:12pt;
	line-height: 14pt;
	margin-top: 0;
	margin-bottom: 18pt;
}

.oneColFixCtrHdr #WBCmainContent ul li a{
	color: #083a0b;		
	text-decoration: underline;
	font-size:12pt;
	line-height: 14pt;
	margin-top: 0;
	margin-bottom: 18pt;
	}	
	
.oneColFixCtrHdr #WBCfooter a{
	color: #FFFFFF;
	text-decoration:underline;
}

#winners_list a{
	text-decoration: underline;
	color: #948B01;	
	}	
	
a {
	color: #083a0b;
	text-decoration: underline;
}

#beer_style_pages a{
	text-decoration:none;
	color: #083a0b;
}

#beer_style_pages a:hover{
	text-decoration:none;
	color: #A9C5AA;
	}

#highlight_box a {
	color: #083a0b;
	text-decoration:underline;
	}	

#endorser_table tr td a{
	text-decoration: underline;
	color: #083a0b;
}
	
/* =MISC General (body, paragraph, etc.)
----------------------------------------------- */
#WBCutilities p{
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #FFFBD5;
	text-transform:capitalize;
	padding-right: 20px;
	padding-top:10px;
	}

.oneColFixCtrHdr #WBCmainContent p{
	color: #000000;
	font-size:12pt;
	line-height: 16pt;
	margin-top: 0;
	margin-bottom: 10pt;
	font-family: "Times New Roman", Times, serif;
}	

.oneColFixCtrHdr #WBCfooter p {
	font-family:"Times New Roman", Times, serif;
	font-size: 13pt;
	text-align:center;
	color:#FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#highlight_box p {
	color: #000000;
	font-size:12pt;
	line-height: 16pt;
	font-family: "Times New Roman", Times, serif;
}
	
/* =MISC Images (containers and classes)
----------------------------------------------- */
.floatrt {
	float: right;
	clear: right;
	text-align: center;
	width: 310px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;	/*width: 310px;
	height: 350px;*/
}
.floatlt {
	float: left;
	clear: right;
	
}
.imagesWBC {
	float: right;
	padding: 10px;
	background-color: #e7ebc3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 10px;
}
.imagesWBClt {
	float: left;
	padding: 10px;
	clear: both;
	background-color: #e7ebc3;
}

/* =MISC Classes (not div specific)
----------------------------------------------- */
#WBCfooter .savor{
	float: left;
	width: 60px;
	margin-top: 30px;
	padding: 5px;
	}	
	
#WBCfooter .ba{
	float: right;
	width: 60px;
	margin-top: 30px;
	padding: 5px;
	clear: right;
	}
	
/*  The following styles are for the WBC Winners List */

.beer_name {
	/*color: #948B01;	*/
	font-weight: bold;
	margin-top:4px;
}
	
.award_titles{
	text-decoration: none;
	font-style: italic;
	font-weight:bold;
	font-size: 13pt;
	}	
	
.company_titles{
	text-decoration: none; 
	text-transform: none;
	}

.medals{
	font-weight:bold;
	width: 45px;
	text-transform: lowercase;
	font-size: 12pt;
	vertical-align:top;
	color: #948B01;	 
}

.wrap-1 {
	border:1px #083a0b;
	padding:1px; /* how far away 2 borders are drawn, remove this line to make 2 borders stick to each other */
}
.wrap-2 {border:1px #E7EBC3;
}
 
#beer_style_pages #style_data_table .background{
	background-color: #A9C5AA;
}

#style_data_table .background{
	background-color: #A9C5AA;
}

.caption_style {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	text-align:right;
	line-height:  normal;
}

 
#beer_style_pages #style_menu_table .background{
	background-color: #A9C5AA;
}

.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;
}

.hide{ /* This class was created so that it is possible to have a header graphic for printed media.  For the "screen" media the header graphic for print will not be displayed.  But, for "print" media the graphic will be set to diplay within the print style sheet.*/
	display: none;
}
