/*
Theme Name: key-connection
Theme URI: http://www.incite.fr
Description: key-connection pour wordpress par <a href="http://www.incite.fr">incite formation</a> basé sur les thèmes : <a href="http://vanillamist.com/blog/?page_id=81">connections</a> et <a href="http://www.el73.be/drunkey-love/themes/">drunkey-love</a>
Version: 1.0
Author: incite formation
Author URI: http://www.incite.fr

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Mise en page perso ****************/

#secondary .intra {
	padding: 0 ;
	margin: 0;
	font-size: 1.7em;
	font-weight: regular;
	text-align: center;
	border: 0;
	background: url(images/bg_sidebar.jpg);
	height: 29px;
}

.right_space {margin-right:100px;}

#adhesion fieldset {
  padding: 10px 10px 20px 10px;
  width:30em;
  background:#E7EEF5;
  border:#00487C 1px solid;
}

#adhesion h2 {margin:0; font-size:1.4em;}

#adhesion {margin: 20px 0;}

#adhesion input {width:20em;}
#adhesion input.short { width:10em;}

#adhesion label {
  display:block;
  float:left;
  width:6em;
}

.wr {float:right;width:50%;}
.wl {float:left;width:50%;}

em {color:#89003D;background:#E7EEF5;}

/** HTML ELEMENTS ------------------------**/ 
html * {margin: 0;}

html, body {
	padding: 0;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
	font-size: 0.9em;
	background: url(images/bgbody.jpg) repeat-x;	
}

a, a:visited {color: #D8560F; text-decoration: none;}

a:hover {color: #363C45; text-decoration: none;}

p, ul, ol {margin-top: 10px;}

ul, ol {
	padding-left: 0;
	margin-left: 30px;
}

h1, h2 {
	margin-top: 22px;
}

h1, h2 {
	font: 1.3em Arial, Verdana, Helvetica, Geneva, sans-serif;
	line-height: 1.4em;
	margin-bottom: 0;
	padding: 0 0 0 5px;
	background: #d6c898;
	color: #363C45;
}

h2 a, h2 a:visited, h1 a, h1 a:visited {
	text-decoration: none;
	color: #363C45;
}

h1 a:hover, h2 a:hover {color: #D8560F;}

h1 {font-size: 1.3em;}

h3 {margin-top: 1em;}

h6 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	color: #333;	
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed #999;	
}

hr {display: none;}

blockquote {
	border-left: 5px solid #ccc;
	padding-left: 10px;
}

code {font: 110% 'Lucida Console', Courier New, Courier, monospace;}

pre {overflow: auto;}

/** HEADER ------------------------**/

#header {
	height: 185px;
	background: url(images/header.png) no-repeat center top;
	text-align: right;	
	
}

#blog-title {
	padding: 135px 30px 0 30px;
	font: 1.1em Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	color: #EE5907;
	text-align:left;	
}

#blog-title a {
	color: #272117;	
}

#blog-title a:hover {
	color: #ffffff;	
}

#blog-desc {
	font-style:italic;
	font-size:0.6em;
	color:#FFFFFF;
	margin:0;
	padding:0 0px 0 0;
	text-align:left;	
}

#topnav {
	list-style:none;
	font-size:1em;
	margin:0 auto;	
	padding:6px 30px 0 30px;
	text-align:left;	
	font-family:Verdana, Arial, Sans-Serif;
}

#topnav li {
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
	font-weight:regular;
}

#topnav  a {
	color:#272117;
}

#topnav  a:hover {
	color:#ffffff;
}

/** FOOTER ------------------------**/

#footer  {font-size: 0.8em; text-align: center; padding: 50px 0 20px; clear: both;}

#footer .dispo {
	width: 920px;
	padding: 0px 0px 10px 0px ;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	margin: 0 auto;
}

/** CONTENT ------------------------**/

#main {
	width: 983px;
	margin: 0 auto;
	background: #fff url(images/rap.gif) repeat-y;
	
}

/** PRIMARY CONTENT (ENTRIES, COMMENTS, ...) ------------------------**/

#primary {
	width: 720px;
	padding: 0 10px 0 30px;
	float: left;
	background: url(images/bar-vertical.jpg) no-repeat right top;
}

.entry {
	text-align:justify;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	
}

#primary ul.archive-nav {
	list-style-image: none;
}

.meta {
	font-size: 0.85em;
	clear: both;
	color: #333;
}


.meta span {
	padding-left: 14px;
	background: url(images/doc.png) no-repeat left center;
}

.meta span.tags {
	background-image: url(images/folder.png);
}

.meta span.comments {
	background-image: url(images/comment.png);
}

.meta span.author {
	background-image: url(images/author.png);
}

.meta span.trackback {
	background-image: url(images/trackback.png);
}

.meta span.delicious {
	background-image: url(images/delicious.png);
}

#primary .totop img {
	width: 11px;
	height: 11px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

#primary .totop {
	margin-left: 710px;
	clear: both;
}

.gravatar {
	float: right;
	margin: 30px 0 15px 10px;
}

#comments h2 {
	margin-top: 30px;
}

#comments ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
}

#comments li {
	clear: both;
}

#comments ol div.poster {
	clear: both;
	padding: 0 20px;
	font-size: 0.95em;
	color: #333;
}

#comments ol.no-gravatars div.poster {
  float:left;
	padding: 5px 0px 10px 0px;
}

#comments ol div.body {
	width: 580px;	
	margin:5px 0;
	padding:10px 10px 20px 10px;
	background:#E7EEF5;
	border:#00487C 1px solid;
}

#comments ol.no-gravatars div.body {
	padding: 0px 5px 30px 10px ;
}

#comments fieldset {
	margin: 5px 0 0 0;
	padding: 0 80px 0 20px;
	width: 330px;
	border: 1px solid #fff;
}

#comments legend {
	display: none;
}

#comments form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#comments form li {
	margin: 5px 0;
}

#comments .textfield {
	width: 50%;
}

#comments textarea {
	width: 98%;
}

#comments .number {
	font: 1.5em Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	color: #ccc;
	text-align: right;
	padding: 0;
	margin: 0;
	width: 3em;
	float: right;
}

.archive-nav {
	font-size: 0.9em;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	list-style-image: none;
}

.archive-nav li {
	width: 180px;
}

.archive-nav li a {
	display: block;
	width: 164px;
}

.back {
	float: left;
}

.back a {
	padding-left: 16px;	
	background: url(images/back.png) no-repeat left center;
}

.next {
	float: right;
	text-align: right;
}

.next a {
	padding-right: 16px;
	background: url(images/next.png) no-repeat right center;	
}

#primary h1 img, #primary h2 img, #primary h3 img {
padding: 0;
border: none;
}

/** SECONDARY CONTENT (SIDEBAR STUFF) ------------------------**/

#secondary {
	padding: 10px 30px 0px 0px ;
	width: 183px;
	float: right;
	font-size: 1em;
	text-align: right;
}

#secondary h2 {
	margin: 10px 0 0 0;
	padding: 2px 4px 2px 4px ;
	font-size: 1em;
	color: #fff;
	background: url(images/h2.jpg) #272117;
	height: 26px;
}

#secondary h2 a {
	color: #fff;
}


#secondary ul  { 
	font-size: 1em; 
	background: url(images/bg_sidebar.jpg); 
	list-style-type: none; 
	margin: 0 0 10px; 
	padding: 4px; 
	border: 0
}

.nav p {
	margin: 10px 0 0 0;
	padding: 4px ;
	font-size: 0.9em;
	text-transform:lowercase;
	background:#D6C898;
	border:#272117 1px solid;
}

#searchform fieldset {
	padding: 8px 4px 6px 4px;
	margin: 0;
	border: #272117 1px solid;
	background: #D6C898;
}

#searchform legend, #searchform label {display: none;}

#searchform #searchsubmit {
  float: right;
}

#searchform #s {
  float: left;
}

#blog-description {
	text-transform:lowercase;
	padding: 5px 0 0 0;
}


ul.linklist, ul.linklist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	border-top: 1px solid #ccc;
}

ul.linklist ul {
	border: none;
}

ul.linklist a, ul.linklist ul a {
	padding: 0.1em 0;
	width: 100%;
	display: block;
	text-decoration: none;
	color: #363C45;
}

ul.linklist ul a {
	width: 95%;
	padding-left: 5%;
}

ul.linklist a:hover {
	color: #D8560F;
}

ul.descriptionlist  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.descriptionlist  li {
	margin-bottom: 0.5em;
}

#sidenotes h3 {
	font-size: 1em;
}

#sidenotes p {
	margin-top: 0;
}

ul.cloud {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

.cloud li {
	display: inline;
	margin-right: 5px;
}

.cloud a, .cloud a:hover {
	color:#fff;
	background: #fff;
	padding: 0px 0px 8px 0px;
}

/** UTILITIES ---------------------------**/
 
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height:0;
}

.hide {display: none;}

.center {text-align: center;}

.alignright, .lzimg-right {float: right;}
	
.alignleft, .lzimg-left {float: left;}

#primary img, #photos img  { padding: 0px 4px 0px 4px; }
#primary img.nopad  { padding: 0; }
#primary .totop img {border: 0;}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright, img.lzimg-right {
	padding: 4px;
	margin: 15px 0 15px 15px;
	display: inline;
}

img.alignleft, img.lzimg-left {
	padding: 4px;
	margin: 15px 15px 15px 0;
	display: inline;
}
	
img {	border: 0;}

img.noborder {border: none;}

img.simple, #primary img.wp-smiley {
	padding: 0;
	margin: 0;
	border: 0;
}

.flickr {
	color: #06c;
}

.flickr span {
	color: #c00;
}

#primary a.extlink {
	padding-right: 12px;
	background: #fff url(images/external-link.png) no-repeat right center;
}
