	html {
		-webkit-text-size-adjust:100%;
		font-size:100.0%;	
	}
	#wrapper{
		width:100%;

	}
	header {
		width:100%;
		margin:10px auto;
		border-bottom:none;
		padding:0px;
	}
	#logo{
		width:100%;
		
		float: none;
		text-align:center;
	}
		#logo h1{
			float:none;
			text-align:center;
			margin:0px auto;
		}
		#description{
			float:none;
			text-align:center;
		}
	#flash{
		width:100%;
	}
	nav{
		width:100%;
		float:none;
		overflow: none;
		text-align:center;
		background:#f3f3f3;

		border-bottom:3px double #ddd;
		border-top:3px double #ddd;

		margin-top:20px;
		padding:10px 0px;
	}

	#blogContent, #sidebar{
		float:none;
		margin:0px auto 0px auto;

		width:95%;
	}
	#front-page-content{
		float:none;
		width:95%;
		margin:0px auto 0px 10px;
	}
	#font-page-sidebar{
		float:none;
		width:90%;
	}
	.post {
		font-size:1.2em;
	}
	.post-aside{
		column-count:1;
		

		/*prefixs*/

		-moz-column-count:1;
		
		-webkit-column-count:1;
		
		-o-column-count:1;
		
	}
	.widget h3{
		background:#f3f3f3;
		border-bottom:3px double #ddd;
		border-top:3px double #ddd;
		padding:5px 10px;
	}