/* 
Theme Name: DFC
Theme URI: http://www.d-f-c.fr
Description: DFC Hybrid's child theme
Author: DFC
Author URI: http://www.d-f-c.fr
Version: 0.1.1
Tags: DFC
Template: hybrid
*/
/*--------------- COLORS ----------------------
RED			#c93827
LIGHT GREY 	#DFDFDF
DARK GREY	#272727
*/


/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
 @import url('../hybrid/library/css/reset.css'); 

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css');  */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */ 

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
/* @import url('../hybrid/library/css/screen.css'); */

/* Drop downs for menu */
@import url('../hybrid/library/css/drop-downs.css');

/* Tabs */
@import url('css/tabs.css');


/**
* Body
************************************************/
/* FOR IE*/
body .ie{ behavior: url("js/csshover3.htc"); } 


/* Contains everything */
body {
	background-color:#ffffff;
	border-top:6px solid #272727;
	height:100%;
	width:100%;
	font-family: "Helvetica Neue", Helvetica,Verdana, Arial, "Tahoma", Sans-Serif;
	font-size:1em;
	line-height: 1.5em;
	color: #000000;
	background-position: top;
	padding-top: 0;
	margin:0px;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		margin:12px auto;
		padding:0 30px;
		width:960px;
		background:url("/img/gradient01.png") repeat-x scroll -70% 0 transparent;
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {		text-decoration: none; border-bottom:1px dotted #DDDDDD; color:#c93827; }
a:visited {	text-decoration: none; border-bottom:1px dotted #DDDDDD; color:#c93827; }
a:hover {	text-decoration: none; border-bottom:1px solid #c93827; color:#FF4366; }
a:active {	text-decoration: none; border-bottom:1px dotted #DDDDDD; color:#c93827; }

a.btn{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
	border:1px solid #fff;
	background:#c93827;
}
a.btn:hover{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#c93827;
	border:1px solid #c93827;
	background:#fff;
}
 
/* Headers */
h1 {
	color:#000;
	font-size:6em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:-3px;
	text-align:left;
	text-transform:none;
}
h2,h3,h4,h5,h6 {
	color:#000;
	font-style:normal;
	font-weight:bold;
	text-align:left;
	text-transform:none;
	font-size:28px;
	line-height:35px;
}

h1 a, h1 a:link , h1 a:visited , h1 a:active, 
h2 a, h2 a:link , h2 a:visited , h2 a:active ,
h3 a, h3 a:link , h3 a:visited , h3 a:active 
{	color:#000; border:none; padding: 0; }
/*
h1 a, h1 a:link , h1 a:visited , h1 a:active{
	background:url("img/discs-big.png") no-repeat scroll left top transparent;
	height:62px;
	line-height:72px;
	padding:0 0 0 75px;
}

h2 a, h2 a:link , h2 a:visited , h2 a:active{
	background:url("img/discs-small.png") no-repeat scroll left top transparent;
	height:41px;
	line-height:41px;
	padding:0 0 0 46px;
}

h1 a:hover { 	background-position:0 -72px; background-color:transparent; color: #e20050; 	text-decoration: none; }
h2 a:hover { 	background-position:0 -46px; background-color:transparent; color: #e20050; 	text-decoration: none; }
h3 a:hover { 	background-position:0; background-color:transparent; color: #e20050; 	text-decoration: none; }
*/

h1, h2, h3 {
/*	background:transparent url("img/line-bullets-multicolor2.png") repeat-x scroll left bottom; 
	background:#ffffff url("img/stripes-red.png") repeat-x left bottom;

*/	
}

h2 a:hover{
	color:#c93827;border:none;
}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

.entry-content p {
	font-size:0.75em;
	text-align:justify;
	margin-bottom:2em;
}

.entry-content em{
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
}

.entry-content strong,
.entry-content b {
	background:none repeat scroll 0 0 rgba(247, 236, 170, 0.6);
	color:#707070;
	display:inline-block;
	font-size:1.1em;
	padding:3px 4px;
	text-shadow:1px 1px 1px #FFFFFF;
}
/*
.entry-content img{
	background:#FFFFFF;
	border:0.5em solid #000;
	margin:1em;
	padding:4em 2em;
} */

.entry-content a img { margin:0; padding:0; border:0; }


.entry-content h2,
.entry-content h3{
	border-bottom:1px dashed #DFDFDF;
	margin-bottom: 0.2em;
	margin-top: 2em;
	clear:both;
}

.entry-content ul {
	font-size:0.75em;
	list-style-type:none;
	padding-left:2em;
}

.entry-content ul li {
		background:transparent url('img/bullet-rouge.png') no-repeat 0 7px;
		padding-left:16px;
	}


/* Unordered lists */
ul {
	list-style-type: none;
}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft { float:left; margin:0 10px 5px 0;}
.right, .alignright { float:right; margin:0 0 5px 10px ;}
.center, .aligncenter {}
.block, .alignnone {}
.clear {clear:both;}

/**
* Images
************************************************/

/* Normal images */
img { border:0; margin:10px}
a img { border:0; margin:10px }

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {
	background:none repeat scroll 0 0 #fff;
	float:left;
	height:100px;
	margin:0 20px 10px 0;
	padding:4px;
	width:100px;
}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {
		background:none repeat scroll 0 0 #FFDDE3;
		font-size:0.7em;
		font-style:italic;
		text-align:center;
	}



/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	float:left;
	margin-bottom:30px;
	}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title {
			height:140px;
		}
			#site-title {
				height:130px;
				width:130px;
				margin:0 auto;
			}
		
		 	#site-title a {
				display:block;
				border:none;
				background:transparent url('img/logo-dfc.png') no-repeat center center;
				height:100%;
				width:100%;
				text-indent:-2000px;
				overflow:hidden;
				padding:0;
				margin:0;
			}
			/* will be replaced later by jQuery */
			#site-title a:hover{
				background:transparent url('img/logo-dfc-roll.gif') no-repeat center center; 
				border:none;
				padding:0;
				margin:0;
			}

				#site-title a span {
				}

		/* Site description/tagline */
		#site-description {
			float:left;
			color:#fff;
			font-size:10px;
			font-style:normal;
			font-weight:normal;
			letter-spacing:1px;
			text-align:center;
			text-transform:none;			
			
		}

			#site-description span{
				-moz-border-radius:3px 3px 3px 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				background-color:#272727;
				color:#fff;
				font-size:10px;
				letter-spacing:1px;
				line-height:1em;
				padding:10px;
				text-transform:uppercase;
			}
			#site-description span:hover{ background-color:#C93827; color:#fccccc;}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#primary-menu {
	float:right;
	position:relative;
	padding:65px 0 0;
} 


	#primary-menu ul li a {
		-moz-border-radius:3px 3px 3px 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-color:#DFDFDF;
		border:none;
		color:#0f0f0f;
		font-size:0.6em;
		font-weight:bold;
		letter-spacing:3px;
		line-height:1em;
		margin-left:10px;
		text-transform:uppercase;
		text-decoration:none;
		display: block;
		padding:5px 8px 5px 10px;
	}

		#primary-menu ul li a:hover {
			background-color:#C93827;
			color:#DFDFDF;
		}

		#primary-menu ul li.current_page_item a{
			background-color:#272727;
			color:#DFDFDF;
		}

		
		
/* Drop-down styles ************************/
		#primary-menu li ul {
			margin-left: -1px;
			padding:0 0 0 2px;
			width:180px;
		}
		#primary-menu li:hover ul, #primary-menu li.sfHover ul {
			top: 20px;
			margin-left: -1px;
			background: #fff;
		}
		#primary-menu li li:hover ul, #primary-menu li li.sfHover ul {
			top: 0;
		}
		#primary-menu li li {
			font-weight: normal;
			text-transform: none;
			
		}
			#primary-menu li ul li a {
				-moz-border-radius:3px 3px 3px 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				background-color:#DFDFDF;
				border:none;
				color:#0f0f0f;
				font-size:0.6em;
				font-weight:bold;
				letter-spacing:1px;
				line-height:1em;
				margin:3px 0 0 10px;
				text-transform:lowercase;
				text-decoration:none;
			}
				#primary-menu li ul li a:hover {
					background-color:#C93827;
					color:#DFDFDF;
				}
				
				#primary-menu li ul li a:active {
					background-color:#272727;
					color:#DFDFDF;
				}




/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	/*background:#ffffff url('img/bullets-grey.png') repeat-x top left; */
	clear:both;
}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	.hfeed{
		float:left;
		margin:0;
		padding:0;
		width:672px;
	}

	#content {
		float:left;
	}

		/* Breadcrumb trail  - not displayed currently*/
		.breadcrumb {
			font-size:0.6em;
			clear:both;
			text-align:right;
			float:right;
		}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Page properties*/
		.page {
		}

		
		/* Posts */
		.post {
			border-bottom:1px dotted #DFDFDF;
			clear:both;
			padding-bottom:20px;
			margin-bottom:20px;
			overflow:hidden;
		}

			/* Post, page, and archive titles */
			.entry-title, .series-title, .related-title{
				margin:0 0 15px;
				font-size:24px;
				letter-spacing:0;
			}
			.singular-title, .single-title, .attachment-title, .page-title, .series-title, .related-title, 
			.category-title, .tag-title, .author-title, .date-title, .search-title {
				color:#000;
				font-size:3em;
				font-style:normal;
				font-weight:bold;
				letter-spacing:-3px;
				text-align:left;
				text-transform:none;
				border-bottom:1px solid #E9E9E9;
				margin-bottom:30px;
				margin-top:30px;
				padding:30px 0;
			}

			.home .entry-title, .blog .entry-title, .page-template-blog .post-title, .archive-title {}
			

			.entry-title a{
				-moz-border-radius:3px 3px 3px 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				border:1px solid #c93827;		
			}
			.entry-title a:hover{
				color:#c93827;
			}

			.single-title {}
			.page-title, .post-title, .category-title {
				border-bottom:1px solid #DFDFDF;
				border-top:1px solid #DFDFDF;
				clear:both;
				font-size:3.8em;
				line-height:1em;
				margin:0 0 0.2em;
				padding:0.2em 0;		
			}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline,
			.post-meta-data {
				display:none;
				float:left;
				font-size:0.7em;
				text-align:left;
				width:150px;
			}

			/* Post meta data */
			.post-meta-data {
			
			}

			/* Entry metadata */
			.entry-meta {
				display:none;
			}
			.singular .entry-meta {
				clear: left;
			}
			.entry-meta a {}
			.entry-meta a:hover {}

			
			/* Full entries */
			/* And Excerpts (introduced in Hybrid 0.4) */
			.entry-content,
			.entry-summary  {
				margin:0 10px;
				padding:0;
				text-align:justify;
			}



			/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}


		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}


		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {
			float:left;
			
		}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed { display:none;}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
		.widget-inside h2{
			-moz-border-radius:3px 3px 3px 3px;
			background-color:#DFDFDF;
			border:medium none;
			clear:both;
			color:#0F0F0F;
			font-size:0.6em;
			font-weight:bold;
			letter-spacing:1px;
			line-height:1em;
			margin:0;
			padding:7px;
			text-decoration:none;
			text-transform:uppercase;
		}
			.widget-title {}

	/* Primary widget section */
	#primary {
		float:right;
		width:264px;

	}
		#primary .widget {
		}
			#primary .widget-inside {
				margin-bottom:30px;
			}
				#primary .widget-title {
					-moz-border-radius:3px 3px 3px 3px;
					background-color:#DFDFDF;
					border:medium none;
					clear:both;
					color:#0F0F0F;
					font-size:0.6em;
					font-weight:bold;
					letter-spacing:1px;
					line-height:1em;
					margin:0;
					padding:7px;
					text-decoration:none;
					text-transform:uppercase;
				}
				#primary .widget ul {
					font-size:0.7em;
				}
					#primary .widget ul li {
						background:url("img/bullet-rouge.png") no-repeat scroll left 7px transparent;
						padding-left:16px;
						margin-left:16px;
					}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	/* background:transparent url('img/bullets-grey.png') repeat-x top left; */
	border-top:1px solid #dfdfdf;
	margin:30px 0 ;
	padding:0;
	clear:both;
}

	/* Subsidiary widget section */
	#subsidiary {
		clear:both;
		padding-top:30px;		
	}
		#subsidiary .widget { 
			font-size:1em;
		}

		#subsidiary .widget_text{ 
			background:url("img/Chat-128.png") no-repeat scroll left top transparent;
			float:left;
			height:128px;
			padding-left:140px;
		}
		#subsidiary .widget-search { 
			background:url("img/Search-128.png") no-repeat scroll right top transparent;
			float:right;
			text-align:right;
			height:128px;
			padding-right:140px;
		}
		#subsidiary .widget-search .widget-title  { 
			text-align:right;
		}
		
		#subsidiary .widget-search:hover{background-position:bottom right}
		#subsidiary .widget_text:hover{background-position:bottom left}
		
			#subsidiary .widget-inside {
				font-size:0.8em; 
				line-height:2em;
			}
				#subsidiary .widget-title {
					-moz-border-radius:3px 3px 3px 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					background-color:#dfdfdf;
					color:#272727;
					display: block;
					font-size:1em;
					font-weight:bold;
					letter-spacing:3px;
					line-height:1em;
					text-transform:uppercase;
					text-decoration:none;
					margin:0 0 5px;
					padding:5px 8px 5px 10px;
				}
				#subsidiary label {
					-moz-border-radius:3px 3px 3px 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					background-color:#DFDFDF;
					color:#272727;
					font-weight:bold;
					font-size:0.6em;
					letter-spacing:3px;
					margin-right:8px;
					padding:5px;
					text-transform:uppercase;
				}
				
				
	/* Footer section */
	#footer {
		clear:both;
		margin:30px 0;
		padding-top:30px;
	}

	/* Footer extra */
		#footer .copyright ,
		#footer .credit {font-size:10px;}
		
		#footer .copyright {	float:left; }
		#footer .credit {	float:right;  text-align:right;}
		
		
		
/* Custom DFC classes */
#comp-tel { 
	background:url("img/telephone.png") no-repeat scroll right center transparent;
	display:block;
	float:left;
	height:200px;
	padding-right:191px;
	padding-top:200px;
	width:200px;
}
#comp-map { 
	float:left;
	margin:0 auto;
	width:400px;
}

#comp-tel label {
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#DFDFDF;
	color:#272727;
	letter-spacing:3px;
	margin-right:10px;
	padding:5px 8px 5px 10px;
	text-decoration:none;
	text-transform:uppercase;
	width:200px;
}


/*
** CONTACT STYLE
*************************************/
#wpcf7-f1-p10-o1 {
	background:url("img/contact.png") no-repeat scroll left top transparent;
	display:block;
	float:left;
	height:400px;
	padding:36px 0 0 255px;
	width:800px;
}

/*
** FORMS
******************************************/


.wpcf7-form{ 
	float:left;
}
.wpcf7-form p{ margin:10px 0; padding: 0; clear:both;}
.wpcf7-form p.submit {text-align:center;}
.wpcf7-form label {
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#DFDFDF;
	color:#0F0F0F;
	float:left;
	font-size:0.6em;
	font-weight:bold;
	letter-spacing:3px;
	margin:0 10px;
	padding:5px 8px 5px 10px;
	text-decoration:none;
	text-transform:uppercase;
	width:200px;
}

.wpcf7-form input,
.wpcf7-form textarea,
#subsidiary input{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:2px solid #DFDFDF;
	padding:5px;
	color:#999;
}
.wpcf7-form input,
.wpcf7-form textarea { width:300px;}

#subsidiary input#search-text{
	background:url("img/search.png") no-repeat scroll left center transparent;
	padding-left:15px;
	margin-right:5px;
	width:100px;
}


.wpcf7-form input:hover,
.wpcf7-form textarea:hover,
#subsidiary input:hover{
	border-color:#272727;
	color:#272727;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
#subsidiary input:focus{
	border-color:#c93827;
	color:#000;
}

.wpcf7-form input[type="submit"] { 
	margin-left:238px;
	width:315px;
}


#wpcf7-f2-w1-o1{width: 220px;}

#wpcf7-f2-w1-o1 input,
#wpcf7-f2-w1-o1 input[type="submit"] {clear:both; margin:5px 0 0 ;}

#wpcf7-f2-w1-o1 input					{width:220px; }
#wpcf7-f2-w1-o1 input[type="submit"] 	{width:inherit; }
