/*  
Theme Name: Due Vigne 2012
Description: Built on Tabula Rasa. 
Version: 1.0
Author: Raven Gildea
Author URI: http://ravengildea.com/
*/

/* RESETS */
body * {
	margin: 0; 
	padding: 0; 
}
a img, img {
	border: none;
}
a {
	text-decoration: none;
}


/*  COLOR CODES */

/*  
LOGO FLAT BLACK 
	color: #231F20; 
	
ORIGINAL BURGUNDY	
	color: #98012E;

New BURGUNDY (April 2012)	
	color: #7D0302;		/* burgundy */
/* 
GOLD
	color: #C2A303;		LOGO GOLD
	
	color: #F0CA05;		BRIGHTER GOLD	
	color: #B3982A;		DARKER GOLD 
	color: #AC8C07;		EVEN DARKER GOLD
	color: #9B7F2A; 	DARKEST GOLD

	color: #7A5C1C;		/* new dark gold */  /* use this one */
/*	color: #B7A43D;		/* richer new logo cream gold */
/*	color: #C4AF56;		/* paler new logo cream gold */
/*	color: #cfbb67;		/* even paler new logo cream gold */
/* 

Test out new golds:
	color: #AD8B3A;		brighter gold


PURPLE
	color: #46395F;
	
CHOCOLATE BROWN
 	color: #332E25;  -- too dark for text
	color: #2E230A;	 -- use this one for text

	
	
DARK GRAY (not quite black) testing for headlines -- not in use
	color: #121212;
	
	Lighter dark gray for h4?
	color: #4e4639;
	
*/

body, body * {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Minion Pro", Minion, "Times New Roman", serif;
	font-size: 14px;
	line-height: 1.4;
	background-color: #2E230A;
	background-image: url(images/craft_paper2.jpg);	
	background-image: url(images/bg_body.gif);	
}

/* LAYOUT STYLES */
	
#wrapper {
	width: 900px;
	margin: 20px auto 30px; /* centers wrapper in browser window */
}		
	
header {
	height: 170px;
	background-color: #000000;
	background-image: url(images/bg_header_rows.jpg);		/* default header pic */
	background-position: right;
	background-repeat: no-repeat;
}

/* page-specific header images */

/* ABOUT */
body.page-id-2 header {	
	background-image: url(images/bg_header_about.jpg);
}

/* VINEYARDS */
body.page-id-21 header {	
	background-image: url(images/bg_header_vineyards.jpg);
}

/* PURCHASE */
body.page-id-31 header {	
	background-image: url(images/bg_header_green_grapes.jpg);
}

/* WINE CLUB */
body.page-id-103 header {	
	background-image: url(images/bg_header_big_grapes.jpg);
}

/* VISIT US */
body.page-id-92 header {	
	background-image: url(images/bg_header_light.jpg);
}

/* CONTACT US */
body.page-id-99 header {	
	background-image: url(images/bg_header_hands.jpg);
}

/* SINGLE POSTS */
body.single header {	
	background-image: url(images/bg_header_vineyard2.jpg);
}


header h1 span,
header .description span {
	display: none;
}

#logo {
	margin-top: 14px;
}

#nav-main {
	height: 28px;
	line-height: 28px;
	background-color: #7D0302;
	padding: 0 10px;
}

#util {
	clear: both;
	height: 42px;
	line-height: 42px;
	padding: 0 21px;
	background-color: #000000;
	background-color: #2E230A;	/* chocolate brown */
	color: #FFFFFF;
	overflow: hidden;
}

#util form {
	height: 38px;
	width: 345px;
	float: right;
	font-size: 15px;
}

#util input {
	float: right;
	margin-top: 10px;
}
#util input.submit {
	display: inline;
	margin-left: 3px;
}

#util a {
	color: #FFF;
}

#middle {
	clear: both;			
	background-color:#FFF; 
	overflow:hidden;
	padding: 35px 25px 25px;
	position: relative;	/* sets positioning context for p#welcome */
}

#primary {
	float: left;
	width: 205px;
	padding-top: 10px;
}

#main {
	float: right;
	width: 595px;
	padding-left: 25px;
	padding-bottom: 50px;
	border-left: 1px solid #000000;
}

.page-id-103 #main {		/* purchase page has margin-bottom on <section> */
	padding-bottom: 0;
}

#content, .content {
	float: right;
	width: 405px;
	font-family: "Myriad Pro", Myriad, Tahoma, Helvetica, sans-serif;
}

#secondary, .secondary {
	float: left;
	width: 165px;
}

footer {
	height: 50px;
	background-color:#FFFFFF;
	clear: both;
	padding: 10px 25px;
	font-size: 11.75px;
}

#footer_nav {
	font-size: 14px;
}

/* NAVBAR STYLES */

#nav-main ul {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}


#nav-main li {
	float: left;
	list-style-type: none;
	margin: 0;
}

#nav-main a {
	text-decoration: none;	
	/*padding: 4px 20px; */ /* padding for menu without "RECIPES" item */
	padding: 4px 16px;		/* padding for menu with "RECIPES" item */
	border-right: 1px solid #FFF;
	/*font-size: 14px;*/
	font-size: 13.5px; 	/* font-size for menu with "RECIPES" item */	
	color: #FFFFFF;
}

#nav-main a:hover, 
#nav-main a:focus {
	color: #F0CA05;		/* BRIGHTER GOLD */
	color: #B7A43D;		/* richer new logo cream gold */
 	color: #C4AF56;		/* paler new logo cream gold */
 	color: #cfbb67;		/* even paler new logo cream gold */}

#nav-main li.last a {
	border-right: none;
}


/* FOOTER NAV STYLES */

#footer_nav ul {
    height: 15px;
    line-height: 15px;
	padding: 0;
	margin-bottom: 12px;
	text-align: center;
}

#footer_nav li {
	/*float: left;*/
	display: inline;
	list-style-type: none;
	border-right: 1px solid #7D0302;
	padding: 0 10px;
}

#footer_nav li.last {
	border: none;	
}
#footer_nav li.first {
	padding-left: 0;	
}

footer p {
	text-align: center;
}


/* TEXT STYLES */

h2, #content h2, .content h2 {
	font-family: Georgia, "Minion Pro", Minion, "Times New Roman", serif;
	color: #000000; 
	/*font-style: italic;
	font-size: 21px;*/
	font-weight: normal;
	font-size: 25px;
    font-variant: small-caps;
    margin-bottom: 20px;
}

h3 {
	font-family: Georgia, "Minion Pro", Minion, "Times New Roman", serif;
	color: #7D0302; 
	font-size: 15px;
	margin-bottom: 4px;
}

h4 {
	color: #2E230A;

}

h5 {
	font-size: 14px;
}

#content h3 a:link, 
.content h3 a:link {
	text-decoration: none;
}

#content h3 a:hover, 
.content h3 a:focus {
	/*border-bottom: 1px solid;*/
 	color: #2E230A;
}

p, ul, ol, dl {
	margin-bottom: 8px;

}

blockquote {
	font-family: Georgia, "Minion Pro", Minion, "Times New Roman", serif;
	font-style: italic;
	font-size: 13.5px;
	color: #555;	
	line-height: 1.4;
	margin: 12px;
}


/* LIST STYLES */

ul {
	padding-left: 1.25em;
}
ol {
	padding-left: 1.75em;
}

li {
	margin-bottom: 4px;
}

li li {
	margin-top: 4px;
}


/* PRIMARY SIDEBAR */

#primary ul {
	padding-left: 1em;
	padding-bottom: 8px;
	list-style-type: none;
}

#primary h3,
#primary li {
    margin-bottom: 6px;
}

#primary h3 {
	font-size: 15px;
}

#primary a,
.blog #secondary a,
.single #secondary a,
.archive #secondary a {
	color: #000000;
	text-decoration: none;
}

#primary a:hover, 
#primary a:focus,
.blog #secondary a:hover,
.blog #secondary a:focus,
.single #secondary a:hover,
.single #secondary a:focus,
.archive #secondary a:hover,
.archive #secondary a:focus {
	color: #7A5C1C;			/* new dark gold */
	text-decoration: underline;
}

#primary #rotator {
	margin-top: 50px;
}

#primary .badges {
	margin: 45px 0;
}


/* SECONDARY SIDEBAR */

#secondary img {
	margin-bottom: 15px;	
}

#secondary blockquote {
	font-size: 14px;
	margin: 0 0 12px 0;
}

#secondary a:focus {
	outline: none;		/* wine club join/member icons */
}

#secondary ul {
	padding-left: 1em;
	padding-bottom: 8px;
	list-style-type: none;
}

#secondary .widget {
	margin-bottom: 12px;
}


/* LINK STYLES */

a:link, 
a:visited {
	color: #7D0302;
	text-decoration: underline;
}

a:hover, 
a:focus {
	color: #7D0302;
	text-decoration: none;	
}

h2 a:link,
h2 a:visited,
#content h2 a:link, 
#content h2 a:visited,
.content h2 a:link, 
.content h2 a:visited,
#primary h3 a:link, 
#primary h3 a:visited {
	text-decoration:none;
}

#primary h3 a:hover, 
#primary h3 a:focus {
	text-decoration:none;
	color: #7A5C1C;			/* new dark gold */
}

footer a:link, 
footer a:visited {
	text-decoration: none;
}

footer a:hover, 
footer a:focus {
	text-decoration: underline;
}


footer p a:link, 
footer p a:visited {
	color: #333;
}


/* PURCHASE WINE PAGE */

#shop #main section {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.content input {
	/*margin-left: 20px;*/
}

.content input.button {
	background-color: #7D0302;		/* burgundy */
	color: #FFFFFF;
	font-size: 13px;
	padding: 1px;
	margin-top: -4px;
}

.page-template-purchase-php section {			
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #DDDDDD;
}

span.price {
	margin-right: 10px;
}

.page-template-purchase-php a.button {			
	text-decoration: none;
}

.page-template-purchase-php li {
	margin-bottom: 0;
}


/* HOME PAGE STYLES */

.home #wrapper {
	border: none;
}

.home header {
	/*height: 160px;*/
	height: 170px;
	background: none;
}

.home h1 img {
	display: block;
	/*margin: 40px auto 0;*/
	margin: 35px auto 0;
	
}

.home #middle {
	padding: 0;
	background-color:#FFF;
}

.home aside#home_foot {
	padding: 15px 0 25px 25px;
}
	
.home #home_foot .execphpwidget div {
	float: left;
	width: 193px;
	margin: 0 25px 15px 0;
}

.home #home_foot div.last {
	margin-right: 0;
}


.home #home_foot a:hover img,
.home #home_foot a:focus img,
#secondary.wineclub a:hover img,		
#secondary.wineclub a:focus img {
-moz-box-shadow: 3px 3px 3px #888;
-webkit-box-shadow: 3px 3px 3px #888;
box-shadow: 3px 3px 3px #888;
}

.home footer {
    background-image: url("images/bg_home_footer.png");
    background-position: 0 5px;
    background-repeat: repeat-x;
    clear: both;
    height: 45px;
    padding: 0 27px;
}

/*.home footer a#facebook img {
	border: 1px solid #FFF;
}

.home footer a#facebook:hover img,
.home footer a#facebook:focus img{
	border: 1px solid #CCC;
}*/

.home footer img#dv {
	float: right;
	margin-top: 5px;
}

/* Facebook icon on home page */

#util a#facebook img {
	float: left;
	margin: 3px 7px 0 0;
	padding: 0 2px;
}

#util a#facebook:link img,
a#facebook:visited img {
	border: 1px solid #000;
}

#util a#facebook:hover img,
#util a#facebook:focus img {
	border: 1px solid #666;
}

/* Twitter icon */

div.twitter-button {
    float: left;
    height: 30px;
    margin: 7px 7px 0 0;
    overflow: hidden;
}

/* Welcome overlay on home page */

p#welcome {
	background-image: url("images/welcome_banner6.png");
	background-repeat: no-repeat;
	color: #000;
	font-family: Georgia,"Minion Pro", Minion, "Times New Roman", serif;
	font-size: 40px;
	font-style: italic;
	position: absolute;
	top: 48px;
	left: 0;
	width: 675px;
	height: 84px;
	
	width: 675px;
	height: px;
	z-index: 9000;

}

p#welcome span {
	display: none;
}


/* MISC DETAIL STYLES */

#primary .subscribe,
#secondary .utility a {
	font-style: italic;
	font-size: 21px;
}
#primary .subscribe span {
	display: block;
	font-size: 17px;
	font-style: normal;
}

#secondary p.utility {
	margin-bottom: 25px;
}

.img_border {
	border: 1px solid #8E8E8E;
}

strong.smallcaps {  		/* for "sold out" on Purchase page */
	display: block;
	float: left;
	color: #7D0302;		/* burgundy */
	font-size: 16px;
	margin-top: -6px;
}

.page-template-purchase-php input {
	display: block;
	float: left;
}

/* BACK TO TOP LINKS */
a.btt {
	display: block;
	float: right;
	font-style: italic;
	color: #7D0302;
    padding-top: 5px;
	font-size: 13px;
}

/* VALIDATION BUTTONS */
p#valid {
	margin-top: 20px;
}

	
/* FORM STYLES */

textarea, input, select {
	margin-bottom:6px;
}
	
	
.archive #content h3.pagetitle {
	font-variant: small-caps;
	font-size: 20px;
	color: #2E230A;	/* chocolate brown */
}

		
/*  ---------------  BEGIN WORDPRESS-GENERATED SELECTORS  ---------------  */		
		
div.hentry {
	margin-bottom: 20px;
}

.wp-caption-text  {
	/*text-align: center;*/
}
	
.alignnone {
	margin-bottom: 10px; 
}
	
.alignleft {
	float: left;
	margin: 0 10px 10px 0px ; 
}
	
#previous_image a, 
#next_image a {
	border-bottom: none; 
}
	
.alignright {
	float: right;
	margin: 0 0px 10px 10px; 
}
	
.attachment-thumbnail, 
.size-thumbnail {
	padding: 5px;
	border: 1px solid #ddd;
}
	
#gallery-box {
	margin-bottom: 25px;
}
	
#comments-box {
	clear: both;
	padding-top: 20px;
}
	
	
/* COMMENTS */

#comments-head {
	border-bottom: 1px solid #ddd;
}
	
#comments-box ol {
	padding: 0;
}
	
#comments-box ol li {
	list-style-type:none;
	padding: 10px 0;
}
	
#comments-box ul li {
	list-style-type:none;
}
	
#comments-box cite {
	font-weight:bold;
	font-size: 13px;
}
	
.comment-author {
	margin-bottom: 2px;
}
	
.comment p {
	clear:both
}

.reply {
	font-size:10px;
}
	
.comment-meta {
	font-size:10px;
	margin-bottom: 10px;
}
	
#commentform p {
	font-size: 12px;
}
	
.avatar {
	float: left;
	margin: 0 10px 10px 0;
}
	

#content img.print {
	float: right;
	border: none;
	clear:both;
	margin-bottom: 20px;
}
		
#content object { 
	margin: 0 0 10px 0px ; 
}
	
#content pre {
	max-height: 300px;
	font-size: 12px;
	padding: 10px;
	margin: 10px 0px;
	overflow: auto;
}
	

	
.clear {
	clear:both;
}


					
/* POST ITEMS */
.post-box {
	border-bottom:1px solid #7D0302;
	margin-bottom:30px;
	padding-bottom:10px;
}

.postmetadata {
	font-size:12px;
	font-style:italic;
}


/* GALLERY ITEMS */
.gallery {
	margin: auto;
}
	
.gallery-item {
	float: left;
	margin: 5px 3px 5px 0;
	text-align: center;
}
	
#content p.smallattachment a, 
#content dl.gallery-item a {
	border-bottom: none;
}
	
.gallery img {
}
	
.gallery-caption {
	margin-left: 0;
}
	
#content p.wp-caption-text {
	margin-top: 10px;
	font-size: 12px;
}

.tagcloud, 
.widget_wpctc_widget {
	font-family: "Myriad Pro", Myriad, Tahoma, Helvetica, sans-serif;
	
}
		
/*  ---------------  END WORDPRESS-GENERATED SELECTORS  ---------------  */		
		
	