@charset "utf-8";
/* CSS Document */

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: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #D9D5A7;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.homeWineMaking #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
#photofeature {
	display: block;
}

.homeWineMaking #navigation {
	background-color: #F1F67E;
	height: 35px;
	display: block;
	background-image: url(../images/header-text-background-image.png);
	padding-left: 10px;
}

.homeWineMaking #header {
	background-image: url(../images/header-image.png);
	padding: 20px;
	height: 150px;
} 
.NavigationText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
	float: left;
	text-align: left;
	display: block;
	margin-top: 9px;
	font-size: 0.9em;
	color: #FF0000;
	font-weight: normal;
	background-color: #F1F67E;
	padding-left: 20px;
}
.homeWineMaking #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.homeWineMaking #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #FFFFFF;
}
.homeWineMaking #sidebar1 ul {
	list-style: outside;
	padding: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.homeWineMaking #sidebar1 li {
	border-bottom-color: #B7C7F3;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	line-height: 20px;
}
.homeWineMaking #sidebar1 a {
	text-decoration: none;
}

.homeWineMaking #OnTheBeer {
	background-color: #F8F493;
	margin-top: 30px;
}
.homeWineMaking #OntheBeerCaption {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.homeWineMaking#billboard {
}
.homeWineMaking #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.homeWineMaking #footer {
	padding: 0 10px 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C2BD91;
} 
.homeWineMaking #container #copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .70em;
	background-color: #D9D5A7;
	color: #666666;
	padding-top: 1px;
}

.homeWineMaking #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 */
}
.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;
}
.homeWineMaking #story {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.homeWineMaking  #story h2 {
	font-size: 24px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #2f12a6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	white-space: normal;
	display: inline;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #990066;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #4B9B2A;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	white-space: normal;
	display: inline;
	font-weight: bold;
}
#HomePageText {
	background-color: #99FFCC;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#HomePageLeftPanel {
	width: 250px;
	float: left;
	padding: 10px;
}
#RightContent {
	margin-left: 280px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.homeWineMaking #container #RightContent span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.coloumnistBlurb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
}
