/*
Theme Name: Ravine
Theme URI: http://www.ravinevineyards.com/
Description: For Ravine Vineyards
Version: 1.0
Author: Spritz Creative
Author URI: http://www.spritzcreative.com/
Tags: fixed width, two columns, widget ready,
*/

/* Base */
body 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 2em;
	background: url(images/background.jpg) fixed center 0 no-repeat #000000;
}
h1, h2, h3, h4, h5, h6, p
{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1
{
	color: #5A2A00;
	font-size: 200%;
	padding-top: 15px;
	margin: 20px 0 10px 0;
	background-image:url(images/content_shadow.gif);
	background-repeat:no-repeat;
	background-position:top;	
}

h2, h2 a
{
	color: #697210;
	font-size: 32px;
	text-decoration: none;
	padding: 0 0 0.2em 0;
}


h3, h3 a
{
	color: #697210;
	font-size: 28px;
	text-decoration: none;
	padding: 0 0 0.2em 0;
}

h4
{
	color: #697210;
	font-size: 18px;
}

a
{
	color: #697210;
	outline: none;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}

p
{
	padding-bottom: 1em;
	text-align: justify;
}

ul
{
	/* recommended styles */
	list-style: disc outside;
	margin-left: 2em;

	/* add custom styles here */
	padding-bottom: 1em;
}
ol
{
	/* recommended styles */
	list-style: decimal outside;
	margin-left: 2.5em;

	/* add custom styles here */
	padding-bottom: 1em;
}

hr{}

div {}

li {}

input {}

select {}

/* reset.css removes this */
strong
{
	font-weight: bold;
}

/* reset.css removes this */
em
{
	font-style: italic;
}
table
{
	/* recommended styles */

	/* add custom styles here */
}
caption
{
	/* recommended styles */

	/* add custom styles here */
	font-weight: bold;
	background-color: #888;
}
th
{
	/* recommended styles */

	/* add custom styles here */
	font-weight: bold;
}
td
{
	/* recommended styles */

	/* add custom styles here */
}
blockquote {
	padding: 20px;
	color:#5A2A00;
	background-color:#F2EAD3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height: 150%;
	}
cite
{
	/* recommended styles */
	font-style: italic;

	/* add custom styles here */
}
code
{
	/* recommended styles */
	white-space: pre;

	/* add custom styles here */
}
/* End Base */



/* Layout */
#page
{
	width: 960px;
	margin: 0 auto;
}
#header
{
	width: 954px;
	float: left;
	border-left: 3px solid #4f5000;
	border-right: 3px solid #4f5000;
	height: 280px;
}
#headerutility
{
	width: 940px;
	background: url(images/utility_bg.gif) left bottom repeat-x #697210;
	height: 13px;
	margin: 0 auto;
	padding: 2px 10px;
}
#headerbody
{
	position: relative;
}
#headernav
{
	width: 100%;
	float: left;
	background: url(images/header_nav_bg.gif) 0 0 repeat-x #4f5000;
	height: 34px;
}


#body
{
	border-left: 3px solid #4f5000;
	border-right: 3px solid #4f5000;
	border-bottom: 3px solid #4f5000;
	background: url(images/body_bottom_bg.jpg) center bottom no-repeat;
	width: 954px;
	float: left;
	padding: 0 0 149px 0;
}

#content
{
	clear: both;
	background-image:url(images/content_bg.jpg);
}

	/* narrowcolumn is on pages useing the sidebar */
#narrowcolumn
{
	padding: 40px 0 40px 50px;
	width: 620px;
	float: left;
}
	/*widecolumn is on pages with no sidebar */
.widecolumn
{
	padding: 40px 50px;	
	width: 854px;
	float: left;
}

#sidebar
{
	width: 180px;
	float: right;
	padding: 40px 80px 0 0;
	margin-left: 10px;
}
#footer
{
	width: 100%;
	float: left;
	color: #ffffff;
	padding: 20px 0;
	line-height: 0em;
	font-size: 11px;
}

footer-content {
	margin-top: 20px;
}

/* End Layout */



/* Navigation */
/* top nav items */
#headernav ul
{
	list-style: none;
	margin: 0 0 0 6px;
	float: left; 
}
#headernav ul li
{
	float: left;
	width: 132px;
	text-align: center;
	position:relative;
}

#headernav ul li a
{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 30px;
	line-height: 2.5em;
	letter-spacing: 0.05em;
}
#headernav ul li a:hover
{
	text-decoration: none;
	color: #e4de93;
	background: #4E4F00;
}

/* dropdown nav items */
#headernav ul li ul
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	background: #68710f;
	display: none;
}


#headernav ul li ul li
{
	float:left; 
	clear: left;
	position: relative;
	height: auto;
	font-size: 10px;
}
#headernav ul li ul li a
{
	height: auto;
	line-height: 1em;
	padding:2px 0;
}


/* End Navigation */


/* Content */

/* Header  */
#headerbody h6
{
	position: absolute;
	z-index: 99;
	top: 20px;
	right: 30px;
}
#headerutility p
{
	padding: 0;
	font-size: 10px;
	text-align: right;
	line-height: 1em;
}
#headerutility a
{
	color: #ffffff;
	padding: 0 10px;
	text-decoration: none;
}

/* Slideshow */
.slideshow {  
    height:  250px;  
    width:   954px;  
    padding: 0;  
    margin:  0;  
} 
 
.slideshow img {  
    padding: 0; 
    width:  954px; 
    height: 250px; 
    top:  0; 
    left: 0 
}

/* Sidebar - Widget Area */
#sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

	/* each widget is in a li */
#sidebar ul li
{
	margin: 0;
	padding: 0;
}

	/* for the lists inside the widgets */
#sidebar ul li li
{
	margin: 0;
	padding: 0 0 0 5px;
	border-bottom: none;
}

/* Homepage */
div#home_content
{
	clear: both;
	background: url(images/bottom_shadow.gif) center bottom no-repeat;
	padding: 0 0 40px 0;
	width: 854px;
	float: left;
}
div#home_posts
{
	width: 100%;
	float: left;
	padding: 20px 0;
}
div.homepage div.post.greenbox
{
	width: 228px;
	float: left;
	padding: 10px;
	background: #E4E3D7;
	position: relative;
	clear: none;
	font-size: 90%;
	line-height: 1.5em;
	margin: 0 0 40px 0;
}

div.homepage div.post.brownbox
{
	width: 228px;
	float: left;
	padding: 10px;
	background: #E4E3D7;
	position: relative;
	margin: 0 55px 40px;
	clear: none;
	font-size: 90%;
	line-height: 1.5em;
}
div.homepage .greenbox h3 a, div.homepage .brownbox h3 a
{
	font-size: 20px;
	color: #E0CE91;
	line-height: 25px;
}
div.homepage .greenbox h3 a:hover,div.homepage .brownbox h3 a:hover
{
	color: #ffffff;
}
div.homepage div.post.greenbox h3,
div.homepage div.post.brownbox h3
{
	line-height: 1.2em;
	color: #ffffff;
	text-align: center;
	position: relative;
	display: block;
	left: -10px;
	top: -10px;
	width: 228px;
	padding: 10px;
}
div.homepage div.post.greenbox h3
{
	background: url(images/feature_green.gif) 0 0 no-repeat #4e4f00;
}
div.homepage div.post.brownbox h3
{
	background: url(images/feature_brown.gif) 0 0 no-repeat #562500;
}


/* Wines Pages */
a.orderwines
{
	display: block;
	width: 185px;
	height: 22px;
	float: right;
	text-align: left;
	text-indent: -9999px;
	background: url(images/orderwines.gif) 0 0 no-repeat;
}
a.orderwines:hover
{
	background-position: 0 -22px;
}

div.winespage ul
{
	margin: 0;
	padding: 0;
}
div.winespage li
{
	list-style: none;
	margin: 0;
	padding: 0;	
}
div.winespage li li li
{
	display: block;
	float: left;
	width: 426px;
}
div.winespage li a
{
	display: none;
}
div.winespage li li li a
{
	display: block;
	font-size: 20px;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
}
/* add the li class number of the red wines page */
div.winespage li li li.page-item-130 a,
div.singlewinenav li.page-item-130 a
{
	background: #724a10;
}
div.winespage li li li.page-item-130 li a,
div.singlewinenav  li.page-item-130 li a
{
	background: none;
}

/* add the li class number of the white wines page */
div.winespage li li li.page-item-146 a,
div.singlewinenav li.page-item-146 a
{
	background: #697210;
}
div.winespage li li li.page-item-146 li a,
div.singlewinenav li.page-item-146 li a
{
	background: none;
}

/* add the li class number of the archived wines page */
div.winespage li li li.page-item-150 a,
div.singlewinenav li.page-item-150 a
{
	background: #none;
	color: #697210;
	padding-left: 0;
	padding-bottom: 0;
}
div.winespage li li li.page-item-150 li a,
div.singlewinenav li.page-item-150 li a
{
	background: none;
	color: #697210;
}

div.winespage li li li li a
{
	padding: 4px 0;
	color: #697210;
	font-size: 12px;
	text-decoration: underline;
	background: none;
}

/* Single Wine Page */

div.singlewine img
{
	border: none;
	padding: 0;
}
div.singlewinenav li a
{
	display: none;
}
div#sidebar.singlewinenav ul li li li
{
	padding: 0 0 10px 0;
}
div.singlewinenav li li li a
{
	display: block;
	color: #ffffff;
	text-decoration: none;
}
div.singlewinenav li li li li a
{
	font-size: 12px;
	text-decoration: underline; 
	color: #697210;
}

/* Classes generated by Wordpress */
.alignright
{
	float: right;
	margin: 0 0 5px 20px;
}
.alignleft
{
	float: left;
	padding: 0 20px 5px 0;
}

.wp-caption-text
{
	font-size: 90%;
	line-height: 1.3em;
	padding: 10px 0 0 0;
}

.categories {...}
.cat-item {...}
.current-cat {...}
.current-cat-parent {...}
.pagenav {...}
.page_item {...}
.current_page_item {...}
.current_page_parent {...}
.widget {...}
.widget_text {...}
.blogroll {...}
.linkcat{...}


/* Prev-Next Navigation */
.navigation
{
	font-size: 90%;
	width: 854px;
	float: left;
	padding: 10px 0;
	text-transform: uppercase;
}
.navigation.topnav
{
	padding-top: 0px;
}


/* Posts */
.post
{
	clear: both;
	background: url(images/bottom_shadow.gif) center bottom no-repeat;
	padding: 0 0 40px 0;
	width: 854px;
	float: left;
}

div#narrowcolumn div.post { width: 620px; }

.narrowcolumn .post
{
	background: none;
}
#content img
{
	border: 2px solid #6A6813;
	padding: 2px;
	background: #ffffff;
}
p.postmetadata
{
	background: #f9f3e5;
	font-size: 90%;
	line-height: 1.3em;
	padding: 10px;
	clear: both;
}
a.more-link
{
	display: block;
	width: 74px;
	height: 16px;
	background: url(images/readmore.gif) 0 0 no-repeat;
	text-indent: -9999px;
	float: right;
}

/* Comments */
.commentlist
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.commentlist li
{
	padding: 10px;
}
.commentlist li.even
{
	background: #f9f3e5;
}
.commentlist li.odd
{
	
}
/* End Content */

