/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* wine design styles start */

a {
	color: #636727;
	}

body {
	background: #412f1a url(../images/bg.jpg);
	font-family: Helvetica, Aria, sans-serif;
	color: #383838;
	}
	
div#main {
	width: 989px;
	margin: 0 auto;
	}
	
div#nav {
	background: #9d9740 url(../images/nav_bg.jpg) left top no-repeat;
	height: 76px;
	margin-top: 5px;
	position: relative;
	left: 0;
	top: 0;
	}
	#nav a.navBtn {
		display: block;
		position: absolute;
		top: 15px;
		height: 36px;
		}
		a.navBtn span {
			display: none;
			}
		
	#homeBtn {
		background: url(../images/btn_home_idle.png) left top no-repeat;
		width: 52px;
		left: 30px;
	}
	#homeBtnActive {
		background: url(../images/btn_home_active.png) left top no-repeat;
		width: 52px;
		left: 30px;
	}
	#designBtn {
		background: url(../images/btn_design_idle.png) left top no-repeat;
		width: 122px;
		left: 92px;
		}
	#designBtnActive {
		background: url(../images/btn_design_active.png) left top no-repeat;
		width: 122px;
		left: 92px;
		}
	#furnishingsBtn {
		background: url(../images/btn_furnishings_idle.png) left top no-repeat;
		width: 135px;
		left: 224px;
		}
	#furnishingsBtnActive {
		background: url(../images/btn_furnishings_active.png) left top no-repeat;
		width: 135px;
		left: 224px;
		}
	#wineBtn {
		background: url(../images/btn_wine_idle.png) left top no-repeat;
		width: 63px;
		left: 369px;
		}
	#wineBtnActive {
		background: url(../images/btn_wine_active.png) left top no-repeat;
		width: 63px;
		left: 369px;
		}
	#eventsBtn {
		background: url(../images/btn_events_idle.png) left top no-repeat;
		width: 70px;
		left: 442px;
		}
	#eventsBtnActive {
		background: url(../images/btn_events_active.png) left top no-repeat;
		width: 70px;
		left: 442px;
		}
	#contactBtn {
		background: url(../images/btn_contact_idle.png) left top no-repeat;
		width: 155px;
		left: 522px;
		}
	#contactBtnActive {
		background: url(../images/btn_contact_active.png) left top no-repeat;
		width: 155px;
		left: 522px;
		}
		
	form#signup {
		position: absolute;
		top: 2px;
		right: 10px;
		height: 60px;
		width: 287px;
		color: #383615;
		}
		#signup input {
			position: absolute;
			top: 13px;
			left: 0;
			width: 215px;
			background: transparent url(../images/emailfield_bg.png) top center;
			border: 2px #736c36 solid;
			color: #383615;
			font-size: 12px;
			padding: 8px 5px;
			vertical-align: middle;
			}
		#signup button {
			position: absolute;
			top: 13px;
			left: 232px;
			width: 50px;
			background: transparent url(../images/emailfield_bg.png) top center;
			border: 2px #736c36 solid;
			color: #383615;
			font-size: 12px;
			padding: 7px 5px;
			font-weight: bold;
			}
	
div#header {
	margin-bottom: 4px;
	position: relative;
	left: 0;
	top: 0;
	}

h1#masthead {
	width: 334px;
	height: 103px;
	background: url(../images/home_logo.png) left top no-repeat;
	position: absolute;
	left: -9px;
	top: 60px;
	}
.home h1#masthead {
	width: 334px;
	height: 103px;
	background: url(../images/home_logo.png) left top no-repeat;
	position: absolute;
	left: -9px;
	top: 135px;
	}

div#content {
}
div#contentBottom {
	height: 62px;
	background: #e3de9a url(../images/contentbottom_bg.jpg);
	}
div#contentPanel {
	background: #f1d29e url(../images/content_bg.jpg);
	}

div#footer {
	margin-bottom: 0;
	height: 135px;
	position: relative;
	}
	div#footer div.padWrap {
		padding: 20px;
		background: url(../images/footer_bg.png);
		}
	#footer p {
		color: white;
		font-size: 12px;
		line-height: 14px;
		}
	#footer a:link { color: white; }
	#footer a:visited { color: white; }
	#footer a:hover { color: white; }
	#footer a:active { color: white; }
	
	#footer div#social {
		position: absolute;
		top: 18px;
		right: 40px;
		width: 250px;
		}
	#social p {
		padding: 10px 0 10px 38px;
		margin: 0;
		}
	p#twitter {
		background: url(../images/icon_twitter.png) left center no-repeat;
		}
	p#facebook {
		background: url(../images/icon_facebook.png) left center no-repeat;
		}

div#imprint {
	margin-bottom: 35px;
	text-align: right;
	font-size: 11px;
	width: 970px;
	}
	#imprint a:link { color: #a7b0b4; text-decoration: none; }
	#imprint a:visited { color: #a7b0b4; text-decoration: none; }
	#imprint a:hover { color: #ff7373; text-decoration: none; }
	#imprint a:active { color: #a7b0b4; text-decoration: none; }
	

div.padWrap {
	margin: 0 11px;
	}
.imgType span {
	visibility: hidden;
	}

div.mainColumn {
	float: left;
	width: 568px;
	margin: 30px 0 20px 40px;
	}
	div.events div.mainColumn {
		width: 600px;
		}
div.sidebarColumn {
	float: right;
	width: 269px;
	margin: 30px 50px 20px 0;
	}
p {
	color: #252525;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px; 
	}
	
img.borderimg {
	border: 3px #d1af7a solid;
	}
	
div.lightPanel {
	position: relative;
	left: 0;
	top: 0;
	background: rgba(255,255,255,.45);
	border: 3px #d1af7a solid;
	padding: 20px 30px;
	margin-bottom: 20px;
	}
	.lightPanel .red {
		color: #91321f;
		}

div.invisPanel {
	padding: 10px;
	}
	
div.clear {
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 0;
	}
	
h1.tk-sorts-mill-goudy {
	font-family: 'OFL Sorts Mill Goudy TT', Georgia, Times, serif;
	font-size: 33px;
	color: #3c481d;
	font-weight: normal;
	margin: 0 0 8px 0;
	}
h2.tk-sorts-mill-goudy {
	font-family: 'OFL Sorts Mill Goudy TT', Georgia, Times, serif;
	font-size: 29px;
	color: #3c481d;
	font-weight: normal;
	margin: 0 0 8px 0;
	}
	.italic {
		font-style: italic;
	}
	
	
p.callout {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
	}
p.supercallout {
	font-size: 22px;
	line-height: 36px;
	margin-top: 20px;
	margin-bottom: 25px;
	}


div#twitterfeed {
	height: 170px;
	background: url(../images/twitterfeed.png) top center no-repeat;
	padding: 95px 30px 0 30px;
	margin: 50px auto 20px auto;
	position: relative;
	left: 0;
	top: 0;
	}
	#twitterfeed p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
		color: #3f301d;
		}
	#twitterfeed ul {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
		color: #3f301d;
		}
	#twitterfeed p#feedfollow {
		text-align: center;
		position: absolute;
		bottom: 20px;
		width: 189px;
		}
			
div#winebook {
	background: url(../images/winebook.png) top left no-repeat;
	width: 323px;
	height: 263px;
	padding: 1px;
	}
	#winebook h1 {
		margin: 50px 40px 10px 38px;
		}
	#winebook p {
		margin-left: 40px;
		margin-right: 40px;
		margin-bottom: 10px;
		line-height: 1.3;
		}
	
	.home #winebook {
		position: relative;
		left: -50px;
		top: 40px;
		}
		
div.alignleft {
	text-align: left;
	}

table.photoGrid {
	width: 878px;
	margin: 20px 50px 50px 40px;
	background: rgba(99, 103, 39, .35);
	}
	.photoGrid td {
		padding: 10px 0;
		text-align: center;
		}
	.photoGrid img {
		border: 3px #ae9e70 solid;
		}
	.photoGrid h2 {
		width: 230px;
		text-align: left;
		margin-top: 10px;
		margin-left: 20px;
		font-size: 25px;
		}
	.photoGrid p {
		width: 230px;
		font-size: 16px;
		line-height: 20px;
		text-align: left;
		margin-left: 20px;
		}