@charset "UTF-8";
/* --------------------------- */
/*		  		               */
/*      Learn About Wine       */
/*		  		               */
/* --------------------------- */

html { overflow-y: scroll; }

body {
	font-family: Verdana, Arial, Geneva, helvetica;
	font-size:11px;
	line-height: 1.2;
	color:#000; /* A29898 */
	margin:0px;
	padding:0px;
	background-color:#DCCCAF;
}

td {
	font-size:11px;
	line-height: 1.2;
}

th {
	color: #790909;
	font-size: 12px;
	font-weight: bold;
}

tr.hover { background-color:#99FF99; }

/* ---- Background Images/color ---- */
.bg_main {
	background: url(images/bg_left_col.jpg) no-repeat 0px 161px;
}
.bg_3col {
	background: url(images/bg_3c_f.gif) repeat-y;
}
.bg_1col { }	
.bg_mast {
	background: url(images/bg_mast.gif) repeat-x;
}
.bg_main_adm {
	background: url(images/bg_main_admin.jpg) repeat-y;
}
.bg_mast_adm {
	background: url(images/bg_mast_admin.jpg) no-repeat;
}

/* ---- Common Links ---- */
a:link, a:visited, a:active {
	color: #CB893A;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #786A6A;
	text-decoration: underline;
}
a.alt:link, a.alt:visited, a.alt:active {
	color: #63626C;
	text-decoration: none;
}
a.alt:hover {
	color: #000000;
	text-decoration: none;
}
a.copy:link, a.copy:visited, a.copy:active {
	color: #6F755C;
	font-weight: normal;
	text-decoration: none;
}
a.copy:hover {
	color: #35382C;
	text-decoration: none;
}
a.ldark:link, a.ldark:visited, a.ldark:active {
	color: #AAAAAA;
	text-decoration: none;
	font-size:11px;
	font-weight: normal;
}
a.ldark:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* ---- Element Styles ---- */
p.first {
	margin-top: 0;
}

ul.bullet {
	margin-left: 11px;
	padding-left: 11px;
	list-style-image: url(images/bullet.gif);
}
ul.close {
	margin-top: 0px;
	padding-top: 0px;
}
ul.none {
	list-style: none;
}
ul.bullet ol {
	list-style: decimal;
}
ul.alumni li {
	padding-bottom:6px;
	font-size: 11px;
}

/* ---- Font types ---- */
.times { font-family: "Times New Roman", Times, serif; }
.arial { font-family: Arial, Verdana, Geneva, helvetica; }

/* ---- Font sizes ---- */
.size_00 { font-size: 2px; }
.size_09 { font-size: 9px; }
.size_10 { font-size: 10px; }
.size_11 { font-size: 11px; }
.size_12 { font-size: 12px; }
.size_13 { font-size: 13px; }
.size_14 { font-size: 14px; }
.size_16 { font-size: 16px; }
.size_18 { font-size: 18px; }
.size_24 { font-size: 24px; }
.size_30 { font-size: 30px; }

/* ---- Font Colors ---- */
.c-white 	{ color:#FFFFFF; }
.c-wine	 	{ color:#790909; }
.c-tan	 	{ color:#CB893A; }
.c-green	{ color:#659B00; }
.c-gray 	{ color:#6F755C; }
.c-grayDk 	{ color:#35382C; }

/* ---- Font styles ---- */
.italic 	{ font-style:italic; }
.bold 		{ font-weight:bold; }
.normal 	{ font-weight:normal; }
.uppercase 	{ text-transform: uppercase; }
.stretch 	{ font-stretch:expanded; } /* not supported by many browsers */

/* ---- Font Spacing styles ---- */
.lineheight-9 	{ line-height:0.9; }
.lineheight1 	{ line-height:1; }
.lineheight14 	{ line-height:1.4; }
.lineheight18 	{ line-height:1.8; }
.lineheight2 	{ line-height:2; }

/* ---- Text Group styles ----*/
h1 {
	font-family: Arial, Verdana, Geneva, helvetica;
	color:#CB893A;
	font-size:18px;
	font-weight:normal;
	margin: 15px 0 15px 0;
}
h1.green {
	color:#659B00;
}
h1.wine {
	color:#790909;
}
h1.black {
	color:#000;
}
h1.first {
	margin-top: 0;
}
h1.welove {
	margin: 0 0 2px 0;
}
h2 {
	color: #CB893A;
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h2.green {
	color:#659B00;
}
h2.first {
	margin-top: 0;
}
h2 .alt {
	color: #786A6A;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	color:#790909;
	font-size:11px;
	font-weight:bold;
	margin: 0;
}
h4 {
	color:#35382C;
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
}
.title_import {
	color:#D42F16;
	font-size:16px;
	font-weight:bold;
	margin: 20px 0 10px 0;
}
.small {
	color:#35382C;
	font-size:9px;
	font-weight:normal;
}

/* ---- SideBar styles ----*/
.left_note {
	margin-top: 340px;
	font-size: 10px;
	line-height: 1.2;
}
.sidebar_title {
	background: url(images/bg_title_sidebar.gif) no-repeat;
	color:#FFF;
	font-size:13px;
	font-weight:normal;
	height:31px;
	
	/* width:216px; /* width total 236px */
	padding: 0 10px;
	text-align:left;
	line-height:31px;
}
.sidebar_sub {
	color:#7D7878;
	font-size:11px;
	font-weight:bold;
	line-height: 1.2;
}

/* ---- Border Lines ---- */
.border_all, .border    { border: 1px solid #790909; }
.border_left   { border-left: 1px solid #790909; }
.border_right  { border-right: 1px solid #790909; }
.border_top    { border-top: 1px solid #790909; }
.border_bottom { border-bottom: 1px solid #790909; }
.border_none { border-right: 0px solid #FFF; }

.horiz_line	{ 
	margin: 10px 0;
	font-size: 2px;
	empty-cells: show;
	border-top: 1px solid #790909;
}

.border_red    { border: 1px solid #FF0000; }

/* ---- Title Bar styles ---- */
.bar {
	background-color:#4482BD;
	padding:3px;
	margin:10px;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

/* ---- Main Content Area styles ---- */
#MainBox {
	width: 1000px;
	/* height: 100%; */
	background-color: #FFF;
	border-left: 1px solid #790909;
	border-right: 1px solid #790909;
	position: relative;
}
#TableMast {
	height:150px;
	width:100%;
}
#TableFooter {
	height:125px;
	font-size:9px;
	color:#6F755C;
	border-top: 1px solid #790909;
	vertical-align:top;
}
#TableFooter div.foot {
	height:24px;
	width:1000px;
	text-align:center;
	line-height:24px;
}
#TableFooter table.footertbl td {
	vertical-align:top;
}
#TableFooter table.footertbl a {
	color:#6F755C;
	text-decoration:underline;
	font-weight:normal;
	font-size:9px;
}
#LogoBox {
	position: absolute;
	top: 18px;
	left: 18px;
}
#HomeImage {
	position:absolute;
	right: 201px;
	top: 150px;
	width: 598px;
	height: 400px;
	overflow:hidden;
}
#HomeImage .imageSlideshowHolder {
position:relative; /* Don't remove this line */
float:left;
height:400px; /* Image height */
width:598px; /* Image width */
}
#HomeImage .imageSlideshowHolder img { /* Don't change these values */
	position:absolute;
	left:0px;
	top:0px;
}
#BanBox {
	position:absolute;
	right: 12px;
	top: 12px;
	width: 560px; /* 550 Default */
}
#RSS_Subscribe {
	position:absolute;
	left: 104px;
	top: 272px;
	width: 68px;
	height: 68px;
}
#MainMenuBox {
	position: absolute;
	top: 122px;
	left: 20px;
	width: 780px;
}
#SearchBox {
	margin-top: 10px;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
#SearchBox input.SearchText {
	border: 2px inset #DEC530;
	background-color: #FFF;
	font-size: 10px;
	width: 104px;
	padding: 2px;
}
#Newsletter-wrapper {
	background:transparent url(images/bg_newsletter.gif) no-repeat 0 0;
	position:relative;
	margin:10px 0 0 -10px;
	width:195px;
	height:82px;
}
.NLbutton {
	position:absolute;
	top:38px;
	left:128px;
	width:45px;
	height:18px;
	background-color:transparent;
	border:none;
	display:block;
	color:912B0D;
	font-size:0px;
	text-indent:-999px;
	cursor:pointer;
}
.NLtext {
	position:absolute;
	top:39px;
	left:35px;
	width:88px;
	height:18px;
	font-size:10px;
	background-color:transparent;
	border:none;
}
#DateBox {
	position: absolute;
	top: 122px;
	left: 812px;
	width: 180px;
	font-size: 11px;
	color: #790909;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
}
#CatImgBox {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 245px;
	height: 230px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#ContentBox {
	position:relative;
	width: 988px; /* width total 1000px */
	margin: 0 0 0 12px;
	padding: 0;
}
#LeftColumn {
	float:left;
	margin: 0 32px 26px 0px;
	padding: 0;
	width: 176px;
	color:#790909;
}
#MainColumn {
	float:left;
	margin: 0 0 26px 0;
	padding: 0;
	width: 560px;
	position: relative;
}
#RightColumn {
	float:left;
	margin: 0 0 26px 32px;
	padding: 0;
	width: 176px;
	color:#4D4B49;
}
#OneColumn {
	float:left;
	margin: 0 0 26px 0;
	padding: 0;
	width: 976px;
	position: relative;
}
#ColumnOne {
	float:left;
	margin-right: 20px;
	padding: 0;
	width: 160px;
	position: relative;
}
#ColumnOneRight {
	float:left;
	margin-left: 20px;
	padding: 0;
	width: 160px;
	position: relative;
}
#ColumnTwo {
	float:left;
	margin-right: 0;
	padding: 0;
	width: 380px;
	position: relative;
}
#CopyBox {
	width: 1000px;
	padding: 5px 0;
	font-size: 9px;
	color: #919194;
}
#CoachRight {
	float: right;
	width: 350px;
	margin: 0;
	padding: 0;
}
#CoachLeft {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}
#MainColumn p {
	/* text-align:justify; */
	font-size: 11px;
}
.SideBarBox {
	padding: 5px 5px;
	width: 226px;
	font-size: 10px;
}

/* WHAT WE LOVE */
.WWLoveBox {
	position: relative;
	width:560px;
	min-height: 110px;
	margin:4px 0px;
	padding-bottom: 10px;
	border-bottom:1px solid #790909; /* #8277BB */
}

/* ---- Float styles ---- */
.floatleft 	{float:left}
.floatright {float:right}
.clear 		{clear:both; font-size: 0px; }

/* ------ code for the ZOOM SEARCH ------ */
.highlight { background: #FFFF40; }
.searchheading {
	color:#EE2E24;
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
}
.summary {
	font-size: 11px;
	font-style: italic;
} 
.results { font-size: 11px; }
.category { color: #999999; }
.description {
	font-size: 11px;
	color: #008000;
}
.context { font-size: 10px; }
.infoline {
	font-size: 10px;
	font-style: normal;
	color: #808080;
}
.sorting { text-align: right; }
.result_title {
	font-size: 11px;
	/* color:#EE2E24; */
}

.zoom_searchform { font-size: 100%; }
.zoom_options { font-size: 80%; }
input.zoom_button {  }

/* ---- Forms ---- */
form {
	margin:0;
	padding:0;
}
fieldset {  
	float: left;  
	clear: left;  
	width: 100%;
	border: 3px double #A09600;  
	margin: 0 0 10px 0;
	padding: 4px;
}
fieldset div {  
	float: left;  
	clear: left;  
	width: 100%; 
	padding-bottom: 4px;
}
fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
}

legend {  
margin-left: 6px;  
padding: 0 2px;  
font-weight: bold;
font-size: 14px;
}
label { 
	font-size:10px;
	color:#A09600;
	/* display: block; */ /* so that they'll occupy an entire line, no <br> needed*/
	margin-top:0px;
}
label.label-left {
	float: left;  
	font-size:11px;
	color:#A09600;
	margin: 3px 10px 0px 0px;
	padding-left: 6px;
	width: 12em;
}
form span { 
	font-size:10px;
	color:#A09600;
}
select, textarea {
	font-size: 11px;
	background-color: #FFFFFF;
	border:1px solid #DEC530;
	margin-bottom:3px;
}
input.inp_custom {
	font-size: 11px;
	background-color: #FFFFFF;
	border:1px solid #DEC530;/* not good for input buttons */
	margin-bottom:3px;
}
input.inp_noborder {
	font-size: 14px;
	color:#4482BD;
	background-color: #FFFFFF;
	border:0px solid #FFFFFF;/* not good for input buttons */
	margin-bottom:0px;
}
/* OLD BUTTONS */
input.btn, div.btn, a.btn {
	margin-top:2px;
	border: 1px solid #DEC530;
	border-top-color: #DEC530;
	border-left-color: #DEC530;
	padding: 3px 6px;
	/* background-color: #EBA0A1; */
	background: url(images/bg_buttons.gif) repeat-x 0px 0px;
	color: #905D0D;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Geneva, helvetica;
	text-decoration:none;
}
input.btnhov, div.btnhov, a.btnhov {
	background: url(images/bg_menunav.gif) repeat-x 0px 0px;
	color: #FFF;
	border: 1px solid #DEC530;
	border-top-color: #DEC530;
	border-left-color: #DEC530;
}
input.btnoff, div.btnoff, a.btnoff {
	margin-top:2px;
	border: 1px solid #DDD;
	border-top-color: #CCC;
	border-left-color: #CCC;
	padding: 3px 6px;
	background: #E9E9E9;
	color: #AAA;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Geneva, helvetica;
	text-decoration:none;
	
}

/* BUTTONS */
.submit, div.submit a, a.submit {
	background:#CABC40 url('images/button-bg.gif') repeat-x 0 -1px;
	font-size: 11px !important;
	line-height: 16px;
	color:#501612;
	font-weight:normal;
	padding: 2px 10px;
	cursor:pointer;
	text-decoration:none;
	border:1px solid #CE8233;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}
/* IE6 Only */
* html .submit {
	padding: 0px 3px;
}

a.submit {
	padding: 4px 11px;
	color:#501612;
}
/* IE6 Only */
* html a.submit {
	padding: 5px 8px;
}

div.submit a {
	padding: 4px 10px;
}

.submit.hover, div.submit.hover a, a.submit.hover {
	background:#F2F6A9 url('images/button-bg.gif') repeat-x 0 -30px;
	color:#8B4922;
	border:1px solid #905821;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.submit a { color: #501612; }
div.submit.hover a:hover { color: #8B4922; }

div.submit {
	background:transparent;
	font-size: 11px !important;
	line-height: 16px;
	color:#501612;
	padding: 4px 10px;
	cursor:pointer;
	border:none;
	box-sizing: content-box;
}

div.submit.hover {
	background:transparent;
	border:none;
}
/* END */

/* ---- Table Lists styles ---- */
table.tablelist {
	border: none;
}
table.tablelist tr.top {
	background:#F5F6CD url(images/bg_tablelist_th.jpg) repeat-x;
	height:34px;
}
table.tablelist th {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background:transparent;
	padding: 2px 4px;
	border: none;
}
/* IE6 Only */
* html table.tablelist tr.top th {
	background:#F5F6CD url(images/bg_tablelist_th.jpg) repeat-x;
}
table.tablelist td {
	font-size: 11px;
	line-height: 1.2;
	padding: 2px 4px;
	vertical-align: middle;
	border-bottom: 1px solid #572702;
	empty-cells: show;
}
table.center td { text-align:center; }