html, body {
	height: 100%
}

body {
	background: #fffff3;
	padding: 0;
	margin: 0
}

body, div, td, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	line-height: 22px
}

h1, h2, h3 {
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-weight: normal
}

h1 {
	font-size: 30px;
	color: #ab3f60;
	line-height: 38px;
	padding: 0;
	margin: 0 0 4px
}

h2 {
	font-size: 24px;
	font-style: italic;
	color: #ab3f60;
	line-height: 33px;
	padding: 0;
	margin: 0 0 4px
}

h3 {
	font-size: 20px;
	color: #641028;
	line-height: 25px;
	padding: 0;
	margin-bottom: 4px;
}

p {
	padding: 0;
	margin: 0;
	text-indent: 20px;
}

p.no-indent {
	text-indent: 0px;
}

img {
	border: 0
}

a:link, a:active, a:visited {
	color: #a31946;
	text-decoration: none
}

a:hover {
	color: #641028
}

.subtext {
	font-family: Baskerville, "Times New Roman", Times, serif;
	color: #641027;
	font-style: italic
}

/* COLUMNS/GRID */
.three-column {
	width: 1000px;
	margin: 0 auto;
}

.three-column .left-column {
	float: left;
	width: 200px;
}

.three-column .middle-column {
	float: left;
	width: 460px;
	margin: 0 30px;
}

.three-column .right-column {
	float: left;
	width: 280px;
}

* html .three-column .right-column {
	width: 270px;
}

.two-column {
	width: 970px;
	margin: 0 auto;
	padding-left: 30px;
}

.two-column .left-column {
	float: left;
	width: 165px;
	margin-right: 30px;
}

.two-column .right-column {
	float: left;
	width: 745px;
}

.fixed-height {
	height: 28em;
}


/* HEADER */

#header {
	width: 100%;
	min-width: 1000px;
	margin: 0 0 25px;
	border-bottom: 1px solid #f6e8e1;
	height: 67px;
}

#header-container {
	width: 970px;
	margin: 0 auto;
	padding-left: 30px;
}

#header a {
	text-decoration: none;
	margin: 0px;
	display: block;
	float: left;
}

#header a.fledgling {
	float: left;
	margin: 21px 0px 0px 0px;
}

#header #logos {
	width: 324px;
	height: 52px;
	float: right;
	padding-top: 15px;
}


#header #logos a.twitter {
	width: 110px;
	height: 25px;
	margin-top: 4px;
}

#header #logos a.room_to_read {
	width: 53px;
	height: 34px;
	margin: 0 14px 0 14px
}

#header #logos a.crushpad {
	width: 82px;
	height: 13px;
	margin-top: 14px
}

/*/////////-- Main Menu -- /////////*/

#menu {
	list-style: none;
	padding: 0;
	margin: 0 0 0 7px;
}

#menu li {
	margin-bottom: 20px
}

#menu a:link, ul#menu a:active, ul#menu a:visited {
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #903
}

#menu a:hover, ul#menu a.active {
	color: #641028
}

/* Intro */

h1.intro {
	background: url(../_images/common/twitter_icon.gif) no-repeat top right;
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 23px;
	color: #903;
	line-height: 30px;
	padding: 0 90px 0 0;
	margin: 0 0 25px 0;
}

h1.intro em {
	color: #641027
}

/*/////////-- Featured -- /////////*/

#hero {
	background: #641028;
	width: 100%;
	min-width: 1000px;
	height: 340px;
	margin-bottom: 28px;
	float: left;
	clear: both;
	overflow: visible;
}

#hero .content {
	width: 970px;
	margin: 0 auto;
	padding-left: 30px;
}

#hero .content .video {
	height: 340px;
	float: left
}

/*#hero .content .video object {
	margin-left: 5px;
	margin-right: 5px;
}

* html #hero .content .video embed {
	margin-left: 5px;
	margin-right: 5px;
}*/

#hero .content .video img {
	clear: both;
	cursor: pointer;
}

#hero .content .desc {
	width: 275px;
	margin: 40px 0 0 35px;
	float: left;
}

#hero .content .desc h2 {
	font-size: 16px;
	font-style: normal;
	color: #f6e7e0;
	line-height: 23px;
	padding: 0;
	margin: 0 0 15px;
}

#hero .content .desc p {
	font-size: 14px;
	line-height: 21px;
	color: #d4bcba;
	margin-bottom: 40px;
}

#hero .content .desc p a {
	color: #8c97b0;
	text-decoration: none;
}

#hero .content .desc a.contribute {
	background: url(../_images/buttons/buy_wine.gif) no-repeat;
	width: 204px;
	height: 44px;
	text-indent: -1000px;
	float: left;
	overflow: hidden
}

/* TESTIMONIAL */
#testimonial {
	padding-left: 4px;
}
#testimonial p {
	font: 20px/25px normal Baskerville, "Times New Roman", Times, serif;
	color: #8b8a64;
	font-style: italic;
	letter-spacing: -1px;
	text-indent: 0;
	padding: 37px 0 10px;
	text-align: right;
}

#testimonial p img.lquote {
	margin-right: 6px;
}

#testimonial p span {
	padding-top: 4px;
}

#testimonial p img.rquote {
	margin-left: 6px;
}

#testimonial span.author {
	font-size: 14px;
	font-style: italic;
	color: #a31946;
}

/* PHOTOS */

#photos {
	width: 151px;
	margin-left: 49px;
	margin-top: 15px;
}

#photos img {
	display: block;
}

#photos a {
	margin-left: 4px;
}

/*/////////-- Clear Fix -- /////////*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-block
}

* html .clearfix {
	height: 1%
}

/*/////////-- Tweets @ -- /////////*/

#tweets {
	margin-bottom: 25px;
	border-bottom: 1px solid #f6e8e1;
	padding-bottom: 20px;
	width: 100%;
}

#tweets h2 {
	margin-bottom: 19px
}

#tweets a.room_to_read, #tweets a.crushpad {
	height: 42px;
	margin-right: 12px;
	display: block;
	float: left
}

#tweets a.crushpad {
	padding-top: 4px
}

#tweets ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left
}

#tweets ul li {
	margin-bottom: 2px
}

#tweets a {
	color: #333;
	text-decoration: none
}

/*/////////-- Cart Menu -- /////////*/

#cart {
	list-style: none;
	padding: 0;
	margin: 33px 0 0 7px;
}

#cart li {
	margin-bottom: 8px
}

/* FAQ */
#faq-header {
	margin-left: 50px;
}

#faq {
	list-style: none;
	padding: 0;
	margin: 0;
}

#faq li {
	background: url(../_images/common/bullet_leaf.gif) no-repeat 0px 6px;
	padding-left: 50px;
	padding-right: 30px;
	margin-bottom: 40px
}

/* footer */
#footer {
	background: #f6e8e1;
	width: 100%;
	min-width: 1000px;
	height: 107px;
	position: relative;
/*	margin-top: -107px;*/
	clear: both
}

/* Main Elements */

#lower-body .left-column, #lower-body .middle-column, #lower-body .right-column {
	padding-bottom: 25px;
}