/*
Color Option: White and Red
*/

/*-------------------------------------------------------------------------------------------*/
/*- SETUP STD CLASSES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
body{color: #252525; background-color: #fff;}

h1{color: #000;}
	h1.h1-sub-title{border-top: 5px solid #000;}
h2{color: #000;}
h3{color: #000;}
h4{}
h5{}
h6{}

p{color: #000;}
blockquote, blockquote p{color: #333;}

form{}
label{color: #fff;}
textarea, input{color: #000;
	border: 1px dotted #000;
}
input[type=radio]{}
input[type=checkbox]{}
input[type=image]{}
input[type=button]{color: #fff; background: #000; border: 1px solid #d55c4f;}


/*-------------------------------------------------------------------------------------------*/
/*- GLOBAL CLASSES --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*--- Links ---*/
a.std_link, a{color: #8a8585;}
a.std_link:hover, a:hover{color: #000;}
a:active{color: #e37222;}


/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#header{background-color: white;}
#footer{}



/*-------------------------------------------------------------------------------------------*/
/*- HEADER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
	/*--------------------------*/
	/*- MENU -------------------*/
	ul#menu li.parent-item a.parent-link{color: black;}
	ul#menu li.parent-item a.parent-link:hover{color: #8a8585;}
		/*--------------------------*/
		/*- SUB MENU ---------------*/
		ul.sub-menu li{background-color: #fff; color: #000; border-bottom: 1px solid #8a8585;border-left: 1px solid #8a8585; border-right: 1px solid #8a8585;}
			ul.sub-menu li a{color: #8a8585;}
				ul.sub-menu li a:hover{ color: #000;}

/*-------------------------------------------------------------------------------------------*/
/*- HOME PAGE LAYOUT ------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*--------------------------------------------------------*/
	/*- FEATURE POST -----------------------------------------*/
	a.scroller-left, a.scroller-right{background: url(big-arrows.png) no-repeat;}
		a.scroller-left{left: 0; background-position: top left;}
		a.scroller-right{right: 0; background-position: top right;}
			a.scroller-left:hover{background-position: bottom left;}
			a.scroller-right:hover{float: right; background-position: bottom right;}

	.feature-post .feature-post-image{border-bottom: 1px solid #7d7d7d;}
	
	.feature-post .feature-post-content h1 a{color: #000;}
		.feature-post .feature-post-content h1 a:hover{color: #8a8585;}
	.feature-post .feature-post-content a.action-link{font-size: 12pt;font-weight: 200; padding-top: 10px;}

	/*--------------------------------------------------------*/
	/*- POST LIST 1 ------------------------------------------*/
	ul.post-list{ margin-bottom: 2px;margin-top: 2px;
	border-top: 1px solid #8a8585;
	padding-top: 2px;
	background: url(post-list-bg.png) repeat-y;
}
		ul.post-list li h2 a{color: #000;}
		ul.post-list li h2 a:hover{color: #8a8585;}
		ul.post-list li p{color: #000;}
		ul.post-list li a.action-link{font-size: 10pt;padding-top: 2px;}

	/*--------------------------------------------------------*/
	/*- POST LIST 2 ------------------------------------------*/
	ul.sub-post-list li h3 a{color: #222;}
	ul.sub-post-list li p{color: #555;}
		ul.sub-post-list li a.action-link{font-size: 10pt;}


/*-------------------------------------------------------------------------------------------*/
/*- POSTS CLASSES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*- RESET SOME CLASSES FOR THE COPY AFTER CLEARING EVERYTHING AT THE TOP OF THE CSS  -*/
.post .copy ol, .post .copy ul{color: #000;}
.post .copy h2{color: #222;}


	.post .image{border-bottom: 1px solid #7d7d7d;bottom: 0;padding-top: 2px;padding-bottom: 2px;
	background-color: white;
}
	.post .video{border-bottom: 1px solid #7d7d7d;padding-top: 2px;padding-bottom: 2px;
	background-color: white;
}
	
	.post h1{border-bottom: 0px dotted #000;}
		.post h1 a{color: #000;}
		.post h1 a:hover{color: #8a8585;}
	h3.date{color: #b9b9b9;}



/*-------------------------------------------------------------------------------------------*/
/*- PROMOTE POST ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.enjoy-copy{color: #575757;}


/*-------------------------------------------------------------------------------------------*/
/*- COMMENTS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#comments{background: #fff; border: 1px dotted #000;
}
	.comment{background: #f6f6f6;
	border-top: 1px solid #c3c3c3;
}
		.comment h4.comment-date{color: #575757;}
		.comment h3{color: #000;}
			.comment h3 a{color: #000;}
			.comment h3 a:hover{color: #000;}
			.comment h3 span.twitter-link a{color: #777;}
			.comment h3 span.twitter-link a:hover{color: #000;}

			.user img{border: 1px dotted #000;padding: 2px;}
			.user a.action-link{color: #222;}
				.user a.action-link:hover{color: #000;}

	.comment-odd{background: #f1f1f1;}	
	
	/*--------------------------------------------------------*/
	/*- THREADED COMMENTS - ITS TIME TO THREAD THIS BEAST ----*/
	.threaded-comments .thread-comment{border-top: 1px dotted #ccc;}
	.threaded-comments .comment-post blockquote{background: #ddd;}


/*-------------------------------------------------------------------------------------------*/
/*- POST A COMMENT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.comment-form-content{}
	.comment-form-content .comment_form label{color: #8a8585;}

	.comment-input input{background: #fff; border: 1px dotted #000;}
	.comment-texarea textarea{background: #fff; border: 1px dotted #000;}

	.checkbox{color: #777;}
	input.submit_button{color: #000; background: #fff; border: 1px dotted #000;}


/*-------------------------------------------------------------------------------------------*/
/*- SPRITES ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.header-comments, .header-promote-post, .header-leave-comment{}
	.header-promote-post	{background-position: 0px 0px;}
	.header-comments		{background-position: 0px -79px;}
	.header-leave-comment	{background-position: 0px -157px;}

/*-------------------------------------------------------------------------------------------*/
/*- ARCHIVES --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
h4.archive_year{color: #888;}
#archives .archives_list li{border-bottom: 1px dotted #000;}
	#archives .archives_list li .archive-post-image{border-bottom: 1px dotted #000;}
	#archives .archives_list .date{color: #8a8585;}
		#archives ul .label a{color: #333; }


/*-------------------------------------------------------------------------------------------*/
/*- GALLERY PAGES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
li.gallery_description{border: 1px dotted #000; background: #fff;}


/*-------------------------------------------------------------------------------------------*/
/*- RIGHT COLUMN ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#right-column h2, #right-column h2 a{color: #000; border-bottom: 1px solid #c3c3c3;}
	#right-column h2 a{color: #8a8585;}
	#right-column h2 a:hover{color: #000;}
	
	#right-column ul li ul li{border-bottom: 1px solid #e2e2e2;
	background: url(right-column-li-bg.png) no-repeat 0 13px;
}
		#right-column ul li ul li a{color: #8a8585;font-weight: 200;
}
		#right-column ul li ul li a:hover{color: #000;text-decoration: none;}

	#right-column .advert{background-color: #333;}


	/*--------------------------------------------*/
	/*- SEARCH -----------------------------------*/
	.search-bar{border: 1px solid #c3c3c3;
	background: url(search_288.png) no-repeat;
}
	

/*-------------------------------------------------------------------------------------------*/
/*- FOOTER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
ul.footer-columns{color: #000;}
	ul.footer-columns h2{color: #000;}
	ul.footer-columns p{color: #8a8585;}

	ul.footer-columns ul li{border-bottom: 1px solid #e2e2e2; font-weight: 200;}

.footer-copy{border-top: 1px solid #c3c3c3;
	background: url(shade_960_3.png) no-repeat 0 top;
}
	p.copyright{color: #000;}
		p.copyright a{color: #8a8585;}
		p.copyright a:hover{color: #000;}
	a.obox-logo{background: url(obox-logo.png) top;}
		a.obox-logo:hover{background: url(obox-logo.png) bottom;}


/*-------------------------------------------------------------------------------------------*/
/*- SOME STANDARD WORDPRESS PLUGIN/WIDGET STYLES --------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

/*--------------------------------------------*/
/*- FLICKR -----------------------------------*/
#flickr_badge_wrapper{}
	#flickr_badge_wrapper .flickr_badge_image{border: 5px solid #ccc;}


/*--------------------------------------------*/
/*- CALENDAR ---------------------------------*/
	/*--- RIGHT COLUMN CALENDAR ---*/
	#right-column #wp-calendar caption {color: #252525;}
	#wp-calendar td, #wp-calendar th{color: #555;}
	#right-column #wp-calendar td{border: 1px solid #ccc;}
	#right-column #wp-calendar th{color: #fff; background: #222; border: 1px solid #ccc;}
		
	/*--- FOOTER CALENDAR ---*/
	#footer #wp-calendar caption {color: #fff;}
	#footer #wp-calendar td, #wp-calendar th{color: #555;}
	#footer #wp-calendar th{color: #fff; background: #000;}

	/*--------------------------------------------*/
	/*- TWITTER ----------------------------------*/
	ul#twitter_update_list{color: #575757;} 
		ul#twitter_update_list li a{color: #575757;}
			ul#twitter_update_list li a:hover{color: #000;}
			
	/*--------------------------------------------------------*/

/* Ajouté par DO */






