/* The Usuals __________________________________________*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration:none;
	outline: none;
} 
a img {
	border:none;
}
img {
	vertical-align:text-bottom;
}

/* h1, h2, h3, .......h7262788 __________________________*/
#header h1, #header h2 {
	display: none;
}
.post h2 a, #postcomment, #comments, #comments a, .storycontent h1 {
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
	color: #600100;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:5px;
}
.storycontent h1, .storycontent h2 {
	color:#b3af9a;
	font-size:23px;
	border-bottom:#c3bfa8 1px solid;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:0px;
}
.storycontent h6 {
	background-color: #eee9cd;
	padding: 10px 20px 10px 10px;
	margin:0 15px 5px 0;
	border-right:solid 1px #d6d1b8;
	border-bottom:solid 1px #d6d1b8;
	color: #333333;
	font-size:14px;
	line-height: 20px;
	float:left;
	
}

/* Links _______________________________________________________*/
.post a, .commentRSS a, cite a {
	color: #600100;
}
.feedback a {
	font-size: 14px;
	display:block;
}
.commentRSS a {
	font-size:12px;
	padding-left:25px;
}

	

/* Content ______________________________________________*/
body {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
}

.post .meta {
	font-size:10px;
	background-color:#E5E9DA;
	padding: 3px 2px 3px 2px;
}
.storycontent {
	padding:5px;
}
.storycontent p {
	margin:7px 0 7px 0;
	font-size:13px;
	color:#333;
}
#footer {
	font-size:10px;
	color:#C0A77F;
}






/* Comments and Comment form _________________________________________________________________________*/
#commentlist {
	margin:0 25px 0 25px;
	font-size:12px;
}
#commentlist li {
	background-color:#F3F7E9;
	padding: 3px 5px 3px 5px;
	margin-bottom: 15px;
}
#commentlist li p {
	margin:10px;
}

#postcomment {
	margin-top:25px;
}


#commentform {
	padding:10px;
	background-color:#dbd6bd;
}
#commentform input {
	margin:5px 5px 5px 0;
}
form p {
	text-transform: uppercase;
	font-size:13px;
	font-weight:bold;
	color:#333;
	margin-top: 10px;
}




/* Middle Column ___________________________________________*/
.post {
	margin-bottom:30px;
}


/* Left Column _________________________________________*/
#leftCol #categories {
	background-image: url(images/categories.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	margin: 42px 0 0 2px;;
	width: 225px;
	padding-top: 30px;
}
/* Right Column __________________________________________*/
#rightCol #search, #rightCol #pages, #rightCol #links, #rightCol #meta {
	width:217px;
	font-size:12px;
}
#rightCol #search {
	margin-top: 42px;
	background-image: url(images/search.jpg);
	background-repeat: no-repeat;
	padding-top: 32px;
}
#rightCol #pages {
	margin-top:31px;
	background-image: url(images/pages.jpg);
	padding-top: 29px;
	background-repeat: no-repeat;
}
#rightCol #links {
	margin-top:31px;
	background-image: url(images/links.jpg);
	padding-top: 29px;
	background-repeat: no-repeat;
}
#rightCol #meta {
	margin-top:31px;
	background-image: url(images/meta.jpg);
	padding-top: 29px;
	background-repeat: no-repeat;
}

/* Menus ____________________________________________________*/
#leftCol #categories ul li, #rightCol #pages ul li,  #rightCol #links ul li, #rightCol #meta ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c3b7;
	list-style:none;
}
#leftCol #categories ul li {
	margin-left: 35px;
	margin-right: 15px;
}
#rightCol #pages ul li,  #rightCol #links ul li, #rightCol #meta ul li {
	margin: 0 33px 0 22px;
	text-align:right;
}
#leftCol #categories ul li a, #rightCol #pages ul li a,  #rightCol #links ul li a, #rightCol #meta ul li a {
	color: #696b63;
	display:block;
	padding: 5px 0 5px 10px;
	text-transform:uppercase;
}
#rightCol #pages ul li a,  #rightCol #links ul li a, #rightCol #meta ul li a {
	padding-right: 10px;
	text-transform:uppercase;
}
#leftCol #categories ul li a:hover, #rightCol #pages ul li a:hover,  #rightCol #links ul li a:hover, #rightCol #meta ul li a:hover {
	background-color:#E5E0C5;
	color:#2c2d2a;
}

/* The main characters _________________________________*/
body {
	background-color: #e1e6d5;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
}
#header {
	background-image: url(images/ericas-kitchen.jpg);
	height: 253px;
	width: 974px;
	margin:0 auto 0 auto;
}
#wrapper {
	background-image: url(images/wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-color: #e1e6d5;
	width: 974px;
	margin:0 auto 0 auto;
}
#leftCol, #rightCol {
	float: left;
	width:219px;
	display:inline; /*IE6 Fix */
}
#centerCol {
	float:left;
	width:536px;
	background-image:url(images/centerCol-bg.jpg);
	background-repeat:no-repeat;
	display:inline; /*IE6 Fix */
	margin: 0 0 10px -2px;
}	
		#bgColor {
			background-color:#e5e0c5;
			margin:25px 7px 0 12px;
			padding-bottom:10px;
			border-right-width: 2px;
			border-left-width: 2px;
			border-right-style: solid;
			border-left-style: solid;
			border-right-color: #dce1d0;
			border-left-color: #dce1d0;
		}
		
#footer {
	background-color:#d6dbcb;
	padding:3px;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbfb1;
	margin-bottom:10px;
}
#header, #wrapper, #footer {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d6dbcb;
	border-left-color: #d6dbcb;
}

/* Classic Classes ___________________________________*/
.clearAll {
	clear:both;
}
