/*
Theme Name: Pierrot
Theme URI: http://www.chaletpierrot.ch
Description: -
Version: 1.0
Author: Beno&icirc;t &laquo;LeBen&raquo; Burgener
Author URI: http://www.benoitburgener.com
Tags:

## Colors

* Brown dark to light
1. 534741
2. 736357
3. 998675
4. C7B299

* Red dark to light
1. 782D2D
2. B52D2D

* Green dark to light
1. 78782D
2. B5B52D
*/

@import "css/reset.css";
@import "css/fancybox.css";

/* ########################################################################
BASIC STRUCTURE
######################################################################## */
body {
	font: .9em 'Lucida Grande', 'Lucida Sans', sans-serif;
	color: #C7B299;
	text-shadow: 0 -1px 0 #000;
	background: #2e2118 url(images/bg.jpg) repeat left top;
}

#wrapper {
	width: 760px;
	padding: 0 100px;
	margin: 0 auto;
	background: transparent url(images/bgWrapper.png) no-repeat top left;
	overflow: hidden;
}

#header {
	padding: 20px 0;
	height: 250px;
}
	.logo {
		display: block;
		width: 260px;
		height: 128px;
		background: transparent url(images/logo.png) no-repeat top left;
		text-indent: -9999px;
	}
	.description {
		font: 1.2em Georgia, serif;
		color: #0B1838;
		text-shadow: 1px 1px 0 #C6DFFF;
		font-style: italic;
	}

#content {
	padding-bottom: 40px;
}
	.hr {
		border: 0;
		width: 274px;
		height: 47px;
		margin: 40px auto 0 auto;
		background: url(images/hr.png) no-repeat top center;
	}
	
	.bloc {
		margin-top: 40px;
	}
		.bloc:first-child {
			margin-top: 0;
			background: none;
		}
		
	.title {
		width: auto !important;
		width: 740px;
		font-family: Georgia, serif;
		margin: 0 -10px 30px -10px !important;
		margin: 0 0 30px 0;
		padding: 10px;
		background: transparent url(images/bgBlack35.png) repeat top left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		ul.nav {
			margin-top: 2px;
			font-size: 1.1em;
			font-style: italic;
		}
			ul.nav li {
				float: left;
				margin: 0 0 0 15px;
				list-style: none;
			}
	.subtitle {
		margin-top: 30px;
	}
	
	.cols, .specialCols {
		margin-top: 15px;
	}
		.col, .specialCol {
			float: left;
			margin-left: 20px;
		}
			.col:first-child {
				margin-left: 0;
			}
		.col370 {
			width: 370px;
		}
		.col240 {
			width: 240px;
		}
		.col175 {
			width: 175px;
		}

	#calendar_booking1 {
		float: left;
		width: 240px;
	}


#footer {
	margin: 80px 0 40px 0;
	font-size: .8em;
	color: #998675;
	text-align: center;
}

.left { float: left; }
.right { float: right; }
.clear { }

.clear:after, #header:after, .cols:after, #submiting1:before, .wp-caption:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* ########################################################################
TEXT BASIC
######################################################################## */
h1 {
	font: 3em Georgia, serif;
	font-style: italic;
}

h2 {
	font: 1.6em Georgia, serif;
	font-style: italic;
	color: #B5B52D;
}

h3 {
	display: inline;
	font: 1.3em Georgia, serif;
	font-style: italic;
	color: #B52D2D;
	padding: 5px;
	background: transparent url(images/bgBlack20.png) repeat top left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p {
	line-height: 1.7em;
	margin-top: 15px;
}
	p:first-child {
		margin-top: 0;
 	}

ul, ol {
	line-height: 1.7em;
}
	ul li {
		list-style: disc outside;
		margin: 10px 0 0 30px;
	}
	
p em, li em {
	padding: 2px 4px;
	background: transparent url(images/bgBlack20.png) repeat top left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	

/* ########################################################################
LINKS
######################################################################## */
a, a:link, a:visited {
	color: #C7B299;
}

a:hover {
	color: #B5B52D;
}

a:active {
	color: #B5B52D;
	text-shadow: 0 1px 0 #000;
}

.nav a {
	text-decoration: none;
}	


/* ########################################################################
TABLES
######################################################################## */
table {
	width: 100%;
	margin-top: 15px;
	background: transparent url(images/bgBlack20.png) repeat top left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	table.datepick {
		background: transparent url(images/bgBlack20.png) repeat top left !important;
		background: none;
	}
	
	.fancy_title table {	
		width: auto;
		background-image: url(images/bgBlack35.png);
	}
	
	#fancy_title_main {
		text-align: center;
	}

td, th {
	padding: 5px;
}

th {
	color: #78782D;
	background: transparent url(images/bgBlack20.png) repeat top left;
}
	th.cornerLeft {
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
	}
	th.cornerRight {
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;		
	}

.textRight {
	text-align: right;
}


/* ########################################################################
FORMS
######################################################################## */
input, textarea {
	width: 230px;
	padding: 5px;
	border: 0;
	font: 1em 'Lucida Grande', 'Lucida Sans', sans-serif;
	color: #C7B299;
	text-shadow: 0 -1px 0 #000;
}

input {
	background: none;
	border-bottom: 1px solid #736357;
}
	input[type=submit], input[type=button] {
		width: auto;
		padding: 10px;
		border: 0;
		background: transparent url(images/bgBlack35.png) repeat top left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		cursor: pointer;
		font-weight: bold;
	}
		input[type=submit]:hover, input[type=button]:hover, input[type=submit]:focus, input[type=button]:focus {
			background: #782D2D;
		}

textarea {
	background: transparent url(images/bgBlack20.png) repeat top left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#error {
	display: none;
	padding: 5px;
	background-color: #782D2D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	#error.success {
		background-color: #78782D;
	}

/* ########################################################################
OTHERS
######################################################################## */
::-moz-selection { background:#782D2D; }
::selection { background:#782D2D; }

.wp-caption {
	margin-bottom: 15px;
	background: transparent url(images/bgBlack20.png) repeat top left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}
	.wp-caption:hover {
		background-image: url(images/bgBlack35.png);
	}
	.wp-caption-text {
		margin-top: 0;
		font-size: .7em;
	}
	.wp-caption img {
		padding-top: 5px;
	}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin: 0 15px 15px 0;
}
	.gallery .gallery-item:first-child {
		margin-left: 0;
	}

.gallery img {
    background: transparent url(images/bgBlack20.png) repeat top left;
    padding: 5px;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
	.gallery img:hover {
		background-image: url(images/bgBlack35.png);
	}

.previewZoom {
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 10px 0 0 10px;
}
	.previewZoom img {
	    float: none;
	    padding: 0;
	    background: transparent;
	    border: 0;
	    -moz-border-radius:0;
	    -webkit-border-radius:0;
	}