/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

couleurs utilisées :
Black / White
Beige clair (du logo) : #a39d87
beige foncé : #847f6d
*/

/*========= SETUP =========*/
body{
	color: #4d4d4d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia,"Times New Roman",Times,serif;
}

/*========= HEADER =========*/
/*- Header -*/
#header{
	float: left;
	background-color: #101010;
	margin: 0 0 0 0px;
	padding: 0px 0px;
	width: 940px;
}

/*========= FEATURED SLIDER (FRONT-PAGE) =========*/
#wooslider h2 { 	margin-bottom: 30px; font-size: 20px; text-transform: uppercase; color: #343434;}

/*========= TALKING POINTS (FRONT-PAGE) =========*/
#talking-points .post-title {
	font-family: Georgia,"Times New Roman",Times,serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #1d1d1d;
	float: right;
	font-weight: bold;
	width: 350px;
	padding: 10px 0 10px 20px;
}

/*=== Traditional Blog Post ===*/
.post-alt h2 {
	font-size: 24px;
	line-height: 29px;
	text-transform: none;
}

/* === default.css === */
/*- Page Navigation -*/
#nav {
	background-color: #101010;
	border-bottom:  0px solid #e7e7e7;
}

#nav1 li ul {
z-index:9999;
} 

#nav2 li a:hover, #nav2 li.current-cat a, .catlist h2, .category-head, .category-head a, .comment-head, .author-head, .video-right .box_title, .video-right h3, .widget h3, #featured h2 span, .video-left h2 span, #talking-points h2 span, .archive-temp h3, #respond .required, #archivebox h4 em, #archivebox h2 em, #archivebox h3 em, #footer a {
	color: #847f6d !important;
}

/*- Category Navigation -*/
#nav2 {
	background-color: #ffffff;
	background-image: url(default/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 0px dashed #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#nav2 li.current-cat a {
	border-bottom: 3px solid #847f6d;
}