* {
	padding:0px;
	margin:0px;
	line-height:100%;
}
body {
	background:url(images/bg.jpg) repeat-x #fff;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#555;
}
.wrap {
	width:950px;
	text-align:left;
}
#header {
	height:135px;
}
h1#logo {
	float:left;
	background:url(images/logo.png) no-repeat;
	height: 100px;
	width:299px;
	display:block;
	text-indent:-999999px;
	padding:0px;
}
.description {
	float:right;
	color:#333;
	height:60px;
	width:450px;
	background:url(images/bg_description.png) right no-repeat;
	padding-top:40px;
	text-align:right;
}
#pagenav {
	background:url(images/background_pagenav.png) no-repeat;
	clear:both;
	height:35px;
}
#pagenav ul li {
	margin:0px;
	padding:0px;
	display:inline;
	list-style: none;
}
#pagenav li a {
	color:#fff;
	font-size:12px;
	margin-left:25px;
	line-height:35px;
}
#above {
	background:url(images/top.png) no-repeat;
	height:25px;
	display:block;
	width:950px;
	margin: 15px 0 0 0;
}
#main {
	background:url(images/background_main.png) repeat-y;
	padding-bottom:15px;
}
#sidebar {
	width:150px;
	padding: 0px 15px;
	float:left;
}
#content {
	float:right;
	width:770px;
}
#footer {
	background:url(images/bg_footer.jpg) repeat-x #eeede6;
	padding: 15px 0px;
	color: #89898989;
	font-size:10px;
}
.post {
	padding: 0px 15px 0px 15px;
	margin-bottom:15px;
}
.bottles {
	width:148px;
	float:left;
	text-align:center;
}
.bottles strong a {
	color:#39b54a;
	font-size:14px;
	font-weight: normal;
}
.bottles a {
	color:#555;
}
.website {
	background-color:#4e3222;
	border:1px solid #d9d9d9;
	height:20px;
	width:75px;
	text-align:center;
	margin: 0px 35px 20px 35px;
	float:left;
	display:block;
}
.website a {
	color:#fff;
	line-height:20px;
	font-size:10px;
}
#sidebar .widget {
	margin-bottom:15px;
}
/* ----- DEFAULT ----- */
p, h1, h2, h3, h4, h5, h6, ol, ul {
	padding-bottom:10px;
}
.clear {
	clear:both;
	height:0px;
}
p, li {
	line-height:16px;
}
a {
	text-decoration: none;
	color:#555;
}
img {
	border: none;
}
.left {
	float:left;
}
.right {
	float:right;
}
/* ----- TEXT ----- */
h2.title {
	background:url(images/bg_h1.png) no-repeat;
	height:50px;
	width:755px;
	padding: 0 0 0 15px;
	line-height:50px;
	margin-bottom:15px;
	font-size:24px;
	color:#4e3222;
}
#sidebar ul {
	list-style:none;
}
#sidebar ul li {
	list-style-image:url(images/list.png);
	border-bottom:1px solid #ece9e8;
	padding: 4px 0 4px 0px;
	margin-left:15px;
	line-height:normal;
}
#sidebar ul li ul li {
	list-style-image:url(images/list.png);
	border-bottom:1px solid #ece9e8;
	padding: 4px 0 4px 0px;
	margin-left:15px;
	line-height:normal;
}
#sidebar ul li ul li ul li {	
	margin-left: 10px;
	list-style:none;
}
#sidebar a {
	color:#555;
}
h3 {
	font-size:14px;
	color:#898989;
}
h4 {
	color:#39b54a;
	font-size:18px;
}
/* wp default */
.center {
	text-align:center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


