﻿/*
Theme Name: ECLT theme
Theme URI: 
Description: A special theme made for ECLT.
Version: 1.0
Author: Jimmy Bachmann - lémansoft
Author URI: http://www.lemansoft.com/
*/

/* Begin Global Typography & Colors */

body {
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	background-color: #efe0b7; 
	text-align: center;
	margin-top: 0;  /* or else there's extra gray at the top */
	margin-bottom: 0;
	margin-left: 0;  /* and on the left */
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

a {
	color: #825623;
	/*color: #e33d47;*/
	text-decoration: none;
}

a:hover {
	color: black;
	/*background: #ffc0c0;*/
	/*text-decoration: none;*/
}

img {
  border-width: 0;
}

#intro p, #gallery p {
	margin: 0 0 0 0;
}

#page {
	text-align: left;
	width: 1004px;
	/* border: 1px solid green; */
	padding: 0;
	/*overflow: auto;*/
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url('images/bg-top.gif');
	background-repeat: no-repeat;
	height: 118px;
	border-top: 1px solid #efe0b7; /* otherwise FF shifts the bg bitmap down. weird. */
	/*margin: 0 0 0 0;*/
}

#midpage {
	background-image: url('images/bg-borders.gif');
	background-repeat: repeat-y;
	/*border-top: 1px solid #efe0b7; /* otherwise FF shifts the bg bitmap down. weird. */
	/*margin: 0 0 0 0;*/
	padding: 0 22px 0 21px;
}

#xxxpage2 {
  margin: 0 22px 0 21px;
}

#main-banner {
	background-image: url('images/banner.gif');
	background-repeat: no-repeat;
	width: 961px;
	height: 116px;
	/*border-top: 1px solid #efe0b7; /* otherwise FF shifts the bg bitmap down. weird. */
	/*margin: 0 0 0 0;*/
}

#menu1 {
	background-image: url('images/bg-menu1.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
	text-transform: uppercase;
	color: #754506;
	height: 24px;
	line-height: 26px; /* VERY IMPORTANT FOR IE */
}

#menu1 a {
  color: #754506;
  height: 14px;
	line-height: 14px;
	line-height: 13px;
  /*margin-top: 5px;
  margin-bottom: 5px;*/
}

#menu1 a:hover {
  color: black;
  background-color: transparent;
}

#menu2 {
	background-image: url('images/bg-menu2.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px;
	color: black;
	height: 29px; 
	line-height: 30px; /* VERY IMPORTANT FOR IE 8! must be one more than height otherwise <li> is raised by a pix. */
}

#menu2 a {
  color: black;
  height: 12px;
	line-height: 11px;
}

#menu2 a:hover {
  color: #754506;
  background-color: transparent;
}

#menu1 li, #menu2 li {
  display: inline;
  list-style-type: none;
  margin-left: 1px;
  margin-right: 1px;
}

#menu1 li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#menu2 li {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

#menu1 li.current_page_parent, #menu1 li.current_page_item, #menu1 li.current_page_ancestor {
	background-image: url('images/bg-menu1-sel.gif');
	background-repeat: repeat-x;
}

#menu1 ul, #menu2 ul {
  padding: 0;
  margin: 0;
}
/* not effective
#menu1 ul {
  line-height: 24px;
}

#menu2 ul {
  line-height: 29px;
}
*/


#menu2 li.current_page_parent, #menu2 li.current_page_item {
	background-image: url('images/bg-menu2-sel.gif');
	background-repeat: repeat-x;
  font-weight: bold;
}

#menu3 {
	background-color: #f9f1cd;
	font-size: 12px;
	padding: 0 5px;
	color: #825623;
	margin-bottom: 20px;
}

#menu3 ul {
  padding: 5px 0;
  margin: 5px 0;
}
  
#menu3 li {
  list-style-type: none;
  margin-left: 15px;
  margin-right: 5px;
  margin-top: 1px;
  margin-bottom: 1px;
}

#menu3 li.current_page_parent, #menu3 li.current_page_item {
  list-style-type: disc;
  list-style-position: outside;
}

#menu3 a {
  color: #754506;
}

#menu3 a:hover {
  color: black;
  background-color: transparent;
}

#breadcrumb {
  font-size: 10px;
  padding: 10px 10px 20px 25px;
}

#breadcrumb a, #search a {
  font-weight: bold;
  color: #cea022; /* was gold */
	color: #825623; /* now brown */
}
  
#breadcrumb a:hover, #search a:hover {
  color: black;
  background-color: transparent;
}

#bread-right {
  float: right;
  /*width: 20%;*/
  text-align: right;
  margin-right: 15px;
}
  
#left-col {
  float: left;
  width: 204px; /* 254 - 50 */
  padding: 0 25px 0 25px;
}

#right-col {
  float: left;
  width: 676px; /* 707 - 30 - 1*/
  width: 656px; /* 707 - 50 - 1*/
  padding: 0 15px 0 15px;
  padding: 0 25px 0 25px;
  border-left: 1px solid #ccc;
}

#left-col-home {
  float: left;
  width: 635px;
  padding: 0 2px 0 18px;
}

#right-col-home {
  float: left;
  width: 287px; 
  padding: 0 12px 0 7px;
}

#end-col {
  clear: both;
  height: 10px;
} 

#footer {
	background-image: url('images/bg-bottom.gif');
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 15px;
	/* border-top: 1px solid #efe0b7; /* otherwise FF shifts the bg bitmap down. weird. */
	/*margin: 0 0 0 0;*/
}

#copyright {
  font-size: 10px;
  color: #646464;
  margin-left: 35px;
  line-height: 10px;
}

#raccourcis {
	margin: 3px 35px 0px 0px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	color: #844b08;
}

#raccourcis a {
	color: #844b08;
}

#raccourcis a:hover {
  background-color: transparent;
	/*text-decoration: underline;*/
	color: black;
}

#raccourcis form {
  margin: 0;
	display: inline;
}

#raccourcis input {
	vertical-align: middle;
}

#logo-area {
  float: left;
  margin-left: 22px;
  margin-top: 10px;
  width: 650px;
  height: 85px;
}

#search-input-xxx {
  float: right;
  color: #cea022;
  font-size: 13px;
  margin: 20px 15px 0 0;
}

#search {
  float: right;
  color: #cea022;
  font-size: 11px;
  font-weight: bold;
  margin : 18px 22px 0 0;
  width: 270px;
  text-align: left;
  line-height: 11px;
}
  
#search-input {
	vertical-align: middle;
	font-size: 12px;
	color: #808080;
	border: solid 0px #808080;
	padding: 1px 2px;
	margin-right: 10px;
	width: 154px;
  line-height: 12px;
}

#cse_search_box {
}

#search-button {
  display: none;
}

#search-end {
  clear: both;
} 

#raccourcis a:hover {
	/*text-decoration: underline;*/
}

#intro {
	background-image: url('images/bg-box-middle.gif');
	background-repeat: repeat-y;
	padding: 5px 112px 5px 123px;
	margin-bottom: 0;
	font-size: 13px;
}

#intro-end {
	background-image: url('images/bg-box-bottom.gif');
	height: 12px;
	margin-top: 0;
}

#home-flash {
  /*width: 630px;*/
  height: 250px;
  background-color: #ddeeaa;
  margin-bottom: 20px;
  margin-right: 5px;
}

#home-content, #home-content p {
  font-size: 14px;
  color: black;
  margin-right: 5px;
  margin-left: 5px;
}

#home-mapbox {
	background-image: url('images/home-mapbox.gif');
	background-repeat: no-repeat;
  width: 614px;
  height: 435px;
  margin: 10px 0 10px 0;
  padding: 5px 13px 15px 8px;
}

#home-map-title {
  font-size: 17px;
  font-weight: bold;
  color: #75450d;
  height: 20px;
  line-height: 19px;
  margin-bottom: 9px;
}

#home-map {
  width: 614px;
  height: 406px;
}

#home-rbox1, #home-rbox2, #home-rbox3 {
  width: 287px;
  margin-bottom: 13px;
}

#home-rbox1-top, #home-rbox2-top, #home-rbox3-top {
	background-image: url('images/home-rbox-top.gif');
	background-repeat: no-repeat;
	height: 7px;
}  
  
#home-rbox1-mid, #home-rbox2-mid, #home-rbox3-mid {
	background-image: url('images/home-rbox-mid.gif');
	background-repeat: repeat-y;
	padding: 0 11px 0 6px;
}  
  
#home-rbox1-bottom, #home-rbox2-bottom, #home-rbox3-bottom {
	background-image: url('images/home-rbox-bottom.gif');
	background-repeat: no-repeat;
	height: 12px;
}  

#home-rbox1-title, #home-rbox2-title, #home-rbox3-title {
  font-size: 13px;
  font-weight: bold;
  color: white;
  height: 14px;
  padding: 4px 7px 5px 7px; /* necessary for vertical centering */
  margin-bottom: 3px;
  background-color: #0b89dd;  /*#4884b8;*/
}

#home-rbox2-title {
  background-color: #94ae4d;  /*#97ae44;*/
}

#home-rbox3-title {
  background-color: #b13a50;  /*#a9403d;*/
}

#home-rbox1-content, #home-rbox2-content, #home-rbox3-content {
	/*background-image: url('images/fd-box-bleu.jpg');
	background-repeat: no-repeat;*/
	background-color: #eaeff3;
	padding: 4px 6px;
	/*height: 164px; /* 172 - 8 padding */
} 

#home-rbox2-content {
	/*background-image: url('images/fd-box-vert.jpg');*/
	background-color: #ecf3eb;
	/*height: 157px; /* 165 - 8 padding */
}

#home-rbox3-content {
	/*background-image: url('images/fd-box-rose.jpg');*/
	background-color: #f3eeea;
	height: 51px; /* 59 - 8 padding */
}

#home-rbox1-content h3, #home-rbox2-content h3, #home-rbox3-content h3 {
  font-size: 14px;
  font-weight: bold;
  color: #004778;  /*#1c628e;*/
  margin-top: 0;
  margin-bottom: 3px;
}

#home-rbox2-content h3 {
  color: #8a8f06;
}

#home-rbox3-content h3 {
  color: #c84462;
}

#home-rbox1-content p, #home-rbox2-content p, #home-rbox3-content p {
  font-size: 13px;
  font-weight: normal;
  color: black;
  margin-bottom: 2px;
  margin-top: 2px;
}

#home-rbox1-content a {
  color: #3894e7;
}

#home-rbox2-content a {
  color: #95b435;
}

#home-rbox3-content a {
  color: #b13a50;
}

#home-rbox1-content a:hover, #home-rbox2-content a:hover, #home-rbox3-content a:hover {
  text-decoration: underline;
}

#index-boxes {
  margin: 0 -10px;
}

.index-boxes-clear {
  clear: both;
}

.index-box {
  float: left;
  width: 221px;
  margin-bottom: 15px;
  margin-right: 4px;
}

.index-box-top {
	background-image: url('images/index-box-top.gif');
	background-repeat: no-repeat;
	height: 7px;
}  
  
.index-box-mid {
	background-image: url('images/index-box-mid.gif');
	background-repeat: repeat-y;
	padding: 0 14px 0 10px;
	height: 200px;
}

.index-box-mid-gal {
  height: 160px;
}
  
.index-box-bottom {
	background-image: url('images/index-box-bottom.gif');
	background-repeat: no-repeat;
	height: 12px;
}  




#five-boxes {
	background-image: url('images/bg-five-boxes.gif');
	height: 436px;
}

.five-boxes-table {
	margin: 3px 92px 3px 113px;
	/* table-layout: fixed; doesn't work vertically */
}

.five-big-one {
	width: 387px;
}

.five-small-above {
	width: 200px;
	height: 209px;
}

.five-small-below {
	width: 200px;
	height: 217px;
}

#gallery-top {
	background-image: url('images/bg-box-top.gif');
	height: 11px;
  line-height: 0px;
}

#gallery {
	background-image: url('images/bg-box-middle.gif');
	background-repeat: repeat-y;
	padding: 0px 102px 0px 123px;
}

#gallery-bottom {
	background-image: url('images/bg-box-bottom.gif');
	height: 12px;
  line-height: 0px;
}

#content {
	font-size: 13px;
	line-height: 17px;
	color: black;
}

#content a {
	color: #825623;
	/* background-color: #fff08e; */
	text-decoration: none;
}

#content a:hover {
	color: black;
}

#content p {
	margin-top: 9px;
	margin-bottom: 9px;
	text-align: left;
}

#content table {
  border-color: white;
  border-width: 0; /*2px;*/
  border-style: solid;
  border-collapse: collapse;
  font-size: 11px;
  background-color: #ddd;
}

#content table p {
  font-size: 11px;
}

#content hr {
  height: 1px;
	color: #b4b4b4;
	background-color: #b4b4b4;
	/*border-bottom: 1px solid #b4b4b4;*/
}

#content h2 {
	color: #ffc800; /* #f5ce05; */
	font-weight: bold;
	font-size: 25px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 6px;
}

#content h3 {
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color: #ffc800; /* #f5ce05; /* #e0a806; */
	margin-top: 20px;
	margin-bottom: 5px;
	/*text-align: right;*/
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 2px;	
	/*border-bottom: 1px dotted #b4b4b4;*/
}

#content h4 {
	font-weight: bold;
	font-size: 13px;
	color: black;
	margin-top: 5px;
	margin-bottom: 3px;
}

#content h6 {
  font-weight: bold;
  color: #825625;
	font-size: 13px;
	line-height: 17px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#toc-outline-top {
	background-image: url('images/toc-box-top.gif');
	background-repeat: no-repeat;
	width: 656px;
	height: 6px;
	margin-top: 15px;
}

#toc-outline-mid {
	background-image: url('images/toc-box-mid.gif');
	background-repeat: repeat-y;
	width: 646px;
	padding: 0 5px;
}

#toc-outline-bottom {
	background-image: url('images/toc-box-bottom.gif');
	background-repeat: no-repeat;
	margin-bottom: 15px;
	width: 656px;
	height: 6px;
}

  
#toc-text {
  padding: 5px;
  background-color: #fbf8ef;
}

#toc-outline-mid h3 {  /* these definitions MUST come after the content ones */
  font-size: 17px;
  color: #825623;
  border-width: 0;
	background-image: url('images/bg-toc-header.gif');
	background-repeat: repeat-x;
	height: 18px;
	padding: 6px 10px;
	margin: 0 0 3px 0;
	border-bottom: 3px solid white;
}

#toc-text p {
  margin: 1px 4px 2px 4px;
}

#toc-text a {
  color: #825623;
  background: transparent;
}

#toc a:hover {
  color: #e3b516;
}

#left-col h3, #index-boxes h3 { /* these definitions MUST come after the content ones */
	background-image: url('images/index-title-bg.gif');
	background-repeat: repeat-x;
  font-size: 15px;
  font-weight: bold;
  color: #7d592f;
  height: 15px;
  padding: 5px 5px 7px 5px;
  margin-top: 0;
  margin-bottom: 1px;
  border-bottom-width: 0;
}

.index-box-content {
	background-color: #f0f0f0;
	height: 100px; 
} 

#index-boxes p {
  font-size: 11px;
  line-height: 13px;
  color: black;
  margin-bottom: 0px;
  margin-top: 3px;
}

#index-boxes img {
  border-width: 0;
  border-bottom: solid 2px white;
}

#news {
	margin: 10px 10px 10px 10px;
	/* overflow: hidden; */
}

#news h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #757575;
	/*border-bottom: 1px dotted #ccc;*/
	margin: 10px 5px 5px 0;
}

#news h4 {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	margin: 0 0 0 0;
}

#news p, #news a {
	font-size: 11px;
	line-height: 13px;
	color: #e33d47;
	margin: 0 0 0 0;
	text-decoration: none;
}

#news p {
	color: black;
}

.right-align {
	text-align: right;
}

.center-align {
	text-align: center;
}

.entry {
	margin-bottom: 15px;
}

#news a:hover {
	/*text-decoration: underline;*/
	background: #ffc0c0;
}


#navigation ul, #navigation a {
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	text-decoration: none;
}

#navigation a:hover {
	/*text-decoration: underline;*/
	color: #e33d47;
	background: #ffc0c0;
}

#navigation li, #navigation ul {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 4px;
	margin-top: 0;
	padding: 0;
}

#selected_menu li, #selected_menu a {
	color: #e33d47;
}

#post-72 input, #post-72 textarea, #post-762 input, input {   /* contact request form and newsletter subscribe */
	border-color: #c0c0c0;  /* grey */
	border-width: 1px;
	border-style: solid;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
}

#content ul {
	/*color: #757575;
	font-weight: bold;*/
	padding-left: 0;  /* necessary for FF, else major indent */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;  /* necessary for IE, else major indent */
}

#content li {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 20px;  /* necessary for FF, else major indent */
  list-style-position: outside; /* if we want the bullets outside the aligned text */
}

#titre a {
  text-decoration: none;
  background: transparent;
}

.form_required {
  	color: red;
}

.form_star {
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.emphasis {
  font-weight: bold;
  color: #825625;
}

a.pdf_link {
	background: url('images/pdf_icon.gif') center right no-repeat;
	padding-right: 18px;
}

#ngg-pic img {
  border: 0px solid #c0c0c0;
  padding: 0;
}

#ngg-pic img {
  width: auto;
}

.ngg-imagebrowser h3 {
	text-align:left;
}



#xxx-ngg-pic {
  border: 0px solid #c0c0c0;
}

#photo-box, #signup-box {
  width: 211px;
  margin: 0 -7px 20px 0;
}

#photo-box-top, #signup-box-top {
	background-image: url('images/photo-box-top.gif');
	background-repeat: no-repeat;
	height: 8px;
}  
  
#photo-box-mid, #signup-box-mid {
	background-image: url('images/photo-box-mid.gif');
	background-repeat: repeat-y;
	padding: 0 11px 0 6px;
}  
  
#photo-box-bottom, #signup-box-bottom {
	background-image: url('images/photo-box-bottom.gif');
	background-repeat: no-repeat;
	height: 13px;
}  

#photo-box h3, #signup-box h3 {
	background-image: none;
  font-size: 15px;
  font-weight: bold;
  color: white;
  height: auto;
  padding: 7px 5px;
  margin-bottom: 6px;
  background-color: #97ae44; /* greenish */
  /* text-transform: uppercase; /* not enough room for upcase? */
}

#signup-box h3 {
  background-color: #a9403d; /* burgundy */
}

#signup-content {
  background-color: #f6e1e6; /* light pink */
  text-align: right;
  /*height: 45px;*/
  padding: 5px 10px;
}

#photo-box-thumb1, #photo-box-thumb2, #photo-box-thumb3, #photo-box-thumb4, #photo-box-thumb5, #photo-box-thumb6 {
	background-image: url('images/fd-box-bleu.jpg');
	background-repeat: no-repeat;
	width: 93px;
	height: 69px;
	border-width: 0;
	float: none;
} 

#photo-box-thumb1, #photo-box-thumb3, #photo-box-thumb5 {
  margin-right: 8px;
}

#photo-box-thumb1, #photo-box-thumb2, #photo-box-thumb3, #photo-box-thumb4 {
  margin-bottom: 6px;
}

#signup-box form, #home-rbox3-content form {
  margin: 0;
}

#signup-box input, #home-rbox3-content input {
  font-size: 12px;
	color: #808080;
	border: solid 1px #c0c0c0;
	padding: 1px 2px;
	/*margin: 5px 10px;*/
	width: 96%;
	margin: 0 10px 0 auto;
  /*line-height: 12px;*/
}

#home-rbox3-content input {
	/*width: 100%;*/
}

#home-rbox3-content {
  text-align: right;
}

#signup-button {
  display: none;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#content h6 a {
  text-decoration: underline;
  color: #825625;
}

#content h6 a:hover {
  text-decoration: none;
  color: #825625;
}

.photo-caption {
  font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	margin-top: 8px;
	margin-bottom: 8px;
  color: black;
}

#newsletter-signup {
  margin: 0;
  /*padding: 0 10px;*/
}

.start-below-photo {
  clear: both;
}

.contact-form-line {
  width: 400px;
}

.contact-form-label {
  float: left;
  width: 100px;
}

.contact-form-field {
  float: left;
  width: 300px;
}

.contact-form-line-clear {
  clear: both;
}
