/*
THEME NAME: FMEL
THEME URI: http://climbtothestars.org/
DESCRIPTION: Theme for FMEL website, based on design by Aurore Herscher
VERSION: 1.0
AUTHOR: Stephanie Booth
AUTHOR URI: http://climbtothestars.org
TEMPLATE: sandbox
*/

/* use any structure in /sandbox-layouts; more details in the readme*/
@import url('../sandbox/sandbox-layouts/3c-b.css'); 
@import url('fmel-houses.css');

body {
	background: url('images/fond.jpg') repeat;
}

div#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

div#container {
	background: url('images/bordure-cotes.jpg') repeat-y;
	min-height: 500px;
}

div#footer {
	background: url('images/bordure-bas.jpg') top left no-repeat;
	padding-top: 20px;
	text-align: center;
}

div#access {
		background: url('images/fond-menu.jpg') top left no-repeat;
		height: 30px;
}

div#access div.skip-link {
	position: absolute;
	top: 1em;
	left: 156px;
}

div#content {
	margin: 0 110px;
}

/* Typographie générale from "just some examples" */

.entry-title {
	clear: both;
}

div#nav-above,div#nav-below {
	width: 100%;
	height: 1em;
}

div#nav-above {
	margin-bottom: 1em;
}

div#nav-below {
	margin-top: 1em;
}

.alignleft,div.nav-previous {
	float: left;
}

.alignright,div.nav-next {
	float: right;
}

form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.req-field {
	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;
}

div.comments ol li {
	margin: 0 0 3.5em;
}

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

/* texte */
#content p, #content li, #content blockquote, .entry-meta {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;}

img {
	border: 0px;
}

div.hentry ul
{
	padding-left: 1em;
}

.hentry {
	border: 1px solid #999999;
	-moz-border-radius: 10px 10px; /* mozilla only */
	border-radius: 10px 10px; /* CSS3 */
	padding: 0px 1em 1em 1em;
	margin-top: 10px;
	max-width: 45em;
}

.hentry h2 {
/*	max-width: 45em; */
}

.post .entry-title {
	margin-bottom: 1px;
}

/* date */

div.entry-date{
	font-size: .7em;
	text-decoration: none;
}

div.entry-date abbr {
	text-decoration: none;
	border-bottom: 0px;
}

/* liens */
a {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	text-decoration: underline;}a:link {	color: #666666;}a:visited {	color: #669999;}a:hover {	color: #999999;}a:active {	color: #336666;}

/* titres */
/* h1 est le titre du blog, h2 le premier niveau de titre sur une page (titre de la page) */

h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;
}

h2 {color:#333;font-weight:bold;
font-size: 1.5em;}

h3 {	color: #666;	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}

h4 {	color: #666;
	font-size: 1em;}

h5 {
	color: black;
}

h6 {
	font: Courier New, Courier, serif;
}


/* barre de menu */

div#menu {
	height: 1.5em;
	padding: 0.2em 0px 0px 1.5em;
	/* 1.5 em linked to padding left/right in div#menu ul a */
	color: #fff;
}

div#menu ul a {
	text-decoration: none;
	padding: 0.1em 0.8em 0.1em 0.8em;
	color: #fff;
	font-size: 0.7em;
	vertical-align: top;
}

div#menu ul a:hover, div#menu ul li:hover ul li a:hover {
	background: #8c8c8c;
}

div#menu ul, div#menu ul ul, div#menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}
div#menu ul li {
	float: left;
}

div#menu ul li:after {
	content: "|"; 
}

div#menu ul ul li:after {
	content: ""; 
}

div#menu ul ul {
	display: none;
}

div#menu ul ul li {
	float: none;
}

div#menu ul ul li a {
	margin: 0;
	padding: 0;
	color: #fff;
}

div#menu ul li:hover ul {
	display: block;
	padding-top: 0.5em;
	background: #3f3f3f;
	position: absolute;
	clear: right;
}

div#menu ul li:hover ul li a {
	background: #3f3f3f;
	border: none;
	display: block;
	padding: 0.1em;
	width: 12em;
}

div#menu ul li.current_page_item a {
	background: #8c8c8c;
	color: #fff;
}

/* header */

div#header {
	background: url('images/header.jpg') no-repeat;
	height: 164px;
}

div#header div#blog-description {
	display: none;
}

div#header h1 {
	background: url('images/logo.png') no-repeat;
	height: 91px;
	width: 162px;
	text-indent: -1000em;
	overflow: hidden;}
div#header h1 a {
	display: block;
	height: 91px;
	width: 162px;
}

/* titres */
/* h1 est le titre du blog, h2 le premier niveau de titre sur une page (titre de la page) */
/*
h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;
}

h2 {color:#333;font-weight:bold;}

h3 {	color: #666;	font-weight: bold;}

h4 {	color: #666;}

h5 {
	color: black;
}

h6 {
	font: Courier New, Courier, serif;
} */

/* sidebars */

div.sidebar {
	width: 80px;}

div#primary, div#secondary {
	margin: 0px;
}

#primary .xoxo{
position:absolute;
top:190px;
left:-55px;
}
#secondary .xoxo{
position:absolute;
right:15px;
top:190px;
}

div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li {
/*	margin: 0;
	padding: 0; */
}

div.sidebar li {
	list-style: none;
	margin: 0 0 1em;
}

div.sidebar li form {
	margin: 0.2em 0 0;
	padding: 0;
}

div.sidebar ul ul {
	margin: 0 0 0 1em;
}

div.sidebar ul ul li {
	list-style: disc;
	margin: 0;
}

div.sidebar ul ul ul {
	margin: 0 0 0 0.5em;
}

div.sidebar ul ul ul li {
	list-style: circle;
}
h3.widgettitle{
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-size: 0.9em;
}
/* navigation maisons */

div.sidebar ul ul.maisons {
	margin: 0px;
}

div.sidebar ul ul.maisons li {
	list-style-type: none;
}

p.foot {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

/* recherche */

div.sidebar input#s {
	width: 10em;
	height: 0.7em;
}

#search {
margin-left:-148px;
position:absolute;
top:-10px;
width:12em;
}

#search h3 {
	display: none;
}

#searchform {
	vertical-align: middle;
}

#searchform #searchsubmit {
	vertical-align: top;
	height: 0.7em;
}

/* meta */

li#meta h3 {
	padding-left: 40px;
}

#langswitch, #langswitch a, #langswitch a:visited, #langswitch a:link {
	font-size: 12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color: black;
	font-weight: bold;
}

#langswitch {
		position: absolute;
	top: 1em;
	right: 1em;
}