body {
	background: #ffffff url(../images/joelbajot/background_mask.jpg) fixed no-repeat;
	}
#container {
	background: #ffffff;
	}
#container[id] {
/*	background: url(../images/joelbajot/overlay.png); */
	}
a, #container h1 a:hover, #container h2 a:hover {
	color: #b71219;
	}
a:visited { 
	color: #5c5b42;
	}
.meta, .comment-meta { 
	color: #c0915d;
	}
.nav { 
	background: #c2ad90;
	}
.nav li a:hover {
	background: #e8e1d9;
	}
.nav li span.active {
	background: #ffffff;
	color: #b71219;
	}

#content pre {
	background: #ffffff;
	color: black;
	}
#footer, #preview-notice {
	background: #ffffff;
	color: #c0915d;
	}
#footer a {
	color: #b71219;
	}
#footer h2, #content h2 {
	color: #c2ad90;
	}
#search-input {
	background: #e8e1d9;
	color: #000000;
	}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

img.cover {
       float: left;
       width: 150px;
       margin-right: 15px;
       border: 1px dotted #C00;
       }