/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #F5F2DD;
	background-image: url('../images/background.jpg');
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #412006;
}

body.popup, body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

body.popup {
	padding: 10px;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

optgroup option {
	padding-left: 25px;
}

p {
	margin-bottom: 10px;
}

img { border: none; }

a {
	text-decoration: none;
	color: #63003B;
	font-weight: bold;
}

a:hover {
	color: #412006;
}

.burgundy {
	color: #81004B;
}

hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid #BFAD93 1px;
	margin: 15px 0px;
}

#content ul {
	padding-left: 15px;
}

.cb {
	clear: both;
}

.right_photo {
	float: right;
	margin: 0px 0px 10px 15px;
	display: inline;
}

/* LAYOUT CSS */

#container {
	width: 958px;
	margin: 0px auto;
	position: relative;
}

#header {
	text-align: right;
}

#logo {
	position: absolute;
	top: 71px;
	left: -33px;
}

#nav {
	margin: 54px 0px 0px 0px;
}

#nav img {
	float: right;
	margin-top: 14px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	margin: 0px 0px 0px 19px;
	float: left;
	display: inline;
}

#nav a {
	color: #412006;
	font-size: 13px;
	display: block;
	padding: 2px 0px 4px 0px;
	font-weight: normal;
}

#nav a:hover, #subnav a:hover {
	color: #63003B;
}

#nav a.active {
/*	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	color: #552500;
}

#nav li ul {
	position: absolute;
	top: 24px;
	left: 0px;
	width: 120px;
	display: none;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-color: #F9F6E3;
	background-image: url('../images/background.jpg');
}

#nav li ul li {
	margin-left: 0px;
	padding: 2px 5px 0px 5px;
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
	width: 110px;
}

#nav li ul li a {
	width: auto;
	padding: 0px;
}

#nav li:hover ul {
	display: block;
}

#subnav a {
	font-weight: normal;
}

#subnav a.active {
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #552500;
}

#sealtd {
	width: 471px;
	text-align: right;
	vertical-align: bottom;
}

#left_content {
	width: 179px;
	color: #63003B;
	text-align: right;
	padding-top: 64px;
}

#subnav {
	text-align: right;
	line-height: 24px;
	margin-bottom: 8px;
}

#subnav a {
	height: 20px;
	padding: 2px 17px 2px 2px;
	margin: 5px 0px;
	color: #63003B;
}

#top_content {
	margin-top: 18px;
	height: 29px;
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 17px;
}

#top_content h1, #top_content h1 a {
/*	color: #737745;*/
	color: #964A77;
	font-size: 22px;
}

#content {
	width: 740px;
	padding: 17px;
	background-image: url(/images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
	width: 757px;
	padding: 17px 0px 17px 17px;
}

#footer table {
	width: 757px;
}

#footer a {
	line-height: 20px;
}

#footer img {
	vertical-align: middle;
}

#copyright {
	color: #BFAD93;
	font-size: 11px;
	text-align: right;
}

#copyright img {
	float: right;
	padding: 2px 0px 0px 5px;
}

#copyright a {
	line-height: 12px;
	color: #BFAD93;
}

#copyright a:hover {
	line-height: 12px;
	color: #552500;
}

.vertline {
	background-color: #BFAD93;
	width: 1px;
}

#banner_ad {
/*	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: top;*/
	padding-top: 20px;
	margin-top: 8px;
}

/* CONTENT CSS */

h1 {
	/*color: #63003B;*/
	color: #81004B;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
/*	color: #9B8872;*/
	color: #7D6553;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	color: #81004B;
	font-size: 14px;
	font-weight: normal;
}

select, input {
	margin: 2px;
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	background-color: #552500;
	border: 0px;
	color: #FFFFFF;
	margin: 2px;
	padding: 1px 3px;
}

.alert {
	color: #81004B;
	font-weight: bold;
}

/** BLOG STYLES **/
img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content h3 {
	font-size: 1.4em; 
	font-weight:normal;
	margin: 1em 0 0;
	color: #265e15;	
}
#content h4 {
	font-size: 1.1em; 
	margin: 1em 0 0 0;
}
#content h5 {
	font-size: 1em; 
	margin: 1em 0;
}
#content ol 
{
    list-style-type:decimal;
    margin:2em;
    padding:0 2em;
}

#content .post 
{
	padding:0 0 2em 0;
	border-bottom:#ddd 1px dashed;
}
#content p img.right {
	float: right;
	margin:10px 0 0 10px;	
}
#content p img.left {
	float: left; 
	margin:0 10px 10px 0;
}
#content .post h2 
{
	font-size: 1.4em; 
	margin: 1em 0 0;	
	letter-spacing:1px;
	font-weight:normal;	
}
#content .entry 
{
    margin:1em 0;
    padding-right:1em;    
}

#content .sticky {
	background: #f7f7f7;
	padding: 0 10px 10px 10px;
}
#content .sticky .posttitle h2 {
	padding-top: 10px;
}
#content .entry a:link, #content .entry a:visited
{
    border-bottom:#963 1px dashed;    
}
#content .entry a:hover, #content .entry a:active
{
    border-bottom:#963 1px solid;    
}
#content .entry .addthis_toolbox a {
	border-bottom: 0px;
}
#content .post-info , #content .postmetadata
{
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;	
}
#content .postmetadata
{
	/*background:url(../images/underline1.jpg) no-repeat left bottom;
	padding-bottom:12px;	*/
}
.entry img 
{
	background:url(../images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:none;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
.entry a img {
	border:none;
	background:none;
	padding:none;
	background:url(../images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
.entry .addthis_button img {
	background-image: none;
	border: 0px;
}
#content .entry a.addthis_button {
	border: 0px;
	float: right;
	margin-top: -36px;
}
#sidebar ul {
	list-style: none;
	margin-bottom: 10px;
}

#sidebar li {
	text-transform: lowercase;
	line-height: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#sidebar li a {
	display: block;
	margin: 6px 0px;
	padding: 0px 17px 0px 0px;;
	height: auto;
}

#sidebar h3 {
	color: #81004B;
	padding: 5px 17px 0px 0px;
	line-height: 16px;
	text-transform: lowercase;
}

#sidebar .sidebox div {
/*	margin-right: 17px;*/
}

dl {
	margin:1em 0;
}

dt {
	font-weight:bold;
}

dd {
	margin:0.5em;
	padding:0;
}

#content-main ul {
	list-style-image:url('/blog/wp-content/themes/mistylook/img/bullet.png');
	margin:1em;
	padding:0 1em;
}

#content-main ul.asides {
	border-bottom:#ddd 1px dashed;
	margin:0;
	padding:2em;
}

#content ol {
	list-style-type:decimal;
	margin:2em;
	padding:0 2em;
}

.post h4 em {
	font-style:normal;
	float:right;
	font-weight:normal;
}

.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, .wp-caption a img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#content .wp-caption a:hover,
#content .wp-caption a:active,
#content .wp-caption a:link,
#content .wp-caption a:visited {
	border: none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.press-items strong {
	color: #81004B;
}

/* Trade CSS */

.trade {
	margin: 15px 0px;
	width: 100%;
	border-bottom: 1px solid #E7E7E7;
}


.trade td {
	padding: 20px 0px 20px 10px;
	border-top: 1px solid #E7E7E7;
	vertical-align: middle;
}

.trade td.thumb {
	padding: 20px 10px 20px 0px;
	border-right: 1px solid #E7E7E7;
}

/* ADMIN CSS */

#admin .button {
	margin: 0 3px 6px 0;
	padding: 0px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding: 0px 4px 4px 0px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0;
	margin: 0 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0 0 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0 10px 10px 0;
}
/* FAQ Styles */
#faqs div.question {
	cursor: pointer;
	border: 1px solid #9F916D;
	padding: 3px 19px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

#faqs div.collapse div.question {
	background-color: #E7E7CE;
	background-image: url(../images/faq_button_off.gif);
}

#faqs div.collapse div.answer {
	display: none;
}

#faqs div.expand div.question {
	background-color: #888F02;
	background-image: url(../images/faq_button_on.gif);
	color: #FFFFFF;
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 10px;
}

.certified-wine {
	clear: right;
	margin-bottom: 30px;
}

.certified-wine b a {
	color: #81004B;
}

.certified-wine img { float: right; }

/* GALLERY STYLES */
.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	width: 167px;
	text-align: center;
	padding: 0px 7px 17px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 138px;
	height: 138px;
}

.gallery td table td {
	padding: 2px;
	width: 137px;
	height: 137px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

#social_icons {
	list-style: none;
	float: right;
	margin: 48px 0px 2px 0px;
}

#social_icons li {
	float: left;
	margin: 0px 0px 2px 10px;
}

#admin form ol {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#admin form ol li {
	padding: 6px;
	background-color: #EEEEEE;
	margin-bottom: 1px;
}

#admin form ol li label, #admin form ol li .label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 7px;
}

#admin form ol li.custom label {
	float: none;
	width: auto;
	text-align: left;
}

#admin form ol li div {
	margin-left: 127px;
}

#admin form ol li div input, #admin form ol li div textarea {
	width: 300px;
}

#admin form ol li input.radio {
	width: auto;
}

#admin form ol li div label {
	float: none;
}

#wineries {
	width: 100%;
	margin-left: -10px;
/*	background-color: #FFFFFF;*/
}

#wineries td {
	width: 33%;
	text-align: center;
	padding: 10px 5px 10px 5px;
}

#wineries .logo {
	width: 175px;
	height: 107px;
	background-color: #FFFFFF;
	border: 1px solid #654713;
	margin: 0px auto 4px auto;
}

#wineries .logo td {
	vertical-align: middle;
	padding: 5px;
	background-image: none;
}

#news {
	margin-right: 10px;
}

#left_content hr {
	border: 0px;
	background-image: url(/images/nav_bg.gif);
	height: 1px;
	margin-right: -10px;
}

.wine {
	clear: both;
	margin-bottom: 15px;
}

#profiles td {
	width: 33%;
}

#profiles td img {
	margin-top: 10px;
	border: 1px solid #654713;
}

.data_table {
	width: 100%;
	background-color: #E7E7CE;
	border: 1px solid #9F916D;
	margin-bottom: 10px;
}

.data_table th {
	background-color: #654713;
	color: #FFFFFF;
	text-align: left;
}

.data_table th, .data_table td {
	padding: 3px 4px;
	border-bottom: 1px solid #9F916D;
}

