/*
Theme Name: Hultrasimple
Theme URI: http://hultrasimple.com/
Description: Hultrasimple Thème
Version: 4
Author: Hultra
Tags: design

Hultrasimple v4

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

*/

/* Begin Typography, Colors & General containers */

body {
	background: #454545;
	font: 13px/140% "Lucida Grande", Tahoma, Arial,sans-serif;
	margin: 0;
}

	/* Begin Images */
	
	img {
		border: 0;
		outline: 0;
	}
	
	p img {
		padding: 0;
		max-width: 100%;
	}
	
	img.alignleft, img.alignleft2 {
		padding: 1px;
		margin: 0 7px 2px 0;
		display: inline;
		border: solid 1px #000;
		float: left;
	}
	
	img.centered, img.aligncenter, img.aligncenter2 {
		padding: 1px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border: solid 1px #000;
	}
	
	img.alignright, img.alignright2 {
		padding: 1px;
		margin: 0 0 2px 7px;
		display: inline;
		border: solid 1px #000;
	}
	
	.alignleft {
		padding: 5px;
		display: inline-block;
		text-align: center;
	}
	
	.aligncenter {
		padding: 5px;
		margin:	0 auto;
		display: block;
		text-align: center;
	}
	
	.alignright {
		padding: 5px;
		text-align: center;
	}
	
	.alignleft img, .aligncenter img, .alignright img, img.alignleft, img.centered, img.aligncenter, img.alignright {
		-moz-box-shadow: 0 0 15px #000;
		-webkit-box-shadow: 0 0 15px #000;
	}
	
	.alignleft p, .aligncenter p, .alignright p {
		margin: 0;
		padding: 0;
		font-size: 10px;
		color: #FFF;
	}
	
	/* End Images */

a, a:visited {
	color: #32769B;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.separator {
	height: 2px;
	width: 80%;
	line-height: 2px;
	margin: 3px auto;
	background: #000;
	border-bottom: 1px solid #999;
	clear: both;
}

.separator_2 {
	height: 2px;
	width: 80%;
	line-height: 2px;
	margin: 5px auto;
	background: #000;
	border-bottom: 1px solid #333;
	clear: both;
}

#website {
	width: 980px;
	min-height: 600px;
	margin: 0 auto;
}

#page {
	width: 970px;
	min-height: 600px;
	margin: 5px auto;
}

#header {
	width: 970px;
	height: 77px;
	padding-top: 83px;
	margin: 0 auto;
	background: url('img/bg_header.png');
}

#logo {
	float: left;
}

/* End Typography, Colors & General containers */

/* Begin Menu */

#div_menu {
	margin-left: 50px;
	float: left;
}

#menu {
    margin: 0;
    padding: 0;
	clear: both;
}

#menu li{
	height: 20px;
  	margin: 20px 20px 28px 0;
	padding: 5px 10px;
    float: left;
    text-align: center;
	list-style-type: none;
	border-left: 3px solid #000;
}

#menu a, a:visited {
	font-size: 14px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#menu li:hover {
	border-left: 3px solid #2F9FDB;
}

#menu li:hover a, a:visited {
	color: #222;
}

#menu a:selected {
	color: #777;
}

/* End Menu */

/* Begin Index Preview Posts */

#content_index {
	width: 770px;
	padding: 10px 0;
	float: left;
	clear: both;
}

.post {
	width: 214px;
	margin-bottom: 20px;
	float: left;
}

.div_preview_thumbnail {
	width: 200px;
	height: 150px;
	border: 7px solid #222;
	overflow: hidden;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.div_preview_thumbnail:hover {
	-moz-box-shadow: 0 0 8px #279CDA;
	-webkit-box-shadow: 0 0 8px #279CDA;
}

.preview_post_title {
	width: 200px;
	height: 40px;
	padding: 5px 0 0;
	background: #000;
	opacity: 0.75;
	text-align: center;
	
	-moz-box-shadow: 0 3px 5px #222;
	-webkit-box-shadow: 0 3px 5px #222;
}

.preview_post_title a, .preview_post_title a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-shadow: none;
}

.preview_post_title a:hover {
	text-decoration: underline;
}

.preview_post_infos {
	height: 20px;
	width: 190px;
	padding: 1px 5px;
	margin-top: 83px;
	background: #279CDA;
	font-size: 13px;
	color: #222;
	font-weight: bold;
	text-shadow: 0 1px 0 #63C9FF;
	
	background: -moz-linear-gradient(top,  #61bae9,  #279CDA);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #61bae9), color-stop(1, #279CDA)) repeat scroll 0 0 transparent;
}

.preview_post_comment, .preview_post_date {
	width: 70px;
	float: left;
}

.preview_post_date {
	text-align: right;
}

.preview_post_comment p, .preview_post_comment img {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.preview_post_comment a, .preview_post_comment a:visited {
	font-size: 14px;
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

.preview_see_more {
	width:50px;
	height:20px;
	float:left;
	text-align:left;
	cursor: pointer;
}

.preview_see_more a, .preview_see_more a:visited {
	color: #222;
}

.preview_see_more a:hover {
	text-decoration: none;
}

.preview_excerpt {
	float:left;
	clear:both;
	font-size:10px;
	text-shadow: none;
}

.navigation {
	clear: both;
}

.navigation .alignleft, .navigation .alignright {
	width: 48%;
}

.navigation .alignleft {
	text-align: left;
}

.navigation .alignright {
	float: right;
	text-align: right;
}

.navigation a, .navigation a:visited {
	color: #2F9FDB;
	text-shadow: 0 1px 0 #000;
	font-size: 12px;
	font-weight: bold;
}

.navigation a:hover {
	color: #CE58B4;
	text-decoration: none;
}

/* End Index Preview Posts */


/* Begin Sidebar */

#sidebar {
	width: 190px;
	padding: 5px;
	margin-top: 10px;
	float: left;
	background: #222;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

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

#sidebar ul li {
	list-style-type: none;
}

.title_sidebar {
	width: 190px;
	height: 21px;
	padding-top: 4px;
	margin-bottom: 5px;
	background: #CF58B5;
	font-size: 14px;
	color: #222;
	font-weight: bold;
	text-shadow: 0 1px 0 #999;
	text-align: center;
	
	background: -moz-linear-gradient(top,  #f18ddb,  #CF58B5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #f18ddb), color-stop(1, #CF58B5)) repeat scroll 0 0 transparent;
}

.module {
	width: 186px;
	padding: 2px;
	margin-bottom: 15px;
	color: #F0F0F0;
}

#sidebar a, sidebar a:visited {
	color: #2F9FDB;
	font-weight: bold;
	font-size: 13px;
}

#recent_comments_sidebar div {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 0;
}

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

.gravatar_recent_comments {
	width: 35px;
	height: 35px;
	margin-right: 5px;
}

.gravatar_recent_comments img {
	padding: 0;
	border: 0;
}

.text_recent_comments {
	width: 142px;
}

#nav_sidebar {
	text-align: center;
}

#nav_sidebar p {
	margin: 0;
}

#form_search {
	padding: 10px 0;
}

#form_search input[type=text] {
	height: 21px;
	width: 146px;
	padding: 2px;
	background: url('img/bg_text_search.png');
	border: 1px solid #F0F0F0;
	font-size: 14px;
	font-weight: bold;
}

#form_search input[type=submit] {
	height: 27px;
	width: 30px;
	padding: 0;
	margin-left: 2px;
	border: 1px solid #F0F0F0;
	background: url('img/_icons/ok_button.png') no-repeat;
}

/* End Sidebar */

/* Begin Single */

#content_single {
	width: 740px;
	padding: 10px;
	margin:10px 10px 0 0;
	float: left;
	background: #222;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#post_single {
	width: 730px;
	padding: 5px;
	float: left;
	color: #FFF;
}

#content_single a, #content_single a:visited {
	color: #2F9FDB;
	text-shadow: 0 1px 0 #000;
	font-size: 12px;
	font-weight: bold;
}

#content_single a:hover {
	color: #CE58B4;
	text-decoration: none;
}

#top_single {
	width: 740px;
	height: 170px;
	float: left;
}

#topright_single {
	width: 500px;
	height: 150px;
	float: left;
}

#content_single h1 {
	width: 440px;
	height: 20px;
	padding: 5px 0;
	margin: 0 0 23px 40px;
	background: #4EA5D3;
	font-size: 16px;
	color: #222;
	text-shadow: 0 1px 0 #FFF;
	font-weight: bold;
	text-align: center;
	
	background: -moz-linear-gradient(top,  #b5daee,  #2F9FDB);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #b5daee), color-stop(1, #2F9FDB)) repeat scroll 0 0 transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#the_content {
	text-shadow: 0 1px 0 #000;
}

#simpli_infos_post {
	width: 40px;
	height: 100px;
	float: left;
	background: url('img/simpli_infos_post.png');
}

#infos_post {
	width: 420px;
	height: 90px;
	padding: 5px 10px;
	float: left;
	background: #CCC;
	color: #000;
	
	background: -moz-linear-gradient(top,  #F9F9F9,  #CCC);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #F9F9F9), color-stop(1, #CCC)) repeat scroll 0 0 transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#infos_post a, #infos_post a:visited {
	text-shadow: 0 1px 0 #FFF;
}

#infos_post p, #infos_post img {
	display: inline-block;
	vertical-align: middle;
}

.nav_single {
	clear: both;
}

.nav_single .alignleft, .nav_single .alignright {
	width: 48%;
}

.nav_single .alignleft {
	text-align: left;
}

.nav_single .alignright {
	float: right;
	text-align: right;
}

#bottom_article_rss {
	width: 299px;
	height: 138px;
	padding: 6px 20px 0 135px;
	margin: 0 auto 10px;
	background: url('img/simpli_bottom_article_rss.png');
	font-size: 14px;
	color: #222;
	text-shadow: 0 1px 0 #FFF;
	font-weight: bold;
}

#bottom_article_rss a, #bottom_article_rss a:visited {
	font-weight: bold;
	text-shadow: 0 1px 0 #666;
}

#title_similar_posts {
	width: 642px;
	height: 20px;
	margin: 5px auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #CE58B4;
	text-shadow: 0 1px 0 #000;
	border-bottom: 1px dotted #CE58B4;
}

#similar_posts {
	width: 672px;
	padding: 0;
	margin: 0 29px 10px;
	float: left;
}

#similar_posts li {
	width: 200px;
	height: 200px;
	margin: 0 5px;
	float: left;
	border: 7px solid #454545;
	list-style-type: none;
	
	/*background: -moz-linear-gradient(center top , #F9F9F9, #CCCCCC) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #F9F9F9), color-stop(1, #CCC)) repeat scroll 0 0 transparent;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#similar_posts li:hover {
	-moz-box-shadow: 0 0 8px #279CDA;
	-webkit-box-shadow: 0 0 8px #279CDA;
}

#similar_posts li div {
	width: 194px;
	height: 44px;
	padding: 3px;
	float: left;
	background: #000;
	text-align: center;
}

#similar_posts li a:hover {
	color: #279CDA;
	text-decoration: underline;
}

.commentlist li {
	width: 580px;
	padding: 15px;
	margin: 20px 0 0 50px;
	position: relative;
	color: #222;
	list-style-type: none;
	text-shadow: 0 1px 0 #FFF;
	
	background: #CCC;
	background: -moz-linear-gradient(center top , #F9F9F9, #CCC) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #F9F9F9), color-stop(1, #CCC)) repeat scroll 0 0 transparent;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}


.comment-author {
	width: 70px;
	height: 100px;
	margin-left: -100px;
	position:absolute;
	text-align: center;
}

.comment-author cite {
	font-style: normal;
	color: #2F9FDB;
	text-shadow: 0 1px 0 #000;
	float: right;
}

.says {
	display: none;
}

/* Comment form */

#respond {
	width: 710px;
	padding: 10px;
	background: #4EA5D3;
	
	background: -moz-linear-gradient(center top , #65aacf, #2F9FDB) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #65aacf), color-stop(1, #2F9FDB)) repeat scroll 0 0 transparent;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#respond input[type=text], #respond textarea {
	height: 25px;
	padding: 3px;
	background: #EBEBEB;
	border: 1px solid #FFF;
	font-size: 16px;
	font-weight: bold;
	color: #222;
}

#respond textarea {
	height: 150px;
	width: 700px;
}

#respond input[type=text]:focus, #respond textarea:focus {
	-moz-box-shadow: 0 0 8px #123e56;
	-webkit-box-shadow: 0 0 8px #123e56;
}

#respond label {
	font-weight: bold;
}

#respond #submit {
	width: 190px;
	height: 30px;
	border: 0;
	background: url('img/_icons/valider_button.png') no-repeat;
	cursor: pointer;
	outline: 0;
}

#respond #submit:hover {
	background: url('img/_icons/valider_button_hover.png') no-repeat;
}

/* End Single */

/* Begin Archives */

#list_of_cat {
	padding: 5px;
	margin: 0 2%;
	float: left;
	background: #CF58B5;
	
	background: -moz-linear-gradient(top,  #DDD,  #AEAEAE);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #DDD), color-stop(1, #AEAEAE)) repeat scroll 0 0 transparent;
}

#list_of_cat li {
	height: 20px;
	margin-right: 10px;
	float: left;
	list-style-type: none;
	text-align: center;
}

#list_of_cat li a {
	font-weight: bold;
	color: #222;
	font-size: 14px;
	
	text-shadow: 0 1px 0 #999;
}

#list_of_cat li a:hover {
	text-decoration: underline;
}

/* End Archives */

/* Begin Footer */

#footer {
	width: 100%;
	min-height: 230px;
	margin-top: 50px;
	background: #222222;
	clear: both;
	color: #999;
	border-top: 2px solid #CCC;
}

#footer a, #footer a:visited {
	color: #2F9FDB;
}

.div_footer {
	width: 24%;
	padding-top: 5px;
	margin-left: 1%;
	float: left;
}

.title_footer {
	width: 100%;
	height: 35px;
	float: left;
	font-size: 16px;
	color: #999;
}

.div_footer ul {
	margin: 0;
	padding: 0;
}

.div_footer li {
	width: 100%;
	list-style-type: none;
	font-weight: bold;
}

.partner {
	width: 64px;
	padding: 2px;
	margin-right: 5px;
	float: left;
	background: #666;
	text-align: center;
	color: #222;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.partner a, .partner a:visited {
	font-weight: normal;
}

#footer p {
	margin: 2px 0;
}

/* End Footer */

.div_search {
	width: 230px;
	height: 200px;
	margin: 0 12px 20px 0;
	float: left;
}

.div_search h3, .div_search p {
	margin: 3px 0;
}

#site_cache {
	width: 100%;
	height: 2500px;
	position: absolute;
	background: url('img/_icons/cache_black.png');
	z-index: 90;
	display: none;
}

#no_ie {
	width: 550px;
	height: 400px;
	padding: 5px;
	margin: -200px 0 0 -275px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #279CDA;
	z-index: 100;
	color: #FFF;
	font-weight: bold;
	display: none;
}

#no_ie a, #no_ie a:visited {
	color: #222;
	font-weight: bold;
}
