/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	font: 11px/18px Verdana, "Bitstream Vera Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #6e7073;
	outline: none;
}

p {
	margin: 0 0 20px 0;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

blockquote:before,
q:before {
	content: open-quote;
}
blockquote:after,
q:after  {
	content: close-quote;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
}

label {
	cursor: pointer;
	cursor: hand; /* pour IE */
}

/* Donne l'aspect d'une touche de clavier aux élément kbd */
kbd { /*Personalisation de la balise keyboard: <kbd>*/
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	background: #faf6f6;
	color: #000;
	border-color: #edd #baa #baa #eed;
}

acronym, abbr {
	border-bottom: 1px dotted;
	cursor : help;
}

code {
	font-family: "Lucida Console", Monaco, monospace;
}
.small-caps {
	font-variant: small-caps;
}

/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}

/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}

 /* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 110%;
	font-style: italic;
}

caption,
th,
td {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

p.top {
	margin:0;
}
a#to-content,
a#to-content:visited {
	background: #e9eaea;
	border: 1px dashed #777;
	left: -32697px;
	padding: 10px;
	position: absolute;
}
a#to-content:focus {
	left: 0;
}


#page {
	width: 940px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 200px;
}

#content-top {
	padding: 20px 0 0 0;
	background: #fff;
}

#content {
	float: left;
	width: 600px;
}

#sidebar {
	float: right;
	width: 320px;
}


/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 3ex;
	font-size: 3em;
	font-weight: normal;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h2 {
	margin: 0 0 20px 20px;
	font-size: 2em;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 1.8em;
	font-weight: bold;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

div#sidebar h4 {
	margin: 0 0 10px 0;
	font-size: 1.5em;
}

div#content h4 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

h5 {
	margin: 0 0 12px 0;
	font-size: 1.3em;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(../img/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */

.description {
	margin-left: 30px;
	font-size: 1.2em;
}

/** box left */

.box-left {
	margin: 0 0 40px 20px;
	position:relative;
}
	
.meta {
	clear: both;
	float: left;
	padding: 10px;
	background: #fff url(../img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(../img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(../img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-tags {
	padding: 0 10px 0 15px;
	background: url(../img/bg-meta-tags.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(../img/bg-meta-comments.gif) no-repeat 0px 2px;
	margin-left: 30px;
}

address.author {
	display: inline;
	padding: 0 10px 0 15px;
	font-style: normal;
}

/** box right */

.box-right {
	margin: 0 20px 20px 0;
	padding: 20px;
	background: #f7f7f7 url(../img/bg-box-right.gif) no-repeat left top;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
}

.box-right li.linkcat {
	border: none;
	margin-bottom: 15px;
}

.box-right ul li ul.children {
	border-top: 1px solid #DEDEDE;
	margin-bottom:-6px;
	margin-left:10px;
	margin-top:5px;
}


/*	##################################
   	EDIT LINK
	################################## */
	
.box-left .entry-editlink,
.comment .comment-editlink {
	background:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	font-size: .8em;
	opacity:.60;
	padding:4px 7px;
	left:-32697px;
	position:absolute;
	top:0;
}
.box-left .entry-toplink {
	background:#900;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	font-size: .8em;
	opacity:.60;
	padding:4px 7px;
	left:-32697px;
	position:absolute;
	bottom: 0;
}
.box-left:hover .entry-editlink,
.comment:hover .comment-editlink,
.box-left:hover .entry-toplink,
.box-left.hover .entry-editlink,
.comment.hover .comment-editlink,
.box-left.hover .entry-toplink {
	left: auto;
	right:0;
}
.box-left .entry-editlink a,
.box-left .entry-editlink a:visited,
.comment .comment-editlink a,
.comment .comment-editlink a:visited,
.entry-toplink a,
.entry-toplink a:visited {
	color:#fff;
	text-decoration: none;
}


/*	##################################
   	SEARCHFORM
	################################## */

#nav form {
	position: absolute;
	width: 940px;
	bottom: 0px;
}

#sidebar form {
	width: 250px;
}

input[type=text]:focus,
textarea:focus {
	border: 2px solid #5E5E5E;
	margin: 0;
}

input.input {
	width: 146px;
	height: 14px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin: 1px;
	background: url(../img/bg-menu.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #F7F7F7;
}

input.button {
	width: auto;
	height: 24px;
	margin-top: 0px;
	padding: 1px 10px;
	background: #4a4f54;
	border: none;
	color: #F7F7F7;
}

/*	##################################
   	PAGINATION
	################################## */

.pagination {
	font-weight: bold;
	font-size: 1.2em;
}
.pagination .previous {
	float: left;
	padding: 18px;
}
.pagination .next {
	float: right;
	padding: 18px;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0 0 10px 0;
}

#footer .left {
	float: left;
	width: 400px;
}

#footer .right {
	float: right;
	width: 400px;
	text-align: right;
}

/* wordpress stats */
img#wpstats {
	display:none;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}
.clear hr {
	display:none;
}

.loading {
	background: url(../img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}


/*	##################################
   	MAIN NAVBAR
	################################## */

#nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background: url(../img/bg-menu.gif) repeat-x left top;
	width: 940px;
	line-height: 40px;
	}
	
#nav ul {
	list-style: none;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#nav a, #nav a:hover {
	display: block;
	background: url(../img/bg-menu-a.gif) no-repeat right top;
	text-decoration: none;
	border: none;
	}

#nav li {
	float: left;
	list-style: none;
	}

#nav a, #nav a:visited {
	display: block;
	color: #fff;
	padding: 0 20px;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	text-decoration: none;
	}

#nav #search {
	float:right;
	margin: 6px 6px 0 0;
}

#nav input[type=text]:focus {
	border: 2px solid #F7F7F7;
	margin: 5px 5px 0 0 !important;
}

/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #6e7073;
	line-height: 30px;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #6e7073;
	border-right: 1px solid #6e7073;
	border-left: 1px solid #6e7073;
	background: #1e1f21;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	background: #1e1f21;
	}

#nav li li a:hover, #nav li li a:active {
	background:#4a4f54;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover {
	background:none;
}