/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Emeric DOUTRIAUX
	Author Site	: http://www.emeric.free.fr
	Style Name	: Expedition
	Style URI	: http://www.emeric.free.fr
	Version		: 1.0
	Comments	: Developped to support a friend of mine while doing a world tour oh the 7 highest summits
*/

body {
	background: #BEBEBE;
	}
/* largeur du theme */	
.columns-one #page {
	width: 940px;
	}
	
/* largeur de la sidebar */
.columns-one .secondary {
	width: 150px;
	}
/* largeur de la colonne principale */
#primary {
	width: 700px;
	}
/* image du header */	
#header {
	background: white url('http://www.enrouteverslesommet.fr/wp-content/themes/K2/styles/ERVLS/header.jpg') top center no-repeat;	
	}


/* affichage ou pas du menu standard du theme K2 */
ul.menu {
        position: relative;
        text-align: center;
        top: 109px;
		/*display: none;*/
} 

/* non-affichage de la page 198 (Mentions Legales),de la page 275 (Plan du site), de la page 278 (redirection vers V1) dans le menu */
ul.menu li.page-item-198 {display:none}
ul.menu li.page-item-275 {display:none}
ul.menu li.page-item-278 {display:none}

/* Personalisation du titre du site et du sous-titre */
.blog-title {
	padding: 15px 0 0 470px;
	}

.blog-title a:hover {
	text-decoration: none;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 0 0 470px;
	}

/* suppression de la ligne de s�paration entre les deux sidebar (inutile lorsque une seule sidebar) */	
.columns-one .secondary {
	border-top: 0px;
	}	

/* personalisation du pied de page */	
#footer {
	background: #BEBEBE url('http://www.enrouteverslesommet.fr/wp-content/themes/K2/styles/ERVLS/footer.png') bottom center no-repeat;
	height: 193px;
	padding: 0 20px 0;
        width: 950px;
	}

#footer p {
	padding: 50px 40px 0;
}

#footer a {
        font-weight: normal;        
        border-bottom: 0;
}

.footerpoweredby , .footerfeedlinks, .footerstyledwith{
	display: none;
}
	
.footer_text{
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888;
	width: 300px;
	padding-left: 10px;
	margin-left: 75px;
}

.footer_text li {
	clear:both;
	color: #888;
	text-decoration: none;
	text-align: left;
	font-size: 0.8em;
	list-style: none;
}


.footer_text a:hover{
	color: #888;
	text-decoration: none;
	border-bottom: 1px dotted #888;
}	
	
/* ------------------------------------------ texte pr�sent dans le template des CSS (?!) --------------------------------------------- */

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

