/*
Theme Name: celler-dark-new
Description: 
Author: 
Author URI: 
Version: 1.0
Tags:

*/
* {
	padding: 0px;
	margin:0px;
}
body {
	background:#22221f url(images/bg.gif) repeat-x;
	color: #ffffff;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
#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;}
#header {
	height:140px;
}

#pagenav {
	font:normal 12px arial;padding:10px 0 35px 0;
}
#pagenav li {
	list-style: none;
	display:inline;
}
#pagenav li a {
	text-decoration: none;
	padding: 0px 15px 0px 0;
}
#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;
}
#content h1 {
	font-size: 16pt;
	font-weight: normal;
	color: #898989;
}
#content h1 a {
	color:#bfbb90;
	text-decoration: none;
}
h2 {
	font-size: 14pt;
	color:#bfbb90;
	font-weight: normal;
}

h2 a {
	color:#bfbb90;
	text-decoration: none;
}
h3, h4 {
	font-size: 11pt;
	color:#bfbb90;
}

a {
	color:#bfbb90;
	text-decoration: none;
}

/* wp default */
.center {
	text-align:center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
