/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"Times New Roman", Times, serif;
	background-color:#b8b190;
	background-image:url(images/bg_body.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	color: #333;
	text-align: center;
}
#page {
	background-color: white;
	text-align: left;
}
#header {
	margin:0px auto 0px auto;
}
#header h1 {
	margin:0px;
	padding:0px;
	color:#FFF;
	font-size:29px;
	font-weight:normal;
}
#header h2 {
	margin:0px;
	padding:0px;
	color:#FFD204;
	font-size:25px;
	font-weight:normal;
}
#content {
	font-size: 1.2em;
}
.widecolumn .entry p {
	font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: left;
}
.postmetadata a, .postmetadata a:visited,  .nuagedetags a {
	color:#F29400 !important;
	font-family:Arial, Helvetica, sans-serif;
}
/*.narrowcolumn*/ .postmetadata span a {
	font-weight:bold;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
#footer {
}
small {
	font-family:"Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h2.pagetitle {
	font-size: 1.6em;
}
.entry p a:visited {
	color: #b85b5a;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
	font-family:"Times New Roman", Times, serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family:"Times New Roman", Times, serif;
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
	font-family:"Times New Roman", Times, serif;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font-family:"Times New Roman", Times, serif;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif
}
a:hover {
	color: #147;
	text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font-family:"Times New Roman", Times, serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}
#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 920px;
	font-family:Arial, Helvetica, sans-serif;
}
#Menu {
	padding:15px 15px 0px 15px;
}
#Menu .listecategories {
	margin:0px;
	padding:0px;
	height:35px;
	border:none;
	list-style:none;
	border:1px solid #112d43;
}
#Menu .listecategories li {
	float:left;
	margin:0px 0px 0px 60px;
	padding-top:0px;
	list-style:none;
}
#Menu .listecategories li a {
	margin:0px;
	padding:0px 0px 0px 20px;
	color:#4D4D4D;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/li-selected.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}
#Menu li.page_id a.page_id, #Menu li.cat3 a.cat3, #Menu li.cat4 a.cat4, #Menu li.cat10 a.cat10, #Menu li.cat9 a.cat9{
	color:#112D44;
	background-image:url(images/li.jpg);
}
#Menu li a:hover {
	color:#112D44;
	background-image:url(images/li.jpg);
}
#Reservation {
	margin:10px 15px 0px 15px;
	padding:5px 0px 5px 10px;
	border:1px solid #BBBBAA;
}
#Reservation form {
	margin:0px;
	padding:0px;
	height:65px;
}
#Reservation table {
	margin:0px;
	padding:0px;
}
#header {
	background-color:transparent;
	height: 114px;
	width: 920px;
}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 25px;
	margin: 0px 0 0;
	width: 540px;
	display:inline;
}
.widecolumn {
	float: left;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 25px;
	width: 535px;
	display:inline;
}
.post {
	margin: 0 0 40px;
	text-align: justify;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 920px;
	color:#333333;
}
#footer a {
	color:#333333;
}
/* End Structure */



/*	Begin Headers */

h2 {
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	margin: 0px 0 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
/*content: "\00BB \0020";*/
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	/*margin-left: 565px;*/
	width: 354px;
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */

#Basdepage {
	margin:0px auto 0px auto;
	background-color:#58585a;
	width:920px;
}
#Basdepage h3 {
	margin:0px;
	padding:0px;
	color:#808080;
	font-size:20px;
	font-weight:normal;
}
#Basdepage ul {
	margin:0px;
	padding:0px;
}
#Basdepage ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:left;
	font-size:12px;
	color:#9c9e9f;
	font-family:Arial, Helvetica, sans-serif;
}
#Basdepage p {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:left;
	font-size:12px;
	color:#9c9e9f;
	font-family:Arial, Helvetica, sans-serif;
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	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 */

textarea, select {
	margin:0px;
	padding:3px 0px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#f1f1f1;
	border:1px solid #808080;
}
input {
	height:16px;
	margin:0px;
	padding:1px 0px 1px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#f1f1f1;
	border:1px solid #808080;
}
fieldset {
	color:#000000;
	border:2px solid #000000;
}
legend {
	padding:0px 7px 0px 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
}
input[type=submit], input[type=button], input#submit {
	height:22px;
	padding:1px 8px 3px 8px;
	background-color:#112D44;
	border:1px solid #112D44;
	color:#FFD204;
}
#sidebar #searchform {
	text-align:left;
}
#sidebar #searchform #s {
	width:170px;
}
#sidebar .listecategories li {
	list-style-type:square;
	list-style-position:inside;
	list-style-image:url(images/li-selected.jpg);
}
#sidebar .listecategories li a {
	color:#4D4D4D;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar .page_id .page_id a, #sidebar .cat3 .cat3 a, #sidebar .cat4 .cat4 a, #sidebar .cat23 .cat23 a, #sidebar .page_id156 .page_id156 a {
	color:#112D44;
}
#sidebar .page_id .page_id, #sidebar .cat3 .cat3, #sidebar .cat4 .cat4, #sidebar .cat23 .cat23, #sidebar .page_id156 .page_id156 {
	list-style-image:url(images/li.jpg);
}
.listehotels {
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.listecontact span {
	color:#112D44;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
	background:url(images/lettre.jpg) left no-repeat;
}
.nuagedetags h3 {
	margin-top:0px;
	padding-left:25px;
	background:url(images/tag.jpg) left no-repeat;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	color:#112D44;
	line-height:17px;
}
.listecontact div {
	background-color:#F2F2EE;
	margin-top:3px;
	margin-bottom:3px;
	font-size:12px;
	color:#333333;
	padding-left:20px;
}
.listecontact a {
	background:url(images/enveloppe.jpg) left no-repeat;
	padding-left:20px;
	color:#F29400;
	font-size:12px;
}
li.base {
	margin:0px 30px 0px 30px;
	padding:5px;
	border:1px solid #BBBBAA;/*background:#f2f2ee;
	background-position:5px 5px;*/
	}
li#subscribe2 {
	margin:0px 30px 0px 30px;
	padding:5px;
	border:1px solid #BBBBAA;/*background:#f2f2ee;
	background-position:5px 5px;*/
	}
h2.widgettitle {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#112D44;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar .listecategories ul li {
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}
#sidebar .listecategories ul {
	background:#f2f2ee;
	margin:0px 0px 0px 0px;
}
#sidebar .listehotels ul {
	margin-left:0px;
	margin-top:0px;
}
#sidebar .listehotels {
	padding-right:0px;
	padding-top:0px;
	border:2px solid #BBBBAA;
}
#sidebar .listehotels li {
	display:block;
	background:url(images/li_bg.jpg) no-repeat;
	;
	/*line-height:24px;*/
	vertical-align:middle;
	height:48px;
}
#sidebar .listehotels li a {
	display:block;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	height:48px;
	padding-top:5px;
}
#sidebar .listehotels a:hover {
	display:block;
	text-decoration:none;
	color:#003333;
	background:url(images/li_bg2.jpg) no-repeat;
	padding-left:0px;
}
#sidebar .listehotels li a {
	color:#716e60;
	padding-left:8px;
}
#sidebar .listehotels li a p {
	font-size:12px;
}
ul.archive {
	background:#f2f2ee;
	font-size:10px;
}
ul.archive a {
	color:#4D4D4D;
	font-size:12px;
}
h2.side {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#112D44;
	font-family:Arial, Helvetica, sans-serif;
}
#img_top {
	width:542px;
	height:254px;
	margin-top:20px;
	background-image:url(images/img_top.jpg);
	background-repeat:no-repeat;
}
.post h2 a {
	font-size:22px;
	color:#112D44;
	font-weight:normal;
}
.post h2 {
	margin-top:0px;
	padding-bottom:5px;
	border-bottom:14px solid #CCCCCC;
}
#sidebar ul, #sidebar li, #sidebar div {
	zoom:1;/*position:relative;*/
}

/*div {
height: 0.01%;
}*/




/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

