/*
Theme Name: Gland
Theme URI: http://www.gland.ch
Description: 
Version: 1.0
Author: inSolus
Author URI: http://www.insolus.com
Tags: theoreme, inSolus

***
bleu hover: #46c
vert gland: #072
***

*/

body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #fff url(img/background_10.jpg) top center no-repeat;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	font-size: 0.8em;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: underline;
	color: #072;
}

table,
table td,
table th {
	border: 0;
}

/**/
div#container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 992px;
	margin-left: -496px;
}
/**/
div#header {
	background: none;
}
div#header div#logo {
	background: none; /* IE */
	/* background: rgba(63, 63, 63, 0.6); */
	width: 300px;
	padding: 0;
	text-align: center;
	/*
	http://www.alsacreations.com/tuto/lire/910-creer-des-ombrages-ombres-css-box-shadow-text-shadow.html
	box-shadow: 1px 1px 10px #000;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	*/
}

/**/
ul#qtranslate-chooser {
	position: absolute;
	right: 0;
	top: 125px;
	padding: 5px;
	background: url(img/menu-top-background.png) repeat-x bottom; /* IE */
	background: rgba(63, 63, 63, 0.6);
}
ul#qtranslate-chooser li {
	float: left;
	margin: 0 5px;
	font-size: 0.9em;
}
ul#qtranslate-chooser li a {
	color: white;
	text-decoration: none;
}
ul#qtranslate-chooser li.active a {
	font-weight: bold;
	text-decoration: underline;
}


/**/
div#menu-top {
	background: url(img/menu-top-background.png) repeat-x;
	height: 28px;
	margin: 0;
}
div#menu-top ul {
	margin: 0;
	margin-left:1px;
}
div#menu-top ul li {
	float: left;
	margin: 0;
}
div#menu-top ul li a {
	display: block;
	width: 141px;
	text-decoration: none;
	color:#fff;
	text-align: center;
	line-height: 26px;
	font-size: 0.9em;
	background: url(img/menu-main-separator.png) top right no-repeat;
}
div#menu-top ul#sitemap {
	float: right;
	clear: none;
	margin: 0;
}
div#menu-top ul#sitemap li {
	background: url(img/menu-main-separator.png) top right no-repeat;
	margin: 0;
	margin-right: 20px;
	padding-right: 20px;
	width: auto;
}
div#menu-top ul#sitemap li a {
	background: url(img/icon-sitemap.png) center left no-repeat;
	width: auto;
	padding-left: 17px;
}

form#search_form {
	float: right;
	margin-right: 10px;
	margin-top: 4px;	
}
form#search_form input#search_submit {
	border: 0;
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0 5px 0 0;
	background: url(img/search-button.png) center bottom no-repeat;
}
form#search_form input#s {
	border: 0;
	width: 143px; /* total 163 */
	height: 14px; /* total 18 */
	padding: 2px 10px;
	font-size: 11px;
	margin: 0;
	background: url(img/search-box.png) no-repeat;
}


/*
 * MENUS main et sidebar
/**/
ul#menu-main {
	background: url(img/menu-main-background.png) repeat-x;
	height: 28px;
	font-size: 0.9em;
}
ul#menu-sidebar {
	font-size: 0.9em;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #ccc url(img/menu-sidebar-background.png) repeat-x;
}
ul#menu-main li {
	float: left;
	width: 141px;
}
ul#menu-sidebar li {
	padding: 0 15px;
}
ul#menu-main li a:link,
ul#menu-main li a:visited,
ul#menu-main li a:hover,
ul#menu-main li a:active {
	display: block;
	text-decoration: none;
	color: #444;
	text-align: center;
	line-height: 26px;
	background: url(img/menu-top-separator.png) bottom left no-repeat;
}
ul#menu-sidebar li a:link,
ul#menu-sidebar li a:visited,
ul#menu-sidebar li a:hover,
ul#menu-sidebar li a:active {
	display: block;
	text-decoration: none;
	color: #444;
	text-align: left;
	border-bottom: 1px solid #999;
	padding: 10px 0;
	background: url(img/menu-sidebar-arrow.png) right center no-repeat;
}
ul#menu-main li a:visited,
ul#menu-sidebar li a:visited {
}
ul#menu-main li a:hover, 
ul#menu-sidebar li a:hover {
	/* color: #46c; */
	color: #072;
}
ul#menu-main li a:active,
ul#menu-sidebar li a:active {
}
ul#menu-main li.current_page_item a,
ul#menu-main li.current_page_parent a,
ul#menu-sidebar li.current_page_item a,
ul#menu-sidebar li.current_page_parent a {
	/* color: #46c; */
	color: #072;
	cursor: default;
}
ul#menu-main li a:hover,
ul#menu-main li.current_page_item a,
ul#menu-main li.current_page_parent a,
ul#menu-sidebar li a:hover,
ul#menu-sidebar li.current_page_item a,
ul#menu-sidebar li.current_page_parent a {
	color: #fff;
	background: #072;
	padding-left: 0.75em;
}

/*ul#menu-sidebar li.current_page_item a,
ul#menu-sidebar li.current_page_parent a {
	background: none;
}*/


/**/
div#content {
	background: #fff; /* IE */
	background: rgba(255, 255, 255, 0.95);
	padding: 15px;
	overflow: hidden;
	min-height: 850px;
}

/**/
div.post {
}

h1,
div.post h1.post-title {
	font-size: 1.5em;
	padding: 0.15em 0.35em;
}
h1 {
	color: #fff;
	background: #072;
}
h1.gendarmerie {
	background: #06a; /* bleu ~ http://www.police.vd.ch/images/logo_pcv.jpg */
}
div.post h1.post-title a {
	color: #fff;
	text-decoration: none;
}
div.post h1.post-title span.post-date {
	float: right;
	font-size: 0.5em;
	color: #fff;
}
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #fff;
	text-decoration: none;
}
div.post div.post-content {
	margin-bottom: 3em;
}

/* NEWS Ticker*/
#news-ticker {
	background: #eee;
	font-size: 115%;
}
#news-ticker .tickerDate {
	font-weight: bold;
}

/* METEO */
div#hpw {
	background-color: #fff; /* IE */
	background-color: rgba(255, 255, 255, 0.75);
	overflow: hidden;
	width: 540px;
	float: right;
}
div#hpw p.hpw_subtitle {
	display: none;
}
div#hpw div#hpw_0,
div#hpw div#hpw_1,
div#hpw div#hpw_2,
div#hpw div#hpw_3,
div#hpw div#hpw_4,
div#hpw div#hpw_5 {
	width: 80px;
	padding: 5px;
	float: left;
	border: 0;
	text-align: center;
}
div#hpw span.hpw_txt {
	display: block;
	font-size: 0.75em;
	text-align: center;
}
div#hpw span.hpw_date_long,
div#hpw span.hpw_comma,
div#hpw span.hpw_date_exp,
div#hpw span.hpw_comma,
div#hpw span.hpw_comma {
	display: none;
}
div#hpw span.hpw_temp_min {
	clear: both;
}
div#hpw p.hpw_copy {
	display: none;
}
div#hpw span#hpw_img_0, 
div#hpw span#hpw_img_1, 
div#hpw span#hpw_img_2, 
div#hpw span#hpw_img_3, 
div#hpw span#hpw_img_4, 
div#hpw span#hpw_img_5 {
	display: block;
	height: 33px;
	background-repeat: no-repeat;
	background-position: center;
}
div#hpw span.hpw_img_code_1 {
  background-image: url(meteo/images/big/1.gif);
}
div#hpw span.hpw_img_code_2 {
  background-image: url(meteo/images/big/2.gif);
}
div#hpw span.hpw_img_code_3 {
  background-image: url(meteo/images/big/3.gif);
}
div#hpw span.hpw_img_code_4 {
  background-image: url(meteo/images/big/4.gif);
}
div#hpw span.hpw_img_code_5 {
  background-image: url(meteo/images/big/5.gif);
}
div#hpw span.hpw_img_code_6 {
  background-image: url(meteo/images/big/6.gif);
}
div#hpw span.hpw_img_code_7 {
  background-image: url(meteo/images/big/7.gif);
}
div#hpw span.hpw_img_code_8 {
  background-image: url(meteo/images/big/8.gif);
}
div#hpw span.hpw_img_code_9 {
  background-image: url(meteo/images/big/9.gif);
}
div#hpw span.hpw_img_code_10 {
  background-image: url(meteo/images/big/10.gif);
}
div#hpw span.hpw_img_code_11 {
  background-image: url(meteo/images/big/11.gif);
}
div#hpw span.hpw_img_code_12 {
  background-image: url(meteo/images/big/12.gif);
}
div#hpw span.hpw_img_code_13 {
  background-image: url(meteo/images/big/13.gif);
}
div#hpw span.hpw_img_code_14 {
  background-image: url(meteo/images/big/14.gif);
}
div#hpw span.hpw_img_code_15 {
  background-image: url(meteo/images/big/15.gif);
}
div#hpw span.hpw_img_code_16 {
  background-image: url(meteo/images/big/16.gif);
}
div#hpw span.hpw_img_code_17 {
  background-image: url(meteo/images/big/17.gif);
}
div#hpw span.hpw_img_code_18 {
  background-image: url(meteo/images/big/18.gif);
}
div#hpw span.hpw_img_code_19 {
  background-image: url(meteo/images/big/19.gif);
}
div#hpw span.hpw_img_code_20 {
  background-image: url(meteo/images/big/20.gif);
}
div#hpw span.hpw_img_code_21 {
  background-image: url(meteo/images/big/21.gif);
}
div#hpw span.hpw_img_code_22 {
  background-image: url(meteo/images/big/22.gif);
}
div#hpw span.hpw_img_code_23 {
  background-image: url(meteo/images/big/23.gif);
}
div#hpw span.hpw_img_code_24 {
  background-image: url(meteo/images/big/24.gif);
}
div#hpw span.hpw_img_code_25 {
  background-image: url(meteo/images/big/25.gif);
}
div#hpw span.hpw_img_code_26 {
  background-image: url(meteo/images/big/26.gif);
}
div#hpw span.hpw_img_code_27 {
  background-image: url(meteo/images/big/27.gif);
}
div#hpw span.hpw_img_code_28 {
  background-image: url(meteo/images/big/28.gif);
}
div#hpw span.hpw_img_code_51 {
  background-image: url(meteo/images/big/51.gif);
}
div#hpw span.hpw_img_code_52 {
  background-image: url(meteo/images/big/52.gif);
}
div#hpw span.hpw_img_code_53 {
  background-image: url(meteo/images/big/53.gif);
}
div#hpw span.hpw_img_code_54 {
  background-image: url(meteo/images/big/54.gif);
}
div#hpw span.hpw_img_code_55 {
  background-image: url(meteo/images/big/55.gif);
}
div#hpw span.hpw_img_code_56 {
  background-image: url(meteo/images/big/56.gif);
}
div#hpw span.hpw_img_code_57 {
  background-image: url(meteo/images/big/57.gif);
}
div#hpw span.hpw_img_code_58 {
  background-image: url(meteo/images/big/58.gif);
}
div#hpw span.hpw_img_code_59 {
  background-image: url(meteo/images/big/59.gif);
}
div#hpw span.hpw_img_code_60 {
  background-image: url(meteo/images/big/60.gif);
}
div#hpw span.hpw_img_code_61 {
  background-image: url(meteo/images/big/61.gif);
}
div#hpw span.hpw_img_code_62 {
  background-image: url(meteo/images/big/62.gif);
}
div#hpw span.hpw_img_code_63 {
  background-image: url(meteo/images/big/63.gif);
}
div#hpw span.hpw_img_code_64 {
  background-image: url(meteo/images/big/64.gif);
}
div#hpw span.hpw_img_code_65 {
  background-image: url(meteo/images/big/65.gif);
}
div#hpw span.hpw_img_code_66 {
  background-image: url(meteo/images/big/66.gif);
}
div#hpw span.hpw_img_code_67 {
  background-image: url(meteo/images/big/67.gif);
}
div#hpw span.hpw_img_code_68 {
  background-image: url(meteo/images/big/68.gif);
}
div#hpw span.hpw_img_code_69 {
  background-image: url(meteo/images/big/69.gif);
}
div#hpw span.hpw_img_code_70 {
  background-image: url(meteo/images/big/70.gif);
}
div#hpw span.hpw_img_code_71 {
  background-image: url(meteo/images/big/71.gif);
}
div#hpw span.hpw_img_code_72 {
  background-image: url(meteo/images/big/72.gif);
}
div#hpw span.hpw_img_code_73 {
  background-image: url(meteo/images/big/73.gif);
}
div#hpw span.hpw_img_code_74 {
  background-image: url(meteo/images/big/74.gif);
}
div#hpw span.hpw_img_code_75 {
  background-image: url(meteo/images/big/75.gif);
}
div#hpw span.hpw_img_code_76 {
  background-image: url(meteo/images/big/76.gif);
}
div#hpw span.hpw_img_code_77 {
  background-image: url(meteo/images/big/77.gif);
}
div#hpw span.hpw_img_code_78 {
  background-image: url(meteo/images/big/78.gif);
}

/**/
/* Colonne de gauche */
div#content div#left-sidebar {
	float: left;
	border: 0;
	width: 235px;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}


/**/
/* Informations pratiques */
div#content div#left-sidebar div#informations-pratiques {
	margin: 0;
	padding: 15px;
	padding-top: 10px; /* total 15px car le p a déjà 5px */
	background: #333 url(img/informations-background.png) repeat-x;
	color: #fff;
	font-size: 0.9em;
}
div#content div#left-sidebar div#informations-pratiques a {
	color: #fff;
}
div#content div#left-sidebar div#informations-pratiques p {
	margin: 5px 0 0 0;
	padding: 0;
}
div#content div#left-sidebar div#informations-pratiques p.title {
	font-weight: bold;
}
div#content div#left-sidebar div.separator {
	width: 100%;
	height: 2px;
	background: url(img/informations-separator.png) repeat-x;
	font-size: 0.1em;
	margin: 12px 0;
}

/**/
div#content div#main-content,
div#content div#main-content-no-sidebar {
	float: left;
	border: 0;
	width: 347px;
	background: none;
}
div#content div#main-content-no-sidebar {
	/* dans le cas où il n'y a pas de div#right-sidebar  */
	width: 712px;
}
div#content div#right-sidebar {
	float: right;
	width: 350px;
	margin-left: 15px;
	border: 0;
	background: none;
}


/* AGENDA */
div#agenda {
}
div#agenda table {
	width: 100%;
	border: 1px solid #ddd;
}
div#agenda table th, div#agenda table td {
	vertical-align: top;
	text-align: left;
}
div#agenda table th p, div#agenda table td p {
	border: 0;
	margin: 0;
	padding: 0;
}
div#agenda table th {
	background: #eee;
}
div#agenda table th.month {
	text-align: center;
	font-size: 2em;
	padding: 0.5em 0;
}
div#agenda table td {
	padding-bottom: 5px;
	padding-top: 20px;
	background: #fff;
}
div#agenda table td.date {
	font-weight: bold;
	background: #fff url(img/icon-date-empty.png) 8px 20px no-repeat;
	padding-left: 31px;
}
div#agenda table td.manifestation {
	font-weight: bold;
	width: 350px;
}
div#agenda table td.lieu {
	font-size: 0.9em;
}
div#agenda table td.organisateur {
	font-size: 0.9em;
}
div#agenda table td.renseignements,
div#agenda table td.renseignementsTitle {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	padding-top: 0;
	background: #fff;
	font-style: italic;
}


/*
 * PLUGIN: Dagon Design Sitemap Generator 
 **/
div.ddsg-wrapper {
}
div.ddsg-wrapper h2,
div.ddsg-wrapper strong,
div.ddsg-wrapper div {
	display: none;
}
div.ddsg-wrapper ul {
	margin: 0;
}
div.ddsg-wrapper ul li {
	font-weight: bold;
	margin: 0;
	margin-bottom: 1em;
}
div.ddsg-wrapper ul li ul {
	margin-left: 2em;
}
div.ddsg-wrapper ul li ul li {
	font-weight: normal;
	margin: 0.25em 0;
}
div.ddsg-wrapper a {
	text-decoration: none;
	color: #333;
}
/**/
div.themes div.ddsg-wrapper {
}
div.themes div.ddsg-wrapper h2,
div.themes div.ddsg-wrapper div {
	display: none;
}
div.themes div.ddsg-wrapper ul {
	margin: 0;
	padding: 0;
}
div.themes div.ddsg-wrapper ul li {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div.themes div.ddsg-wrapper ul li a {
	background: #ccc;
	display: block;
	padding: 0.25em;
	clear: both;
}
div.themes div.ddsg-wrapper ul li ul {
	margin: 0;
	padding: 0;
	padding: 0.25em;
	background: #eee;
	overflow: hidden;
	margin-bottom: 2em;
}
div.themes div.ddsg-wrapper ul li ul li {
	font-weight: normal;
	background: #eee;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
div.themes div.ddsg-wrapper ul li ul li a {
	background: #eee;
	padding: 0;
	clear: none;
	margin: 0;
	padding-bottom: 0.25em;
	padding-right: 2em;
}
div.themes div.ddsg-wrapper a {
	text-decoration: none;
	color: #333;
}






/**/
div#footer p.credits {
	font-size: 0.85em;
	color: #999;
	text-align: right;
}
div#footer p.credits a {
	color: #999;
	text-decoration: none;
}


