/* 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
-Headings (and section title classes)
-Lists
-Forms
-Links
MISC
	-Paragraph
	-Images (containers and classes)
	-Classes (not div specific)
	*/


/* =Banner
----------------------------------------------- */
/* =Structure
----------------------------------------------- */
body {
	margin: 2% 10%;/* top-bottom, right-left */
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-size:15px;
	line-height:19px;
	background-image: url(../images/ACBW_background.jpg);
	background-position: center;
	background-repeat: repeat;
	background-color: #1C1C1A;
	font-weight: normal;
}
#container {
	margin: 0 auto;
}
#mainContentACBW {
	margin: 0em;
}
#mainContentACBW ul {
	list-style-type:disc;
}
#mainContentACBW ul li {
	margin-top: 2px;
}
#footerACBW_table {
	width:100%;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 11px;
}
#footerACBW_table td {
	text-align:center;
	padding: 10px;
}
#footerACBW_content {
	text-align: center;
	padding:10px;
}
#video_container {
	width: 360px;
	float: right;
	height:310px;
	margin-left: 1em;
}
/* =Navigation
----------------------------------------------- */
#navACBW {
	color: #FFF;
	text-decoration: none;
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	margin:0px;
	font-weight: bold;
	background-image: url(../images/header_bar.png);
	height: 34px;
	font-variant: small-caps;
	/*text-shadow: 1px;*/
}
.nav2ACBW {
	color: #FFF;
	font-style: italic;		/*text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	margin:0px;
	font-weight: bold;
	background-image: url(../images/header_bar.png);
	height: 34px;
	font-variant: small-caps;
	font-size: 7pt;	text-shadow: 1px;*/
}

.nav3ACBW {
	color: #FFF;
	font-style: italic;
	}
/* =Headings
----------------------------------------------- */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #7F1230;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #7F1230;
	margin-top: 2em;
	}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #7F1230;
	display: inline-block;
	margin: 0px;
	padding: 0.3em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	color: #7F1230;
	margin-top: 0em;
	line-height: 15px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
	color: #003;
	margin: 0em;
	padding: 0px;
	line-height: 5px;
	
}
.press_release_header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #7F1230;
}
.press_release_subheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #7F1230;
}
/* =Lists
----------------------------------------------- */
/* =Forms
----------------------------------------------- */

/* =Links
----------------------------------------------- */
/*  Links MUST be defined in the following order: link, visited, hover, active. */

#navACBW a:link, #footernavACBW a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navACBW a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navACBW a:hover {
	color: #CCC;
	text-decoration: none;
}
#navACBW a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContentACBW a {
	color: #7F1230;
	text-decoration:underline;
}
#footerACBW_content a {
	text-decoration: underline;
	color: #7F1230;
}
#facebookContentACBW {
	text-decoration: none;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #7F1230;
	width: 251px;
}
/* MISC =Classes
----------------------------------------------- */
.text_bold {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #292971;
	font-weight: bold;
}
.member_split_header {
	font-size: 14px;
	display:block;
	color: #663300;
	padding: 6px;
	font-weight:bold;
}
.events_listings_header {
	font-weight: bold;
}
.fltrt {
	float: right;
	margin-left: 1em;
}
.fltLEFT {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;s
}

.image_caption {
	margin: 0;
	text-align: center;
	line-height:18px;
	font-size: 11px;
}

.image_caption_left {
	margin: 0;
	text-align: left;
	line-height:16px;
	font-size: 11px;
}

#beer_weeks h3{
	margin-bottom: 0;
}

#beer_weeks p{
	margin-top: 0.4em;
}