/*
Theme Name:Building blocks
Theme URI:http://nicolasbouliane.com/projets/boilerplate-pour-wordpress
Author: Nicolas Bouliane
Author URI: http://nicolasbouliane.com
Description: A theme skeleton that has everything you need to quickly start building feature-rich themes without the bloat of theme frameworks.
Version:1.0 
Tags: White, light, custom-menu, editor-style, microformats, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body{width:100%;height:100%;padding:0;margin:0;font:14px/22px sans-serif}
ul,ol,li{margin:0;padding:0;list-style:inside}

#wrapper{}
	#header{}
		#banner{}
		.menu li{}
			.menu li a{}
	#content{}
		.post{}
			.post.sticky{}
			.title{}
			.content{}
				.content h1,h2,h3,h4,h5,h6{font-weight:400;padding:0;margin:0}
				.content h1,.post .title{line-height:22px;margin:22px 0;font-size:24px;font-weight:700}
				.content h2{line-height:22px;margin:22px 0;font-size:24px}
				.content h3{line-height:22px;margin:0 0 22px;font-size:18px}
				.content h4,dt{line-height:22px;margin:0;font-size:14px;text-transform:uppercase}
				.content h5, h6, h7{line-height:22px;margin:0 0 22px;font-size:14px}
				
				.content p,.content pre,.content blockquote,.content address,.content ul,.content ol{font-size:14px;padding:0;margin:0 0 22px}
					blockquote p, code p{margin:0!important}
					
				.gallery-caption{}
				.content img{margin-bottom:5px;margin-top:5px}
					.wp-caption{background:#ddd}
						.wp-caption img{}
						.wp-caption p.wp-caption-text{}
						.wp-caption.alignleft{}
						.wp-caption.alignright{}
						.wp-caption.aligncenter{}
					a img.alignright {float:right}
					a img.alignnone {}
					a img.alignleft {float:left}
					a img.aligncenter {display:block;margin:0 auto}
	
				.alignleft{float:left}
				.alignright{float:right}
				.aligncenter,div.aligncenter{display:block;margin:0 auto}
				
		#comments{}
			.commentlist{list-style:none}
				.comment{}
					.comment.even{}
					.comment.odd{}
					.comment.depth-1{}
					.comment.bypostauthor{}
					.comment-body{}
						.comment-author{}
							img.avatar{}
							.fn{}
							.says{}
						.comment-meta{}
							.comment-edit-link{}
						.reply{}
			.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}	
			#respond{}
				#commentform{}
					h3#reply-title{}
					.logged-in-as{}
					.comment-form-comment{}
						.comment-form-comment label{}
						#comment{}
					.form-allowed-tags{}
					.form-submit{}
				
	#sidebar{padding:0;margin:0}
		#sidebar li{}
	#footer{}