/*
Theme Name: celler-dark-new
Description:
Author:
Author URI:
Version: 1.0
Tags:

*/
* {
	padding: 0px;
	margin:0px;
}
body {
	background:#13410F url(images/bg.png) repeat-x;
	color: #ffffff;
	font:normal 12px Arial, Helvetica, sans-serif;
}

h2 {font:normal 20px Arial, Helvetica, sans-serif;color:#bfbb90;}
h3, h4 {font-size: 13pt;}
a, h2, h3, h4 {	color:#bfbb90;text-decoration: none;}


#outer {background:url(images/top.png) no-repeat top center;}
#wrap {background:url(images/bottom.png) no-repeat bottom center;}
#inr {width:800px;margin:0 auto;min-height:500px;}
* html #inr {height:500px;}
#header {height:140px;}
#pagenav {font:bold 12px arial;padding:10px 0 35px 0;}
#pagenav li {list-style: none;display:inline;padding:0 8px;}
#pagenav li a {text-decoration: none;}
#pagenav li a:hover, #pagenav li.current-cat a {color: #fff;}

#content { }
#footer {color: #CCC;text-align: center;width:800px;margin:15px auto;}

.post {padding:15px 0; line-height:18px;}

/* default */
p, #content h1, h2, h3, h4, h5, h6, ol, ul, .post {padding-bottom:10px;}
.clear {clear:both;height:1px;}
img {border:0px;}

/*text */
.logo {font-size:18pt;font-weight: normal;}
.logo a {color: #ffffff;text-decoration: none;}

#footer a {color: #CCC;text-decoration: none;}
#content ul li, #content ol li {margin-left: 25px;}


/* wp default */
.center {text-align:center;}
.aligncenter {display: block;margin:0 auto;}
.alignleft {float: left;}
.alignright {float: right;}
