/*me
Theme Name: echappee-belle
Theme URI: http://echappee-belle.net
Description: Thème pour le site echappee-belle.net
Version: 1.0
Author: IRCF
Author URI: http://ircf.fr
Tags: échappée belle

	echappee-belle
	This theme was designed by IRCF
	All rights reserved to échappée belle
*/
/* Default / General */
/* Body */
body{
	text-align:left;
	margin:0;
	padding:0;
	background-color:#ffffff;
	font-family : "Trebuchet MS", Arial ;
	font-size:13px;
	color:#666666;
	line-height:18px;
}
a{
	color:#666666;
}
a:hover{
	color:#c60c66;
}
a img{
	border:0;
}
h1,h2{
	clear:both;
	font-size:16px;
	color:#5c012d;
}
h3{
	font-size:14px;
	color:#c60c66;
}
h4{
	font-size:13px ;
	color: #de1174 ;
}
h1,h2,h3,h4,p,ul{
	margin:10px 0;
	padding:0;
}
pre{
	font-size:11px;
}
hr{
	color: #5c012d;
	background-color:#5c012d;
	border:0;
	height:1px;
	clear:both;
	padding:0;
	margin:15px 0 15px 0;
}
td,th{
	font-size:12px;
	text-align:left;
}
h3 span{
	/*margin-right:20px;*/
	color:#666666;
	font-size:14px;
	/*float:right;*/
}
.alignleft{
	float:left;
	margin:0 10px 0 0;
}
.alignright{
	float:right;
	margin:0 0 0 10px;
}
.aligncenter{
	text-align:center;
	margin:0 auto;
}

/* Header */
#header{
	border-top:5px solid #000000;
}
#header h1 a{
	background: url(images/logo.png) no-repeat;
	height: 138px;
	width: 360px;
	display:block;
}
#header h1 span{
	display:none;
}
#page{
	/*text-align:left;*/
}

/* Menu (haut et bas) */
.menu{
	margin:0;
	padding:0 0 0 30px;
	clear:both;
	list-style:none;
	background-color : #ad8096;
	height:54px;
	text-transform:uppercase;
}
.menu li{
	float:left;
}
.menu li a{
	display:block;
	/*height:54px;
	line-height:54px;*/
	height:31px;
	line-height:31px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	letter-spacing:-1px;
	font-size:18px;
	padding:0 20px;
	margin:11px 3px;
}
#header .menu li a:hover,
#header .menu li a.hover,
#header .menu li.current-menu-item a,
#header .menu li.current-menu-parent a{
	color:#fff;
	background:#c60c66;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.menu ul{
	list-style:none;
	position:absolute;
	z-index:1000;
	background-color:#c60c66;
	margin:-11px 0 0 10px;
}
.menu ul li{
	float:none;
}
.menu ul li a{
	font-size:13px;
	padding:2px 10px;
	margin:0;
	height:20px;
	line-height:20px;
	width:auto!important;
}
.menu ul li a:hover{
	background:#a80a56!important;
}
.menu ul li a em{
	margin-left:10px;
}

/* Menu thèmes */
#menu_themes{
	text-transform:uppercase;
	float:right;
	margin:20px 0;
	padding:0;
}
ul#menu-menu-themes {
	float:right;
	height:auto;
}
ul#menu-menu-themes li a{
	color:#666666;
	height:auto;
	line-height:20px;
	font-size:16px;
	float:right;
	margin:0;
}
ul#menu-menu-themes li{
	float:none;
}
.menu-menu-themes-container #menu-menu-themes{
	background-color:#fff;
}
#menu-menu-principal ul.sub-menu{
	display:none;
}

/* Wrapper */
#wrapper{
	background:#F5F5F5;
	float:left;
	width:100%;
	padding-top:10px;
}

/* Contenu */
.grid_9 #content{
	background:transparent url(images/ccc.gif) repeat-y right;
	min-height:400px;
	padding:0 20px 0 0;
	float:left;
	width:680px;
}
#content .breadcrumb{
	margin:10px 0;
}
#content h1{
	margin:20px 0;
	padding:0;
}
#content ul,
.widget ul{
	margin:10px 0 10px 20px;
}
#content ul li,
.widget ul li{
	list-style-image: url(images/fleche.gif);
}
#content ul li:hover,
.widget ul li:hover{
	list-style-image: url(images/fleche_roll.gif);
}
#content .post{
	border-bottom:1px solid #5c012d;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	float:left;
	width:100%;
}
#content .postmetadata{
	font-size:0.8em;
}

/* Footer */
#footer{
	clear:both;
	text-align:center;
}
#footer ul.menu{
	height:30px;
	padding:0;
}
#footer ul.menu li{
	float:none;
	display:inline;
}
#footer ul.menu a{
	display:inline;
	font-size:14px;
	font-weight:normal;
	padding:0 10px 0 10px;
	height:30px;
	line-height:30px;
}
#footer address{
	font-style:normal;
	margin:0;
	padding:10px 0 0 0;
}
#footer p{
	margin:0;
	padding:10px;
}

/* Formulaires */
form{
	margin:0;
	padding:0;
}
form ol{
	clear:left;
	float:left;
	width:100%;
}
form ol li{
	clear:left;
	float:left;
	width:100%;
	margin:0 0 5px 0;
}
form ol li label{
	display:block;
	float:left;
	width:40%;
	white-space:nowrap;
}
form ol li input,
form ol li textarea,
form ol li select,
form ol li ul{
	float:left;
	max-width:60%;
}
.cf_hidden,.linklove{
	display:none;
}
.widget form ul{
	margin:0!important;
}
.widget form ul li{
	margin:0!important;
	list-style-image: none!important;
}
.widget form ul li:hover{
	list-style-image: none!important;
}

/* Code HTML du sticker */
.code{
	background-color:#ddd;
	color:#000000;
	padding:10px;
	font-family:courier;
	text-align:left;
}

/* Galerie photo (slideshow) */
/* TODO Simplifier */
.gallery{
	float:left;
	width:100%;
	background-color:#ddd;
	margin:0 0 20px 0;
	position:relative;
}
.gallery a.button{
	background:#000;
	height:100%;
	line-height:100%;
	position:absolute;
	opacity:0.01;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin-top:0;
	width:auto;
	font-size:8em;
	padding:0 10px;
	z-index:2;
}
.gallery a.button:hover{
	opacity:0.5;
}
.gallery a.button.prev{
	left:0;
}
.gallery a.button.next{
	right:0;
}
.gallery div{
	float:left;
	width:100%;
	height:100%;
	overflow:hidden;
	/*position:relative;*/
}
.gallery div ul{
	margin-top:0!important;
	margin-bottom:0!important;
	margin-right:0!important;
	margin-left:0;
	float:left;
	position:relative;
}
.gallery div ul li{
	float:left;
	margin:0!important;
	list-style:none!important;
	text-align:center;
}
.gallery div ul li .gallery-item{
	border:5px solid #ddd;
}
.gallery div ul li .gallery-item .gallery-icon{
}
.gallery div ul li .gallery-item .gallery-icon a{
	display:block;
}
.gallery div ul li .gallery-item .gallery-caption{
	display:none;
	height:20px;
	position:absolute;
	bottom:5px;
	opacity:0.7;
	background:#000;
	color:#fff;
	padding:10px;
}
.gallery div ul li .gallery-item:hover{
	border-color:#c60c66;
}
.gallery div ul li .gallery-item:hover .gallery-caption{
	display:block;
}
/* Galerie thumbnail (200x133) */
.gallery.thumbnail{
	height:143px;
}
.gallery.thumbnail div ul li{
	width:210px;
}
.gallery.thumbnail div ul li .gallery-item .gallery-caption{
	width:180px;
}
.gallery.thumbnail a.button{
	line-height:130px;
}
/* Galerie medium (670x470) */
.gallery.medium{
	height:480px;
}
.gallery.medium div ul li{
	width:680px;
}
.gallery.medium div ul li .gallery-item .gallery-caption{
	width:650px;
}
.gallery.medium a.button{
	line-height:440px;
}
.gallery.medium img{
	width:670px;
	height:470px;
}

/* Accueil : Agenda de la semaine */
.agenda{
	border:5px solid #ddd;
	padding:5px;
	height:400px;
	overflow:auto;
	margin:0 0 20px 0;
}
.agenda img{
	width:150px!important;
	height:auto!important;
}

/* Accueil : Brèves */
.breves{
	/*border:5px solid #ddd;
	height:200px;
	overflow:auto;*/
}
.breves h5{
	margin:10px 0 0;
}

/* Liste des catégories */
ul.categories li{
	border-bottom:1px solid #5c012d;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	float:left;
	width:100%;
}
ul.categories li a{
	color:#5c012d;
	font-weight:bold;
}
ul.categories li a:hover{
	color:#c60c66;
}
ul.categories li span.custom{
	display:block;
}
ul.categories li ul li{
	border-bottom:none;
	margin:0;
	padding:0;
}

/* Carte googlemaps */
/* TODO Centrer la carte */
.gmarker{
	cursor:pointer;
	text-decoration:underline;
}
#googlemap{
	border:5px solid #fff;
	background:#fff;
}
.popup#googlemap{
	visibility:hidden;
	position:fixed;
	top:10%;
	left:20%;
	z-index:1000;
}
.popup#googlemap a.close{
	float:right;
	cursor:pointer;
}
.popup#googlemap a.close:hover{
}
.popup#googlemap div.map{
	clear:both;
	width: 800px;
	height: 571px;
}
.voile{
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#000;
	opacity:0.5;
	visibility:hidden;
}

/* Widget Liens */
.widget.widget_links ul{
	margin:0;
}
.widget.widget_links ul li{
	list-style-image: none;
	margin:0 0 10px;
}
.widget.widget_links ul li:hover{
	list-style-image: none; /* ?! */
}
.widget.widget_links ul li a{
	text-decoration:none;
}

/* Bouton FB */
.button.fb{
	/*background-image:url(images/facebook_grey.png);*/
	background-image:url(images/facebook_blue.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	padding:10px 0 8px 80px;
	margin:50px 0 0;
	height:60px;
	width:120px;
	line-height:29px;
	text-align:left;
}
/*.button.fb:hover{
	background-image:url(images/facebook_blue.png);
}*/

/* Calendar */
#calendar{
	width:220px;
	border:1px solid #ccc;
	text-align:center;
	margin-bottom:20px;
	background-color:#fff;
}
#calendar p{
	margin:5px 0 0 0;
}
#calendar table{
	width:100%;
	border-collapse:collapse;
}
#calendar th,
#calendar td{
	border:1px solid #ccc;
	text-align:center;
}
#calendar .highlight{
	cursor:pointer;
	background-color:#ad8096;
	color:#fff;
}

/* Popups */
#popup{
	margin:0;
	padding:10px;
	background-color:#f5f5f5;
}
#popup h1{
	margin:-10px -10px 20px -10px;
	padding:10px;
	font-size:18px;
	color:white;
	background-color:#ad8096;
	line-height:24px;
}
#popup h1 form{
	display:inline;
}
#popup div.clear{
	clear:both;
}

/* Etablissements */
ul.etablissements{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
ul.etablissements li{
	float:left;
	width:32%;
	margin:0 1.3% 10px 0;
}
ul.etablissements li.clear{
	width:100%;
	clear:left;
	float:none;
}

/* Boutons Facebook et Twitter */
.fb_share_button {
	display: -moz-inline-block;
	display:inline-block;
	padding:0 16px 0 0;
	height:16px;
	border:1px solid #d8dfea;
	background:url(images/facebook_share_icon.gif) no-repeat top right;
	text-decoration:none;
}
.fb_share_button span{
	display:none;
}
.fb_share_button:hover {
	color:#fff;
	border-color:#295582;
	background:#3b5998 url(images/facebook_share_icon.gif) no-repeat top right;
}
.tw_share_button {
	display: -moz-inline-block;
	display:inline-block;
	padding:0 16px 0 0;
	height:16px;
	border:1px solid #d8dfea;
	background:url(images/twitter_share_icon.gif) no-repeat top right;
	text-decoration:none;
}
.tw_share_button:hover {
	color:#fff;
	border-color:#51bee9;
	background:#51bee9 url(images/twitter_share_icon.gif) no-repeat top right;
}
.tw_share_button span{
	display:none;
}

/* Microformat */
.geo,.location,.dtstart,.dtend{
	display:none;
}

