/* @override http://cavalcagire.fr/wp-content/themes/cavalcagire/style.css */

/*
THEME NAME: Cavalcagire Theme (Sandbox)
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Sobre et fonctionnel
VERSION: 1.6.2
AUTHOR: <a href="http://bastien.smeuh.org/">Bastien Baltazar</a>
AUTHOR URI:http://bastien.smeuh.org/
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, blue, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */

/* @group structure */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFECD;
	font: 90% Tahoma,Helvetica;
}

div#wrapper {
	margin: 0 auto;
	width: 960px;
	background: url(/wp-content/themes/cavalcagire/img/bando.jpg) no-repeat center top;
}

div#access {
	padding-top: 290px;
	padding-bottom: 30px;
	position: relative;
}

div#menu {
	position: relative;
	padding-left: 235px;
	bottom: 255px;
}

div#container {
float:right;
width: 790px;
position: relative;
}

div#content {
	background: #fff url(/wp-content/themes/cavalcagire/img/fond-site-cavalcagire.jpg);
	padding: 1em 1em 1em 4em;
	min-height: 500px;
	color: #000;
	text-align: justify;
}

div.sidebar {
	background-color:white;
	position: absolute;
	overflow:hidden;
	width: 200px;
	color: #000;
	top: 190px;
	z-index: 30;
}

a img{
	border: 0;
}

div#blog-description {
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}

div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#footer {
	position: relative;
	clear: both;
	padding-bottom: 15px;
	padding-right: 15px;
	text-align: right;
}

.radius,
#menu>ul>li>a,
div.commententry,
div.sidebar,
div#content {
	border: 2px solid #1f168c;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

div.commententry {
	position: relative;
	float: left;
	clear: both;
	background-color: white;
	color: navy;
	font-size: 90%;
	height: 20px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 3px;
	right: 34px;
	bottom: 29px;
}

div.commententry a {
	color: #0b057d;

}

/* @end */

/* @group menu */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu ul {


/* all lists */

	line-height: 1;
	height: 25px;
	list-style: none;
}

#menu ul ul {
	background-color: rgba(0,0,0,0.51);
	height: auto;
}

#menu ul ul ul ul {
	display: none;
}

#menu li a {
	display: block;
	padding: 2px 10px;
	line-height: 18px;
	color: white;
	background-color: #375083;
	text-decoration: none;
}

#menu li li a {
	padding: 0 1ex;
	text-decoration: none;
	line-height: 1.9em;
}

#menu li:hover a,
#menu li.sfhover a,
#menu li.active a,
#menu li.current_page_item a,
#menu li.current_page_parent a,
#menu li a:hover,
#menu li a:focus,
#menu li a:active {
	border-color: white;
	background-color: #0d2f6b;
}

#menu li li a,
#menu li:hover li a,
#menu li.sfhover li a,
#menu li.active li a,
#menu li.current_page_item li a,
#menu li.current_page_parent li a,
#menu li li:hover li a,
#menu li li.sfhover li a {
	border: none;
	background-color: transparent;
}

#menu li a:hover,
#menu li a:focus,
#menu li a:active,
#menu li a.active {
	
}

#menu li li a:hover,
#menu li li a:active,
#menu li li a:focus,
#menu li li a.active,
#menu li li:hover a,
#menu li li.sfhover a,
#menu li li.active a,
#menu li li.current_page_item a,
#menu li li.current_page_parent a {
	background-color: #375083;
}

#menu li li li a:hover,
#menu li li li a:active,
#menu li li li a:focus,
#menu li li li a.active,
#menu li li li:hover a,
#menu li li li.sfhover a,
#menu li li li.active a,
#menu li li li.current_page_item a,
#menu li li li.current_page_parent a {
	background-color: #375083;
}

/*#menu li li:hover li a {
	*background-color: transparent;
}*/

#menu li {


/* all list items */
	float: left;

/* width needed or else Opera goes nuts */
}

#menu li ul {


/* second-level lists */
	position: absolute; 
	z-index: 100;
	width: 19em;
	left: -999em;
	font-size: 12px;
}

#menu li ul li {
	
	width: 100%;
}

#menu li ul ul {


/* third-and-above-level lists */
	
	margin: -1em 0 0 17em;
	
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
	
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {
/* lists nested under hovered list items */
	left: auto;
}



/* @end */


.entry-title,.entry-meta {
clear:both;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:5px;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignleft {
	float: left;
	margin-right: 30px;
}
img.alignleft {
	background: #fff;
	border: solid 1px #d6d1c7;
	padding: 5px;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.alignright {
	clear: right;
	float: right;
	margin-left: 20px;
}
img.alignright {
	background: #fff;
	border: solid 1px #d6d1c7;
	padding: 5px;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.aligncenter {
	text-align: center;
}
.wp-caption {
	text-align: center;
	background: #fff;
	border: solid 1px #d6d1c7;
	padding: 5px 5px 0;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 10px;
}
.wp-caption-text {
	font: italic 1em/1.3em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #777;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 0;
}

/* Added by Bastien 15/03/2010*/

img.photo {
	margin: 5px;
	border: 1px solid gray;
}

img.right,
.photo-r
 {
	float: right;
	margin: 1em 0,5em 1em 0,5em;
	padding: 1em 0,5em 1em 0,5em;
}

img.left,
.photo-l
 {
	float: left;
	margin: 1em 1em 1em 0;
}

div.gallery {
clear:both;
margin:1em 0;
}

p.wp-caption-text{
font-style:italic;

}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
float: left;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}
-

div#menu-above {
margin-bottom:1em;
}

div#menu-below {
margin-top:1em;
}

div#menu-images {
height:150px;
margin:1em 0;
}

div.nav-next {
float:right;
text-align:right;
width: 40%;
	position: relative;
	bottom: 34px;
}

div.nav-previous {
	text-align:left;
	width: 40%;
	position: relative;
	padding-top: 30px;
}

div.nav-previous a, div.nav-next a{
	color: navy;
	text-decoration: none;
}

/* @group Sidebar */

ul.xoxo {
	padding-left: 2px;
}

div.sidebar h3 {
font-size:100%;
	margin: 5px;
	color: white;
	background-color: #1f168c;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	float: none;
	position: static;
	padding: 3px 1px 3px 10px;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin-left: 1px;
padding-left: 4px;
}

div.sidebar ul ul li {
font-size: 120%;
list-style-type: none;
margin: 1px 15px 1px 1px;
color: #1f168c;
	display: block;
	border-bottom: 2px dotted #1f168c;
}
div.sidebar ul ul li a {
color: #1f168c;
text-decoration: none;
line-height:140%;
font-size: 80%;

}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:none;
}

/* @end */

input#author,input#email,input#url div {
width:50%;
}

div#content ul {
	/*margin: 0 0 0 1em;*/
	margin: 5px 0 5px 1em;	font-size: 95%;
}

div#content p {
	text-indent: 1em;
	margin-left: 1em;
	margin-right: 1ex;
	margin-top: 1ex;
}

div#content h1,
div#content h2,
div#content h3 {
	clear: both;
}

div#content h1 {
	font-size: 250%;
	color: black;
}

div#content h2 {
	font-size: 280%;
	color: black;
	text-align: right;
	margin-right: 1em;
	font-weight: bold;
	padding-top: 0;
	margin-top: 10px;
	margin-bottom: 1ex;
}
div#content h2 a {
	text-decoration: none;
	color: #1f168c;
}

div#content h3 {
	background: url(/wp-content/themes/cavalcagire/img/fond-h3.png) no-repeat;
	font-size:120%;
	margin: 15px 0;
	padding: 0 5px;
	color: white;
	position: static;
	width: 459px;
	line-height: 27px;
}

div#content h3 a {
	text-decoration: underline;
	color: white;
	display: block;
	
}

div#content h4 {
	
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#content h5 {
	font-size: 110%;
	text-indent: 1.5em;
	font-weight: bold;
}

form#loginbox fieldset {
	border:  0;
}

div .entry-content .linkcat {
	list-style: none;
}

div .entry-content .xoxo.blogroll {
	clear: both;
	list-style: none;
	font-size: 120%;
	text-decoration: none;
	text-align: left;
	vertical-align: 100%;
	
}


div .entry-content .xoxo.blogroll img {
	clear: both;
	
	margin: 10px;
	float: right;
}
div .entry-content .xoxo.blogroll li {
	clear: both;
	border-top-style: dotted;
	border-top-color: navy;
	padding-left: 2em;
}
div .entry-content .xoxo.blogroll a {
	text-decoration: none;
	
}

div#content ul.postes li {
	display: block;
	list-style: none;
	font-size: 110%;
	border-bottom: 3px dotted navy;
	margin-right: 38%;
}

div#content ul.postes a{
	text-decoration: none;
	color: navy;
}

div.nav-previous, div.nav-next {
	clear: right;
	font-size: 120%;
	color: navy;
	border-bottom-style: dotted;
	border-bottom-color: navy;
}

div.nav-previous a, div.nav-next a {
	color: navy;
	text-decoration: none;
}

.clear {
	clear: both;
}

.loged {
	clear: both;
	position: relative;
}

.loged a {
	color: navy;
}
div.ddsg-wrapper h2, div.ddsg-wrapper p {
	display: none;
}

