/*
Theme Name: OT Fraize
Theme URI: http://www.adilade.fr/
Description:  Theme for the Website fraize-tourisme.com.
Author: Adilade
Author URI: http://www.adilade.fr/
*/

body {
    margin: 0 auto;
    padding: 0;
	font: 78% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #86B1BD url(design/body-bg.gif) repeat-x top;
	}
body.home {
	background: #86B1BD url(design/body-bg-home.gif) repeat-x top;
	}
/* Links -------------------------------*/
a {  
	color: #145381;
	text-decoration: none;
	}	
a:visited {
	color: #474747;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	color: #145381;
	}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	}
a img {
	border: none;
	}	
/* H -------------------------------*/
h1 {	
	padding: 0;
	margin-bottom: 1.5em;
    text-align: center;
    font-size: 1.8em;
    color: #343434;
	}
h2 {	
	text-align: left;
	}
h3 {
	text-align: left;
	}
h4, h5, h6 {
	font-size: 1.2em;
	text-align: left;
	color: #515151;
	}
/* Various attributes-------------------------------*/			
acronym, abbr { 
    cursor: help;
    border-bottom: dotted 1px #333;
    }
kbd {
	border: 1px solid #6d5732;
	padding: 2px;
	background: #fff;
	}
blockquote {
	border: 1px solid #ddd;
	background: #f5f5f5;
	border-left : 5px solid #ddd;
	padding: 5px 10px 5px 40px;
	margin: 5px 5px 2.25em 5px;
	}
code, pre {	
	border: 1px solid #ccc; 
	background: #eee; 
	padding: 5px;
	margin-left: 10px;
	font-family: "Courier New", Courier, mono, Fixed, sans-serif;
	overflow: auto;
	text-align: left;
	width: 450px;
	white-space: pre;
	}	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
strike, del {
	text-decoration: line-through;
	}
sup, sub {
    line-height: 50%;
    font-size: 80%;
	}
q {
	font-style: italic;
	quotes: "« " " »" "'" "'";
	}
q:before {
	content: open-quote;
	}
q:after {
	content: close-quote;
	}
#content .wp-smiley {/* WP Smiley */
	margin:0px;
	padding:0px;
	border:0px;
	}
/* Page-------------------------------*/
#page {
	margin: 0 auto 5px auto;
	padding: 0;
	width: 990px;
	background: #fff;
	}
/* Header -------------------------------*/
#header {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 130px;
	background: #8FB7C1 url(design/header.jpg) no-repeat top;
	}
/* Menu inspired by Czoo Css Menu -------------------------------*/
#menu {
	margin: 0;
	margin-top: -2px;/*IE 6 & IE 5.5*/
	padding: 0;
	height: 59px;
	background:url(design/menu-bg.gif) repeat-x;
	}
*>#menu {/*Correction IE 6 & IE 5.5*/
	margin-top: 0!important;
	}
#menu ul {
	margin: 0;
	padding: 0;
	height: 59px;
	}
#menu ul li {
	float: left;
	list-style-type: none;
	height: 59px;
	}
#menu ul li a {
	float: left;
	padding: 0 10px 0 10px;
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color:#e0e0e0;
	height: 59px;
	line-height: 55px;
	}
#menu ul li a:hover, #menu ul li.current_page_item, #menu ul li.current_page_item a, #menu ul li.current_page_parent, #menu ul li.current_page_parent a, body.location #menu ul li.page-item-7, body.location #menu ul li.page-item-7 a, body.events #menu ul li.single_events, body.events #menu ul li.single_events a, body.category-agenda #menu ul li.current_page_item, body.category-agenda #menu ul li.current_page_item a, body.parent-pageid-52 ul li.page-item-6, body.parent-pageid-52 #menu ul li.page-item-6 a  {
	background:url(design/menu-hover.gif) no-repeat bottom;
	text-decoration:none;
	color: #ffffff;
	}
body.home #menu {
	background:url(design/menu-bg-home.gif) repeat-x;
	}
body.home #menu ul li a:hover, body.home #menu ul li.current_page_item, body.home #menu ul li.current_page_item a {
	background:url(design/menu-hover-home.gif) no-repeat bottom;
	color: #ffffff
	}
/* Home feature
For 3 cities : img = 280px
#homefeature ul li width: 290px
-------------------------------*/
#homefeature {
	margin: 0;
	padding: 0;
	height: 171px;
	background: #474747;
	}
#homefeature ul {
	margin: 0;
	padding: 10px 0 0 0;
	height: 161px;
	}
#homefeature ul li {
	float: left;
	list-style-type: none;
	width: 210px;
	height: 139px;
	margin-left: 20px;/*IE 6 & IE 5.5*/
	}
*>#homefeature ul li  {/*Correction IE 6 & IE 5.5*/
	margin-left: 30px;
	}
#homefeature img {
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	}
/* Breadcrumb --------------------------------------------------------*/
#crumb {
	clear: both;	
	margin: 0;
	padding: 5px;
    text-align: left;
    font-size: 0.9em;
    border-top: 1px solid #fff;
	}
#crumb p {
	margin: 0;
	padding: 5px;
	}
#crumb a {
    text-decoration: underline;
    }
#crumb a:focus, #crumb a:hover, #crumb a:active {
	text-decoration: none;
	}
/* Content -------------------------------*/
#content {
    float: left;
    width: 670px;
	text-align: left;
	padding: 10px 10px 10px 20px;
    margin: 0;
	line-height: 1.35em;
 	}
#content p {
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
	}
#content ul, #content ol {
	margin-bottom: 2.25em;
	}
#content ul li {
	text-align: left;
    display: list-item;
    list-style: disc;
	line-height: 155%;
	margin: 0 1.5em 0 0;
    }
#content ol li {
	text-align: left;
    display: list-item;
    list-style: decimal;
	line-height: 155%;
	margin: 0 1.5em 0 0;
	}
dl {
	margin: 0 1.5em 2.25em 0;
 	text-align: left;
 	line-height: 155%;
 	}
dt {
	font-size: 1.1em;
	}
dd {
	margin-bottom: 2.25em;
	}
#content a {
    text-decoration: underline;
    }
#content a:focus, #content a:hover, #content a:active {
	text-decoration: none;
	}
#content h2 {
	clear: both;
	color: #668A32;
	font-size: 1.6em;
	padding-bottom: 5px;
	}
#content h3 {
	color: #63461E;
	font-size: 1.4em;
	}
#content .citysingle {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	color: #668A32;
	margin-top: -1.3em;
	padding-bottom: 1em;
	}
#content .eventsingle {
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	color: #668A32;
	}
/* Sidebar --------------------------------------------------------*/
#sidebar {
	margin-top: 5px;
	margin-right: 5px;
	padding: 5px;
    float: right;
    width: 265px;
    background: #63461E url(design/sidebar-bg.gif) repeat-x top left;
    color: #e0e0e0;
	}
#sidebar p {
	text-align: left;
	}
#sidebar img.passlor {
	display: block;
	margin: 0 auto;
	}
#sidebar h2 {
	background: #668A32 url(design/bg-green.gif) repeat-x top;
	text-align: center;
	color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 0;
	font-size: 1.2em;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	}
#sidebar ul {
	margin: 0;
	padding: 1em 0 1em 7px;
	text-align: left;
	}
#sidebar li {
	list-style: none;
	}
#sidebar ul li ul {
	margin: 0;
	padding: 0 0 0 13px;
	}
#sidebar a {
	display: block;
	color: #f1f1f1;
	font-weight: bold;
	font-size: 1.1em;
	}
#sidebar ul li a {
	height: auto!important; 
	height: 1.7em; /* IE6 */
	line-height: 1.7em;
	padding: 0 0 0 13px;
	background: url(design/sidebar-li.gif) no-repeat 0px 0.6em;
	}
#sidebar ul li a:hover, #sidebar ul li a:focus, #sidebar ul li a:active {
	padding: 0 0 0 13px;
	color: #343434;
	}
/* Sidebar search -------------------------------*/
.submitmenu {
	padding: 6px;
	margin: 5px;
	border: 1px solid #c8c8c8;
	text-align: center;
	cursor: pointer;
	}
.searchmenu {
    margin: 1em 0 1em 0;
	padding: 0;
	}
#smenu {
	border: none!important;
	background: none!important;
	margin: 0 auto;
	text-align: center;
	}
.searchm {
	padding: 7px;
	margin: 5px;
	border: 1px solid #c8c8c8;
	background: #e2e2e2;
	}
.submitmenu {
	background: #474747 url(design/bg-black.gif) repeat-x;
	color: #e2e2e2;
	}
.submitmenu:hover, .submitmenu:focus {
    border: 1px solid #ddd;
	background: #295389 url(design/bg-blue.gif) repeat-x bottom;
	color: #e2e2e2;
    }
.searchm:focus {
    border: 1px solid #ddd; 
	background: #f1f1f1;
	}
/* Footer -------------------------------*/
hr.clear { /* IE6 */
	display:block;
	height:1px;
	clear:both;
	visibility:hidden;
	} 
#footer {
	clear: both;	
	margin: 0;
	padding: 7px;
	font-size: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
	color: #343434;
	background: #E3E0D6 url(design/logo-ot.gif) no-repeat 15px;
	}
#footer:hover {
	background: #E3E0D6 url(design/logo-ot-hover.gif) no-repeat 15px;
	}
#footer p {
	margin: 0;
	padding: 0 17px 0 0;
	text-align: right;
	height: 59px;
	line-height: 59px;
	}
#footer a {
	color: #343434;
	text-decoration: none;
	}
/* Archives -------------------------------*/	
.entry {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	line-height: 1.35em;
	background: #f1f1f1 url(design/bloc-bg.gif) bottom repeat-x;
	}
.entry h2 {
	font-size: 1.3em!important;
	height: 30px;
	line-height: 30px;
	padding: 3px 3px 3px 7px;
    margin: 0;
	text-align: left;
	background: #474747 url(design/bg-grey.gif) top repeat-x;
	}	
.entry h2 a {
	color: #f1f1f1!important;
	}
.entry h2 a:hover {
	color: #e5e5e5;
	}
.entry p {
	margin:0;
	padding: 5px;
	}
.city {
	font-weight: bold;
	color: #668A32;
	}
.entry img {
	float: right;
	margin: 10px; 
	padding: 5px;
	border: 1px solid #ccc;
	}
.entry img:hover {
	border: 1px solid #5b5b5b;
	}
/* Page Navigation -------------------------------*/	
.navigation {
	clear: both;
	margin: 0;
	padding: 5px 10px 20px 10px;
	font-weight: bold;
	font-size: 1.1em;
	}
.navigation a {
	text-decoration: none!important;
	}
.ar {				
	float: right;
	}
.al {
	float: left
	}
/* Links template -------------------------------*/
.links li {	
	padding-bottom: 1em;
	}
.links a {
	font-size: 1.1em;
	font-weight: bold;
	}
/* Forms -------------------------------*/
.form {
    width: 90%;
	}
.form input, select {
	padding: 3px;
	margin: 5px 5px 1px 0;
	border: 1px solid #c8c8c8;
	background: #f1f1f1;
    }
.form label {
	color: #668A32;
	font-weight: bold;
	}
.form textarea {
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #c8c8c8;
	background: #f1f1f1;
    }
.form input:focus,.form input:hover,.form input:active, .form select:focus, .form select:hover, .form select:active, .form textarea:focus, .form textarea:hover, .form textarea:active  {
    border: 1px solid #ddd; 
	background: #fff;
    }
input.formsubmit {
	background: #678A33 url(design/bg-green.gif) repeat-x;
	color: #e5e5e5;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	cursor: pointer;
    }
input.formsubmit:hover, input.formsubmit:focus, input.formsubmit:active { 
	background: #474747 url(design/bg-grey.gif) repeat-x;
	color: #e5e5e5;
	cursor: pointer;
	border: 1px solid #ccc;   
    }
.classerror {
	border: 1px solid #F4A4AD!important;
	background: #FFCCCC!important;
	color: #474747!important;
	}
/* Messages manage-------------------------------*/
.error {
	color: #B50000;
	font-weight: bold;
	}
.confirm {
	color: #2C7C27;
	font-weight: bold;
	}
.message {
	background: #FFFFCC;
	border: 1px solid #e5df98;
	padding: 7px;
	margin-bottom: 1em;
	}
/* End Contact Form CSS -------------------------------*/

/*  Image align and caption for WP -------------------------------*/
div#content img.centered, div#content img.alignright, div#content img.alignleft {margin: 10px; padding: 5px;border: 1px solid #ccc;}
div#content img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
div#content img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
div#content img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
div#content .alignright {
	float: right;
	}
div#content .alignleft {
	float: left;
	}
/* Captions */
div#content .aligncenter, div#content div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
div#content .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #eee;
	padding-top: 4px;
	margin: 10px;
	}
div#content div.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
div#content .wp-caption p.wp-caption-text {
	font-size: 0.9em;
	text-align: center;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
/* End captions -------------------------------

/* Image Gallery -------------------------------*/
div.gallery {
	clear: both;
	margin: auto;
	}
dl.gallery-item {
	float: left;
	margin: 10px 0 2em 0;
	padding: 0;
	text-align: center;
	}
dl.gallery-location {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center;
	}
dt.gallery-icon {
	padding: 8px 0 4px 0;
	text-align: center;	
	margin: 0 auto;
	}
dt.gallery-icon img {
	padding: 5px;
	border: 1px solid #ccc;
	}
dd.gallery-caption {
	font-size: 0.9em;
	font-style:italic;
	text-align: center;
	margin: 0;
	line-height: 14px;
	padding: 0 4px 5px;
	}
div.gallery dl.gallery-columns-1 {
	width:100%;
	}
div.gallery dl.gallery-columns-2 {
	width:45%;
	}
div.gallery dl.gallery-columns-3 {
	width:33%;
	}
div.gallery dl.gallery-columns-4 {
	width:24%;
	}
div.gallery dl.gallery-columns-5 {
	width:19%;
	}
/* End Image Gallery -------------------------------*/