@charset "utf-8";
/* CSS Document */
body {
	background-color: #660033;
}
#container {
	width:95%;
	max-width:768px;
	
	
}
#logo {
	width:98%;
	max-width:738px;
	background-repeat: no-repeat;
	height: 300px;
	background-image: url(../images/Newfolder/wine_snifter_tablet.jpg);
	margin-left: 75px;
	margin-bottom: 15px;
	
}
#logo h1 {
	position: absolute;
	top: -500px;
}
#nav {
	padding-top:25px;
	font-size:20px;
	height:45px;
	padding-bottom:20px;
	margin-left:65px;
	width:788;
}

ul {
    padding:0;
	margin:0;
}
#nav ul {
	list-style: none;
	margin-bottom:15px;
	font-weight: bold;
	padding-left:36px;
	margin-right: 0px;	
	
}
#nav ul li {
	float:left;
}
#nav ul a {
	display: block;
	width:114px;
	padding: 10px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #618A37;
	margin: 5px 5px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

#nav ul a:link, #nav ul a:visited{
	background:#999999;
}
#nav ul a:hover, #nav ul a:active, #nav ul a:focus{
	background:rgba(204,204,204,1);
}
#nav ul li:hover {
	margin-top:-10px;
}#category{
		color:#fff;
		width: 115px;
	}
#main_image img {
	margin-bottom:40px;
	margin-left: 10px;
}
#left_column {
	width: 730px;
	margin-right: 35px;
	margin-left: 10px;
	padding-left: 80px;
}


	#name{
		color: #fff;
		width: 135px;
	}
	#category, #name{
		float:left;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 10px;
		padding-left: 15px;
		font-size: 12px;
	}
	
	#category h3, #name h3{
		margin: 0 auto 10px 0;
		text-transform:uppercase;
	}
	#category ul, #name ul{
		list-style-type:none;
		margin:0;padding:0;
	}
	#name li{
		margin-bottom:0.7em;
	}
	#category a, #name a{
		text-decoration:none;
	}
	#category a:link, #category a:visited{
	color:#FCF;
	}
	#category a;hover, #category a:active, #category a:focus{
		color:red;
		text-decoration:underline;
	}
	#name a:link, #name a:visited{
	color: #FC3;
	}
	#name A:hover, #name a:active, #name a:focus{
	color:#FC3;
	text-decoration:underline;
	}
	blog_posts {
		margin-left: 312px;
	}
	#blog_posts h2, ,updated {
		margin:0 5px 0 0;
		background-color: #CCC;
		padding: 10px 10px 0 10px;
	}
	.updated{
		margin-bottom:10px;
		padding-bottom:5px;
		font-size: 13px;
		color: #646664;
	}
	.blog_entry{
		padding: 0 30px 0 10px;
		color: #666;
	}
