/* Site defaults */

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	height: 100%; 
	margin: 0;
	padding: 0;
	background: #c3bda4;
	line-height: 150%;
	font-family: Verdana, Helvetica, sans-serif;
	color: #5B5648;
	font-size: 13px;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

/* Class to automatically clear floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE needs special care */
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
.clearfix {display:block;}
/* End hide from IE-mac */

.clr {
	clear: both;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2D2B20;
}

h1 {
	padding: 2em 0 1em 0;
	font-size: 150%;
	line-height: 1em;
}

h2 {
  padding: 2em 0 0.5em 0;
	font-size: 130%;
}

h3 { 
  padding: 1em 0 0.5em 0;
	font-size: 110%;
}

h4 {
	padding-bottom: 0.5em;
	font-size: 100%;
}

h1.top, h2.top, h3.top, h4.top {
	padding-top: 0;
}

a {
	color: #812f4b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000;
}

li {
	list-style: disc;
	margin: 0.5em 2em;
}

ul ul li {
	list-style: disc;
	margin: 0.5em 4em;
}

strong {
	font-weight: bold;
}

em {
	font-weight: bold;
}

cite {
	font-style: italic;
}

/** Intro layout **/

.intro-wrapper {
	width: 800px;
	height: 1024px;
	margin: 0 auto;
	padding: 200px 0 0 0;
}

#intro {
	width: 100%;
}

#intro-box {
	width: 748px;
	height: 283px;
	margin: 0 auto;
	text-align: center;
	background-color: #fdfbd2;
/*	border: 1px solid #812f4b; */
}

#intro-box #intro-img {
	float: right;
}

#intro-title {
	width: 373px;
/*	height: 261px;*/
	float: left;
}

#intro-padding {
	position: relative;
	padding: 84px 0 0 10px;
}

#intro-enter {
	display: block;
	margin: 2em auto;
	text-align: center;
	font: 140% Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: underline;
}

/** Template layout **/

#mainbg {
	background: #c3bda4 url(../images/body-bg.png) repeat-x;
}

/*#mainbg.intro {
	background: #fffff0;
}*/

#mainbg-2 {
	height: 100%;
	background: #fff url(../images/body-shadow-br.png) 100% 0 repeat-y;
}

#mainbg-3 {
	height: 100%;
	background: transparent url(../images/body-shadow-bl.png) 0 0 repeat-y;
}

#mainbg-4 {
	height: 100%;
	background: transparent url(../images/body-shadow-tr.png) 100% 0 no-repeat;
}

#mainbg-5 {
	height: 100%;
	background: transparent url(../images/body-shadow-tl.png) 0 0 no-repeat;
	padding: 0 25px;
}

#header {
	position: relative;
	height: 160px;
	overflow: hidden;
	background: #fdfbd2 url(../images/header-bg.png) repeat-x;
}

#logo {
	position: absolute;
	top: 15px;
	left: 30px;
	display: block;
	border:none;
}

#nav {
	height: 28px;
	background-color: #fdfbd2;
	position: relative;
	border-bottom: 1px solid #8b866a;
}

div.wrapper {
	width: 950px;
	margin: auto;
	position: relative;
}

#mainft-2 {
	height: 100%;
	background: #c3bda4 url(../images/footer-shadow-tr.png) 100% 0 no-repeat;
}

#mainft-3 {
	height: 100%;
	background: transparent url(../images/footer-shadow-tl.png) 0 0 no-repeat;
	padding: 0 24px;
}

#footer {
	text-align: center;
	background: transparent url(../images/footer-bg.png) repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
}

#footer .padding {
	padding: 1em 0;
	width: 100%;
	border-top: 1px solid #c4bd9a;	
	
}

#footer p {
	margin-bottom: 0;
}

/* header styles */

#header p {
	margin: 60px 0 0 200px;
	font: 200% Georgia, "Times New Roman", Times, serif
}

/* mainbody styles */

div#content {
	width: 100%;
	background: #fdfbd2;
}

div#sidebar {
	width: 240px;
	float: left;
}

div#sidebar-padding {
	padding: 2em 1em;
}

div#mainbody {
	width: 656px;
	float: right;
	background: #fdfbd2 url(../images/content-bg.png) repeat-x;
}

div#mainbody-padding {
	padding: 2em 4em 2em 2em;
}

hr.home {
	border: 1px solid #602020;
	color: #602020;
	margin: 2em 6em;
}

/* Sidebar content */

.sidebar-box {
	background: url(../images/box_rounded_tl.gif) 0 0 no-repeat;
	margin: 0 0 2em 0;
	padding: 0;
}

.sidebar-box-fill {
	background: #a02321 url(../images/box-bg.png) 0 0 repeat-x;
	margin: 0 0 2em 0;
	padding: 0;
	color: #fff;
}

.sidebar-box-padding {
	padding: 1.5em;
}

.sidebar-box a {
	text-decoration: underline;
}

.sidebar-box-fill h1 {
	color: #fff;
	font-size: 150%;
	margin: 0 0 0.5em 0;
}

.sidebar-box-fill a {
	color: #fff;
	text-decoration: underline;
}

#sidebar-report-img {
	border: 1px solid #7c1e3f;
	margin-left: 4px;
}

.sidebar-box a#joinLink {
	display: block;
}

/* Content styling */
.prop-open {
	height: 500px;
}

.clr {
	clear: both;
}

.menu li {
	list-style-type: none;
}

.menu li.active {
	font-weight: bold;
}

.menu li.noshow {
	display: none;
}

.menu li li {
	margin-left: 1em;
}

.menu li.active li {
	font-weight: normal;
}

.menu li.active li.active {
	font-weight: bold;
}

#btn_paypal {
	margin: 1em 0 2em 1em;
}

#join-header {
	font-size: 200%;
	text-align: center;
	margin: 0;
	padding:0 0 1em 0;
}

.img-left {
	float: left;
	padding: 1em 2em 1em 0;
}

.img-right {
	float: right;
	padding: 1em 0 1em 2em;
	text-align: center;
	font-size: 70%;
}

.img-left p,
.img-right p {
	margin: 0;
	line-height: 0.8em;
	color: #812f4b;
}

.ref {
	font-style: italic;
}

ul.simplelist {
	margin-bottom: 1em;
}

ul.simplelist li {
	list-style: none;
	margin: 0;
}

.photo {
	margin: 1em;
}

.photo-full {
	width: 100%;
	margin: 1em 0;
}

.photoRight {
	float: right;
	margin: 0 0 1em 2em;
}

.photoLeft {
	float: left;
	margin: 0 2em 1em 0;
}

.photo p,
.photoLeft p,
.photoRight p {
	font-size: 90%;
	font-style: italic;
	line-height: 1.2em;
	margin-bottom: 0;
}

.photo-full p {
	font-size: 90%;
	font-style: italic;
	line-height: 1.2em;
	margin-bottom: 0;
}

.portrait {
	margin: 1em;
}

.portraitRight {
	float: right;
	margin: 0 0 1em 2em;
}

.portrait p,
.portraitRight p {
	font-size: 90%;
	font-style: italic;
	line-height: 1.2em;
	margin-bottom: 0;
}

.report .imgRight {
	float: right;
	margin: 0 0 1em 2em;
}

body.home h2 {
	padding: 1em 0 1em 0;
	font-size: 150%;
	line-height: 1em;
}

/* Events list styling */
dl.events {
	padding-right: 2em;
}

.events dt {
	margin-top: 2em;
	font-weight: bold;
}

.events dd {
	padding: 1em;
	border: 1px solid #fcfcfc;
}

#sidebar-events {
	margin-top: 0;
}

#sidebar-events dt {
	font-weight: bold;
}

#sidebar-events dt.noarrow {
	padding-left: 1em;
}

#sidebar-events dd {
	margin-bottom: 1em;
	padding-left: 1em;
	font-style: italic;
}

#sidebar-img-header {
	display: block;
}


.attribution {
	font-style: italic;
	font-size: %80%;
}

.author {
	margin-top: -0.5em;
}

.header-photo {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

.header-photo p {
	font-size: 60%;
	font-style: italic;
}

/* Events payments styling */
#wine101 #amount_0, #wine101 #amount_1 {
	margin-left: 2em;
}
#wine101 .button {
	margin: 2em 0 0 2em;
}

/* Board list styling */

ul.board {
	margin: 0 0 2em 2em;
}

ul.board li {
	list-style: none;
	margin: 0;
}

/* Contact list styling */
dl.contact {
	padding: 0 0 3em 0;
}

dl.contact dt {
	display: block;
	float: left;
	clear: left;
	width: 11em;
	margin: 2em 0 0 0;
	padding-right: 1em;
	text-align: right;
	font-weight: bold;
}

dl.contact dd {
	display: block;
	width: 25em;
	float: left;
	margin: 2em 0 0 0;
}

#webdesigner {
	margin: 2em 0 0 12em;
	padding: 0;
}

#webdesigner a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

/* Book list styling */
table.booklist {
	width: 100%;
	margin-bottom: 3em;
}

table.booklist tr {
	vertical-align: top;
}

table.booklist th,
table.booklist td {
	padding: 0.2em 0.4em;
	line-height: 1.2em;
	border: 1px solid #000000;
}

table.booklist th {
	background-color: #CCCCCC;
	font-weight: bold;
}

table.booklist .title {
	width: 40%;
}

table.booklist .author {
	width: 30%;
}

table.booklist .publisher {
	width: 22%;
}

table.booklist .pubdate {
	width: 8%;
}

/* Scholars list styling */
dl.scholars {
	width: 100%;
	padding: 0 0 3em 0;
}

dl.scholars dt {
	margin: 2em 0 1em 0;
	font-weight: bold;
}

dl.scholars dd .text {
	width: 320px;
	float: left;
}

dl.scholars dd .photo {
	width: 220px;
	float: right;
	text-align: right;
}

dl.scholars dd .photo p {
	text-align: center;
}

/* news list styling */
dl.news {
	width: 100%;
	padding: 0 0 3em 0;
}

dl.news dt {
	width: 100%;
	margin: 3em 0 1em 0;
	font-weight: bold;
	color: #812f4b;
	border-bottom: 2px solid #812f4b;
}

dl.news dd h4 {
	margin-bottom: 1em;
}

dl.news dd .left {
	float: left;
	padding: 1em 2em 1em 0;
}

dl.news dd .right {
	float: right;
	padding: 1em 0 1em 2em;
	text-align: center;
	font-size: 70%;
}

dl.news dd .left p,
dl.news dd .right p {
	margin: 0;
	line-height: 0.8em;
	color: #812f4b;
}

/* News list styling */
dl.newslist dt {
	margin-top: 1em;
	font-size: 130%;
	font-weight: bold;
}

dl.newslist dd ul {
	margin: 0.5em 0 1em 0;
}

dl.newslist dd ul li {
	margin: 0 0 0.4em 3em;
	font-weight: normal;
	list-style-image: url(../images/arrow.png);
}

.news-left {
	float: left;
	padding: 1em 2em 1em 0;
}

.news-right {
	float: right;
	padding: 1em 0 1em 2em;
	text-align: center;
	font-size: 70%;
}

.news-left p,
.news-right p {
	margin: 0;
	line-height: 0.8em;
	color: #812f4b;
}

/* Links list styling */
ul.links li {
	display: block;
	width: 80%;
	margin: 0 0 1em 0;
	list-style: none;
}

ul.links li img {
	vertical-align: top;
}

/* Pagination styling */
.pagination {
	width: 100%;
	clear: both;
	padding: 1em 0;
}

.pagination .button-right {
	background:transparent url(../images/button-right.png) no-repeat scroll 100% 0;
	float:left;
	margin-left:5px;
}

.pagination .button-right .prev {
	background:transparent url(../images/prev.png) no-repeat scroll 0 0;
	float: left;
}

.pagination .button-left {
	background:transparent url(../images/button-left.png) no-repeat scroll 0 0;
	float:right;
	margin-right:5px;
}

.pagination .button-left .next{
	background:transparent url(../images/next.png) no-repeat scroll 100% 0;
	float: left;
}
.pagination .button-right a {
	padding:0 6px 0 24px;
}

.pagination .button-left a {
	padding:0 24px 0 6px;
}

.pagination .button-left a, .pagination .button-right a {
	color:#333333;
	cursor:pointer;
	display:block;
	float:left;
	font-size:11px;
	height:22px;
	line-height:22px;
}

/* Report TOC styling */
.reportCont {
	width: 100%;
	padding-bottom: 40px;
	font-size: 90%;
}

.reportCont img {
	float: left;
	border: 1px solid #000000;
}

.reportCont ol {
	display: block;
	float: right;
}

.reportCont ol li {
	line-height: 1.4em;
	list-style: decimal;
	vertical-align: top;
}

.report ul.orglist li {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.reportCont ol li a {
	display: block;
	width: 220px;
}

ol.tocmenu li {
	list-style: decimal;
	vertical-align: top;
}

ol.tocmenu li a {
	text-decoration: none;
}

/* hack to align numbers in ie */
* html ol.tocmenu li {
	line-height: 1.3em;
}

ol.tocmenu li.active {
	font-weight: bold;
}

ol.tocmenu li a, ol.tocmenu li.active a {
	display: block;
	width: 160px;
}

.credits {
	margin: 30px 0 0 0;
}

.credits tr {
	vertical-align: top;
}

.credits td {
	padding: 0 2px 6px 0;
	line-height: 1.4em;
	font-size: 12px;
}

.credits td.function {
	font-style: italic;
}

/* Report styling */
a.downloadIcon {
	display: block;
	width: 32px;
	height: 32px;
	float: right;
	background-image: url(/images/pdficon_large.gif);
}

.report h1 {
	padding: 0 0 0.5em 0;
	line-height: 1.15em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #812f4b;
}

.report h2 {
	padding: 1em 0 0.5em 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #812f4b;
}

.report h2.clear {
	clear: both;
	padding-top: 0;
}

.report h3 {
	padding: 0.5em 0 0.5em 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #812f4b;
}

.report h2.subheading {
	padding-top: 0;
}

.report h3.subheading {
	padding-top: 0;
}
.report .pages {
	margin: -1em 0 0 0;
	padding: 0;
	color: #812f4b;
}

.report .tagline {
	font-style: italic;
	color: #812f4b;
}

.report .position {
	font-style: italic;
}

.report .attribution {
	font-style: italic;
}

.report .attributionRight {
	width: 100%;
	font-style: italic;
	text-align: right;
}

.report .recommendation {
	font-style: italic;
}

.report dl.wineslist {
	margin-bottom: 1em;
}

.report dl.wineslist dt {
	margin-top: 1em;
	font-style: italic;
}

.report dl.wineslist dd {
	padding: 0 0 0 2em;
}

.report dl.tastinglist {
	margin-bottom: 1em;
}

.report dl.tastinglist dd {
	padding: 0 0 0 2em;
	font-style: italic;
}


/* Rounded box styles */

.rbox {
	background: url(../images/box_rounded_tl.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
}

.rbox1 {
	background: url(../images/box_rounded_tr.gif) 100% 0 no-repeat;
}
.rbox2 {
	background: url(../images/box_rounded_bl.gif) 0 100% no-repeat;
}
.rbox3 {
	background: url(../images/box_rounded_br.gif) 100% 100% no-repeat;
	width: auto !important;
	width: 100%;
}

/* Barney's Backyard styling */
#barney-sign {
	width: 500px;
	margin: 2em auto 0 auto;
	padding: 2em;
	text-align: center;
	border: 1px solid #000000;
}

#barney-cert {
	width: 580px;
	margin: 2em auto 0 auto;
	padding: 0;
	border: 1px solid #000000;
}

#barney-cert .left {
	width: 330px;
	float: left;
	padding: 20px;
}

#barney-cert .right {
	width: 170px;
	float: right;
	padding: 20px;
}

#barney-cert .left h2 {
	padding: 0;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#barney-cert .left h3 {
	padding: 0 0 1em 0;
	font-weight: bold;
	text-align: center;
}

#barney-cert .right .images img {
	display: block;
	margin: 0 auto 5em auto;
	text-align: center;
}

#barney-desc-link {
	width: 170px;
	float: right;
}

/* Photo Gallery */
.image_info {
    display:block;
    font-size:10px;
    border:0px;
    }
.image_info a {
    text-decoration:none;
}
.image {
    margin-bottom:5px;
}
.image img {
    padding:6px;
    border: 1px solid #000;
    display:block;
    background-color: #fff;
    margin-top: 10px;
}
.navigation, .navigation a {
	text-decoration: none;
    margin-top:9px;
    font-weight:bold;
}
.thumbnail_row {
    margin-top: 1px;
}
.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}
.thumbnail_center {
    padding:1px;
    border:1px solid #602020 !important;
}

/* Shadow styling */
.img-shadow {
	float: left;
	background: url(../images/shadow.png) no-repeat bottom right;
	margin: 10px 0 0 10px;
}

.img-shadow img {
	display: block;
	position: relative;
	margin: -10px 10px 10px -10px;
	border: 1px solid #999;
} 

div.shadow {
	float: left;
	background: url(../images/shadow.png) no-repeat bottom right;
	margin: 10px 0 0 10px;
}

div.shadow div {
	display: block;
	position: relative;
	margin: -10px 10px 10px -10px;
	border: 1px solid #999;
} 

div.shadow div div {
	margin: 0;
	border: none;
}

/* Books on wine */
h1.books-on-wine {
	width: 254px;
	height: 200px;
	position: relative;
}

h1.books-on-wine span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(/images/books_on_wine.png) 0 0 no-repeat;
}

h2.books-on-wine {
	padding-top: 0;
}

table.bowf {
	margin-bottom: 2em;
}

table.bowf tr {
	vertical-align: top;
}

table.bowf td {
	padding: 0 0.5em 1em 0;
	font-weight: bold;
}

table.bowf-schedule {
	margin: 0 0 2em 2em;
}

table.bowf-schedule tr {
	vertical-align: top;
}

table.bowf-schedule td {
	padding: 0 1.5em 1em 0;
}

.bowf-book {
	width: 30em;
	padding-bottom: 2em;
}

/* Tasting Participating Wineries Table */
#tasting td, #tasting th {
	vertical-align: top;
}

#tasting th {
	font-weight: bold;
}

#tasting td {
	border: 1px solid #ccc;
	padding: 0 4px;
}
.tasting-wine-list {
	margin-top: 2em;
}
.tasting-wine-list td, .tasting-wine-list th {
	vertical-align: top;
}
.tasting-wine-list th {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.tasting-wine-list td {
	border-bottom: 1px solid #ccc;
	padding: 0 0 0.5em 0;
}
.tasting-wine-list {
	list-style: none;
}
.tasting-wine-list li {
	margin-left: 0;
	font-weight: bold;
	list-style: none;
}
.tasting-wine-list li li {
	margin: 1em 0 0 2em;
	font-weight: normal;
}
.tasting-wine-list li.one-level li,
.tasting-wine-list li li li {
	margin-top: 0;
}
/* Directors-only styling */
#loginform li {
	margin: 2em 0 2em 5em;
	list-style: none;
}

#loginform button {
	margin: 0 0 0 5em;
}

#logout, #downloads {
	display: block;
	float: right;
	margin-left: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #396f3f;
	line-height: 1em;
}

.dummy {
	display: none;
}

/* Button styling */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}



