/*** Layout ***/
header, nav, article, section, footer { display: block; }
.header, .nav, .article, .section, .footer { display: block; }
.wrapper:after { content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
.wrapper {
	width: 980px;
	margin:0 auto;
}
	
#masthead { 
	height: 235px; float:left; /* -15px on hight to remove grafic border and add css border in theme1.css */
	width:960px;
	padding:0 10px;
	display: inline;
}

#branding { 
	float:left;
	padding: 0 10px;
	display: inline;
}

#branding a {
	display:block;
}
#masthead .meta {
	padding:0 10px 0 10px;
	float:right;
	margin:10px 0 0 0;
	display: inline;
	height:33px;
}

#contact-info {
	
}
#main-nav { 
	height:30px ;
	padding: 0 10px 0 10px; 
	display: inline;
	float:right;
	margin:162px 0 0 0;
}
#page-content {
	width:960px;
	float:left;
	padding:10px;
	display: inline;
}
#primary-content {
	float:left;
	width:620px;
	padding:0 10px;
	display: inline;
}
#sidebar {
	float:right;
	width:300px;
	padding:0 10px;
	display: inline;
}

#footer {
	float:left;
	width:960px;
	margin: 10px 10px 10px 10px;
}

.article .meta {
	margin: 10px 0 20px 0;
}

.posts_nav_link {
	margin: 0 0 40px 0;
}
