/*
Theme Name: Smooth maison
Theme URI: http://crayhne.com
Version: 1.0
Author: Crayhne
Author URI: http://crayhne.com
Tags: fixed-width, light, orange, blue, three-columns
*/

@import "http://www.crayhne.com/lire/wp-content/themes/smooth/css/reset.css";

/* 
Palette de couleurs: http://fr-fr.colourlovers.com/palette/816413/Love_Bug_Bundles
	#97B833: Sweet Pea Green (vert)
	#CC6600: 164~Heatland (orange)
	#333333: Grr-ey (gris)
	#4C2600: choco choco (marron)
	#5588AA: Romance 2 (bleu)
	#6D2E4C: Bordeaux-grenat
	#3D3070: violet foncé
*/

/*
####################################################################
Structure
#################################################################### */
body {
	font: small Arial;
	color: #444;
	background: #333;
}

.post a, .post a:link {
	color: #5588AA;
}
	.post a:hover {
		color: #CC6600;
	}

#nav {
	width: 100%;
	background: #666;
	border-bottom: 1px solid #fff;
}
	#navContent {
		width: 940px;
		margin: 0 auto;
		color: #fff;
	}
		#navContent ul {
			float: right;
		}
		#navContent ul li {
			display: block;
			float: left;
			margin-left: 30px;
			padding: 10px 0;
		}
		#navContent ul li.current_page_item, #navContent ul li.current_page_parent {
			font-weight: bold;
			background: url(images/navSelected.png) no-repeat bottom center;
			padding: 9px 0 10px 0;
		}
			#navContent ul li ul {
				display: none;
			}
	#navContent a, #navContent a:link, #navContent a:visited {
		color: #fff;
		text-shadow: 0 1px 0 #333;
	}
	#navContent a:hover {
		color: #ccc;
		text-shadow: 0 1px 0 #333;
	}
	#navContent a:active {
		color: #ccc;
		text-shadow: 0 -1px 0 #333;
	}

#wrapper {
	width:940px;
	padding:0 10px;
	margin:0 auto;
	background: transparent url(images/bg.png) no-repeat top center;
}

#header {
	padding: 30px 0 25px 0;
}
	#header .left {
		margin-left: 160px;
	}

#footer {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	padding-top: 15px;
}
	#footerContent {
		width: 780px;
		margin: 0 auto;
		padding-left: 160px;
		font-size: .75em;
		color: #888;
	}
	#footerContent a, #footerContent a:link, #footerContent a:visited {
		color: #888;
		font-weight: bold;
	}
	#footerContent a:hover, #footerContent a:active {
		text-decoration:underline;
	}

/*
####################################################################
General
#################################################################### */
.col140 {
	float: left;
	width: 140px;
	margin-right: 20px;
}
	.col140 a, .col140 a:link, .col140 a:visited, .col140 a:active,
	#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:active {
		color: #58a;
	}
	.col140 a:hover,
	#sidebar a:hover {
		color: #c60;
	}

.col300 {
	float: left;
	width: 300px;
	margin-right: 20px;
	text-indent:30px;
}

.col460 {
	float: left;
	width: 460px;
	margin-right: 20px;
}

.col620 {
	float: left;
	width: 620px;
	margin-right: 20px;
}

.left {
	float: left;
}
	.alignleft {
		float: left;
		margin: 0 20px 10px 0;
	}
	.left a, .left a:link {
		color: #5588AA;
	}
	.left a:hover {
		color: #CC6600;
	}
	.left h1 a, .left h1 a:link, .left h1 a:visited, .left h1 a:active {
		text-decoration: none;
		color: #58a;
		text-shadow: 1px 1.5px 0 #333;
	}
	.left h1 a:hover {
		text-shadow: 0 1.5px 0 #c60;
	}
.right {
	float: right;
}
	.right a, .right a:link {
		color: #5588AA;
	}
	.right a:hover {
		color: #CC6600;
	}
	.alignright {
		float: right;
		margin: 0 0 10px 20px;
	}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.clear {
	margin-right: 0;
}
	.clear:after, #header:after, #content:after, #sidebar:after, #wrapper:after, .alignleft:after, .alignright:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}


/*
####################################################################
Fonts General
#################################################################### */
h1 {
	font-size: 4.0em;
	line-height: 1em;
	font-weight: bold; 
	letter-spacing: -2px;
	color: #58a; /* blue */
}

h2 {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 5px;
	letter-spacing: -1px;
	color: #c60; /* orange */ 
}
	#content h2, #content h3 {
		margin-left: 160px;
	}
	#content .postContent h2, #respond h2 {
		margin-left: 0;	
	}

h3 {
	font-size: 1.8em;
	font-weight: bold;
	color: #999;
	margin-bottom: 5px;
}
	#sidebar h3 {
		font-size: 1.4em;
	}
	#content .postContent h3 {
		margin-left: 1.5em;	
	}	

h4 {
	font-size: 1.2em;
	margin-bottom: 2px;
}

p {
	line-height: 1.5em;
	margin-bottom: 15px;
}

small {
	color: #999;
}

a:link, a:visited {
  text-decoration:none;
  }

a:hover {
  text-decoration:underline;
  }

a img {
  border-width:0;
  }

h1 a, h1 a:link, h1 a:visited, h1 a:active {
	text-decoration: none;
	color: #58a;
	text-shadow: 1px 1.5px 0 #333;
}
	h1 a:hover {
		text-shadow: 0 1.5px 0 #c60;
	}

h2 a, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
	color: #c60;
}

h3 a, h3 a:link, h3 a:visited {
	color: #58a;
}
	h3 a:hover {
		color: #c60;
	}
/*
####################################################################
Posts / Pages / Comment & Trackback list
#################################################################### */
.post {
	margin-top: 75px;
	text-align: justify;
}
	.post:first-child {
		margin-top: 55px;
	}
	h2 + .post {
		margin-top: 25px;
	}

.postContent {
	float: right;
	margin-top: 15px;
	/* line-height: 1.3em; */
}
	.postContent p {
		line-height: 1.5em;
		margin-bottom: 15px;
	}
	.postContent dd {
		padding-left: 3em;
		padding-right: 3em;
		font-size:94%;
		margin-bottom: 15px;
	}
	/* --- Sans Blogue CSS --- */
	.no-alinea { 
		text-indent: 0;
		line-height: 1.5em;
	}
	.gris-note {
		color:#999;
	}

.postInfos, .comment .col140, .pingback .col140, .trackback .col140 {
	margin-top: 19px;
	font-size: .75em;
	color: #888;
	text-align: right;
}
	.postInfos p, .comment .col140 p, .comment-reply-link, .pingback .col140 p, .trackback .col140 p {
		display: block;
		/* line-height: 1.8em; */
		margin-bottom: 0;
		padding: 3px 0;
		border-top: 1px solid #ccc;
	}
	.postInfos p:first-child, .comment .col140 p:first-child, .pingback .col140 p:first-child, .trackback .col140 p:first-child {
		padding-top: 0;
		border-top: 0;
	}

.post img, .page img, .attachment img, .wp-caption {
	/* width: auto; */
	border: 1px solid #ccc;
	padding: 9px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
	.post a:hover img, .post .wp-caption:hover {
		border: 1px solid #999;
	}

.wp-caption {
	padding: 9px 0 0 8px;
	margin-bottom: 15px;
}
.wp-caption img {
	margin: 0 auto;
	border: 0;
	padding: 0;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
	.post .wp-caption a:hover img {
		border: none;
	}
.wp-caption-text {
	font-size: .9em;
	text-align: center;
	font-style: italic;
	margin: 2px 0 5px;
}
.post .gallery img {
	padding: 4px;
}
.post blockquote {
	margin-left: -19px;
	padding-left: 19px;
	border-left: 1px solid #ccc;
	font-style: italic;
}
.post pre {
	margin-bottom: 15px;
}

.post ul, .post ol {
	text-indent:-22px;
	padding-left: 22px;
}
	.post ul li {
		list-style: disc inside;
		line-height: 1.5em;
	}
	.post ol li {
		list-style: decimal inside;
		line-height: 1.5em;
	} 

.navigation {
	border-top: 1px solid #ccc;
	padding: 15px 0;
	margin: 15px 0;
}
	.navComments {
		border-bottom: 1px solid #ccc;
		padding: 15px 0;
		margin: 0 0 15px 0;
	}

.pagination {
	margin-left: -160px;
}
	.pagination span {
		display: block;
		width: 140px;
		float: left;
		margin-right: 20px;
		text-align: right;
	}

/*
####################################################################
Sidebar
#################################################################### */
#sidebar {
	font-size: .85em;
	color: #888;
}
	#sidebar div, #sidebar .col140 div:first-child {
		padding: 10px 0;
		border-top: 1px solid #ccc;	
	}
	#sidebar div:first-child, #sidebar .col140, #sidebar div.widget div {
		padding-top: 0;
		border-top: 0;
	}
	#sidebar ul li {
		line-height: 1.3em;
		padding: 3px 0;
	}
		#sidebar ul.children {
			margin-left: 10px;
		}
	#sidebar p {
		line-height: 1.4em;
		margin: 0;
		padding: 5px 0;
	}
	/* #sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:hover, #sidebar a:active {
		font-weight: bold;
	} */

.textwidget {
	padding-bottom: 0 !important;
}

.textwidget img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

	
/*
####################################################################
Forms
#################################################################### */
input, textarea, select {
	font: small Arial;
	color: #666;
	border: 1px solid #fff;
	background: #E5E5E5;
	padding: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

input:hover, textarea:hover {
	border-color: #999;
	outline: none;
}

input:focus, textarea:focus {
	border-color: #999;
	color: #616161;
	outline: none;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
}

input.submit {
	width: auto;
	font-weight: bold;
	background: #3D3070 url(images/gradient.png) repeat-x top left;
	color: #fff;
	border: 1px solid #3D3070;
	padding: 7px 10px;
	text-shadow: 0 -1px 0 #3D3070;
	cursor: pointer;
}
	input.submit:hover, input.submit:focus {
		background-color: #c60;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	input.submit:active {
		padding: 8px 10px 6px;
	}
	
#searchform {
	margin-top: 5px;
}
	#searchform #s {
		float: left;
		width: 265px;
		height: 20px;
		padding: 5px 5px 0;
		border: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-khtml-border-top-right-radius: 0;
		-khtml-border-bottom-right-radius: 0;
	}
	#searchSubmit {
		cursor: pointer;
		width: 25px;
		height: 25px;
		padding: 0;
		border: 0;
		background: url(images/search.png) no-repeat top left;
		text-indent: -9999px;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
	}
		#searchSubmit:hover, #searchSubmit:focus {
			background-position: center left;
		}
		#searchSubmit:active {
			background-position: bottom left;
		}


/*
####################################################################
Table
#################################################################### */
table {
	width: 100%;
}
	th {
		font-weight: bold;
		text-align: left;
		padding: 5px 3px;
	}
	td {
		padding: 5px 3px;	
	}
	caption {
		padding: 5px 0;
		text-align: center;
	}

.widget_calendar {

}
	.widget_calendar td, .widget_calendar th {
		text-align: center;
	}
	.widget_calendar #today {
		font-weight: bold;
		color: #cc6600;
	}

.no-alinea { 
	text-indent: 0;
	line-height: 1.5em;
}
.gris-note {
	color:#999;
}