/*----- Setup ----- */

body {
	background: #a3978b;
	color: #5b5b5b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	color: #3d444e;
	text-decoration:none;
}

a:hover {
	color: #3d444e;
	text-decoration: none;
}

/*----- Header ----- */

#header {
	background-image:url(http://www.trf158.fr/wp-content/themes/blogtheme/images/bg_header.jpg);
	background-color:#30F;

}

#nav {
	background: #4b423e;
	background-image:url(http://www.trf158.fr/wp-content/themes/blogtheme/images/menu.jpg)
}

#navigation a {
	color: #fff;
	border-right: 1px solid #413936;
}

#navigation a span {
	color: #b1b1b1;
}

.current_page_item {
	border: none !important;
}

#navigation a:hover, #navigation .current_page_item {
		text-decoration:none;
		color: #4b423e;
		background: url(default/nav-hover.gif) top left repeat-x;
		border: none !important;		
}

#navigation a:hover span, .current_page_item span {
	background-image:url(http://www.trf158.fr/wp-content/themes/blogtheme/images/menu.jpg)
		border: none !important;
		color:#FFF;
}

#twitter a {
	color: #ccbe1d !important;
}

/*----- Posts ----- */

.post {
	border-bottom: 20px solid #a3978b;
}





/*----- Comments ----- */

#comments h3 {
	color: #2d2d2d;
}

.commentlist .meta .gravatar img {
	border: 2px solid #baae94;
}

#commentform .field, #commentform .thefield textarea {
	color: #5b5b5b;	
}

#commentform #submit {
	background: #e6e1d4;
	color: #5d6250;
	border: 1px solid #c9c1af;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px 6px;
	font-size: 12px;
}

/*----- PostNav ----- */

#postnav a {
	background: #6c6461;
	color: #e6e1d4;
	border: 1px solid #c9c1af;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px 6px;
	font-size: 12px;
}

#postnav a:hover {
	background: #e6e1d4;
	color: #6c6461;
	border: 1px solid #6c6461;
}

/*----- Sidebar ----- */

.pageinfo {
	color: #eb552d;
}

.widget h4 { 
	border: 1px solid #74796b;
	background: #878c7c;
}

.widget h4 a { 
	border: 1px solid #9da293; 
	color: #fff; 
}

.widget .content { 
	background: #ede7db; 
	border: 1px solid #d4cfc5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.widget .content a {
	color: #5b5b5b;
	margin-bottom: 10px;
	text-decoration: none !important;

}

.widget .content a:hover {
	color: #F60;
	border: none !important;
	text-decoration: underline !important;
}

.widget li { 
	margin-bottom: 15px;
}

#lifestream h3 {
	background: #eb552d;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 7px;
	display: inline-block;
	margin: 0 0 10px;
}

#lifestream li {
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", serif !important;
	font-style: italic;
}

#lifestream li a {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: normal !important;
}

/*----- Footer ----- */

#footer {
	background: #30373d;
	background-image:url(http://www.trf158.fr/wp-content/themes/blogtheme/images/bg_header.jpg);
	background-repeat:repeat-x;
}

#footer h4 {
	background: #30373d;
	color: #fff;
	border-bottom: 1px solid #6c6461;
	background-image:url(http://www.trf158.fr/wp-content/themes/blogtheme/images/menu.jpg);
	background-repeat:repeat-x;
}

#footer ul {
	background: #2f2a27;

}

#footer ul li {
	border-bottom: 1px solid #6c6461;
	color: #fff;
}

#footer ul li a {
	color: #dde4ce;
}

