@charset "UTF-8";
body  {
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: #000000;
	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: left;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
h2 {
	color: #94A517;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
	font-weight: normal;
	font-size: 1.5em;
	text-transform: uppercase;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #9C0;
	margin-top: 0px;
	margin-bottom: 0.4em;
}
h4 {
	font-weight: normal;
	margin: 0px;
	font-size: 1.1em;
	color: #DE9900;
}
p {
	line-height: 1.3em;
	font-size: 13px;
	margin-top: 0em;
	color: #FFF8EB;
}
a:link {
	color: #A8CAE9;
	text-decoration: underline;
	font-family: Helvetica, sans-serif, Arial;
}
a:visited {
	color: #A8CAE9;
}
a:hover {
	color: #94A221;
	text-decoration: none;
}

.thrColFixHdr #container {
	width: 1003px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #sidebar1 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 222px;
	display: block;
}
.thrColFixHdr #container #sidebar1 a:link {
	display: block;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar1 img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.thrColFixHdr #mainContent {
	margin: 0 0px 0 222px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0;
} 
.thrColFixHdr #header {
	background: #000;
	text-align: left;
	margin: 0px;
} 
.mainText p {
	padding-left: 12px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar2 {
	float: right;
}
.chalk   {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 80px 24px 25px 35px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/chalkboard-weathered.jpg);
	background-repeat: no-repeat;
	height: 235px;
	text-align: left;
}
#sidebar2 p {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.2em;
	margin-top: 0em;
	margin-bottom: 0.6em;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	clear: both;
	margin-bottom: 10px;
} 
.thrColFixHdr #footer p {
	margin: 0;
	color: #FFF;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
}
.thrColFixHdr #mainContent .mainText h2 {
	padding-left: 6px;
	margin-top: 0.3em;
}
.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}
.beerTitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #9AC81B;
	padding-left: 8px;
}
.beerTitle img {
	float: left;
	margin-right: 10px;
	display: block;
}
.beers {
}
.menuTitle {
	font-size: 1.1em;
	color: #DE9900;
}

.thrColFixHdr #mainContent .mainText {
	padding-top: 12px;
}
ul {
	line-height: 1.3em;
	font-size: 1em;
}
li {
	margin-bottom: 0.4em;
	color: #FFF8EB;
}

.brewNews {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 6px;
}
#header h4 {
	margin: 0px;
	padding: 0px;
}
.mainText h4 {
	padding-left: 12px;
}
.credit {
	font-size: 10px;
	text-transform: uppercase;
}
