/* @override http://www.westportwinery.org/assets/templates/wwine/css/style.css */

/******************************************************
 CSS Reset - Sets Browser Defaults to Defined values. 
******************************************************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset, img {
	border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}

/* ol, ul, li { list-style:none } */

caption, th {
	text-align: left
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	font-family: Palatino, "Times New Roman", Times, Georgia, serif;
	margin: 5px 0;
	color: #1a3a65;
}

q:before, q:after {
	content: ''
}

/* Global reset-RESET */

/* The below restores some sensible defaults */

strong {
	font-weight: bold
}

em {
	font-style: italic
}

a img {
	border: none
}

h1 a:link, h1 a:visited {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

hr {
	border-top: 1px solid #dae3ef;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #f8fafe;
	margin: 15px 0;
}

input {
	border: 1px solid #7895fb;
}

blockquote {
	padding: 20px;
	font-size: 11px;
	font-style: italic;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background: #e8f3f8 url(../images/quotes.png) no-repeat 0 center;
	border: 1px solid #b8c9eb;
}

ul {
	margin-left: 25px;
	list-style-type: disc;
	list-style-position: outside;
}

/* Gets rid of IE's blue borders */

/* Classes */

.padvh {
	padding: 10px;
}

.padv {
	padding: 10px 0;
}

.padh {
	padding: 0 10px;
}

.padfv {
	padding: 5px;
}

.mrgleft {
	margin-left: 10px;	
}

.mgh {
	margin: 0 10px;
}

.mgv {
	margin: 10px 0;
}

.mgvh {
	margin: 10px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.box {
	margin-left: 10px;
	background: #eef5fe;
	padding: 10px;
	border: 1px dotted #283474;
}

.box ul, .box li, .box ol {
	list-style: none;
}

.em {
	font-style: italic;
}

.strong {
	font-weight: bold;
}

.bdr {
	border: 2px solid #3b4d6b;
}

.txtlft {
	text-align: left;
}

.txtcnt {
	text-align: center;
}

.txtrgt {
	text-align: right;
}

.big {
	font-size: 1.25em;
	color: #6a97bf;
}

.wquote {
	font: italic 11px Georgia, "Times New Roman", Times, serif;
}

.wquote span {
	display: block;
	margin: 10px 0;
	font-weight: bold;
}

.cntr {
	height: 10px;
	background: #fff url("../images/hdiv.jpg") no-repeat center;
	border-style: none;
	color: #fff;
}

.clearfix {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cleartop {
	display: block;
	height: 0;
	visibility: hidden;
}

a.grape:link, a.grape:visited {
	display: block;
	padding: 5px 35px 5px 0;
	font: bold 1.5em Palatino, "Times New Roman", Times, Georgia, serif;
	text-decoration: none;
	background: url("../images/grapes.png") no-repeat right center;
	border-top: 1px dotted #c3cdec;
	border-bottom: 1px dotted #c3cdec;
}

a.grape:hover {
	background: url("../images/grapes_hover.png") no-repeat right center;
	color: #751515;
	border-color: #751515;
}

.rustic {
	background: url("../images/news_border.jpg") no-repeat left top;
}

.cntdir .onethird p span {
	display: block;
	float: left;
	width: 50px;
	font-weight: bold;
}

.cntdir hr {
	float: left;
	width: 90%;
	margin: 8px 0;
}

.cntdir ul li {
	margin-left: 0;
	padding: 6px 0;
	list-style-type: none;
	border-bottom: 1px solid #d8e7fe;
}

.cntdir ul li span {
	display: block;
	float: left;
	width: 275px;
}

input[type=submit] {
	background-color: #4780ae;
	color: #fff;
	padding: 1px 5px;
	border: 1px solid #084577;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type=submit]:hover {
	background-color: #2e5778;
}

ul.nostyle {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* Background */

body {
	background: #0c0f33 url("../images/bg-main.jpg") repeat-y center top;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #1a3a65;
}

/* Headings */

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 11px;
}

/* Links */

a {
	color: #1a3a65;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.hmlnk {
	display: block;
	width: 350px;
	height: 200px;
	text-indent: -9999px;
	float: left;
}

/* Content */

#content {
	background: #fff url("../images/cmps.jpg") no-repeat right bottom;
	padding: 0 10px 10px 10px;
	border-bottom: 4px solid #50668a;
}

.wrapper {
	width: 800px;
	margin: 0 auto;
}

.onehalf {
	width: 50%;
	float: left;
}

.twothirds {
	width: 470px;
	float: left;
}

.onethird {
	width: 235px;
	float: left;
}

.onethird p {
	padding: 5px;
}

.onethird ul li {
	margin-left: 0;
	padding: 5px 10px;
	list-style: none;
}

.midbdr {
	border-right: 1px dotted #c8d8fd;
	border-left: 1px dotted #c8d8fd;
}

.cdiv {
	float: left;
	clear: left;
	width: 80%;
}

#footer {
	width: 800px;
	height: 100px;
	margin-top: 25px;
}

#footer h2.lgsm {
	background: url("../images/lgsm.png") no-repeat;
	width: 136px;
	height: 53px;
	text-indent: -9999px;
}

#footer p.cpywrt {
	color: #ccc;
	font-size: 11px;
	margin: 10px;
}

#footer .socmed {
	width: 250px;
	color: #fff;
}

ul.cntus {
	margin: 0;
}

ul.cntus li {
	margin: 10px 0;
	background-color: rgba(255,255,255,0.5);
	border-bottom: 1px dotted #c7dbf0;
}

ul.cntus li span {
	display: block;
	font-weight: bold;
}

ul.itemlist li {
	padding: 10px 5px;
	background-color: #f8fafe;
	border-top: 1px solid #dae2e8;
	list-style-type: none;
}

ul.itemlist li span {
	display: block;
	float: left;
	width: 225px;
	font-weight: bold;
}

ul.nice {
	margin: 0;
	padding: 0;
}

ul.nice li {
	margin: 5px 0;
	padding: 0;
}

ul.nice li a {
	display: block;
	padding: 5px 5px 5px 30px;
	border-bottom: 1px dotted #c3cfde;
	text-decoration: none;
}

ul.nice li a:link, ul.nice li a:visited {
	background: url("../images/grapes_sm.png") no-repeat left center;
}

ul.nice li a:hover {
	background: url("../images/grapes_sm_hv.png") no-repeat left center;
}

.cornerbnr {
	display: block;
	background: url("../images/wwevcorner.png") no-repeat;
	width: 273px;
	height: 260px;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
	z-index: 1000;
}

.cornerbnl {
	display: block;
	background: url("../images/olycul_banner.png") no-repeat;
	width: 234px;
	height: 381px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999999px;
	z-index: 1000;
}
/* Navigation */
#bcnav {
	width: 100%;
	display: block;
	float: left;
}

#bcwrap {
	float: left;
	border: 1px solid #dce7fe;
	padding: 8px;
	margin: 5px 0 15px;
	background-color: #1a3a65;
	color: #a7b7d9;
}

#bcwrap a {
	color: #c8e0fd;
}

ul.siteNav {
	margin-left: 0;
	list-style: none;
	list-style-position: inside;
}

ul.siteNav li {
	margin: 4% 0;
}

ul.siteNav li a {
	font: bold 18px Palatino, "Times New Roman", Times, Georgia, serif;
}

/* menu for front-end admin pages */
#adminmenu {
    margin: 40px;
    width: 18em;
    list-style: none; 
}
#adminmenu a {
    display: block;
    padding: 5px;
    text-decoration: none;
    background: #1a3a65;
    color: #fff;
    margin-bottom: 2px;
}
#adminmenu a:hover {
    background: #245ba6;
}

/* Banner */

#banner {
	width: 800px;
	height: 350px;
	margin-top: 10px;
	background: url("../images/banner-bg.jpg") no-repeat;
	position: relative;
}

#bnrotate {
	width: 450px;
	margin-left: 350px;
}

#cbanner {
	width: 800px;
	height: 219px;
	margin-top: 10px;
	background: url("../images/cbanner-bg.jpg") no-repeat;
	position: relative;
}

#cbnrotate {
	width: 310px;
	float: right;
}

#bnrotate img, #cbnrotate img { 
	display: none; 
}

#bnrotate img.first, #cbnrotate img.first { 
	display: block; 
}

/* Header Images */

img.header {
	display: block;
	float: left;
}

/* Buttons */

a.btnshp {
	display: block;
	width: 384px;
	height: 82px;
	margin: 10px 0;
	background: url("../images/shp.jpg") no-repeat;
	text-indent: -9999px;
}

a.btntst {
	display: block;
	width: 384px;
	height: 82px;
	margin: 10px 0;
	background: url("../images/tst.jpg") no-repeat;
	text-indent: -9999px;
}

h2.shpnw {
	background: url("../images/shpcrt.jpg") no-repeat;
	text-align: left;
	text-indent: 20px;
}

/* Tasting Notes */
.tasteNotes h4 span {
	font-weight: normal;
}

/* Awards table */
#awardsTable {
    width: 95%;
    margin: 20px auto;
}

#awardsTable th {
    font-weight: bold;
    color: #1a3a65;
    padding: 10px;
}

#awardsTable td {
    padding:  5px 0 5px 20px;
    vertical-align: top;
}

/* Blog - Layout and Post Styling */

.blglft {
	width: 550px;
	float: left;
	clear: left;
}

.blgrgt {
	width: 190px;
	float: left;
}

.blglft p {
	margin: 10px 0;
}

.blgrgt ul {
	margin-top: 10px;
	margin-left: 0;
}

.blgrgt ul li a, .blgrgt ul li a:link, .blgrgt ul li a:visited {
	display: block;
	padding: 5px;
	margin: 3px 0;
	background: #e9f3fe;
	border: 1px solid #e9f3fe;
}

.blgrgt ul li a:hover {
	background: #fff;
	border: 1px solid #adb9cc;
}

/* Blog - Post Listing */

.ditto_summaryPost {
	margin: 5px 0 0;
	padding: 20px 10px 25px 25px;
	position: relative;
	border-bottom: 1px dotted #fff;
	background: url("../images/rustic.jpg") no-repeat left top;
}

.blog_intro {
	margin: 5px 0 15px;
	color: #8493a3;
	font-style: italic;
}

.ditto_info {
	font-size: 11px;
	color: #99abb6;
	margin: 5px 0;
}

.ditto_info a {
	color: #c1303f;
}

.ditto_rm a {
	text-decoration: none;
	background: url("../images/pagbg.gif") repeat-x;
	padding: 2px 5px;
	border: 1px solid #bebebe;
}

.ditto_rm a:hover {
	border: 1px solid #7780a8;
}

a.ditto_comments {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 28px;
	text-align: center;
	background: url("../images/comment_count_bg.gif") no-repeat;
	font-weight: bold;
}

p.summary {
	margin: 5px 0 15px 0;
	font-style: italic;
	color: #5176a2;
}

/* Blog Admin */

#formManage {
	float: left;
	clear: left;
}

.row {
	float: left;
	clear: left;
	padding: 5px 0;
	line-height: 30px;
	border-bottom: 1px dotted #6e93e8;
}

.col1, .col2, .col3, .col4, .col5, .col6 {
	float: left;
}

.col1 {
	width: 500px;
}

.col2, .col3, .col4 {
	width: 90px;
}

.col5, .col6 {
	width: 80px;
}

.flagColumn {
	float: left;
}

.deleteItem {
	background: url("../images/icons/delete.png") no-repeat;
	padding-left: 20px;
}

.viewItem {
	background: url("../images/icons/page_edit.png") no-repeat;
	padding-left: 20px;
}

.flagColumn.pkStatusLive {
	width: 16px;
	text-indent: -9999px;
	background: url("../images/icons/tag_blue.png") no-repeat 0 center;
}

form#addItem {
	float: left;
	clear: left;
	margin: 20px 0;
}

/* New Post */

form.itemEdit fieldset {
	margin: 10px 0;
	border: 2px solid #c6dadd;
}

form .sml fieldset {
	margin: 2px 0;
}

form.itemEdit legend {
	margin-left: 5px;
	padding: 0 2px 0 0;
}

form.itemEdit div.block {
	position: relative;
	margin-left: 125px;
}

form .sml div.block {
	margin-left: 100px;
}

form.itemEdit label {
	position: relative;
	line-height: 1.8;
	vertical-align: top;
	float: left;
}

form.itemEdit fieldset ol {
	margin: 0;
	padding: 0;
	clear: both;
}

form.itemEdit fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: both;
}

form.itemEdit fieldset li.last-child {
	border-bottom: medium none;
}

form.itemEdit fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.itemEdit fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.itemEdit fieldset fieldset label {
	display: block;
	width: auto;
	float: none;
}

form.itemEdit label.plain {
	float: none;
	width: auto;
}

form.itemEdit em {
	font-weight: bold;
	font-style: normal;
	color: #f54480;
}

form.itemEdit label {
	width: 90px;
/*Width of labels */
}

form .sml label {
	width: 100px;
}

form.itemEdit fieldset fieldset label {
	margin-left: 123px;
/*Width plus 3 (html space) */
}

form.itemEdit {
	float: left;
	color: #333;
	margin-bottom: 10px;
	display: inline;
}

form.itemEdit textarea {
	border: 1px solid #9dbabf;
}

form.itemEdit input {
	border: 1px solid #9dbabf;
	background-color: #ffffff;
	padding: 2px;
}

form.itemEdit input.big {
	font-size: 20px;
}

form.itemEdit input.error {
	border: 1px solid #f72b73;
	margin-right: 10px;
}

form.itemEdit input[type=submit] {
	background-color: #4780ae;
	color: #fff;
	padding: 1px 5px;
	border: 1px solid #084577;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form.itemEdit input[type=submit]:hover {
	background-color: #2e5778;
}

form.itemEdit input[type=button],
	form.itemEdit input[type=reset] {
	background-color: #fff;
	color: #333;
	padding: 1px 5px;
	border: 1px solid #bbb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form.itemEdit input[type=button]:hover,
	form.itemEdit input[type=reset]:hover {
	background-color: #f1f1f1;
}

form.itemEdit label {
	color: #333;
}

form.itemEdit fieldset fieldset {
	background: none;
}

form.itemEdit fieldset li {
	padding: 5px 10px 7px;
	border-bottom: 1px solid #e3eef9;
}

span.note {
	color: #6896c2;
	font-size: 11px;
}

span.chk input {
	margin: 0 5px 0 0;
}

/* FORM ICONS */

form.itemEdit input.datepicker {
	background-image: url(../images/icons/date_input.png);
	background-repeat: no-repeat;
	background-position: center right;
}

form.itemEdit input.auto {
	background-image: url(../images/icons/application_view_list_input.png);
	background-repeat: no-repeat;
	background-position: center right;
}

form.itemEdit input.ac_loading {
	background-image: url(../images/icons/loading.gif);
}

form.itemEdit input.color {
	background-image: url(../images/icons/color_wheel_input.png);
	background-repeat: no-repeat;
	background-position: center right;
}

/* Newsletters */

.ditto_newsPost {
	width: 625px;
	margin: 5px 0 10px;
	padding: 20px 10px 25px 25px;
	position: relative;
	border-bottom: 1px dotted #fff;
	background: url("../images/rustic.jpg") no-repeat left top;
}

.ditto_newsPost p.summary {
	width: 425px;
}

a.ditto_dn {
	display: block;
	position: absolute;
	right: 15px;
	top: 60px;
}

/* Events */
.evMonth {
	display: block;
	width: 99%;
	float: left;
	margin: 10px 0 5px 0;
	padding: 5px;
	background-color: #0e2343;
	color: #fff;
}

.evPost {
	display: block;
	width: 100%;
	float: left;
	background: #fff;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.evPostLeft {
	width: 530px;
}

.evPostImg {
	width: 210px;
	height: 210px;
	float: right;
	border: 5px double #1c375f;
}

.evPostImg img {
	display: inline;
	border: 5px solid #fff;
}

.evDate {
	font-size: 18px;
	margin-top: 15px;
}

.evTitle {
	font-size: 14px;
}

/* Comments */

#commentsAnchor {
	float: left;
	clear: left;
	margin-top: 10px;
}

#commentsAnchor h2 {
	padding-top: 10px;
	border-top: 1px dotted #232e63;
}

#commentsAnchor ul {
	margin-left: 0;
	list-style-type: none;
	color: #c1303f;
}

#commentsAnchor label {
	margin: 10px 0;
}

/* Pagination */

#ditto_pages {
	padding: 10px 0;
}

#ditto_pages a:link, #ditto_pages a:visited {
	text-decoration: none;
	background: url("../images/pagbg.gif") repeat-x;
	margin: 0 2px;
	padding: 2px 5px;
	border: 1px solid #bebebe;
}

#ditto_pages a:hover {
	text-decoration: underline;
	border: 1px solid #7780a8;
}

.ditto_currentpage {
	background: url("../images/pagbgcrnt.gif") repeat-x;
	color: #fff;
	margin: 0 2px;
	padding: 2px 5px;
	border: 1px solid #bebebe;
}

.ditto_previous_off, .ditto_next_off {
	background: url("../images/pagbg.gif") repeat-x;
	margin: 0 2px;
	padding: 2px 5px;
	border: 1px solid #bebebe;
	color: #a9aaab;
}

/* Contact Form */
#EmailForm {
	float: left;
	clear: both;
}

#EmailForm fieldset {
	border: none;
}

/* WC Signup */
#WCForm legend {
	font-weight: bold;
	font-size: 1.25em;
}

#WCForm fieldset {
	padding: 10px 5px;
}

#WCForm label {
	font-weight: bold;
	font-style: italic;
	color: #3c6d97;
}

/* Admin */
div.adminpn {
	float: left;
	width: 205px;
	margin: 10px;
	padding: 5px 10px;
	border: 1px solid #6a8ab3;
}

.adminpn h2 {
	padding: 5px;
	background-color: #e5f1fe;
}

.adminpn ul {
	margin-top: 10px;
	margin-left: 0;
	padding: 5px 0;
	list-style-type: none;
	border-top: 1px solid #dce7fe;
	border-bottom: 1px solid #dce7fe;
}

.adminpn ul li a {
	display: block;
	padding: 5px;
	line-height: 2em;
	margin: 10px 0;
}

.adminpn ul li a:link, .adminpn ul li a:visited {
	border-left: 5px solid #fff;
	text-decoration: none;
	background-color: #f2fcfe;
}

.adminpn ul li a:hover {
	border-left: 5px solid #4864a0;
	background-color: #e3f1fe;
}

