@charset "UTF-8";
/*
Theme Name: Florganize
Theme URI: http://www.florganize.com
Description: Thème du blog de Florganize.com
Version: 3
Author: Hervé Delvaux
Author URI: http://www.webadev.com
*/
body { 
	background : #000; 
	color: #f5f5f5;
	text-align:center;
	margin:0;
	padding:0;
}

a {font-weight:bolder;}
a:visited, a:link, a:active {color:#c92068; text-decoration:none;}
a:hover {color:#ea307c; text-decoration:none;}

strong{color:#c92068;}

h1, h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #c92068;
	letter-spacing: 0.15em;
	padding-bottom:6px;
	border-bottom:1px solid #c92068;
	font-variant: small-caps;
	font-weight:normal;
}

/*h2 {letter-spacing: 0.15em;}*/
h3 {color:#a9a9a9;}

#global {
	width:970px;
	margin:20px auto 20px auto;
	text-align:left;
}

#header {
	background:	url(images/bgHeader.jpg);
	height:105px;
	padding: 0 0 0 40px;
	width:930px;
	position:relative;
}

#header ul li a {
	color:#fff;
	margin:0 4px;
	padding:4px;
}

#header ul li  a:hover {
	background:#c92068;
}

#header ul {
	position:absolute;
	left:420px;
	bottom:0;
	margin:5px 0;
	padding:4px;
	list-style-type: none;
	color:#fff;
}

#header ul li {
	display:inline;
}

#nav {
	background:#333;
	border:solid 1px #555;
	padding:4px;
	margin:16px 0;
}

#footer {
	margin: 16px 0 8px 0;
	padding: 1px 3px;
	background:#c92068;
	font-size:85%;
}

#footer p {
	margin:2px 0;
	padding:0;
}

#footer a {
	color:#fff;
}



ul#link {
	padding:0;
	list-style-type: none;	
	margin:0;
	display:block;
	heigh:20px;
	margin: 2px 0 8px 0;
	float:right;
}

ul#link li {
	line-height:20px;
	height:20px;
	margin-right:16px;
	display:inline;
	padding:2px 0 2px 20px;
}

ul#link li#sitemap { background:url(images/icons/sitemap.png) top left no-repeat;}
ul#link li#rss {background: url(images/icons/rss_16.png) top left no-repeat;}
ul#link li#facebook {background: url(images/icons/facebook_16.png) no-repeat;}
ul#link li#twitter {background: url(images/icons/twitter_16.png) no-repeat;}
ul#link li#contact {background: url(images/icons/email.png) no-repeat;}





/*********** Corps **********/
#corps {
	margin:16px 0 0 0;
	padding-bottom:16px;
}

#corps > h1:first-child, #main > h1:first-child {
	margin-top: 0.4em;	
}

#main {
	width: 696px;
	margin: 0 24px 0 0;
	float:left;
	min-height:450px; /* pour eviter des problème de footer*/
}

#main.center {
	width: 472px;
	margin: 0 24px;
}

#main.right {
	width: 730px;
	margin: 0 0 0 24px;
}


/********* Content ************/
#content {
	/*margin:12px;*/
	float: left;
	width: 694px;
	text-align:left;
}

#sidebar {
	/*
	border-top: solid 10px #333;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	*/
	margin:0 0 0 718px;
	padding: 0 8px;
	width:244px;
}


.post small {
	color:#a9a9a9;
}

.post .entry{
	text-align:justify;
	margin:0 0 16px 0;
}



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	/*padding: 5px 3px;*/
	/*text-align: center;*/
	}

#sidebar #searchform #s {
	width: 165px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

li h2 {
	border-bottom: solid 1px #dcdcdc;
	padding-bottom: 4px;
	font-size:120%;
	color:#555;
}



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
	}
/* End Images */



/******************* ICON ************************/

#corps ul.link {
	list-style-type: none;
	margin:8px 0 48px 0;
	background:#333;
	border:solid 1px #555;
	padding:8px;	
}

#corps ul.link li {
	padding-left: 20px;	
	line-height:16px;
	height:16px;
	margin:4px 0;
}

li.comments {background: url(images/icons/comments.png) no-repeat; float:right; font-weight: bolder;}
li.date {background: url(images/icons/date.png) no-repeat;}
li.feed {background: url(images/icons/feed.png) no-repeat;}
li.category {background: url(images/icons/folder.png) no-repeat;}
li.pageEdit {background: url(images/icons/page_edit.png) no-repeat;}
li.tag {background: url(images/icons/tag_blue.png) no-repeat;}
li.autor {background: url(images/icons/vcard.png) no-repeat;}

/*************/
div.info {
	margin: 16px 0;
	border: solid 1px #555;
	padding:0 8px;	
	background:#333;	
}

.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
margin-left:16px;
}

/*********************/

#wp-calendar
{
	width: 100%;
	background:#fff; 		
	padding:2px 10px;
	margin:0 0 0 0; 
	text-align:center;
	color:#333;
}

#wp-calendar caption
{
	color:#fff;
	background: #c7005d;
	margin:0;
	padding:2px;
	text-align: center;
	font-variant: small-caps;
}

#wp-calendar thead
{
	color:#fff;
	background: #333;
}

#wp-calendar td { text-align: center;}

#wp-calendar A:visited, #wp-calendar A:link, #wp-calendar A:active {color:#333333; text-decoration:underline; font-weight:bolder}
#wp-calendar A:hover {color:#c7005d; text-decoration:underline;font-weight:bolder}
#wp-calendar #prev {text-align:left;}
#wp-calendar #next {text-align:right;}

