/*
THEME NAME: marco
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: A theme rich with powerful and dynamic semantic class selectors; a canvas for CSS artists
VERSION: 1.0
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">ScottAllan Wallick</a>
AUTHOR URI:
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('2c-l.css');@import url('class.css');@import url('balise.css');@import url('editor.css');



#wrapper{
	width:910px;
	margin-right:auto;
	margin-left:auto;
	border:#ccc 1px solid;
}

#header{
	margin:auto;
	height:30px;
	width:900px;
	background:transparent;
}

h1#blog-title{
	padding-top:10px;
	padding-left:710px;
	margin:0;
}

h1#blog-title a{
	text-decoration:none;
	font-weight:bold;
	color:#C8560D;
	font-size:large;
}

#blog-description{
	background-color:transparent;
	height:30px;
        position:absolute;
        top:0;
	color:#B5B3A4;
}

.background-spectacle{
        background-image:url(/wordpress/wp-content/themes/marco/images/fond-spectacle.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}

#primary input#s{
	width:7em;
} 

#primary ul,#primary li {
	margin:0;
	padding:0;
	list-style:none;
}

#primary li form{
	margin:0.2em 0 0;
	padding:0;
}

#primary a{
        color:#333;
        text-decoration:none;
	font-size:0.8em;
}
#primary ul ul li a{
	padding:1px;
	margin:0;
	border-bottom:#ccc 1px solid;
	display:block;
	height:17px;
	text-indent:20px;
	background-color:#EAEADE;
	background-image:url(/wordpress/wp-content/themes/marco/images/puce.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#primary ul ul li a:hover{
	padding:1px;
	margin:0;
	border-bottom:#ccc 1px solid;
	display:block;
	height:17px;
	text-indent:20px;
	background-color:#fff;
}


#primary ul ul ul li a{
	text-indent:30px;
	margin:0;
	border-bottom:#ccc 1px solid;
	display:block;
	height:inherit;
	background-color:#EAEADE;
	background-image:url(/wordpress/wp-content/themes/marco/images/puce2.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#primary ul ul ul li a:hover{
	text-indent:30px;
	margin:0;
	border-bottom:#ccc 1px solid;
	display:block;
	height:inherit;
	background-color:#fff;
}


div#primary .widget{
	float: right;
	width: 200px;
	clear: right;
	background:#EAEADE;
}

#pages .current_page_item a{
	background-color:#fff;
	color:#000;
}

#nav-above,#nav-below{
	width:665px;
	float:right;
	clear:both;
	margin-top: 20px;
}

#sub-menu{
	background:url(/wordpress/wp-content/themes/marco/images/widgettitle.jpg)repeat-x top #EAEADE;
	padding:20px 4px 20px 4px;
	border-bottom:#ccc 1px solid;
	opacity: 0.8;
	margin-top: 10px;
}

#respond{
	margin-top:60px;
}
#respond h3{
	font-weight:bold;
}


form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}

input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}

textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}


#footer{
	text-align:center;
	height:0px;
        font-size:small;
}

#footer a {
	color:#B5B3A4;
}

/* galerie d'images */
.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

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%;
}

.exergue {
	background-color: #EAEADE;
	border: #C8560D 1px solid;
	margin: 0.5em 0.5em;
	padding: 0.5em 0.5em;
}