/* @override 
	http://simplethemes.com/v1/wp-content/themes/genesis/layout-css/layout.css
*/

#wrapper {
	width: 960px;
	margin: 0px auto;
	}
/* 3 Column (Layout A) body class="layout-a" */
body.layout-a #content {
	float: right;
	width: 520px;
	}
body.layout-a #colone {
	float: left;
	width: 220px;
}
body.layout-a #coltwo {
	float: right;
	width: 220px;
}
body.layout-a #mainbody {
	float: left;
	width: 740px;
}
	
/* 2 Column (Layout B) body class="layout-b" */

body.layout-b #content {
	float: right;
	width: 640px;
}
body.layout-b #colone,body.layout-b #coltwo {
	float: left;
	width: 320px;
}
body.layout-b #mainbody {
	float: left;
	width: 960px;
}	

/* 1 Colummn (Layout C) body class="layout-c" */

body.layout-c #content {
	float: left;
	width: 640px;
}
body.layout-c #coltwo,body.layout-c #colone {
	float: right;
	width: 320px;
}
body.layout-c #mainbody {
	float: left;
	width: 640px;
}

/* Wide (Layout D) body class="layout-d" */

body.layout-d #content {
	float: left;
	width: 960px;
}


#footer {
	clear: both;
	padding: 10px 10px;
	margin: 10px auto 10px auto;
	width: 942px;
}

.entry {
	padding: 0px 5px;
}
.clear {
	clear: both;
}
.inside {
	padding: 10px;
}
