* {
  padding: 0;
  margin: 0;
}
.separator{
	clear: both;
}
.separator2{
	clear: both;
	width: 768px;
	height: 2px;
}
a img { border: 0; }

html{
	overflow: scroll;
}
body{
	border: 0;
	color: #000;
	background: #F0E3D0 url(../img/bg.jpg) top left repeat;;
  font-size: 11px;
  font-family: "Verdana","Arial",sans-serif;
  text-align: center;
}
h1, h2, h3, h4, h5 {font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif; color: #000000;}
h1 { font-size: 145%; }
h2 { font-size: 125%; }
h3 { font-size: 115%; }
h4 { font-size: 100%; }

/* WRAPPER */
div#wrapper{
	width: 768px;
	margin: auto;
	text-align: left;
	background: #FFF;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 3px;
	border: 1px solid #E4CDAB;
	border-width: 0 2px 0 2px;
}
/* HEADER */
div#header{
	width: 768px;
	height: 180px;
	background: transparent url(../img/header.jpg) top left repeat-x;
}
div#header h1{
	float: right;
}
div#header h1 a{
	display: block;
	width: 259px;
	height: 50px;
	margin-top: 20px;
	margin-right: 18px;
	text-decoration: none;
}
div#header h1 a span{
	display: none;
}
/* BANNER */
div#banner{
	width: 728px;
	margin: auto;
	margin-top: 10px;
}

/* COLUMN 2 */
div#column2{
	width: 160px;
	float: right;
	text-align: center;
	color: #AD7A34;
}
/* NAVIGATION, CATEGORIES, ARCHIVES */
div#column2 div#nav, div#column2 div#categories, div#column2 div#archives{
	width: 140px;
	margin-left: 20px;
	margin-top: 30px;
	text-align: left;
}
div#column2 div#nav ul, div#column2 div#categories ul, div#column2 div#archives ul{
	display: block;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
}
div#column2 div#nav li, div#column2 div#categories li, div#column2 div#archives li{
	display: block;
}
div#column2 div#nav li.label, div#column2 div#categories li.label, div#column2 div#archives li.label{
	color: #4A2E07;
}
div#column2 ul li a{
	display: block;
	text-decoration: none;
	color: #AD7A34;
	padding: 3px 0 2px 0;
}
div#column2 ul li a:hover{
	text-decoration: underline;
}

/* COLUMN 1 */
div#column1{
	width: 570px;
	margin-top: 25px;
	padding-left: 20px;
}
div#column1 div.entry{
	margin-bottom: 35px;
}
div#column1 div.entry h2{
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	color: #492D08;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #C59146;
	padding-bottom: 3px;
	margin-bottom: 0;
}
div#column1 div.entry h3{
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	color: #784A2C;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	vertical-align: top;
	margin-bottom: 10px;
}
div#column1 div.entry h3 span.date{
	display: block;
	float: left;
}
div#column1 div.entry h3 span.date span.sub{
	font-size: 11px;
}
div#column1 div.entry h3 span.type{
	display: block;
	float: right;
}
div#column1 div#breadcrumb{
	margin-bottom: 10px;
}
div#column1 div#breadcrumb a{
	font-size: 15px;
	color: #A82D2D;
	font-family: "Trebuchet MS", "Verdana","Arial",sans-serif;
	text-decoration: none;
	font-weight: bold;
}
div#column1 div#breadcrumb a:hover{
	text-decoration: underline;
}
div#column1 div.entry p{
	color: #492D08;
	margin-bottom: 10px;
	line-height: 1.5em;
}
div#column1 div.entry a.cat_link{
	color: #A82D2D;
	text-decoration: none;
}
div#column1 div.entry a.cat_link:hover{
	text-decoration: underline;
}
div#column1 div.entry_footer{
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	color: #784A2C;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	vertical-align: top;
	margin-top: 10px;
}
div#column1 div.entry_footer a{
	color: #A82D2D;
	text-decoration: none;
}
div#column1 div.entry_footer a:hover{
	text-decoration: underline;
}
div#column1 div.entry_footer span.left{
	display: block;
	float: left;
}
div#column1 div.entry_footer span.right{
	display: block;
	float: right;
}
div#column1 div.entry div#content_holder{
	height: 100px;
	overflow: auto;
}
div#column1 div.comment{
	border-top: 1px dotted #6F5837;
	margin-bottom: 20px;
	padding-top: 12px;
	color: #492D08;
}
div#column1 div.comment h3{
	color: #6F5837;
	margin-bottom: 8px;
}
div#column1 div.comment p.date{
	margin-top: 20px;
}
div#column1 h2#comment_title{
	color: #492D08;
	margin-bottom: 5px;
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	font-size: 16px;
	font-weight: bold;
}
/* COMMENT FORM */
h3#post-comment{
	border-top: 1px dotted #6F5837;
	color: #492D08;
	margin-bottom: 15px;
	padding-top: 12px;
}
form#addition{
}
form#addition p{
	margin-bottom: 10px;
}
form#addition p.note{
	margin-bottom: 12px;
}
form#addition label{
	display: block;
	width: 160px;
	float: left;
}
form#addition span.red{
	color: red;
}
form#addition div#error_display{
	margin: 0;
	background-color: #F7E0DD;
	padding: 5px;
	border: 1px solid #B84747;
	margin-bottom: 10px;
	color: #555;
}
form#addition div#error_display p.alert{
	padding-left: 25px;
	height: 20px;
	line-height: 20px;
	background: url('../img/alert.gif') top left no-repeat;
}
div#msg{
	margin: 0;
	background-color: #FFFFE6;
	padding: 5px;
	border: 1px solid #E4DC30;
	margin-top: 20px;
	width: 400px;
}
div#msg p{
	margin-bottom: 5px;
}
div#msg p a{
	color: #627894;
}
div#msg p a:hover{
	text-decoration: none;
}

/* ABOUT THIS SITE */
div#column1 div#about h2{
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	color: #492D08;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #C59146;
	padding-bottom: 3px;
}
div#column1 div#about p{
	color: #492D08;
	margin-bottom: 10px;
	line-height: 1.5em;
}
div#column1 div#about ul{
	list-style: none;
	margin-bottom: 20px;
}
div#column1 div#about ul li{
	margin-bottom: 8px;
}
div#column1 div#about h3{
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	color: #784A2C;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* COOKING TIPS */
div#column1 div#ctips h2{
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	color: #492D08;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #C59146;
	padding-bottom: 3px;
}
div#column1 div#ctips table{
	margin-bottom: 10px;
	width: 560px;
}
div#column1 div#ctips table th{
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	color: #784A2C;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px;
}
div#column1 div#ctips table td{
	border: 1px solid #ddd;
	padding: 5px;
	text-align: center;
}
/* LINKS */
div#column1 div#clinks h2{
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	color: #492D08;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #C59146;
	padding-bottom: 3px;
}
div#column1 div#clinks h3{
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	color: #784A2C;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
div#column1 div#clinks h3.sep{
	padding-top: 10px;
}
div#column1 div#clinks p{
	color: #492D08;
	margin-bottom: 10px;
	line-height: 1.5em;
}
div#column1 div#clinks p a{
	color: #A82D2D;
	text-decoration: none;
	background: transparent url(../img/arrow.gif) center left no-repeat;
	padding-left: 10px;
}
div#column1 div#clinks p a:hover{
	text-decoration: underline;
}

/* CONTACT ME */
div#column1 div#ccontacts h2{
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	color: #492D08;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #C59146;
	padding-bottom: 3px;
}
div#column1 div#ccontacts h3{
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	color: #AD7A34;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
div#column1 div#ccontacts p{
	color: #492D08;
	margin-bottom: 10px;
	line-height: 1.5em;
}
div#column1 div#ccontacts p a{
	color: #A82D2D;
	text-decoration: none;
	background: transparent url(../img/arrow.gif) center left no-repeat;
	padding-left: 10px;
}
div#column1 div#ccontacts p a:hover{
	text-decoration: underline;
}


/* FOOTER */
div#footer{
	padding-top: 40px;
	width: 768px;
	text-align: center;
	color: #D2B077;
	font-size: 10px;
	padding-bottom: 20px;
}
div#footer p#copyright{
}
div#footer p#copyright a{
	color: #D2B077;
	text-decoration: none;
}
div#footer p#copyright a:hover{
	text-decoration: none;
}

/* Pagination */
div.pageNav{
	text-align: right;
	margin-bottom: 5x;
	margin-right: 5px;
	color: #492D08;
	font-size: 12px;
	font-family: "Arial", sans-serif;
}
div.pageNav a, div.pageNav2 a{
	padding: 2px;
	color: #A82D2D;
	text-decoration: none;
	font-weight: bold;
}
div.pageNav a:hover, div.pageNav2 a:hover{
	text-decoration: underline;
}
div.pageNav2{
	text-align: right;
	padding-top: 8px;
	margin-right: 5px;
	color: #6D4F25;
	font-size: 12px;
	font-family: "Arial", sans-serif;
}
.hide{
	visibility: hidden;
}
/* OTHERS */
br.space{
	height: 10px;
}