@charset "UTF-8";
/* CSS Document */

/* --- Page Defaults --- */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-image: url(../images/page_items/bg_texture.jpg);
	background-repeat: repeat;
}

#page_wrapper {
	width: 1000px;
	height: inherit;
	float: none;
	clear: both;
	margin: 0px auto;
}

#wheatsheaf_logo {
	width: 210px;
	height: 315px;
	float: left;
	background-color: #EFEBC1;
	background-image: url(../images/page_items/logo_bg_repeat.png);
	background-repeat: repeat-y;
	background-position: right;
}

#flash_area {
	width: 760px;
	height: 300px;
	float: left;
	border-bottom: 15px solid #AFB676;
	background-color: #FFFFFF;
}

#flash_area_intro {
	width: 760px;
	height: 550px;
	float: left;
	background-color: #FFFFFF;
}

#home_flash_bottom {
	width: 1000px;
	height: 160px;
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #4F6F19;
}

#top_right_spacer {
	width: 30px;
	height: 315px;
	float: right;
	background-color: #EFEBC1;
	background-image: url(../images/page_items/right_shad.png);
	background-repeat: repeat-y;
	background-position: left;
}

#bottom_right_spacer {
	width: 30px;
	height: 234px;
	float: right;
	background-color: #EFEBC1;
	border-bottom: 1px solid #4F6F19;
	background-image: url(../images/page_items/right_shad.png);
	background-repeat: repeat-y;
	background-position: left;
}

#left_wrapper {
	width: 210px;
	height: auto;
	float: left;
}

#bottom_left_spacer {
	width: 170px;
	height: 40px;
	float: left;
	margin-bottom: 40px;
}

#bottom_shad {
	width: 830px;
	height: 40px;
	float: left;
	background-image: url(../images/page_items/main_content_bottom_shad.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 40px;
}

/* --- Navigation --- */

#left_navigation {
	width: 210px;
	height: 234px;
	float: left;
	background-color: #EFEBC1;
	border-bottom: 1px solid #4F6F19;
	background-image: url(../images/page_items/left_nav_bg.png);
	background-repeat: repeat-y;
	background-position: right;
}

#left_navigation ul {
	list-style-type: none;
	margin-top: 20px;
}

#left_navigation ul li a {
	display: block;
	height: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	padding-left: 5px;
	background-color: #AFB676;
	color: #4F6F19;
	text-decoration: none;
	/*background-image: url(../images/page_items/left_nav_item_bg.png);
	background-repeat: repeat-y;
	background-position: right;*/
}

#left_navigation ul li a:link {
	color: #4F6F19;
	text-decoration: none;
}

#left_navigation ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#left_navigation ul li a:visited {
	text-decoration: none;
}

#left_navigation ul li a.activeLink {
	display: block;
	height: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	padding-left: 5px;
	background-color: #8E9853;
	color: #FFFFFF;
	text-decoration: none;
}

/* --- Address Box --- */

#address_box {
	width: 180px;
	height: auto;
	float: left;
	padding: 15px;
	border-bottom: 1px solid #4F6F19;
}

.addressText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 20px;
	padding-left: 15px;
	color: #4F6F19;
}

/* --- Main Content --- */

#main_content_wrapper {
	width: 1000px;
	height: auto;
	float: left;
	background-image: url(../images/page_items/main_content_shad.png);
	background-repeat: repeat-y;
}

#main_content {
	width: 720px;
	height: auto;
	float: left;
	padding: 15px 20px 5px 20px;
	background-color: #FFFFFF;
}

#main_content h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 26px;
	color: #4F6F19;
	margin-bottom: 20px;
	font-weight: normal;
}

#main_content p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #8E9853;
	line-height: 20px;
	margin-bottom: 15px;
}

/* --- Home Links --- */

#home_links {
	width: 220px;
	height: auto;
	float: left;
	padding-right: 20px;
	margin: 10px 0px;
}

#home_links img {
	border: 4px solid #8E9853;
}

#home_links a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 25px;
	color: #4F6F19;
	display: block;
	height: 25px;
	border-bottom: 1px solid #8E9853;
	text-align: right;
	padding-right: 5px;
	text-decoration: none;
}

.homeLinkTitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 25px;
	color: #4F6F19;
	display: block;
	height: 25px;
	padding-left: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #8E9853;
}

.homeLinkDescription {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #8E9853;
	display: block;
	height: auto;
	padding: 10px 5px;
	border-bottom: 1px solid #8E9853;
}

/* --- Dining ---*/

#menu_section_header {
	width: 720px;
	height: 30px;
	float: left;
	border-bottom: 1px solid #AFB676;
	margin: 20px 0px;
}

#menu_section_header span {
	display: block;
	width: auto;
	height: 30px;
	float: left;
	padding: 0px 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #AFB676;
}

#menu_section_wrapper {
	width: 350px;
	height: auto;
	float: left;
	margin-right: 10px;
}

#menu_item_wrapper {
	width: 350px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

#menu_item_wrapper span.title {
	display: block;
	width: auto;
	height: 20px;
	float: left;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #8E9853;
	line-height: 20px;
}

#menu_item_wrapper span.description {
	display: block;
	width: 270px;
	height: auto;
	float: left;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #AFB676;
	line-height: 14px;
	clear: both;
}

#menu_item_wrapper span.price {
	display: block;
	width: auto;
	height: 20px;
	float: right;
	text-align: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #AFB676;
	line-height: 20px;
}

#menu_image_wrapper {
	width: 350px;
	height: auto;
	float: left;
	margin-left: 10px;
}

#menu_image_wrapper img {
	border: 3px solid #AFB676;
}

/* --- Fine Wines & Ales -- */

#wine_section_header {
	width: 720px;
	height: 30px;
	float: left;
	border-bottom: 1px solid #AFB676;
	margin: 20px 0px;
}

#wine_section_header span {
	display: block;
	width: auto;
	height: 30px;
	float: left;
	padding: 0px 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #AFB676;
}

#wine_section_wrapper {
	width: 500px;
	height: auto;
	float: left;
	margin-right: 10px;
}

#wine_item_wrapper {
	width: 500px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

#wine_item_wrapper span.title {
	display: block;
	width: auto;
	height: 20px;
	float: left;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #8E9853;
	line-height: 20px;
	clear: both;
}

#wine_item_wrapper span.description {
	display: block;
	width: 400px;
	height: auto;
	float: left;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #AFB676;
	line-height: 14px;
	clear: both;
}

#wine_item_wrapper span.price {
	display: block;
	width: 400px;
	height: 20px;
	float: left;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #AFB676;
	line-height: 20px;
	padding-right: 10px;
	clear: both;
}

#wine_image_wrapper {
	width: 200px;
	height: auto;
	float: left;
	margin-left: 10px;
}

#wine_image_wrapper img {
	border: 3px solid #AFB676;
}

/* --- News & Events Section -- */

#news_wrapper {
	width: 350px;
	height: auto;
	float: left;
	margin-right: 10px;
}

#news_section_header {
	width: 350px;
	height: 30px;
	float: left;
	border-bottom: 1px solid #AFB676;
	margin: 20px 10px 20px 0px;
}

#news_section_header span {
	display: block;
	width: auto;
	height: 30px;
	float: left;
	padding: 0px 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #AFB676;
}

#events_wrapper {
	width: 350px;
	height: auto;
	float: left;
	margin-left: 10px;
}

#events_section_header {
	width: 350px;
	height: 30px;
	float: left;
	border-bottom: 1px solid #AFB676;
	margin: 20px 0px 20px 10px;
}

#events_section_header span {
	display: block;
	width: auto;
	height: 30px;
	float: left;
	padding: 0px 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #AFB676;
}

#news_section_wrapper {
	width: 350px;
	height: auto;
	float: left;
	border-bottom: 1px solid #AFB676;
}

#news_item_wrapper {
	width: 350px;
	height: auto;
	float: left;
}

#news_item_wrapper span.title {
	display: block;
	width: auto;
	height: 20px;
	float: left;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #8E9853;
	line-height: 20px;
	clear: left;
	margin-bottom: 10px;
}

#news_item_wrapper span.description {
	display: block;
	width: 240px;
	height: auto;
	float: left;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #AFB676;
	line-height: 14px;
	clear: left;
}

#news_item_wrapper span.link {
	display: block;
	width: 350px;
	height: auto;
	float: left;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #AFB676;
	line-height: 14px;
	clear: left;
}

#news_item_wrapper span.link a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #8E9853;
	line-height: 14px;
	text-decoration: underline;
}

#news_item_wrapper span.date {
	display: block;
	width: auto;
	height: 20px;
	float: right;
	text-align: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #AFB676;
	line-height: 20px;
	clear: right;
	margin-bottom: 10px;
}

#news_image_wrapper {
	width: 100px;
	height: auto;
	float: right;
	margin: 0px 0px 10px 10px;
	clear: right;
}

#news_image_wrapper img {
	border: 3px solid #AFB676;
}

/* --- Google Maps Plugin --- */

#find_us_intro {
	width: 390px;
	height: auto;
	float: left;
	margin-right: 20px;
}

#google_maps {
	width: 425px;
	height: auto;
	float: right;
	border: 3px solid #AFB676;
}

/* --- Gallery Wrapper --- */

#gallery_wrapper {
	width: 720px;
	height: auto;
	float: left;
}

.WebYepGalleryImage img {
	border: 5px solid #AFB676;
}

.WebYepGalleryText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #8E9853;
	line-height: 20px;
	margin-bottom: 15px;
	min-height: 30px;
	width: 120px;
	text-align: left;
	padding-right: 24px;
}

/* --- Footer --- */

#footer {
	width: 710px;
	height: 40px;
	float: left;
	background-color: #AFB676;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.footerLeft {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	display: block;
	float: left;
	text-align: left;
}

.footerRight {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	display: block;
	float: right;
	text-align: right;
	clear: right;
}

.footerRight img {
	float: right;
	margin: 0px;
	padding: 0px;
}

