/*
Theme Name: www.chateauspagolf.fr
Theme URI: http://www.continuum-s.fr/
Description: www.chateauspagolf.fr
Version: 1.0
Author: Continuum-S / ComElisaBel
Author URI: http://www.continuum-s.fr/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: http://www.continuum-s.fr/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-family: "Times New Roman", Times, serif;
	color: #333;
	background: #000000;
	}

#page {
	display: block;
	background: transparent url('images/body_fond.png') repeat-y top center;
	margin: 0 auto;
	padding: 0;
	width: 1264px;
	height: auto;
	}
#fond{
  background: transparent url('images/page_fond.jpg') no-repeat top center;
  margin: 0 auto -397px auto;
  width: 1264px;
  height: 397px;
}

#header {
	  margin: 0;
	  padding: 0 232px;
	  background: transparent;
	}

#headerimg 	{
	height: 160px;
	width: 130px;
	
	display: block;
	}

#content {
  display: block;
  width: 630px;
  padding: 0;
  margin: 0 20px 20px 20px;
	}
#content h2{
  background: url('images/puce_titre.png') no-repeat left 3px;
  padding: 0 0 0 50px;
  margin: 0 0 10px 0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  line-height : 55px;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}



h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #04A4EC;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.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 0 0 380px;
	margin: 0;
	width: 884px;
	clear: both;
	background: #27353E url('images/footer_fond.png') repeat-y top left;
	border: none;
	height: 48px;
	color: #848D95;
	font-size: 12px;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	display: none;
	}

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 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: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
label{
  color: #D2E0E0;
  float: left;
  text-align: right;
  width: 260px;
  font-size: 18px;
  font-style: italic;
  margin-left: 60px;
}

input, textarea ,select {
  width: 300px;
  background: transparent;
  border: 2px solid #D2E0E0;
  margin-left: 320px;
  margin-top: -20px;
  color: #FFFFFF;
  font-family: "Times New Roman", Times, serif;
  padding: 0 2px;
 }
/* End Form Elements */


/* Begin Sidebar */
#sidebar
{
	margin-top: -30px;
	padding: 0 0 10px 0;
	margin-left: 232px;
	width: 130px;
	float: left;
	}

#sidebar form {
	margin: 0;
	}
li.widget_pages ul{
	  padding: 0;
	  margin: 0; 
	  list-style: none; 
	}

li.widget_pages ul li.page_item a{
  background: transparent;
  font-size: 18px;
  color: #000000;
  width: 120px;
  display: block;
  padding: 0 5px;
  height: 24px;
  }

li.widget_pages ul li.page_item a:hover,
li.widget_pages ul li.page_item a:active{
  background: #E4F0F0;
  font-size: 18px;
  color: #000000;
  width: 120px;
  display: block;
}

li.widget_pages ul li ul li.page_item a:hover,
li.widget_pages ul li ul li.page_item a:active{
font-size:16px;
padding-left:15px;
width: 110px;
height: 22px;
}
li.widget_pages ul li ul li.page_item a{
font-size:16px;
padding-left:15px;
width: 110px;
height: 22px;
}

/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	display: block;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border:solid 1px #151F25; 
	margin:10px 10px 10px 50px;	
	background-color:#364C5A;
	}

blockquote div.fleurdelys {
  float: left;
  margin-top: -60px;
  margin-left: -20px;
  width: 62px;
  height: 81px;
 background: url('images/fleur_de_lys.png') no-repeat top left;
}


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;
	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 */

li.page_item{
  padding: 0;
  margin: 0;
  list-style-type: none; 
}

.qtrans_language_chooser{
  display: inline;
}
.qtrans_language_chooser li{
  display: inline;
  width: 48%;
  
  float: left;
}
.qtrans_language_chooser li a{
  margin: 0 auto 20px auto;
  text-align: center;
}
#sidebar ul li.widget{
  margin-top: 50px;
 clear: both; 
}
a.qtrans_flag{
  	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

a.qtrans_flag:hover{
  	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

li.active a.qtrans_flag{
  	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
li.active a.qtrans_flag:hover{
  	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
a.qtrans_flag_fr{
  width: 38px;
  height: 20px;
  background: url('images/dra_f.png');
}
a.qtrans_flag_en{
  width: 38px;
  height: 20px;
  background: url('images/dra_a.png');
}
#page #ext-gauche{
  background: url('images/ext_roseau.png') no-repeat left bottom;
  height: 365px;
  width: 313px;
  float: left;
  position: relative;
  bottom: 365px;
  left: 0;
}

#page #ext-droite{
  float: right;
  background: url('images/ext_statue.png') no-repeat right bottom;
  height: 641px;
  width: 232px;
  position: relative;
  bottom: 641px;
  right: 0;
}
#page{
  overflow: none;
}


/* GALERIES 9 VIGNETTES */
.ngg_csthumbnails_gallery
{
     background: #919FAA url('images/csthumbnails_fond.png') no-repeat left top;
	text-align: center;
	width: 649px;
	height: 446px;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 1em auto;
	padding: 0;
	border: 1px solid #000;
}
.ngg_csthumbnails_gallery h2.title{
    display: none;
}
.ngg_csthumbnails_gallery p.description{
    display: none;
}
.ngg_csthumbnails_gallery a{
    float: left;
}
.ngg_csthumbnails_gallery ul{
    padding: 0;
    margin: 4px 0;
    height: 75px;
    width: 260px;
    display: block;
}
.ngg_csthumbnails_gallery li{
    padding: 0;
    margin: 0;
    text-indent: 0;
}
.ngg_csthumbnails_gallery .cs-thumbnail-thumb{
    width: 75px;
    height: 75px;
    border:1px solid #93A4AE;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    clear: none;
   vertical-align: top;
    
    overflow: none;
    padding: 0;
    margin: 0 4px;
//    text-align: center;
    background: #494949;
    border-color: #999 #999 #000 #000;
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity:0.3;
    opacity:0.3;
    
}
.ngg_csthumbnails_gallery .cs-thumbnail-thumb div{
  width: 75px;
    height: 75px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.ngg_csthumbnails_gallery .cs-thumbnail-thumb.survol{
        filter:alpha(opacity=100);
        -moz-opacity:1;
        -khtml-opacity:1;
        opacity:1;
        border-color:#0A0E11;
}
.ngg_csthumbnails_gallery .cs-thumbnail-thumb.selected{
        filter:alpha(opacity=100);
        -moz-opacity:1;
        -khtml-opacity:1;
        opacity:1;
        border-color:#04A4EC;
}
.ngg_csthumbnails_gallery .cs-thumbnail-thumb a{
  float: none;
}
.ngg_csthumbnails_gallery .cs-thumbnail-thumb img{
  margin: 0;
  width: 75px;
  height: 75px;
  display: block;
  clear: none;
}
.ngg_csthumbnails_gallery .cs-thumbnail-thumb div.description{
    display: none;
}
.ngg_csthumbnails_gallery .cs-thumbnail-thumb div.title{
    display: none;
}
.ngg_csthumbnails_gallery>.ngg_csthumbnails_thumbnails{
    width: 300px;
    height: 300px;
    display: none;
    position: absolute;
    top: 104px;
    left: 20px;
    //left: 0;
}
.ngg_csthumbnails_gallery .ngg_csthumbnails_thumbnails_previouses{
   background: #919FAA url('images/csthumbnails_previous.png') no-repeat left bottom;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 345px;
    left: 20px;
    cursor: pointer;
}
.ngg_csthumbnails_gallery .ngg_csthumbnails_thumbnails_previouses.inactif{
    background: #919FAA url('images/csthumbnails_previous_inactif.png') no-repeat left bottom;
    cursor: default;
}
.ngg_csthumbnails_gallery .ngg_csthumbnails_thumbnails_previouses:hover,
.ngg_csthumbnails_gallery .ngg_csthumbnails_thumbnails_nexts:hover,
.ngg_csthumbnails_gallery .ngg_csthumbnails_thumbnails_previous:hover,
.ngg_csthumbnails_gallery .ngg_csthumbnails_thumbnails_next:hover{
 margin-top: 2px;
}
.ngg_csthumbnails_gallery .ngg_csthumbnails_thumbnails_nexts{
  background: #919FAA url('images/csthumbnails_next.png') no-repeat left bottom;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 345px;
    left: 246px;
    cursor: pointer;
}
.ngg_csthumbnails_gallery .ngg_csthumbnails_thumbnails_nexts.inactif{
    background: #919FAA url('images/csthumbnails_next_inactif.png') no-repeat left bottom;
    cursor: default;
}

.ngg_csthumbnails_gallery .ngg_csthumbnails_thumbnails_navigation{
    height: 32px;
    width: 222px;
    position: absolute;
    top: 345px;
    left: 40px;
}

.ngg_csthumbnails_gallery .ngg_csthumbnails_thumbnails_previous{
    background: #919FAA url('images/csthumbnails_previous.png') no-repeat left bottom;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 207px;
    right: 332px;
    cursor: pointer;
}
.ngg_csthumbnails_gallery .ngg_csthumbnails_thumbnails_previous.inactif{
    background: #919FAA url('images/csthumbnails_previous_inactif.png') no-repeat left bottom;
    cursor: default;
}
.ngg_csthumbnails_gallery .ngg_csthumbnails_thumbnails_next{
    background: #919FAA url('images/csthumbnails_next.png') no-repeat left bottom;
    height: 32px;
    width: 32px;    
    position: absolute;
    top: 207px;
    right: -3px;
    cursor: pointer;
}
.ngg_csthumbnails_gallery .ngg_csthumbnails_thumbnails_next.inactif{
    background: #919FAA url('images/csthumbnails_next_inactif.png') no-repeat left bottom;
    cursor: default;
}
.ngg_csthumbnails_gallery .cs-thumbnail-preview{
  width: 300px;
  height: 300px;
  padding: 0;
  position: absolute;  
  top: 72px;
  right: 32px;
  vertical-align: middle;
  text-align: center;
}
.ngg_csthumbnails_gallery .cs-thumbnail-preview img{
    margin: auto;
    display: block;
    border: 1px solid #000;
}
.ngg_csthumbnails_gallery .ngg_csthumbnails_preview_description{
    height: 60px;
    width: 300px;
    position: absolute;
    right: 32px;
    top: 395px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #000;
    overflow: auto;
    font-style: italic;
}
.ngg_csthumbnails_gallery .ngg_csthumbnails_preview_title{
    height: 16px;
    width: 300px;
    position: absolute;
    right: 32px;
    top: 375px;
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: bold;
}