/* 
Theme Name: urbaner
Description: urbaner perso
Author: urbaner
Author URI: http://www.urbaner.com
Version: 1.0
Tags: white, 1 column, fixed-width
*{margin:0; padding:0;}

*/

*{margin:0; padding:0;}

p{
	padding:0px;
}

blockquote{border-left:dashed #666; margin:15px; padding:0 12px 0 12px;}


/* website structure */

#container{width:500px;}


/* Header Navigation */

#submenu{width:100%; float:left; font-weight:bold;}

/* main content */

#content{width:600px; text-align:left;}



.postmetadata{width:600px; clear:both; background:#F7F7F7; padding:6px; margin:20px 0;}

/* Sidebars that are actually footer sidebars */

#left{width:600px; float:left; border-top:1px solid #000000; padding-left:15px; padding-bottom:20px;}
#right{width:200px; float:right; border-left:1px dashed #ddd; border-top:1px solid #ddd; padding-bottom:20px;}

/* footer */

#footer{width:600px; padding-left: 5px; padding-top:10px; float:left;}


/* Comments form */

#commentform{}
#commentform p{}
#commentform a{}
#commentform h3{}
#comment{width:600px;}

#author, #email, #url, #comment, #submit{font-size:8pt; margin:5px 5px 0 0; border:1px solid #999;}

#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* Search form */

#searchform{padding:0px; margin:14px 0;}
#searchform input#s{margin:0; border:1px solid #666;}

/* misc */

img.centered {
	border: 0px;
	margin-bottom:15px;
	}

img.alignright {
	border: 0px;
	margin-bottom:15px;
	}

img.alignleft {
	border: 0px;
	margin-bottom:15px;
	}

.aligncenter {
	border: 0px;
	margin-bottom:15px;
}

.alignright {
	border: 0px;
	margin-bottom:15px;
	}

.alignleft {
	border: 0px;
	margin-bottom:15px;
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}