/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -340px 0 0;
	width: 100%;
}
#content {
	margin: 0 340px 0 0px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 320px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

#footer-columns .widget-container{
	width:215px;
	padding:10px;
	float:left;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
