@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(Images/brown2_wallpaper.png);
	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: #252525;
}



a:link {
	color: #497fbf;text-decoration:none;
}
a:visited {
	color: #497fbf;
	text-decoration:none;
}
a:hover {
	color: #49bdf;text-decoration:underline;
}
a:active {
	color: #facd8a;
}




.kitchencss #container { font-size:90%;
	width: 980px;  /* 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 */
	border: 1px solid #898989;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.kitchencss #header { 
	background: #002443; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements 
	in the divs that appear beneath it. If an image is used in the #header instead of text, 
	you may want to remove the padding. */
} 
.kitchencss #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 */
}
.kitchencss #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ececec; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; font-size:85%;
}
.kitchencss #mainContent { 
	margin: 0 150px 0 0; /* the right margin on this div element creates the column down the right side of the page - 
	no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin 
	if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.kitchencss #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background-image:url(Images/brown2_wallpaper.png);
} 
.kitchencss #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;
}

/* MAIN NAV START */

.solidblockmenu{ 

margin: 0px;

padding: 0px;

float: left; 

font: bold 85% verdana;

width: 100%;

border: 1px solid #7e94cd;

border-width: 1px 0;

background-color: #002443; 

}



.solidblockmenu li{

display: inline; text-align:center; 

}


.solidblockmenu li a{

float: left;

color: #7899bc;

padding: 7px 12px 7px 12px;

text-decoration: none;

border-right: 0px solid white;

}


.solidblockmenu li a:visited{

color: #7899bc;

}


.solidblockmenu li a:hover, .solidblockmenu li .current{

color: white;

background-color: #044476; 

}

/* MAIN NAV END */

#bottomnav2{text-align:center;font-size:90%;}
#copywrite2{text-align:center;font-size:90%;}




#recipe{background-color:#ececec;padding:10px;font-size:90%;}
#topnav{text-align:center;}
#bottomnav{text-align:center;}
#copywrite{text-align:center;font-size:90%;}
#crops{background-color:#ececec;padding:10px;}
#sisone{background-color:#ececec;padding:10px;}
#tech{background-color:#ececec;padding:10px;}



#newsitem1{text-align:center;  border-style:solid; border-color: #7899bc;border-width: 1px; padding:10px; }
#kitchenintro{
border-style:solid; border-color: #7899bc;border-width: 1px; padding:10px;	
}

#posttitle{
font-size:150%;letter-spacing:2px;font-style: italic; background-color:#bfe2f9;	padding:3px;
}
#posttitle2{
font-size:120%;	
}


#newsitem2{text-align: center; border-style:solid; border-color: #F3B044;border-width: 1px; padding:10px;  }

#beerpairings{background-color:#ececec;padding:10px;}
#chimay{background-color:#ececec;padding:10px;}
#dogfish{background-color:#ececec;padding:10px;}
#fattire{background-color:#ececec;padding:10px;}
#stella{background-color:#ececec;padding:10px;}
#guinness{background-color:#ececec;padding:10px;}

#bockhistory{background-color:#ececec;padding:10px;}
#einbecker{background-color:#ececec;padding:10px;}
#point{background-color:#ececec;padding:10px;}


#gulfaid{background-color:#ececec;padding:10px;}
#gulfbig{background-color:#ececec;padding:10px;}

#omegahealth{background-color:#ececec;padding:10px;font:90%;}
#omega3{background-color:#ececec;padding:10px;}
#omega6{background-color:#ececec;padding:10px;}

#gastromenulist{font-size:85%;	}
#gastro1{background-color:#ececec;padding:10px;}
#gastro2{background-color:#ececec;padding:10px;margin-bottom:100px}



