/*-----------------------------------------------------------//
//
//   THEME COLORS AND BACKGROUNDS
//
------------------------------------------------------------*/

/* GENERAL ------------------------------------------------------------*/

body {
	color: #a85d28;
}

/* HEADER ------------------------------------------------------------*/

#header{ background: url(header.png) no-repeat;} 
#header{ margin-left:328px;} /*titre fond position*/

#header #page-title{ color: #fefefe; }

#header #breadcrumbs{ color: #a1a1a1; }

#header #breadcrumbs a{ color: #fefefe; }

/* SIDEBAR  ------------------------------------------------------------*/

#wrapper{ background: url(sidebar_contenu.png) white repeat-y;}

#sidebar, #sidebar a{ color: #ffffff; }

.sidebar-divider{ background: url(sidebar-divider.png) no-repeat; }

#sidebar #searchform{ background: url(sidebar-divider.png) no-repeat; }

.tweet,
.query { background: url(sidebar-divider.png) no-repeat; }

/* SIDEBAR NAVIGATION ---------------------------------------------------*/

#sidebar #nav>li a{ color: #fefefe; }

#sidebar #nav>li>ul li a{ color: #606060; }

#sidebar #nav>li>ul li a:hover{ color:#ccc; }

.sf-shadow ul { background: url('dropdown.png') no-repeat top left; }

/*#sidebar #nav{ background: url(sidebar-divider.png) no-repeat; }

.social{ background: url(sidebar-divider.png) no-repeat; }*/

/* SIDEBAR CATEGORIES ---------------------------------------------------*/

#sidebar .cat-list li{  }

#sidebar .cat-list a:hover{ color: #ecc731; }

#sidebar .cat-list{ background: url(sidebar-divider.png) no-repeat; }

/* GALLERY ------------------------------------------------------------*/

.filter-main ul li a{ color: #606060; }

.filter-main ul li a:hover{ color: #ecc731; }

.gallery-thumbs li a{ color: #606060; }

/* FOOTER ------------------------------------------------------------*/

#footer{ 
	background: url(footer.png);
	z-index:2;
}



