body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/header_back.jpg) repeat-x;
	font: normal 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #606060;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6C1413;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: left;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

a {
	color: #6C1413;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 830px;
	height: 180px;
	margin: 0 auto;
	background: url(images/header.jpg);
}

#header h1, #header h2 {
	display:none;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 20px 0 20px;
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: 19px Times, serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(images/body_bottom_back.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
	float: left;
	width: 470px;
	min-height:400px;
}


#news {
	margin: 10px 0 0 0;
	padding:0;
	width:100%;
	background:#FFCC99;
	border:1px solid #FF9933;
	}

#news p {
	margin:0;
	padding:5px;
	color:#663366;
	font-size:12px;
	font-weight:900;
	line-height:1.3em;
	}

#news img {
	float:left;
	margin:0;
	padding:0 10px 0 0;
	}

.story img {
	float:left;
	padding:3px;
	margin: 0 10px 10px 0;
	background:white;
	border: 1px solid #5C1F1C;
}

/* Links */

.links {
	float: right;
	width: 200px;
	padding: 0 10px 0 20px;
	background: url(images/img05.gif) repeat-y;
}

.links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.links li ul {
	padding: 5px 0 30px 0;
}

.links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

.links li a {
	text-decoration: none;
}

.links li a:hover {
	text-decoration: underline;
}

.links li i {
	font-style: normal;
	font-size: 9px;
}

.links h2 {
	padding-bottom:15px;
	text-align:center;
	font-size: 16px;
}

.links h3 {
	padding-top: 15px;
	text-align:center;
	font-size: 13px;
	}

.links p a {
	color:#666666;
	text-decoration:none;
	}

.awards li {
	padding: 0;
	margin: 0;
	list-style-image: url("http://jbondvineyard.com/images/award.png");
}

/* Footer */

#footer {
	height: 100px;
	padding: 15px;
	background: #5C1F1C url(images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}

#footer p a {
	color: #999999;
	text-decoration:none;
}