/*
Theme Name: Isacoms Theme
Theme URI: http://www.isacoms.com/
Description: Theme by Isacoms
Version: 1
Author: Nicolas Croce

*/

h2.pagetitle{
	margin:0;
}

/* Liens vers les articles précédents et suivants */
div.navigation{
	margin:0;
	padding:0;
	height:40px;
}

/**
 * POSTS
 */

div.post{
	margin-bottom:40px;
}

h2.postTitle{
	margin:0;
}

small.postDate{
	padding-left:10px;
	color:#999999;
}

div.entry{
	font-size:0.9em;
	margin:0 10px 0px 10px;
	letter-spacing:0.4px;
	line-height:1.3em;
}

a.postReadMore{
	display:block;
	margin:0 0 15px 0;
	background:url(images/control_play.png) left center no-repeat;
	padding-left:18px;
}

p.postmetadata{
	font-size:0.9em;
	margin:0 10px 0px 20px;
	letter-spacing:0.4px;
	line-height:1.3em;
	border-left:3px solid #dddddd;
	padding-left:10px;
}

/**
 * Contenu des articles
 */

div.postDigg{
	float:right;
	margin:10px;
}

div.entry{
	margin-bottom:15px;
}

div.entry li{
	margin:7px 0 7px 0;
}

pre.code{
	border:1px dashed #cccccc;
	overflow:auto;
}

.entry img{
	border:0;
	margin:10px;
}

.entry img.left{
	float:left;
}

p img {
padding: 0;
max-width: 100%;
}

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;
}






/**
 * 	SIDEBAR
 */
#Sidebar {
	
}

#searchform{
	text-align:center;
	padding:5px 0 5px 0;
}

#blogArchives ul{
	list-style:none;
}

#blogArchives li{
	padding:3px 0 3px 10px;
	list-style:none;
}

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

li.widget_categories li{
	padding:4px 0 3px 10px;
	list-style:none;
}

div.tagCloud{
	padding:10px 5px 10px 5px;
	text-align:center;
}

div.AdsenseSidebar{
	text-align:center;
	padding:3px 0 5px 0;
}


/**
 * COMMENTAIRES DES POSTS
 */

ol.commentlist{
	
}
 
ol.commentlist li{
 	margin:20px 0 20px 0;
}

ol.commentlist p{
	font-size:0.9em;
	margin:0 10px 0px 10px;
	letter-spacing:0.4px;
	line-height:1.3em;
}

#commentform textarea{
	width:600px;
}
