
body
{
	font-family: tahoma;
	font-size: 14px;
	color: #ffffff;
}


form
{
	margin-top: 0px;
	padding-top: 0px;
}



a:link, a:visited, a:active
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 22px;
	color:#6B6248;
}

h2
{
	margin-top:0px;
	padding-top: 0px;
	text-transform: uppercase;
	font-size: 20px;
	color:#6B6248;
}




.individual_nav
{
	line-height: 24px;
	text-align: right;
	background-color: white;
	text-decoration: none;
	padding-right:7px;
	padding-top:7px;
}






.individual_nav a:link, .individual_nav a:visited, .individual_nav a:active
{
	color:#000000;
	line-height: 24px;
	text-align: right;
	background-color: #ffffff;
	text-decoration: none;
	padding-left:4px;
	padding-top:3px;
	padding-right:3px;
	padding-bottom:3px;
}

.individual_nav a:hover
{
	background-color: #000000;
	color:#ffffff;
	
}



.individual_nav
{
	line-height: 24px;
	text-align: right;
	background-color: white;
	text-decoration: none;
	padding-right:7px;
	padding-top:7px;
}






.individual_nav_about a:link, .individual_nav_about a:visited, .individual_nav_about a:active
{
	color:#000000;
	line-height: 24px;
	text-align: left;
	background-color: #ffffff;
	text-decoration: none;
	padding-left:4px;
	padding-top:3px;
	padding-right:3px;
	padding-bottom:3px;
}

.individual_nav_about a:hover
{
	background-color: #000000;
	color:#ffffff;
	
}




h1
{
	margin-top: 0px;
	padding-top: 20px;
	width: 270px;
	height: 24px;
	float: left;
	background: left 20px no-repeat;
	font-size: 11px;
	text-indent: -200px;
	overflow: hidden;
}
h1#grabSeatRelax	{ background-image: url(../images/heading_grabSeatRelax.gif); }

h6
{
	margin-top: 0px;
	padding: 0px;
	background: left top no-repeat;
	text-indent: -200px;
	overflow: hidden;
	height: 17px;
}
h6#latest	{ background-image: url(../images/heading2_latest.gif); }



h2
{
	font-size: 24px;
}


img
{
	border: 0;
}

img.background
{
	margin: -15px -15px 0px -15px;
}

img.floatLeft
{
	float: left;
}

img.floatRight
{
	float: right;
}

p
{
	margin-top: 0px;
	padding-top: 0px;
}

.footerLinks, .footerLinks a:link, .footerLinks a:visited, .footerLinks a:active
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.footerLinks a:hover
{
	text-decoration: underline;
}

.latest, .latest a:link, .latest a:visited, .latest a:active
{
	color: #000000;
	font-size: 13px;
}

.latest ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 10px;
}

.latest ul li
{
	margin-bottom: 10px;
}

.search input[type='text']
{
	border: 0px;
	color: #c6c6c6;
	font-weight: bold;
	font-size: 19px;
	width: 174px;
	margin-right: 5px;
	margin-bottom: 7px;
}

.navi a:link, .navi a:visited, .navi a:active
{
	height: 18px;
	background: top left no-repeat;
	text-indent: -200px;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 23px;
}
a#home			{ width: 51px; background-image: url(../images/navi_home.gif); }
a#about			{ width: 187px; background-image: url(../images/navi_about.gif); }
a#latest		{ width: 106px; background-image: url(../images/navi_latest.gif); }
a#wineSchool	{ width: 150px; background-image: url(../images/navi_wineSchool.gif); }
a#yourViews		{ width: 101px; background-image: url(../images/navi_yourViews.gif); }
a#contactUs		{ width: 113px; background-image: url(../images/navi_contactUs.gif); }

.quickLinks, .quickLinks a:link, .quickLinks a:visited, .quickLinks a:active
{
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	margin-right: 10px;
	font-weight: bold;
}

.quickLinks span.large, .quickLinks span.large a:link, .quickLinks span.large a:visited, .quickLinks span.large a:active
{
	font-size: 27px;
}

.quickLinks span.mid, .quickLinks span.mid a:link, .quickLinks span.mid a:visited, .quickLinks span.mid a:active
{
	font-size: 23px;
}

.quickLinks a:hover
{
	text-decoration: underline;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.news_story {

	font-family:arial;
	font-size:13px;
	color:#333333;
	border:0px;
	height: 70px;
	
}
.news_story_image {
	border:0px;
	float:left;
	margin-right: 5px;
}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}




/* End captions */