/*
Theme Name: Oxygen Child
Theme URI: http://www.nouveausite.lpotouraine.fr
Description: Child theme for the Oxygen theme 
Author: Vincent LE CAM
Template: oxygen
Version: 0.1
*/

@import url("../oxygen/style.css");

/* Redimensionnement du footer */
#footer-content {
float: left;
width: 100%;
}

/* Suppression de l'espace blanc de l'entête */
#header {
	padding: 0 0 0 0;
}

/* Modification taille de l'image header*/

#branding {
	float: left;
	width: 100%;
	overflow: hidden;
}

#content_2columns {
	float: left;
	width: 100%;	/* 470 / 750 = 0.6266666666666667 */
	margin: 0 0 30px 0;
}

#content_2columns .breadcrumbs{
	font-size: 0.9166666666666667em;
	color: #aaa;
	float: left;
	width: 97%;
	background: #f3f3f3;
	padding: .25em .6em .35em .9em;
	margin-bottom: 20px;
	border-left: 10px solid #e9e9e9;
}

/* Suppression des beadcrumbs (Home/Page1/...) */
/*.breadcrumbs {
display: none;
}*/

/*Retirer message : Comments are closed, but trackbacks and pingbacks are open.*/

#comments-template {
    display: none;
}


/*Pour supprimer la date et texte sur le slider, retirer ds featured-content.php*/
.byline {
    visibility: hidden;
}


/* Modification text more et recent articles */

.page-template-front .section-title {
	height: 1.3em; line-height: 1.4;
	overflow: hidden;
}
.page-template-front .section-title:first-of-type:before {
	content: "Articles récents";
}
.page-template-front .section-title:before {
	content: "Articles";
	display: block;
}


/* Mise en place du text sur la largeur de la page*/

/*#content {
	float: right;
	width: 100%;
	margin: 0 0 30px;
}
.entry-header {
    float: right;
	width: 100%;
}
.hentry .featured {
    margin-bottom: 15px;
    width: 100%
}*/

/* Couleur fond menu 2*/

#menu-secondary li a {
	font-size: 0.8333333333333333em;
	line-height: 1.2em;
	display: block;
	padding: 1.1em 1.2em;
	text-transform: uppercase;
	color: #FFFFFF; /*CCC par defaut*/
	background: #0274BA; /* avant #0099FF */
	border-bottom: 2px solid #FFFFFF;
}

/* Modifications footer */

/* Customisation éléments Wysija */
.wysija-submit-field {
	padding: 6px 10px;
	-webkit-border-radius: 2px 2px;
	border: solid 1px rgb(153, 153, 153);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 	255, 255)), to(rgb(221, 221, 221)));
	color: #333;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	line-height: 1;
}

.widget_wysija_cont .allmsgs .updated { 	
 	background-color: #0DA4D3;
 	 border-color: #000000;
}

.widget_wysija_cont .formErrorContent {
	background: none repeat scroll 0 0 #0DA4D3;
	border: 1px solid #000000;
}

.widget-wrap widget-inside{
	background: none repeat scroll 0 0 #0DA4D3;
	border: 1px solid #000000;
}
