@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
----------------------------------------------- */
#header {
	background-color: #6F0E10;
	background-image: url(/images/CBC10-Header.png);
	height: 210px;
}

/* =Structure
----------------------------------------------- */
body {
	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: Verdana, Arial, Helvetica, sans-serif;
	background-color: #6F0E10;
}
#containerCBC {
	width: 815px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #6F0E10;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
}

#mainContentCBC {
	background-image:url(/images/background.png);
	/*	background-repeat: repeat;
	background-color: #FFfef4;*/
	padding-top: 0.2em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1em;
	color: #4C3C36;
}

#mainContentCBC table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	border:0;
	margin: 6px 0;}
	
#mainContentCBC table td{	
	padding: 2px 4px;}
	
#ResourcesBox {
	width: 220px;
	float:right;
	margin: 0 0 10px 10px;
	border: 1px solid #6f0e10;
	padding: .5em;
	clear:right;
}	
	
#footerCBC {
	padding: 0 10px 0 20px;
	background:#6f0e10;
	height: 80px;
}

#callout_box{
	background-color: #FEBF13;
	color: #6F0E10;
	padding: 6px;
	/*font-weight:bold;*/
	text-align: left;
	font-size: 12px;
	border: 1px solid #6F0E10;
	width: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	float: right;*/
/*	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 40px;*/
}

#dataTable, #dataTable2  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	margin-top: 2em;
}

#dataTable2 .header {
	background-color:#6f0e10;
	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding:.5em;
	border-left: 1px solid #6f0e10;
}

#dataTable2 .subheader {
	background-color: #febf13;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding:0.5em;
	border-left: 1px solid #6f0e10;
	border-right: 1px solid #6f0e10;
	border-bottom: 1px solid #6f0e10;
}
#dataTable2 .content_column1 {
	padding:.5em;
	border-left: 1px solid #6f0e10;
	border-bottom: 1px solid #6f0e10;
}
#dataTable2 .content_columnMiddle {
	padding:.5em;
	border-left: 1px solid #6f0e10;
	border-bottom: 1px solid #6f0e10;
}
#dataTable2 .content_columnEnd {
	padding:.5em;
	border-right: 1px solid #6f0e10;
	border-bottom: 1px solid #6f0e10;
	border-left: 1px solid #6f0e10;
	text-align:center;
}

#speaker {
	border-bottom: 1px solid #6f0e10;
}

/* =Navigation
----------------------------------------------- */
#navCBC {
	width:815px;
	position:relative;
	background-color:#6F0E10;
	border:none;
	height: 2em;
}
/*
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.
*/
#CBCmenubar, #CBCmenubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
/*
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.
*/
#CBCmenubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size:1em;
	color: #FFFef4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6F0E10;
}
/*
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.
*/
#CBCmenubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(/images/menu_arrow_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#6F0E10;
}
/*
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.
*/
#CBCmenubar li {
	float: left;
	width: 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.
*/
#CBCmenubar li ul, #CBCmenubar ul li {
	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.
*/
#CBCmenubar ul li a {
	color: #6f0e10;
	border-right: 0;
	padding: 3px 12px 3px 16px;
	font-size: 12px;
	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.
*/
#CBCmenubar li ul {
	position: absolute;
	display: none;
	background-color: #fffef4;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
}
/*
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.
*/
#CBCmenubar li:hover a, #CBCmenubar a:focus, #CBCmenubar a:active, #CBCmenubar li.p7hvr a {
	color: #000000;
	background-color: #febf13;
}
/*
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.
*/
#CBCmenubar li:hover ul, #CBCmenubar 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.
*/
#CBCmenubar li:hover ul a, #CBCmenubar li.p7hvr ul a {
	color: #6f0e10;
	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.
*/
#CBCmenubar ul a:hover {
	background-color: #febf13!important;
	color: #6f0e10!important;
}
/* 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. */
#CBCmenubar li {
	width: auto;
}

#events_toggle {
	color: #6f0e10;
	font-size: 14px;
	font-weight: bold;
	margin: 2em 0 0 0;
}	

#events_toggle .active {
	color:#FEBF13;
}

/* =Headings
----------------------------------------------- */
#mainContentCBC h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6f0e10;
}
#mainContentCBC h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6f0e10;
	margin-top: 2em;
}
#mainContentCBC h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6f0e10;
	margin-top: 2.5em;
	margin-bottom: .8em;
}
#mainContentCBC h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6f0e10;
}
#mainContentCBC h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6f0e10;
	margin: 2em 0 0 0;
	padding: 0;
}

#tracks h3 {
	padding: 6px;
	font-size:14px
	display: block;
	width: 300px;
}

#ResourcesBox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6f0e10;
	text-transform:none;
	margin-top: 0;
}

#ResourcesBox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6f0e10;
}

#ResourcesBox h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f0e10;
	margin-bottom: 0;
}

#ResourcesBox h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 0;
	font-weight:bold;
	margin-bottom: 0;
	margin-top: .8em;
}

#speaker h5 {
	border: none;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#speaker h5.subhead {
	border: none;
	font-style: italic;
	margin-top: 0.1em;
	font-weight: normal;
	color: #666666;
}

#speaker_bios h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6f0e10;
	margin-top: 2em;
	display:block;
	border-bottom: 1px dotted #6f0e10;
}

/* =Lists
----------------------------------------------- */
#mainContentCBC ul, #mainContentCBC ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 .8em 0;
}

#mainContentCBC ul li {
	line-height: 16px;
}

#ResourcesBox ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 12px;
	margin-top: .4em;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-left: .5em;
}

/* =Forms
----------------------------------------------- */
/* =Links
----------------------------------------------- */
#tracks .speaker a {
	text-decoration: none;
}
#tracks .speaker a:hover {
	text-decoration: none;
	color: #6f0e10;
}

#mainContentCBC a {
	text-decoration: underline;
	color:#ee3625;
}

#footerCBC a {
	color:#fffef4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
}

#tracks .tracks_key_bsu a{
	color: #70130f;
	text-decoration:underline;	
}

#tracks .tracks_key a{
	color: #ffffff;
	text-decoration: underline;
}



#mainContentCBC .top a {
	color:#ee3625;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}

/* =Misc General
----------------------------------------------- */
hr {
	height: 1px;
	/*width: 100%;*/
	border: 1px solid #ECECEC;
	color: #ECECEC;
	background-color: #ECECEC;
}

#mainContentCBC p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 .8em 0;
}

#ResourcesBox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 12px;
	margin-top: .4em;
	margin-bottom: 1em;
}

#footerCBC 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 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#fffef4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}

#speaker_bios p {
	margin-bottom: 2em;
}


/* =Misc Images
----------------------------------------------- */
#containerCBC #mainContentCBC .speaker_photo img {
	float: left;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

#image_floatleft_200px {
	float:left;
	width: 200px;
	padding: .2em;
	margin: 0 .5em .5em 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #6f0e10;
}
#image_floatleft_200px p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#6f0e10;
	margin: .5em 0;
	line-height: 1em;
}
#images_floatright_200px {
	float:right;
	width: 200px;
	padding: 0.2em;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	clear:right;
}
#photos_subnav {
	text-align: center;
}
#photos_subnav li {
	display: inline;
	padding: .4em;
	margin:.2em;
	background-color: #6f0e10;
}

#photos_subnav li.active {
	display: inline;
	padding: .4em;
	margin:.2em;
	background-color: #ffffff;
	border: 1px solid #6f0e10;
	color: #6f0e10;
	font-weight:bold;
}

#photos_subnav li a {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}

#speaker .photo {
	float: left;
	padding: 4px;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0;
	position: relative;
}

#speaker_bios img {
	float: right;
	margin: 0 0 8px 8px;
	padding: 4px;
}

/* =Misc Classes
----------------------------------------------- */
.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;
}

.subhead {
font-style: italic;
}

.sponsored_event {
	padding: 8px;
	display: block;
	border: 4px solid #FFECB9;
	margin-bottom: 1em;
	margin-right: .8em;
	}
	
#tracks .sponsored_event p.cbc_official_event {
	display: block;
	width:140px;
	font-size:14px;
	color: #FEBF13;
	padding: 4px;
	background-color: #6F0E10;
	font-weight:bold;
}	

/* Tracks And Schedule */

#tracks .date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6f0e10;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6f0e10;
	padding-bottom: 2px;
	line-height: 30px;
	font-weight: bold;
	width: 400px;
	padding-top: 10px;
	font-size: 12px;
}
#tracks .time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight: bold;
	font-size: 10px;
}
#tracks .talk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
	color: #6f0e10;
}
#tracks .speaker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0em;
}

#tracks .brewerystartups {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6F0E10;
	background-color: #F4DA0E;
}
#tracks .beerandfood {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #398C70;
}
#tracks .brewpubmanagement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #375E7F;
}
#tracks .packaging {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #A0A36E;
}
#tracks .brewingops {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #C77624;
}
#tracks .sustainability {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #2B1C37;
}
#tracks .trends {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #A87012;
}
#tracks .govt_affairs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #4C3C36;
}
#tracks .edp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #765883;
	padding: 5px;
}
#tracks .sellingcraftbeer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #555f62;
}
#tracks .techbrewing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #8F0029;
}

.schedule_table {
	width: 700px;
	padding:0;
	margin: 8px 0;
	border-top: 1px #6F0E10 solid;
	text-align: center;
}
.schedule_time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	width: 60px;
	border-bottom: 1px #666666 solid;
	border-left: 1px #666666 solid;
	padding:4px;
	margin:0;
}
.schedule_multi-columm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 620px;
	text-align:center;
	border-bottom: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	margin:0;
}
.schedule_day {
	background-color:#6F0E10;
	width: 60px;
	margin:0;
	text-align: center;
}
#schedule .schedule_track {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	width: 116px;
	border-bottom: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	margin:0;
}

.schedule_key {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align:left;
	margin:0;
}

#tracks .tracks_key {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	margin:0;
}

#tracks .tracks_key_bsu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #70130f;
	text-align:left;
	margin:0;
}

#footerCBC .savor {
	float: left;
	width: 60px;
	margin-top: 10px;
	padding: 5px;
}
#footerCBC .ba {
	float: right;
	width: 60px;
	margin-top: 10px;
	padding: 5px;
	clear: right;
}
#footerCBC .contact {
	font-size: 11px;
	text-transform: uppercase;
	color: #febf13;
	font-weight:bold;
	/*	text-decoration:underline;*/
	margin-bottom: 1em;
}

#dataTable .header {
	background-color:#6f0e10;
	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
	/*text-align:center;*/
	padding:.5em;
	border-left: 1px solid #6f0e10;
}
#dataTable .subheader {
	background-color: #6f0e10;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	/*text-align:center;*/
	padding:0.5em;
	border-left: 1px solid #6f0e10;
	border-right: 1px solid #6f0e10;
	border-bottom: 1px solid #6f0e10;
}
#dataTable .content_column1 {
	/*text-align:center;*/
	padding:.5em;
	border-left: 1px solid #6f0e10;
	border-bottom: 1px solid #6f0e10;
}
#dataTable .content_columnMiddle {
	/*text-align:center;*/
	padding:.5em;
	border-left: 1px solid #6f0e10;
	border-bottom: 1px solid #6f0e10;
}
#dataTable .content_columnEnd {
	/*text-align:center;*/
	padding:.5em;
	border-right: 1px solid #6f0e10;
	border-bottom: 1px solid #6f0e10;
	border-left: 1px solid #6f0e10;
}
.emphasis_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #6f0e10;
	font-size: 11px;
	font-weight: bold;
}
#mainContentCBC .top {
	/*display: block;*/
	width: 30px;
	/*	background-color:#468682;
*/	color:#ee3625;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	text-align:center;
	margin-left: 2px;
}

.fltrt {
	float: right;
	border:none;
	margin: 0 0 1em 1.4em;
	clear: right;
}
.fltlt {
	float: left;
	border:none;
	margin: 0 1.4em 1em 0;
}
.times {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6f0e10;
	font-size: 11px;
}
.required {
	color: #FF0000;
}

.sold_out {
	padding: 6px;
	color: #febf13;
	text-transform:uppercase;
	border: 2px solid #febf13;
}

.small_text_gray {
	font-size: 0.7em;
	color:#666666;
}