body  {
	background: #202020 url(blueGreenNoveau/header.jpg) repeat top left;
}

h1, h2, h3, h4 {
	color: #fcf1d3;
}

h5 {
	 color: #d3ccb9;
	font-size: 150%; 
	font-weight: bold;
	display: inline;
}

h6 {
	 color: #d3ccb9;
	font-size: 120%; 
	font-weight: normal;
	display: inline;
}

a  {
	color: #B61F23;
}

p {
	 color: #d3ccb9;
	font-size: 120%; 
}


/* STRUCTURE */

#logo h1 {
	background: url(blueGreenNoveau/logo.png) top left no-repeat;
}

#header h1.title a  {
	color:#fcf1d3;
}

#header p.description  {
	color: #10000;
}

#rss a  {
	color: #fff;
}

#tagline {
	color: #100000;
}

/* NAVIGATION */

#nav  {
	background: #921011 url(blueGreenNoveau/navbg.jpg) repeat-x top left;
}

#nav ul li a  {
	color: #fcf1d3;
}

.current_page_item a:link, .current_page_item a:visited  {
	color: #fcf1d3!important;
}

#content  {
	background-color: #000;
	border: 1px solid #880000;
	border-top: none !important;
}

#bottom  {
	background-color: #412c2c;
	padding:20px 0;
	border-left: 1px dotted #880000;
	border-right: 1px dotted #880000;	
}

#footer  {
	color: #000;
	background: #9fc9e6 url(blueGreenNoveau/navbg.jpg) repeat-x left top;}

#footer p a  {
	color: #fcf1d3;
}

/* BLOG CSS */

.post {
	color: #d3ccb9;
	font-size: 120%; 
}

.post p {
	 color: #d3ccb9;
	font-size: 120%; 
}

.post p.categories span  {
	background-color: #A01B1F;
	color: #d3ccb9;
}

.post p.categories span a  {
	color: #fcf1d3;
}

.post p.categories span.date a  {
	color: #286697;
}

.post p.categories span.date  {
	background-color: #ffffff;
	color: #fcf1d3;
	margin-left:5px;
}

.screenimg span a {
	background: #000000;
}

.theme .tags, .theme .tags a, .theme .rating, .post-ratings-text {
	color: #808A8E !important;
}

h2.title a  {
	color: #fcf1d3;
}

.post p.comments a  {
	background: url(blueGreenNoveau/comments.jpg) no-repeat center left;
	color: #fcf1d3;
}

p.continue a  {
	color: #286697;
}

.widget {
	background: #000000;
}

.widgetlist  h3  {
	color: #fff;
	background-color:#713c38;
}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	color: #d3ccb9;
}

.widgetlist ul li {
	border-bottom: 1px solid #880000;
}

#comments h2  {
	color:#A01B1F;
}
.commentlist p {
	margin-bottom:10px;
	color: #d3ccb9;
}

.commentlist li {
	background-color:#381806;
	border:1px solid #381806;
	color: #d3ccb9;
}

.commentlist .metadata {
	color: #d3ccb9 !important;


}

#commentform #submit {
	background-color:#A01B1F !important;
	border:1px solid #1B4161;
	color: #fff !Important;
}

/* WP-PAGENAVI */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px !important;
	margin: 2px !important;
	text-decoration: none !important;
	background-color: #ffffff !important;
	border: 1px dotted #a6b3b9 !important;
	color: #A01B1F !important;
}
.wp-pagenavi a:hover {	
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #A01B1F;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #A01B1F;
	color: #A01B1F;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	margin: 2px;
	color: #A01B1F;
	font-size:13px;
	text-align:left;
	padding: 2px 10px 2px 5px;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-size:18px;
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #A01B1F;
}
