/*  
Theme Name: Kanope Blog
Theme URI: http://www.kanope.fr/
Description: Le thème de Kanope.fr
Version: 1.6
Author: Laurent Belando - saluces design
Author URI: http://www.saluces.com/

	Kanope v1
	http://www.kanope.fr

*/

/* @group Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background-color: #B6C76D;
}

#content {
	font-size: 1.2em;
}

.entry p {
	font-size: 11px;
}

.entry {
	line-height: 1.4em;
}

.postmetadata {
	font-size: 0.9em;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 0.9em;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 1em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #86a20b;
	text-decoration: none;
}

a:hover {
	color: #006837;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* @end */

/* @group Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	width: 2830px;
	position: relative;
}

.wrapper {
	position: relative;
}

/* @group header */

#header {
	position: absolute;
	bottom: 0;
	height: 90px;
	width: 2830px;
	background: url(images/courbe.png) repeat-x -510px top;
}

#headerimg h1 {
	float: left;
	width: 200px;
	height: 90px;
	margin: 0;
	padding: 0;
}

#headerimg h1 a {
	display: block;
	width: 120px;
	height: 40px;
	margin: 30px 0 0 25px;
	background: url(images/header-logo.gif) no-repeat;
}

#headerimg h1 a span,
#headerimg .description {
	position: absolute;
	left: -3000px;
	display: none;
}

#headermenu {
	list-style: none;
	height: 72px;
	margin: 0 0 0 160px;
	padding: 18px 0 0 0;
}

#headermenu li {
	float: left;
}

#headermenu li a {
	color: #FFF;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	display: block;
	min-width: 70px;
	width: auto !important;
	width: 70px;
	height: 42px;
	padding: 30px 15px 0 15px;
}

#headermenu li a:hover {
	background: url(images/header-menu-hover.gif) no-repeat center top;
}

#headermenu li.current_page_item a {
	background: url(images/header-menu-select.gif) no-repeat center top;
}

/* @end */

/* @group content
 */

#content {
	width: 2620px;
	min-height: 448px;
	height: auto; !important 
	height: 448px;
	margin: 0;
	padding: 32px 10px 100px 200px;
	background: #FFF url(images/content-bg.gif) no-repeat left bottom;
}

#content .post {
	width: 550px;
	margin-right: 105px;
	float: left;
}

.post h2 {
	color: #86a20b;
	margin-bottom: 0;
}

.post h2 a {
	color: #86a20b;
}

.postmetadata {
	clear: left;
}

/* @end */

/* @group sidebar */

#sidebar {
	color: #FFF;
	margin: 10px 0 0 30px;
}

#sidebar h2 {
	color: #FFF;
}

#sidebar a {
	color: #FFF;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	width: 155px;
	height: 155px;
	margin-right: 15px;
	float: left;
	border-right: 1px solid #006837;
}

#sidebar ul li ul {
	margin: 10px 0;
}

#sidebar ul li ul li {
	height: auto;
	float: none;
	border-right: none;
}

/* @end */

/* @group footer */

#footer {
	color: #FFF;
	float: left;
}

#footer h2 {
	width: 150px;
	height: 29px;
	margin-top: 5px;
	background-image: url(images/footer-pierregadoin.gif);
}

#footer h2 span {
	position: absolute;
	left: -3000px;
	display: none;
}

#footer p {

	}

/* @end */

/* @end */

/* @group Headers */
h1 {

	}

h2 {

	}

h3.pagetitle {
	margin: 0;
}

#sidebar h2 {
	
	}

h3 {

	}

h3.comments {

	}

/* @end */

/* @group Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

/* @end */

/* @group Lists */

html>body .entry ul {

	} 

html>body .entry li {

	}

.entry ul li:before, #sidebar ul ul li:before {

	}

.entry ol {

	}

.entry ol li {

	}

.postmetadata ul, .postmetadata li {

	}

#sidebar ul, #sidebar ul ol {

	}

#sidebar ul li {

	}

#sidebar ul p, #sidebar ul select {

	}

#sidebar ul ul, #sidebar ul ol {

	}

#sidebar ul ul ul, #sidebar ul ol {

	}

ol li, #sidebar ul ol li {

	}

#sidebar ul ul li, #sidebar ul ol li {

	}

/* @end */

/* @group Form Elements */
#searchform {

	}

#sidebar #searchform #s {

	}

#sidebar #searchsubmit {

	}

.entry form { /* This is mainly for password protected posts, makes them look better. */

	}

select {

	}

#commentform input#author {
	width: 40%;
	border: 1px solid #b6c76d;
}

#commentform input#email {
	width: 40%;
	border: 1px solid #b6c76d;
}

#commentform input#url {
	width: 40%;
	border: 1px solid #b6c76d;
}

#commentform textarea {
	width: 100%;
	height: 88px;
	border: 1px solid #b6c76d;
}

#commentform #submit {

	}

/* @end */

/* @group Comments */
.alt {

	}

.commentlist {

	}

.commentlist li {

	}

.commentlist p {

	}

#commentform p {

	}

.nocomments {

	}

.commentmetadata {

	}

/* @end */

/* @group Sidebar */
#sidebar
{

	}

#sidebar form {

	}

/* @end */

/* @group Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* @end */

/* @group Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {

	}

blockquote {

	}

blockquote cite {

	}

.center {
	text-align: center;
	}

hr {

	}

a img {
	border: none;
	}

.navigation,
.edit_post_link {
	height: 22px;
	margin: 0;
	padding: 20px 50px 0 0;
	clear: both;
}

.navigation a,
.edit_post_link a {
	display: block;
	background-color: #FFF;
	border: 1px solid #b6c76d;
	font-size: 11px;
	padding: 4px;
}

.navigation a:hover,
.edit_post_link a:hover {
	text-decoration: none;
	background-color: #b6c76d;
	border: 1px solid #006837;
	font-size: 11px;
	padding: 4px;
}

.edit_post_link a {
	float: left;
}

/* @end */
