/*  
Theme Name: Wine Merchants
Theme URI: http://www.carlsbadwinemerchants.com/
Description: WordPress theme developed for Carlsbad Wine Merchants
Author: Chris Brant
Version: 1.2
Tags: red, purple, white, two-columns, fixed-width, custom-header, custom-background


*/
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image:url(images/wm-bg.gif);
	background-repeat:repeat;
}
body, div, th, td, p, tt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #550000;
	font-size:11px;
}
p {
	margin-top:10px;
	margin-bottom:12px;
}
a:link, a:visited, a:active, a:hover {
	color: #550000;
}
h1 {}
h2 {
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#990000;
	margin-top:18px;
	margin-bottom:8px;
}
h2 a, h2 a:visited, h2 a:active, h2 a:hover, h2 a:link {
	text-decoration:none;
	color:#990000;	
}
h3 {
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#990000;
	margin-top:18px;
	margin-bottom:8px;
	border-bottom:1px solid #F4F4EA;
	padding-bottom:8px;
}
cite, cite a, cite a:link, cite a:active, cite a:visited, cite a:hover {
	font-style:normal;
	font-weight:bold;
	color:#550000;
}
div.pad {
	height:1px;
	line-height:1px;
	font-size:1px;
}
div.hr {
	border:none;
	border-bottom:1px solid #E5E5CC;
}
div.image-container {
	border:1px solid #E5E5CC;
	background-color:#F4F4EA;
	padding:4px;
	margin-left:16px;
	margin-bottom:6px;
}
form {
	padding:0;
	margin:0;
}
img {
	border:0;
}
.outer-container {
	background-image:url(images/wm-top-bg.gif); 
	background-repeat:repeat-x; 
	height:250px;
}
.container {
	width:772px; 
	margin:0px auto; 
	background-image:url(images/wm-head-bg.gif); 
	background-repeat:no-repeat;
	padding-top:10px;
}
.inner-container {
	width:760px;
	background-color:#FFF;
	border-left:1px solid #B3B366;
	border-right:1px solid #B3B366;
	border-bottom:1px solid #B3B366;
	margin-left:5px;
	margin-right:5px;
}
.header {
	padding:10px;
	padding-bottom:30px;
	background-color:#FFFFFF;
/*	height:90px;*/
}
.header-logo {
	width:207px;
	padding-left: 0px;
	text-align: left;
	height:90px;
	float:left;
}
.header-shop {
	float:left;  
}
.header-shop img {
	float:left;
	padding-left:288px;
	margin-top:17px;
	margin-right:9px;
}
.header-shop a:link, .header-shop a:active, .header-shop a:visited, .header-shop a:hover {
	float:left;
	margin-top:20px;
	font-weight:bold; 
	color:#FFFFFF; 
	text-decoration:underline;
}
.header-bar {
	height:90px;
	text-align:right;
	background-image:url(images/wm-top-mid-bg.gif);
	background-repeat:repeat-x;
}
.header-end {}

.footer {
	clear:both;
	background-color:#E5E5CC;
	color:#550000;
	line-height:38px;
	padding:0px;
	padding-left:16px;
	padding-right:16px;	
	margin:10px;
	margin-top:0px;
}

.footer-links { color:#550000;}
.footer-links a { 
	color:#990000;
	
}
.footer-copyright { float:right; }
.newsletter {
	background-image:url(images/wm-icon-pdf.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:22px;
}



/*---- NAVLIST -----------------*/
#navcontainer {
	background-color:#F2F2E5;
	padding-top:5px;
	height:31px;
}

#navlist {
	padding: 7px 0;
	margin: 0;
	border-bottom: 1px solid #B3B366;
	font: bold 13px Verdana, sans-serif;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {
	padding: 7px 20px;
	margin: 0px;
	border: 1px solid #B3B366;
	border-bottom: none;
	/*	background: #F2F2E5;*/
	background:#FFF;
	text-decoration: none;
	background-image:url(images/wm-nav-out.png);
	background-position:left 1px;
	background-repeat:repeat-x;
}


#navlist li a:link { color: #990000; }
#navlist li a:visited { color: #990000; }

#navlist li a:hover {
	color: #550000;
	background: #F9F9F4;
	border-color: #B3B366;
	background-image:url(images/wm-nav-over.png);
	background-position:left 1px;
	background-repeat:repeat-x;	
}

#navlist li.current_page_item a, #navlist li.current_page_item a:hover, #navlist li.current_page_item a:active, #navlist li.current_page_item a:visited {
	color:#550000;
	background: white;
	border-bottom: 1px solid white;
	background-image:url(images/wm-nav-on.png);
	background-position:left 1px;
	background-repeat:repeat-x;		
}


/*---- SUBNAV -----------------*/
.subnav {}
.subnav ul {
	margin:0;
	padding:0;
	padding-top:2px;
	padding-bottom:2px;
	list-style:none;
}
.subnav ul li {
	margin:2px;
	border:1px solid #F9F9F4;
	background-color:#F9F9F4;
}
.subnav ul li a {
	border:1px solid #F9F9F4;
	background-image:url(images/wm-bullet-2.png);
	background-repeat:no-repeat;
	background-position:6px;
	line-height:25px;
	display:block;
	padding-left:22px;
	color:#550000;
	text-decoration:none;
}
.subnav ul li a:hover {
	text-decoration:underline;
}
.subnav ul li.current-cat {
	margin:2px;
	border:1px solid #E5E5CC;
	background-color:#FFFFFF;
	background-image:url(images/wm-sidebar-item-bg.png);
	background-repeat:repeat-x;
	background-position:top;	
}
.subnav ul li.current-cat a {
	border:1px solid #FFFFFF;
	background-image:url(images/wm-bullet-1.png);
	background-repeat:no-repeat;
	background-position:6px;
	color:#990000;
}
.subnav ul li.current-cat a:hover {
	text-decoration:none;
}

/*---- SUBSCRIBE ---------------*/
#subscribe-container {
	float:right;
	line-height:28px;
}
#subscribe-rss {
	background-image:url(images/wm-icon-rss.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:22px;
	padding-top:2px;
	padding-bottom:2px;
	line-height:28px;
	padding-right:16px;
	color:#550000;
}
#subscribe-newsletter {
	background-image:url(images/wm-icon-email.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:22px;
	padding-top:2px;
	padding-bottom:2px;
	line-height:28px;
	padding-right:16px;	
	color:#550000;	
}
#subscribe-rss-comments {
	background-image:url(images/wm-icon-rss.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:22px;
	padding-top:2px;
	padding-bottom:2px;
	line-height:28px;
	color:#550000;
}


/*---- BODY -----------------*/
.content {
	padding-left:12px;
	padding-right:10px;
}
.content-main {
	background-color:	#FFFFFF;

	line-height:18px;
	padding-top:0px;
	width:504px;
	float:left;
	margin-bottom:10px;
}
.category-title {
	line-height:31px;
	text-align:center;
	color:#56562E;
	letter-spacing:1px;
	font-size:12px;
	font-family:Georgia;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#FFFFFF;
	background-color:#FCFCFA;
	/*
	background-image:url(images/wm-post-divider-2.png);
	background-repeat:no-repeat;
	background-position:bottom;
	*/
	border:1px solid #F4F4EA;
/*	border-bottom:1px solid #E5E5CC;*/
}
.category-title span {
	color:#B3B366;
}
.store-title-wrap {
	border:1px solid #E5E5CC;
}
.store-title {
	background-image:url(images/wm-gradient-1.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:60px;
	border:1px solid #FFFFFF;
}
.store-title h1 {
	margin:0;
	padding:0;
	padding-top:8px;
	padding-left:12px;
	line-height:28px;
	font-size:16px;
	color:#990000;
}
.store-title h3 {
	margin:0;
	padding:0;
	padding-left:12px;	
	line-height:12px;
	font-size:12px;
	font-weight:normal;
	color:#550000;
}
.store-highlight {
	background-color:#FCFCFA;
	border-top:1px solid #FFFFFF;
	padding:14px;
}
.store-highlight-title {
	color:#56562E;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #E5E5CC;
	padding-bottom:4px;
}
.store-highlight ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-top:4px;
}
.store-highlight ul li {
	font-size:12px;
	line-height:22px;
	color:#56562E;
	background-image:url(images/wm-check.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:22px;
	margin-left:4px;
}
.store-product {
	float:left;
	width:248px;
	border:1px solid #F5F5EB;
	margin-top:4px;
}
.alt {
	float:right;
}
.product-overview {
	padding:16px;
	padding-left:20px;
	padding-right:20px;
}
.product-overview h2 {
	color:#990000;
	font-size:14px;
	line-height:16px;
	margin:0;
	padding:0;
	padding-bottom:6px;
}
.product-overview span {
	font-size:12px;
	color:#550000;
	display:block;
}
div.overview-price {
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#56562E;
	padding-top:16px;
}
.product-overview-select {
	clear:both;
}
.product-overview-select a.button {
	display:block;
	width:100%;
	text-align:center;
}

.pad {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	margin:0;
	paddin:0;
}

.post {
	margin-left:10px;
	margin-right:10px;	
	margin-top:10px;
	margin-bottom:20px;
}
.entry, .entry p {
	color:#333333;
}
.post-metadata {
	line-height:11px;
	border-bottom:1px solid #F4F4EA;
	padding-bottom:8px;
}
.post-categories {
	font-size:10px;	
}
.post-comments {
	float:right;
	font-size:10px;
	background-image:url(images/wm-icon-comment.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:16px;
}
.comment-date {
	float:right;
}
.comment-date a {
	text-decoration:none;
	color:#550000;
	font-size:11px;
}

/*---- SIDEBAR -----------------*/
.sidebar-outer-container {
	float:right;
	padding-bottom:10px;
}

.sidebar-container {
	width:218px;
	line-height:16px;
	border:1px solid #C9C993;
	padding:1px;
	padding-top:0px;
	margin-bottom:10px;	
}
.sidebar {
	background-color:#F9F9F4;
}
.sidebar-title {
	background-image:url(images/wm-sidebar-title-bg.png);
	background-repeat:repeat-x;
	background-position:0px -2px;
	border-bottom:1px solid #C9C993;
	border-top:1px solid #FFFFFF;
	line-height:30px;
	text-align:center;
	color:#56562E;
	letter-spacing:1px;
	font-family:Georgia;
	text-transform:uppercase;
	font-weight:bold;
}
.sidebar-title span {
	color:#B3B366;
}
.sidebar-block-container {
	width:220px;
	line-height:16px;
	border:1px solid #C9C993;
	padding:0px;
	padding-top:0px;
	margin-bottom:10px;
}
.sidebar-block {
	margin:3px;
	padding:8px;
	background-color:#F4F4EA;
}
.sidebar-block h3 {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#56562E;
	margin:0;
	padding:8;
	margin-bottom:6px;
	padding-bottom:6px;
	border-bottom:1px solid #E5E5CC;
}
.sidebar-block p {
	color:#550000;
	margin-top:8px;
	margin-bottom:0px;	
}

/*---- SEARCH -----------------*/
.search-form {
	margin-top:2px;
	margin-bottom:2px;	
	padding:6px;
}
.search-form form {
	display:inline;
}
.search-form form input {
	width:134px;
	height:16px;	
}


/*---- FORM -----------------*/
p.button-wrapper {
	height:22px;
	margin:bottom:4px;
}
p.button-wrapper a.button {
	width:100%;
	text-align:center;
}
a.button {
	float:left;
	background:url(images/wm-button.gif) 0 0 no-repeat;
	text-decoration:none;
	line-height:22px;
}
a.button span {
	display:block;
	padding-left:11px;
	padding-right:11px;
	background:url(images/wm-button.gif) 100% -22px no-repeat;
	color:#FFFFFF;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
a.button:hover { 
	background-position:0 -44px;
}
a.button:hover span {
	background-position:100% -66px;
}


/*---- FORM -----------------*/
#mapBorder {
	border:1px solid #C9C993;
	padding:2px;
}
#mapContainer { 
	height: 300px;
	width:	466px;
	border:4px solid #F4F4EA;		
} 



