@charset "utf-8";

/* Default Tags */
body {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image:url(../images/site-background.jpg);
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 { font-size: 150%; font-weight: bold; margin-left: 0px; margin-bottom: 0px; margin-top: 12px; padding: 0.0em; border-bottom-width: thick; border-left: none;
    border-right: none;
    border-top: none;
}
h1.small { 	font-family:Geneva, Arial, Helvetica, sans-serif; font-weight: normal; 
	font-size: 12px;
}

h2 { font-size: 150%; font-weight: bold; margin-left: 0px; margin-bottom: 0px; margin-top: 12px; padding: 0.0em; border-bottom-width: thick; border-left: none;
    border-right: none;
    border-top: none;
}

a {
	color: #63222e;
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/* Header */
.header {
	margin: 13px auto;
	background-color:#FFFFFF;
	background-image:url(../images/header-background.gif);
	background-repeat: repeat-x;
	height: 150px;
	width: 999px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 5px;
}

.whatsHot {
	margin: 0px auto;
	/*margin-top: 8px;*/
	background-image:url(../images/header-whatsHot-background.gif);
	height: 32px;
	width: 949px;
	vertical-align: middle;
}

.whatsHotSpacer {
	height: 8px;
}

.whatsHotText {
	padding-top: 8px;
} 

.whatsHotText a {
	color: #000000;
	text-decoration:none;
}

.whatsHotBold {
	font-weight: bold;
	color: #991002;
}

.topNavigation {
	list-style: none;
	margin-right: 16px;
}

.topNavigation td{
	background-color: #63222e;
	border-left: 1px solid #63222e;
	border-right: 1px solid #63222e;
	
	/*padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
	padding-right: 2px;*/
}

.topNavigation td a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 100;
}
/*
.topNavigation li {
	margin-left: 3px;
	display: inline;
	background-color: #63222e;
	border-left: 1px solid #63222e;
	border-right: 1px solid #63222e;
	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
	padding-right: 2px;
} */

/*.topNavigation li a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 100;
}*/

/* Left Side Navigation */
.navBackground {
	background-color: #63222e;
	width: 320px;
}

.navBackground a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 100;
}

.navBackground a:hover {
	text-decoration: underline;
}

.navBackground img {
	margin-left: 10px;
	margin-top: 12px;
}

.leftNav {
	list-style: none;
	margin-left: 0px;
}

.leftNavBackground {
	margin-top: 7px;
	padding-top: 3px;
	margin-left: 10px;
	background-image:url(../images/leftnav-corner.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 300px;
	min-height: 110px;
}

/* Body */
.mainBody {
	padding: 10px;
}

.TodaysWineReview {
	background-image:url(../images/body-winereviewBackground.gif);
	background-repeat:repeat-y;
	border: 1px solid #63222e;
	padding-right: 6px;
	padding-bottom: 6px;
}

.KensLinesOnWine {
	background-color: #efe9ea;
	border: 1px solid #63222e;
	padding: 6px;
}

.strongRed {
	font-weight: bold;
	color: #63222e;
}


/* Right Ads */
.rightAds {
	padding-right: 4px;
}

.WeeklyWineTidbit {
	background-image:url(../images/rightads-weeklywinetidbitBackground.gif);
	background-repeat: repeat-x;
	background-color: #e7dbdd;
	background-position: bottom;
	border: 1px solid #ae9096;
	height: 53px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
}

.WeeklyWineTidbit strong{
	font-size: 14px;
}

.WeeklyWineQuestion {
	margin-top: 3px;
	background-image:url(../images/rightads-weeklywinequestion.gif);
	width: 180px;
	height: 25px;
	padding-top: 30px;
}

.WeeklyWineQuestion a {
	color: #000000;
	margin-left: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.WordOfTheDay {
	background-image:url(../images/rightads-wordoftheday.gif);
	width: 167px;
	height: 47px;
	margin-top: 3px;
	font-weight: bold;
	padding-top: 25px;
	font-size: 14px;
	padding-left: 13px;
}

.WordOfTheDay a {
	/*margin-left: 13px;*/
	font-size: 10px;
}

/* Footer */
.topFooter {
	margin: 0 auto;
	width: 999px;
	background-color: #767676;
	height: 40px;
	padding-top: 21px;
	color: #FFFFFF;
}
.topFooter a {
	color: #FFFFFF;
	font-weight: 100;
}

.bottomFooter {
	margin: 0 auto;
	background-color: #ddcfc6;
	height: 20px;
	width: 999px;
	padding-top: 9px;
}

.bottomFooter a {
	font-weight: bold;
	color: #000000;
}
