/*

Theme Name: Kromack
Theme Style: Blog de Kromack
Theme URI: http://www.kromack.com/
Description: Theme de Kromack
Author: Kromack
Author URI: http://www.kromack.com/

Copyright 2009 kromack.com

*/

/**************** RESET *******************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
a { outline: none; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0px; }

.clearer {
	clear:both;
	font-size:1px;
	height:0;
	line-height:1px;
	margin:0;
	overflow:hidden;
	padding:0;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.hidden {
	display:none;
}

/** STYLES GENERIQUES **/

.margeur-20 { margin-top: 20px; }

.margeur-15 { margin-top: 15px; }

.margeur-b15 { margin-bottom: 15px; }

.margeur-r3 { margin-right: 3px !important; margin-right: 3px; }

.rouge {
	color: #CF1515;
	color: #CF1515 !important;	
}

.gris {
	color: #505255;	
	color: #505255 !important;
}

	/** ICONS **/
	
	.icon-error { background: url('./images/icons/error.png') left no-repeat; padding-left:25px; }
	.icon-information { background: url('./images/icons/information.png') left no-repeat; padding-left:25px; font-style: italic; color: #02649c; }

/** REGLES TYPOGRAPHIQUES **/

h1 {
	font-family: "Lucida Grande", Lucida,  Helvetica, Arial, sans-serif;
	font-size: 21px;
	line-height: 25px;
}

h1.logo {
	float:left;
	margin-bottom:0;
	margin-top: 15px;	
}

h1.logo a, h1.logo a:hover {
	background:transparent url('./images/logo-kromack-samuel-sanchez.png') no-repeat scroll left top;
	width:360px;
	height:120px;
	text-indent:-5000px;
	display:block;
}

h2 {
	font-family: "Lucida Grande", Lucida,  Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;			
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;		
}

h5 {
	font-size: 10px;
	line-height: 13px;		
}


/**************** CONTAINERS *******************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	background: #000 url('./images/bg-header.png') repeat-x scroll top;
}

#logo-kromack {
	margin-top: 15px;
}

div.wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

div.wrapper-content {
	padding-bottom: 20px;
	border-bottom:1px solid #222222;
}

div.wrapper-footer {
	margin:0 auto;
	padding:20px 0 0;
	width:925px;
}

#header {
	width: 100%;
	min-height: 155px;
	height: 155px;
}

#header-left {
	float: left;
	width: 435px;
}

#header-right {
	float: right;
	padding-right: 5px;
}

div.text-content {
	margin-left: 21px;
}

div.main-content {
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div.rss a:hover {
	text-decoration: none;
}

#rss-content {
	margin-top: 2px;
	margin-left: 10px;
	float: left;
}

.small-box-gauche {
	float: left;
	width: 49%;
}

.small-box-droite {
	float: right;
	width: 50%;
}

.side-separation {
	height: 5px;
	border-top: 1px #FF8A00 dashed;
	width: 100%;
	margin-bottom: 3px;
}

.side-separation-rouge {
	height: 5px;
	border-top: 1px #CF1515 dashed;
	width: 100%;
	/*margin-bottom: 3px;*/
	margin-bottom: 17px; /* Hack Widget */
}

.sidebar-ads {
	margin-top: 20px;
	padding-left: 10px;
}

#footer {
	background:#111111 url('./images/bg-footer.gif') repeat-x scroll center top;
	border-top:1px solid #444444;
	color:#666666;
	font-size:11.5px;
	height:430px;	
	padding-bottom:10px;
	width:100%;
}

#footer #copyright {
	color:#666666;
	font-size:11px;
	margin:15px 0 10px;
	text-align:center;
}

#footer #copyright p {
	line-height:18px;
	margin:0 0 15px;	
}

blockquote {
	padding-left: 35px;
	font-style: italic;
	margin-bottom: 15px;
} 

.social-icon-left {
	float: left; 
	text-align: center;
	margin-left: 50px;
}

.social-icon-right {
	float: right; 
	text-align: center;
	margin-right: 50px;
}

	/**************** SOCIAL LOGOS *******************/
	
	.social-logos {
		float: right;
		margin-bottom: 65px;
		margin-top: 10px;
	}
	
	.social-icon {
		float: left;
		width: 21px;
		height: 21px;
		text-indent:-5000px;
		margin-left: 5px;
	}
	
	.social-logos a.twitter {
		background: transparent url('./images/icons/twitter-logo.png') no-repeat scroll right top;
	}	
	
	.social-logos a.rss {
		background: transparent url('./images/icons/rss-logo.png') no-repeat scroll right top;
	}	
	
	.social-logos a.donation {
		background: transparent url('./images/icons/donation-logo.png') no-repeat scroll right top;
		margin-right: 5px;
	}
	
	.social-logos a.twitter:hover, .social-logos a.rss:hover, .social-logos a.donation:hover {
		background-position: 0 -21px;
	}
	
	/**************** //SOCIAL LOGOS *******************/

/**************** MENU *******************/

#menu {
	width: 100%;
	position: relative;
	margin: 0px auto;
	clear: both;
	height: 30px;
	/*background: transparent url('./images/bg-menu.png') repeat-x top left;*/
	background: url(./js/jquery-menu/images/topnav_bg.gif) repeat-x;
	padding-bottom: 20px;
}

#tabs {
	color: #000;
	height: 64px;
	text-align: center;
	float: right;
	/*margin-right: 80px;*/
	clear: both;
}

#tabs ul { margin: 0; padding-left : 10px; list-style : none; }

#tabs li {
	background: url('./images/onglet.png') no-repeat;
	background-position:  0 -13px;
	display: inline;
	width: 117px;
	height: 60px;
	float: left;
	/*padding-top: 10px;*/
}

#tabs li a {
	color: #000;
	padding: 9px 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	display: block;
}

#tabs li a:hover { color: #fff; }	
#tabs li a.current { color: #2C71AE; }	

/**************** TITRES *******************/

.box-middle-content h1, .box-small-content h1   {
	color: #505255;
	padding-left: 25px;
	background: transparent url('./images/title-arrow.png') no-repeat scroll 0 2px;
	line-height:25px;
	margin: 10px 0;
}

.box-middle-content h1:hover, .box-small-content h1:hover   {
	background: transparent url('./images/title-arrow-on.png') no-repeat scroll 0 2px;
	color: #ff8a00;
}


.box-middle-content h1 a, .box-small-content h1 a {
	color: #505255;
	font-size: 21px;
}

.box-middle-content h1 a:hover, .box-small-content h1 a:hover {
	color: #ff8a00;
	text-decoration: none;
}

.box-middle-content h2 a, .box-small-content h2 a {
	color: #505255;
	padding-left: 25px;
	background: transparent url('./images/title-arrow.png') no-repeat scroll 0 2px
}

.box-middle-content h2 a:hover, .box-small-content h2 a:hover {
	background: transparent url('./images/title-arrow-on.png') no-repeat scroll 0 2px;
	cursor:pointer;
	color: #ff8a00;
	text-decoration: none;
}

.box-middle-content h2 {
	line-height: 25px;	
	margin-top: 0 !important;
}

h2 {
	color: #FF8A00;
	/*font-size: 18px;*/
	margin: 10px 0px 10px 0px;
}

/** TITRES DES POSTS **/
h2 a {
	font-size: 21px;
}

div.post-content h2 , div.main-content h2{
	margin-top: 20px;
}

h3 {
	color: #FF8A00;
	font-size: 17px;
}

h4 {
	color: #FF8A00;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.wrapper-footer h4 {
	border-bottom:1px solid #444444;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	margin-bottom:10px;
	padding:0 0 5px;
}

/**************** LIENS *******************/

div.main-content a:link, div.main-content a:visited, div.main-content a:active, span.dummy-link {
	color: #ff863b;
}

div.main-content a:hover, span.dummy-link:hover {
	color: #ff863b;
	text-decoration: underline;
}

div.post-content a:link, div.post-content a:visited, div.post-content a:active, div.main-text a:link, div.main-text a:visited, div.main-text a:active {
	color: #ff863b;
}

div.post-content a:hover, div.main-text a:hover{
	color: #ff863b;
	text-decoration: underline;
}

div.main-author  a , div.post-author  a{
	color: #FF8A00;
}

div.main-author  a:hover, div.post-author  a:hover {
	color: #FF8A00;
}

p.preview a {
	color: #CF1515;
}

p.preview a:hover {
	text-decoration: underline;
}

div.main-comment, div.post-comment {
	background: transparent url(./images/icons/bulle.png) no-repeat scroll 0 3px;
	padding-left: 25px;
	line-height: 17px;
}

div.main-comment a , div.post-comment a{
	color: #FF8A00;
}

div.main-comment a:hover, div.post-comment a:hover  {
	color: #FF8A00;
}

ol.pings {
	color: #FFFFCC;
}

/**************** PARAGRAPHES *******************/

p.main-title {
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: "Lucida Grande", Lucida;
}

.post-content {
	margin-top: 15px;
}

div.box-middle-content p {
	margin-top: 9px;
	margin-bottom: 9px;
}

.single-tags {
	margin-bottom: 15px;	
}

.single-tags a {
	background:transparent url('images/bg-trans.png') repeat scroll 0 0;
	border:1px solid #111111;
	color:#FFFFFF !important;
	font-size:10pt;
	font-style:italic;
	font-weight: bold;
	line-height:18pt;
	margin: 0 5px 10px 0;
	padding:0 10px;	
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.single-tags a:hover {
	background:transparent url('images/bg-trans-orange.png') repeat scroll 0 0;
	text-decoration: none !important;
}

/**************** LISTES *******************/

ul.charte {
	margin-top: 10px;
	list-style-image: url('./images/puce.png');
}

ul.charte-rouge {
	margin-top: 10px;
	list-style-image: url('./images/puce-rouge.png');
}

ul.charte li, ul.charte-rouge li {
	margin-left: 40px;
	margin-bottom: 10px;
}

ul.charte li a {
	color: #FFFFEA;
	/*border-bottom: 1px #FFFFEA dashed;*/
}

ul.charte li a:hover {
	color: #FFFFEA;
	border-bottom: 1px #FF8A00 solid;
	text-decoration: none;
}

.box-middle-content ul.charte li a:hover {
	color: #FF863B;
	color: #FF863B !important;
}

ul.charte-rouge li a {
	color: #FFFFEA;
	font-weight: bold;
}

ul.charte-rouge li a:hover {
	color: #FFFFEA;
	border-bottom: 1px #CF1515 solid;
	text-decoration: none;
}

ol li {
	margin-left: 40px;
	margin-bottom: 10px;
}

.wrapper-footer .list ul {
	list-style-type:none;
	margin:0 0 20px;
	padding:0;
}

.wrapper-footer .list ul li {
	background:transparent none repeat scroll 0 0;
	font-size:11.5px;
	margin-bottom:5px;
	margin:0 15px 5px 0;
}

.wrapper-footer .list ul li a {
	color:#999999;
	font-size:11.5px;
	font-family:'Lucida Grande','Lucida Sans Unicode',sans-serif;
}

.wrapper-footer .list ul li a:hover {
	color:#FF8A00;
	text-decoration: none;
}

/**************** BOXES *******************/

div.gauche {
	float:left;
	width:592px;
}

div.droite {
	float:left;
	width:350px;
	margin-left: 8px;
	padding-left: 10px;
	color: #FFFFEA;
	/*border-left:1px solid #330000;*/
}

div.middle-box {
	margin:0;
	padding:0 10px 0 0;
	position:relative;
	width:582px;
	margin-top: 20px;
}

div.small-box {
	margin:0;
	position:relative;
	width:368px;
	margin-top: 20px;
}

div.post-meta {
	float:left;
	width:548px;
}

div.box-middle-top {
	background:transparent url('./images/box/box-middle-top.png') no-repeat scroll center bottom;
	float:left;
	height:20px;
	width:592px;
}

div.box-middle-content {
	background: transparent url('./images/box/box-middle-content.png') top left no-repeat;
	float:left;
	padding-left:15px;
	padding-right:15px;
	width:562px;
	text-align: justify;
	min-height: 150px;
}

div.box-middle-bottom {
	background:transparent url('./images/box/box-middle-bottom.png') no-repeat scroll center top;
	float:left;
	height:20px;
	width:592px;
}

div.box-small-top {
	background:transparent url('./images/box/box-small-top.png') no-repeat scroll center bottom;
	float:left;
	height:28px;
	width:368px;
}

div.box-small-content {
	background:#000 url('./images/box/box-small-content.png') repeat-y scroll 0 0;
	float:left;
	padding-left:15px;
	padding-right:15px;
	width:338px;
}

div.box-small-bottom {
	background:transparent url('./images/box/box-small-bottom.png') no-repeat scroll center top;
	float:left;
	height:34px;
	margin:0;
	padding:0;
	width:368px;
}

/**************** RECHERCHE *******************/

#search {
	background: transparent url('./images/forms/search-bg.png') no-repeat scroll left center;
	border:medium none;
	color:#ff8a00;
	font-size:13px;
	height:17px;
	padding:4px 10px;
	width:130px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#search-submit {
	background:transparent url('./images/forms/search-submit.png') no-repeat scroll right top;
	border:medium none;
	height:25px;
	width:25px;
}

#search-submit:hover {
	background-position:0 -25px;
	cursor:pointer;
}

/**************** COMMENTAIRES *******************/

label.charte {
	color:#FF8A00;
	font-size:15px;
	font-weight: bold;
}

input.charte-text {
	color:#505255;
	font-size:13px;
	font-weight: bold;
	width: 260px;
	height: 19px;
	border: 2px solid #c9c8c8;
	font-family:Arial,Helvetica,sans-serif;
}

textarea.charte-textarea {
	color:#505255;
	font-size:13px;
	font-weight: bold;
	border: 2px solid #c9c8c8;
	font-family:Arial,Helvetica,sans-serif;
	width: 555px;
}

.comment-author {
	margin-bottom: 15px;
}

.gravatar { 
	float: left;
}

.gravatar img:hover {
	cursor: crosshair;
}

.comment-text {
	float: left;
	margin-left:15px;
	width:440px;
}

.rounded-img {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
	border:1px solid #000000;
	display:inline-block;
	overflow:hidden;
}

/**************** NAVIGATION *******************/

div.navigation {
	margin-top: 20px;
}

/**************** FOOTER *******************/

.wrapper-footer .list {
	width:205px;
	float:left;
	margin-right:35px;	
}

.wrapper-footer .last {
	margin-right:0 !important;
}

.credits {
	margin:auto;
	width:207px;
}

.xiti {
	margin:auto;
	width:85px;
}

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

.userbar {
	float: left;
	margin-right: 15px;
}

/**************** WP STYLES *******************/

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 15px;
}

.alignleft {
	text-align: left;
	float: left;
	margin-right: 10px;
}
.alignright {
	text-align: right;
	float: right;
	margin-left: 15px;
}

/**************** BUTTONS *********************/

/* http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html */

a.button {
    background: transparent url('./images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('./images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

/**************** WIDGETS *******************/

ul.widget {
	margin-top: 10px;
}

ul.widget li {
	list-style:	none;
}

ul.widget li ul {
	margin-top: 10px;
}

ul.widget li ul li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-image: url('./images/puce.png');
}

ul.widget li a {
	color: #FFFFEA;
	/*border-bottom: 1px #FFFFEA dashed;*/
}

ul.widget li a:hover {
	color: #FFFFEA;
	border-bottom: 1px #FF8A00 solid;
	text-decoration: none;
}

/**************** WP STYLES *******************/

.my-twitter {
	margin-top: 10px;
	width: 290px;
	height: 59px;
	padding-top: 27px;
	padding-left: 70px;
	padding-right: 5px;
	background: transparent url('./images/bg-twitter.png') no-repeat scroll 0 0;
	font-size: 11px;
	color: #026a9b;
}

a.twitter-link { color: #0797da !important; text-decoration: none !important; }
a.twitter-link:hover { color: #0797da !important; text-decoration: underline !important; border: 0 !important; }
a.twitter-user { color: #03547a !important; text-decoration: none !important;}
a.twitter-user:hover { text-decoration: none !important; border: 0 !important;}

.flattr-container { float: right; margin-left: 15px; }