/* content widths */
#content {
	width:100%;
	max-width:1080px;
	margin:0 auto;
}

/*the entire site wrapper*/
#content-inner {
	width:100%;
	float:left;
}

#content-slider {
	width:100%;
	float:left;
margin-bottom:25px
}


#content-980 {
	margin:0 auto;
	width:100%;
	max-width:1080px;
}

/*the homepage content*/
#content-secondary {
	float:left;
	width:100%;
}

.grid-left {
	float:left;
	width:100%;
	max-width:640px;
	padding:20px;
}

.singlepost {
	float:left;
	width:100%;
	border-bottom:1px dashed #ddd;
	margin-bottom:40px;
	padding-bottom:20px;
}

.homepage-bump {
	float:left;
	width:740px;
	margin-top:20px;
}

.mainshellleft {
	width:100%;
	margin:0 auto;
	max-width:1020px;
}

.main-grid {
	width:100%;
	max-width:1020px;
	padding-top:0px;
	margin:0 auto;
}

.right_wrapper {
	float:left;
	width:100%;
	max-width:1020px;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#fff;
	-moz-box-shadow:0 -1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 -1px 4px rgba(0,0,0,0.1);
	box-shadow:0 -1px 4px rgba(0,0,0,0.1);
}

.mainshell-sidebar {
	width:320px;
	margin-left:20px;
	float:right;
}

.sidebar {
	float:left;
	width:280px;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:40px;
	padding-left:20px!important;
}

.sidebar a {
	font-weight:700;
}

.sidebar-bottom {
	background-color:#f4f4f4;
	background-image:url(../images/sidebar-shadow-bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:80px;
	width:260px;
	float:left;
}