/*
Theme Name: TheLatest Theme
Author: ChiQ Montes
Author URI: http://www.wpthemedesigner.com/
*/

* {
	/*margin: 0;*/ padding: 0;
}
body
{
    text-align: center;
    font: 12px Verdana;
    color: #ffffff;
    background-color:#2B2322;
    /*padding: 20px 0;*/
    
}
p {font-size:14px;}
a {
	text-decoration: none;
	color: #CC3300;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	/*width: 967px;
	margin: auto auto;
	text-align: left;*/
	margin: auto auto;text-align:left;width:1024px;
	background-color: #2b2322; /*E1DDC7;*/ 
  /*background: url(images/bgfooter.jpg) no-repeat;background-position: left bottom;*/
	
}
/** END wrapper **/

/** BEGIN header **/
#header {
	/*background: url(images/headtile.gif) repeat-x 0 0;*/
	margin-bottom: 10px;
	width: 100%;
}
	 
	#header ul {
		list-style-type: none;
		width:1024px;
	}
		#header ul li {
			float: left;
			font-size: 0.8em;			
		}
		#header ul li a {
			display: block;
			color: #ffffff;
			text-transform: uppercase;
			padding: 5px 10px;
			background-color: #7F6317;
		}
		#header ul li a:hover 
		{
		  color:#ffffff;
			background-color:#990033;
			text-decoration: none;
		}
	#header h1
{
    clear: both;
    float: left;
    padding: 5px 0 5px 16px;
    text-transform: capitalize;
    color: #FFFFFF;
}
		#header h1 a
{
    display: block; /*width: 408px;
    height: 53px;*/ /*background: url(images/logo.gif) no-repeat 0 0; text-indent: -9999px;*/
    outline: none;
    text-transform: uppercase;
    color: #FFFFFF;
}
	#header .logo {float:right;}	
	#header h2
{
    width: 1000px;/*760px;*/
    clear: both;
    float: left;
    padding: 0px 0 5px 16px;
    margin-top:-15px;
    font-size: 14px;
    color: #ffcc33;
}
#header h3
{
    clear: both;
    float: left;
    padding: 0px 0 5px 16px;
    margin-top:-15px;
    font-size: 18px;
    color: #ffffff;
}
#nav {margin: auto auto;text-align:left;width:1024px;padding-left:16px;background-color: #7F6317;}

#subnav{width:1008px;padding-left:8px;}
	#subnav ul {
		list-style-type: none
	}
		#subnav ul li {
			float: left;
			font-size: 0.8em;
		}
		#subnav ul li a {
			display: block;
			color: #ffffff;
			text-transform: uppercase;
			padding: 5px 10px;
			background-color: #777777;
		}
		#subnav ul li a:hover 
		{
		  color:#ffffff;
			background-color:#990033;
			text-decoration: none;
		}
/** END header **/

/** BEGIN body **/
#body {
	/*border: 1px solid #DBDBDB;
	margin: 10px 0;*/
	/*background: url(images/wrapper.gif) repeat-y 745px 0;*/
	/*background: url(images/bgflash.jpg) no-repeat;*/
	width: 100%; float:left;
	background-color: #2b2322; /*E1DDC7;*/
}
#bgflash
{
    clear:both;
    /*background-position: 0px 0px;*/
    
    margin-top:30px;
    /*margin-left:50px;*/
    margin-bottom:-25px;
    /*background: url(images/bgflash.png) no-repeat;*/
}
/** END body **/

/** BEGIN content **/
#summary
{
    padding: 10px 30px 0px 0px;
    margin: 20px 10px 10px 20px;
    /*min-height:200px;*/
    
    
    /*background: url(images/bgsummary.png) repeat-y scroll 0 0;*/
}
#summary .post {
		width: 200px; height: 200px;
		float: left;
		padding: 0 10px;
		margin-right:5px;
		/*background: url(images/bgsummary.png) repeat-y scroll 0 0;*/
		/*background-color: #C2C3AE;*/
}
#content
{
    /*width: 745px;*/
    float: left;
    width: 804px;
    
}
	#content .buffer
{
    padding: 10px 5px 10px 0px;
}
	#content .post {
		width: 200px; height: 170px;
		float: left;
		padding: 0 10px;
		/*background: url(images/bgsummary.png) repeat-y scroll 0 0;*/
		/*background-color: #C2C3AE;*/
	}
		#content .post h2 {
			font-size: 1em;
			background-color: #F1F1F1;
			padding: 2px 5px;
			border-bottom: 1px solid #EDEDED;
		}
			#content .post h2 a {
				color: #c93007; /*#588CB8;*/
			}
		#content .post .date {
			font-size: 0.8em;
			padding: 8px 5px;
		}
			#content .post .date a {
				color: #4DB200;
			}
		#content .post .thumb {
			width: 329px; height: 150px;
			overflow: hidden;
			margin-left: 7px;
		}
			#content .post .thumb img {
				width: 329px;
			}
		#content .post p {
			padding: 10px;
			line-height: 1.4em;
		}
		#content .post .readmore {
            display: block;
            float: right;
            /*text-indent: -5px;*/
            width: 101px;
            height: 19px;
            outline: none; /*background: url(images/readmore.gif) no-repeat 0 0;*/
        }
	#bottom {
		clear: both;
		padding: 15px 10px 0;
	}
		#bottom .box {
			width: 220px;
			float: left;
			padding: 10px;
		}
			#bottom .box h2 {
				color: #4DB200;
				font-size: 1em;
				padding-bottom: 5px;
				border-bottom: 1px solid #DDDDDD;
			}
			#bottom .box ul {
				list-style-type: none;
				padding-bottom: 10px;
			}
				#bottom .box ul li {
					font-size: 0.8em;
					border-bottom: 1px dotted #ABABAB;
					line-height: 1.4em;
					padding: 6px 0 6px 12px;
					background: url(images/bullet.gif) no-repeat 0 11px;
				}
				#bottom .box ul li a {
					color: #ffffff;
				}
				#bottom .box ul li a:hover {
					text-decoration: none;
					color: #588CB8;
				}
			#bottom .box .comments a {
				font-weight: bold;
				color: #588CB8;
			}
	#content h2.title {
		padding: 0 15px 20px;
		font-size: 0.9em;
		text-transform: uppercase;
		font-weight: normal;
	}
	#content .postnav {
		padding: 0 15px;
		font-size: 0.8em;
		text-transform: uppercase;
	}
		#content .postnav a {
			color: #588CB8;
		}
	#content .single {
		padding: 0 15px;
		/*min-height:500px;*/
	}
		#content .single a {
			color: #c93007;
		}
		#content .single h2 {
			font-size: 1em;
			background-color: #F1F1F1;
			padding: 2px 5px;
			border-bottom: 1px solid #EDEDED;
			color:#c93007;
		}
		#content .single .date {
			font-size: 0.8em;
		}
		#content .single p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#content .single ol, #content .single ul {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.4em;
		}
		#content .single blockquote {
			line-height: 1.4em;
			margin-bottom: 10px;
			padding: 10px 10px 5px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1.2em;
			margin-bottom: 8px;
		}
/** END content **/
#menutop
{
    padding: 20px;
    border: 5px solid #ffffff; /*#2D0801;*/
    width: 160px;
    position: absolute;
    top: -15px; /*190px;
    left: 1080px;
    */
    right:40px;
    /*background-color: #FFFFFF;*/
    background: url(images/bgmenutop.png) repeat-y 0 0;
    color: #000000;
    
/*    border-radius:50px 10px 50px 10px;*/
     -webkit-border-radius:30px 10px 30px 10px; /* Chrome */
     -moz-border-radius: 30px 10px 30px 10px; /* Firefox et safari*/
     -webkit-border-top-left-radius : 5px;
     -webkit-border-top-right-radius : 5px;
     -webkit-border-bottom-left-radius : 5px;
     -webkit-border-bottom-right-radius : 5px;
     
}
.flexipages_widget li li:before {
}

#menutop ul li
{
margin-top: 0pt;
margin-right: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
list-style-type: none;
list-style-image: none;
margin-bottom: 5px;
font-size: 14px;
font-weight: bold;
}
#menutop ul li a 
{
color: #c93007;
}



#menutop ul ul li, #menutop ul ol li 
{
margin-top: 3px;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 15px;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
font-size: 12px;
font-weight: normal;
list-style-type: circle;
}
#addverdon
{
    padding: 20px;
    border: 5px solid #ffffff; /*#2D0801;*/
    width: 160px;
    position: absolute;
    top: 600px; /*500px;
    left: 1080px;*/
    right:40px;
    background: url(images/bgmenutop.png) repeat-y 0 0;
    color: #000000;
    /*height: 249px;*/
/*    border-radius:50px 10px 50px 10px;*/
     -webkit-border-radius:30px 10px 30px 10px; /* Chrome */
     -moz-border-radius: 30px 10px 30px 10px; /* Firefox et safari*/
     -webkit-border-top-left-radius : 5px;
     -webkit-border-top-right-radius : 5px;
     -webkit-border-bottom-left-radius : 5px;
     -webkit-border-bottom-right-radius : 5px;
     
}
#addverdon .titleverdon {color:#812c03;font-weight:bold;}

#addcalanques
{
    padding: 20px;
    border: 5px solid #ffffff; /*#2D0801;*/
    width: 160px;
    position: absolute;
    top: 780px; /* 680px;
    left: 1080px;*/
    right:40px;
    background: url(images/bgmenutop.png) repeat-y 0 0;
    color: #000000;
    /*height: 249px;*/
/*    border-radius:50px 10px 50px 10px;*/
     -webkit-border-radius:30px 10px 30px 10px; /* Chrome */
     -moz-border-radius: 30px 10px 30px 10px; /* Firefox et safari*/
     -webkit-border-top-left-radius : 5px;
     -webkit-border-top-right-radius : 5px;
     -webkit-border-bottom-left-radius : 5px;
     -webkit-border-bottom-right-radius : 5px;
     
}
#addcalanques .titlecalanques {color:#3366cc;font-weight:bold;}
  
#sidebarbottom {width: 100%; 
background-color: #FF9900;
background-color: #2b2322; /*E1DDC7;*/ }
/** BEGIN sidebar **/
#sidebar
{
    width: 220px;
    float: left;
    /*background-color: #3E2900;*/
    background-color: #2b2322; /*E1DDC7; */
    vertical-align: top;
    position:relative;
    height:100%;    
}

/** END sidebar **/

/** BEGIN footer **/
#footer {
	/*font-size: 0.8em;
	border: 1px solid #DBDBDB;
	padding: 12px;
	color: #ffffff;
	background-color: #FFFFFF;*/
	width:1024px; 
}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 15px;
}
	#comments h2 {
		font-size: 1em;
		/*background-color: #F1F1F1;*/
		padding: 2px 5px;
		border-bottom: 1px solid #EDEDED;
	}
	#comments a {
		color: #588CB8;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/
.enteterouge{background-color: #e74310;color: #ffffff;font-weight: bold;}
.gm-map{border:solid 5px #ffffff;height:400px;width:750px;}
#nostags{clear: both;width:980px; margin-top: 5px;margin-bottom: 5px;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;}
#nostags a {
	text-decoration: none;
	color: #CC3300;
	/*background-color: #F4F4F4;*/
	margin: 7px 2px 7px 5px;
	padding: 3px 3px 0px 3px;
	
}
#nostags a:hover {
	text-decoration: underline;
	color: #ff0000;
	background-color: #F4F4F4;
}
.titremap{clear: both;height:30px;color:#ffffff;padding-top:17px;padding-bottom:2px;padding-left:20px;font-variant: small-caps;}
.titresidebar{clear: both;background: url(images/sidebartitle.png) no-repeat ; color:#ffffff;padding-top:7px;padding-bottom:2px;padding-left:15px;margin-left:-15px;margin-top:5px;}
.clearfloat{clear:both;}
#nav .current_page_item a:link, #nav .current_page_item a:visited{background-color: #990033;}
#subnav .current_page_item a:link, #nav .current_page_item a:visited{background-color: #990033;}
.email{text-align:right;}
#slogan{width:100%}
