/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/



/*---:[ Set 2: repeating background grid pattern ]:---*/

body.custom { background: #f9f5db url('images/redswirl2.gif'); }

		.custom #page { padding: .5em 1.9em; background: #fff; border: 0.1em solid #b5b198; border-top: 0; }

/*---:[ end Set 2 ]:---*/




/*---:[ Header Logo ]:---*/

.custom #header #logo a { display: block; height: 250px; width: 950px; background: url(images/header_reb2.jpg) no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; } .custom #header { padding: 0; }
.custom #header {border-bottom:none;background-color : transparent; }
.custom #header_area .page {padding-top:0;}


/*---:[ End of Header Logo ]:---*/



/* NAV BAR COLORS AND SUCH */

/* Change the Acceuil tab unselected color */
.custom ul#tabs .home-item { background: #FFFFFF; }

/* Change the Acceuil tab unselected font color */
.custom ul#tabs .home-item a { color: black; }


/* Change the Historique tab unselected color */
.custom ul#tabs .page-item-1 { background: #FFFFFF; }

/* Change the Historique tab unselected font color */
.custom ul#tabs .page-item-1 { color: black; }


/* Change the Historique tab unselected color */
.custom ul#tabs .page-item-2 { background: #FFFFFF; }

/* Change the Historique tab unselected font color */
.custom ul#tabs .page-item-2 { color: black; }


/* Change the Historique tab unselected color */
.custom ul#tabs .page-item-3 { background: #FFFFFF; }

/* Change the Historique tab unselected font color */
.custom ul#tabs .page-item-3 { color: black; }


/* Change the Historique tab unselected color */
.custom ul#tabs .page-item-4 { background: #FFFFFF; }

/* Change the Historique tab unselected font color */
.custom ul#tabs .page-item-4 { color: black; }


/* Change the Historique tab unselected color */
.custom ul#tabs .page-item-5 { background: #FFFFFF; }

/* Change the Historique tab unselected font color */
.custom ul#tabs .page-item-5 { color: black; }


/* Change the Historique tab unselected color */
.custom ul#tabs .page-item-6 { background: #FFFFFF; }

/* Change the Historique tab unselected font color */
.custom ul#tabs .page-item-6 { color: black; }

/* Change the color of the currently selected tab (pages and category pages) */
.custom ul#tabs li.current_page_item { background: #df0024; }
.custom ul#tabs li.current-cat { background: FFFFFF; }

/* Change the color of a tab when the cursor hovers over it */
.custom ul#tabs li a:hover { background: #df0024; }


/*---:[ Cadrages dans la sidebar 1 ]:---*/

.custom .sidebar { background: #F7F6A1; }

/*---:[ End of Cadrages dans la sidebar 1 ]:---*/



/* ISIS ADS MANAGEMENT */

#ISIS_Show_ADS li {float:left;margin:13px 10px;}

/* End of ISIS ADS MANAGEMENT */



/* Twitter Icon  */

.thesis_widget_subscriptions .sub_twit a { padding-left: 20px; background: url('http://www.doublemule.com/
wp-content/themes/thesis/custom/images/twitter.gif') 0 50% no-repeat; } 

/* End of TWITTER ICON */
