/* CSS Document */

body, #whole {
	background-color: #ffffff;
	color: #5e5955;
	font-family: "Helvetica Neue", "Lucida Sans Unicode","Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
body {
	margin-bottom: 50px;
}
#whole {
	margin: 10px 0px 20px 0px;
}
#logo {
	background-color: #ffffff;
	height: 80px;
	float: left;
}

ul#nav {
	float: right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 30px 0px;
	text-align: right;
}
ul#nav li {
	display: inline;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height:30px;
	text-transform: uppercase;
}

ul#nav li a {
	color: #8F0050;
	display: inline-block;
	height: 36px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	padding: 0 10px;
}

ul#nav li a:hover {
	background-color: #8F0050;
	color: #fff;
}

ul.content {
	list-style-type: disc;
	text-align: left;
	margin: 8px 0px;
}

ul.content li {
	margin-left: 20px;
	padding: 3px;
	font-size: 93%;
	line-height: 18px;
}

ul.notes {
	font-family: "Helvetica Neue", "Lucida Sans Unicode","Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	list-style-type: square;
	text-align: left;
	padding-bottom: 15px;
}
ul.technotes li {
	margin-left: 20px;
	padding: 2px;
	font-size: 93%;
	line-height: 16px;
}

#content_top {
	background-color: #1d1d1d;
	height: 300px;
}
#content_top h1 {
	font-size: 36px;
	line-height: 1.5em;
	margin: 20px 0;
}
#content_top p {
	line-height: 2.0em;
	letter-spacing: 0.05em;
}

#content_main {
	background-color: #ede7dd;
	padding-bottom: 20px;
}

#content_sidebar {
	border: 1px dotted white;
	background: #FFFFFF;
	padding: 8px;
	margin-bottom: 5px;
}

#content_main h1 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 26px;
	color: #8f0050;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin: 20px 0;
}

#content_main h2 {
	font-family: "Helvetica Neue", "Lucida Sans Unicode","Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0.05em;
	padding: 5px 0px;
	margin: 10px 0px 5px 0px;
}

/*used for press article names */
#content_main h3 {
	font-family: Georgia, Times, Serif;
	font-size: 15px;
	margin-bottom: 5px;
}

/*used for subheads in wine notes */
#content_main h4 {
	font-family: "Helvetica Neue", "Lucida Sans Unicode","Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	display: inline;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.05em;
	color: #CCCCCC;
	margin-bottom: 5px;
	
}

.inlinesub {
	font-family: "Helvetica Neue", "Lucida Sans Unicode","Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.05em;
	color: #8f0050;
}

#content_main p {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 0.02em;
	margin-bottom: 5px;
}

#content_main a {
	color: #8f0050;
	text-decoration: none;
}

#content_main a:hover {
	color: #333333;
	text-decoration: underline;
}

#divider {
	border-bottom: 1px dotted white;
}

#content_btm {
	color: #395436;
	margin-top: 50px;
}
#content_btm h2 {
	font-size: 20px;
}
#content_btm p {
	font-size: 14px;
	line-height: 2.0em;
	padding: 10px 10px 10px 0px;
}
.actions {
	margin-top: 70px;
}
.actions a {
	background-image:url(/images/button.png);
	display:block;	
	float:left;
	height:37px;
	margin-right:10px;
	text-align: center;
	text-decoration: none;
	width:150px;
}
.actions a span {
	color: #fff;
	display: block;
	font-size: 12px;
	margin-top:10px;
}
.actions a:hover {
	background-position: 0 -37px;
}
#footer {
	border-top: 1px dotted #395436;
	color: #999999;
	font-size: 11px;
	padding-top: 10px;
	margin-top: 20px;
	text-align: left;
}
#footer a {
	color: #395436;
	text-decoration: none;
	line-height: 1.5em;
}
#footer a:hover {
	color:#999999;
	text-decoration: underline;
}