/*

	VENDEMMIA HOME PAGE
	MAY, 2008

*/

#home h1 {
	font-family: Georgia, Times, serif;
	font-size: 140%;
	font-weight: normal;
	color: #000;
	}

#home h1 a {
	color: #000;
	text-decoration: none;
	}

#home h1 a:hover {
	color: #9b7034;
	text-decoration: underline;
	}

#home h2 {
	font-size: 90%;
	color: #9b7034;
	}

/* LAYOUT ELEMENTS */
#home #content {margin-bottom: 0;}
#home #footer {padding-top: 0;border-top: none;}

#home .col {
	width: 100%;
}

#home .full-col {
	width: 416px;
	margin: 0 0 20px;
	float: left;
	border-bottom: 1px solid #cccccc;
	}
	
	
#home .full-col .last {
	border-bottom: none;
}

#home .leftmargin {margin-left: 23px;}

#home .half-panel {
	width: 196px;
	float: left;
	}

#home #featured-sections .half-panel {margin-bottom: 15px;}

#home .full-panel {
	width: 416px;
	float: left;
	clear: both;
	}

/* FEATURED WINE */

#home #featured-wine-details {
	width: 296px;
	height: 201px;
	margin: 24px 0 0;
	padding: 24px 14px 10px 105px;
	float: left;
	display: inline;
	overflow: hidden;
	font-size: 90%;
	background: url(/media/images/homepage/featured_wine_bg.gif) no-repeat top left;
	}

#home #featured-wine-details #bottle {
	margin: -30px 0 0 -95px;
	position: absolute;
	}

#home #featured-wine-details p {
	margin: 0 0 12px;
	}

#home #featured-wine-details dl dt {
	float: left;
	font-weight: bold;
	}

#home #featured-wine-details dl dd {
	padding: 0 0 10px 118px;
	}

/* EVENTS */
#home #home-events {
	width: 100%;
	margin: 0 0 25px;
	float: left;
}

#home .event-no-post {
	width: 100%;
	margin: 0 0 30px;
	float: left;
}

#home .event-post {
	width: 196px;
	margin: 7px 23px 0 0;
	float: left;
}

#home .event-post.last {
	margin-right: 0;
}

#home .event-post h1 {
	margin: 10px 0 0;
}

#home .event-post .event-thumb {
	height: 85px;
	margin: 0 0 7px;
	float: left;
	overflow: hidden;
}

#home #news {
	height: 300px;
}

#home #news .news-post {
	width: 350px;
	padding: 2px 0 14px;
	float: left;
	}

#home .news-post small {
	font-size: 85%;
	line-height: 25px;
	color: #999999;
	}

#home .news-post p {
	font-size: 1.1em;
	}

#home .news-post p a {
	color: #000;
	text-decoration: none;
	}

#home #upcoming-events .last {border-bottom: none;}

#home .news-post {
	padding: 7px 0;
 	}

#home .news-post small {line-height: 15px;}

#home #upcoming-events .event-post a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

#home #upcoming-events .event-post a:hover, #home .news-post a:hover {
	color: #9b7034;
	text-decoration: underline;
	}
	
#home #map-container h2 {
	float: left;
	margin-left: 35px;
}