body{
	background: white;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
}

div{
	text-align: left;
}

img {
	border:0;
}

h1,h2,h3,h4,h5{
	color: #468e30;
	font-weight: normal;
}

a:link,
a:visited{
	color: #3873c3;
	text-decoration: none;
}

a:active,
a:hover{
	text-decoration: underline;
	color: black;
}


#header{
	height: 168px;
	width: 964px;
	margin: 10px auto 2px;
	padding: 0;
	background: url(images/headerRamen.jpg) 0 0 no-repeat;
}

#header.one{
	background: url(images/headerCroissant.jpg) 0 0 no-repeat;

}

#header.two{
	background: url(images/headerMussels.jpg) 0 0 no-repeat;

}

#header.three{
	background: url(images/headerPasta.jpg) 0 0 no-repeat;
}

#header h1 a{
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -1000px;
	position: absolute;
	left: 50%;
	margin: 41px 0 0 -482px;
	display: block;
	height: 80px;
	width: 360px;
}

#mainMenu{
	min-height: 34px;
	width: 964px;
	margin: 0 auto;
	background: #999;
}

#menu{
	list-style: none;
	padding: 0;
	margin: 0 0 0 30px;
	font-size: 0.8em;
}

#menu li{
	float: left;
	display: block;
	height: 37px;
	padding: 8px 25px 0 5px;
}

#menu li a:link,
#menu li a:visited{
	color: white;
}

#menu li a:hover,
#menu li a:active{
	color: black;
	text-decoration: none;
}

#contentWrapper{
	width: 964px;
	margin: 0 0 0 -482px;
	left: 50%;
	padding: 0 0;
	font-size: 0.8em;
	background: url(images/pageBg.gif) 0 0 repeat-y;
	line-height: 1.5em;
	position: absolute;
}

* html>body #contentWrapper{
	margin: 0 0 0 -486px;
}

.navigation{
	padding: 0 10px 10px 10px;
	width: 530px;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

#content{
	float: left;
	width: 680px;
	padding:  0 50px 15px 30px;
}

#content img{
	margin: 15px;
}

/*.postHeader{
	height: 15px;
	width: 550px;	
}

.post h2{
	margin: 0;
	padding: 0;
}

.post{
	width: 510px;
	padding: 0 20px;	
	background: white;
	line-height: 1.6em;
	font-size: 0.9em;
}

.postFooter{
	background: url(images/contentBgBottom.gif) 0 0 no-repeat;
	height: 15px;
	width:550px;	
	margin-bottom: 30px;
}
*/
.postmetadata{
	margin-bottom: 0;
	padding: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}



#sidebar{
	width: 200px;	
	float: left;
	background: #f9f9f9;
}

#adsSideBar p,
#adsSideBar h1,
#adsSideBar h2,
#adsSideBar h3,
#adsSideBar h4,
#adsSideBar h5,
#sidebar p,
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5
{
	xmargin: 0;
	xpadding: 0;
	color: #333;
}

#sidebar ul{
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

#sidebar li{
	list-style: none;
}

#sidebar li ul li{
	list-style:  circle;
}


#sidebar .content{
	width: 166px;
	padding: 0 15px;
	background: white;
}


#footer{
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	margin: 20px 0;
}

#searchsubmit{
	border: 0;
	padding: 2px;
	margin: 0;
	color: white;
	font-weight: bold;
	xfont-family: trebuchet, verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	height: 26px;
	width: 70px;
}

#wp-calendar{
	width: 100%;
	text-align: left;
}

#wp-calendar a:link,
#wp-calendar a:visited{
	font-weight: bold;
}

#rssFeeds li{
	xlist-style-image: url(images/rss.gif);
}

#search{
	padding: 15px 0;
}
/*
.post .postId{
	height: 52px;
	padding-top: 6px;
	width: 67px;
	xbackground: url(images/altDateBg.png) 0 0 no-repeat;
	color: white;
	font-weight: bold;
	float: right;
	text-align: center;
	font-size: 1.8em;
	margin: -4px -10px 10px 0px;
}
/*
.commentAlt .postId{
	xbackground: url(images/dateBg.png) 0 0 no-repeat;
}

.dateTime{
	xbackground: url(images/dateBg.png) 0 0 no-repeat;
	float: right;
	height: 54px;
	padding: 2px 2px 0 0;
	margin: -4px -10px 5px 10px;
	color: white;
	text-align: center;
	font-weight: bold;
	width: 63px;
	font-size: 1.4em;
	
}
*/
.comment{
	xbackground: #ccc;
	padding: 10px;
	
	xbackground: #f8f8f8;
}

.commentAlt{
	border: 1px dashed #ccc;

	xbackground: #9c9c9c;
}

.dateTime small{
	font-size: 0.7em;
}

#comment{
	width: 480px;
}

.postmetadata{
	color: #666;
}

blockquote{
	padding: 10px;
	border: 1px dashed #333;
	background: #f2f2f2;
}