/*
THEME NAME: Oak Heights Winery
THEME URI: http://www.oakheights.ca/
DESCRIPTION: Theme for the Oak Heights Winery
VERSION: 1
AUTHOR: Luke Despatie (design) and David Seguin (code), built from sandbox
TAGS: sandbox, Oak Heights
*/


/*resets*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}

body {
	background: #000 url("img/vinyard-bg.jpg") repeat-x top center;
	text-align: center;
	font: normal 1.15em/1.3 Georgia,"Times New Roman",Times,serif;
	color: #999;
	padding: 0 0 100px;
}
a, a:link {color: #5D560F}
a:visited {
	color: #5D560F;
	text-decoration: none;
}
a:hover {
	color: #5D560F;
	text-decoration: underline;
}
a:active {color: #A89C1C;}


/*layout*/
#shell {
	width: 915px;
	padding: 0 26px 0;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#topper {
	border-top: 6px solid black;
	height: 118px;
	background: #fff url('img/tree.jpg') no-repeat;
}
.splash {
	height: 280px;
	border-bottom: 1px solid #878787;
	margin-top: 12px;
}
#main {
	width: 607px;
	display: inline;
	float: right;
	padding: 15px 0 50px 0;
}
body.blog #main {
	float: left;
}
.content {
	margin: 9px 0 0 0;
	background: #fff url('img/fauxcol.gif') repeat-y;
}
body.blog .content {
	background: #fff url('img/fauxcol-home.gif') repeat-y;
}
.sidebar {
	width: 296px;
	display: inline;
	float: left;
	padding: 12px 0 0;
}
body.blog .sidebar {
	float: right;
	width: 279px;
}
#footer {
	border-top: 1px solid #878787;
	margin: 10px 0 0;
	height: 78px;
}

/*Oak Heights*/
h1#blog-title {
	position: absolute;
	top: 50px;
	left: 216px;
}
h1#blog-title a {
	display: block;
	height: 45px;
	width: 225px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
	background: url('img/oakheights.gif') 0 0 no-repeat;
}
h1 a:hover {
	cursor: pointer;
	background: url('img/oakheights.gif') 0 0 no-repeat;
}
.entry-title {
	font-size: 2.283em;
	color: #A99B02;
}
h2#blog-desc {
	position: absolute;
	top: 61px;
	left: 698px;
	display: block;
	height: 16px;
	width: 243px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
	background: url('img/craftwinery.gif') 0 0 no-repeat;
}

/*nav*/
#nav {
	list-style: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#nav li {
	list-style: none;
	display: inline;
	float: left;
}
#nav a {
	display: block;
	height: 32px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* need for FX and IE */
	background-position: 0 0;
	background-repeat: no-repeat;
}
#nav a:hover {
	cursor: pointer;
}
#nav li#ho a {
	background: url('img/nav/home.gif');
	width: 64px;
}
#nav li#wi {
	background: url('img/nav/winery.gif');
	width: 73px;
}
#nav li#ow {
	background: url('img/nav/ourwine.gif');
	width: 85px;
}
#nav li#ex {
	background: url('img/nav/experience.gif');
	width: 102px;
}
#nav li#lc {
	background: url('img/nav/localcuisine.gif');
	width: 119px;
}
#nav li#cm {
	background: url('img/nav/community.gif');
	width: 100px;
}
#nav li#ev {
	background: url('img/nav/events.gif');
	width: 70px;
}
#nav li#pm {
	background: url('img/nav/pressmedia.gif');
	width: 108px;
}
#nav li#os {
	background: url('img/nav/store.gif');
	width: 115px;
}
#nav li#co {
	background: url('img/nav/contact.gif');
	width: 79px;
}


/*splash*/
body.blog .splash {
	background: url(img/splash/home.jpg) no-repeat;
}
body.category-winery .splash,
body.s-category-winery .splash {
	background: url(img/splash/winery.jpg) no-repeat;
}
body.category-wine .splash,
body.s-category-wine .splash {
	background: url(img/splash/wines.jpg) no-repeat;
}
body.category-experience .splash,
body.s-category-experience .splash {
	background: url(img/splash/experience.jpg) no-repeat;
}
body.category-cuisine .splash,
body.s-category-cuisine .splash {
	background: url(img/splash/cuisine.jpg) no-repeat;
}
body.category-community .splash,
body.s-category-community .splash {
	background: url(img/splash/community.jpg) no-repeat;
}
body.category-events .splash,
body.s-category-events .splash {
	background: url(img/splash/events.jpg) no-repeat;
}
body.category-press .splash,
body.s-category-press .splash {
	background: url(img/splash/press.jpg) no-repeat;
}
body.category-store .splash,
body.s-category-store .splash {
	background: url(img/splash/store.jpg) no-repeat;
}
body.category-contact .splash,
body.s-category-contact .splash {
	background: url(img/splash/contact.jpg) no-repeat;
}


/*sidebar*/
.sidebar ul {
	list-style: none;
}
.sidebar li {
	list-style: none;
	padding: 0 0 9px;
	line-height: 0.8;
	font-size: 0.85em;
}
body.blog .sidebar { /*home pg only*/
	padding-top: 31px;
}
body.category .sidebar h2,
body.single .sidebar h2 {
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #BFBEBC;
	margin-bottom: 8px;
	width: 152px;
	padding-bottom: 4px;
	color: #A69A1B;
}
body.category .sidebar h2 a,
body.category .sidebar h2 a:link {
	color: #A99B02;
}
.sidebar a, .sidebar a:link,
.sidebar a:visited {
	color: #9F9F9F;
	text-decoration: none;
	line-height: 1;
}
.sidebar a:hover {text-decoration: underline;}

/*newsletter signup*/
.newsletter label {
	color: #333333;
	display: block;
	font-size: 0.54em;
	margin: 12px 0 2px;
}
.newsletter input.text {
	padding: 4px;
	background: #C1C1C1;
	border: none;
	padding: 8px;
	width: 200px;
}
.newsletter input.send {
	background: #9B8C00;
	color: #fff;
	padding: 6px;
	font: normal 10px/1.3 Georgia,"Times New Roman",Times,serif;
	margin: 25px 62px 0;
	float: right;
}

/*sharetools*/
.sharetools {
	margin: 40px 0 0 0;
}
.sharetools p {
	font-size: 0.7em;
}
#tw img, #fb img {
	border: none;
	margin: 8px 0 8px;
}

/*post*/
.entry-content p {
	margin: 0 0 10px 0;
	font-size: 0.9em;
	line-height: 1.15;
}

/*footer*/
#footer p {
	text-transform: italic;
	font-size: 0.6em;
	margin: 30px 0;
}

/*etc*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE7 Fix */
.clearfix {zoom: 1;}


/*SANDBOX*/
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
	clear: both;
	line-height: 0.9;
	margin: 0 0 17px;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:.2em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}