
/* ---------- Basic Layout Styles ----------- */

html,
body,
#page  {
	height: 100%;
}
#page-wrapper {
	min-height: 100%;
	min-width: 975px;
}
#header div.section,
#breadcrumb div.section,
.front #featured div.section,
#sub-featured #section-wrapper,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer,
#content-bottom .section,
#content-top .section,
#page-footer .section {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}
#header div.section {
	position: relative;
	height: 103px;
}
.region-header {
	float: right;
	margin: 5px 0 0;
	clear: right;
}
.region-header .block {
	height: 35px;
	float: left;
	overflow: hidden;
}
.region-header .block-inner {
	padding: 5px 0 0 0;
}
#secondary-menu {
	position: absolute;
	right: 0; /* LTR */
	top: 0;
	width: 480px;
}
#content,
#sidebar-first,
#sidebar-second,
#page-bottom,
#page-footer {
	display: inline;
	float: left; /* LTR */
	position: relative;
}

#page-bottom {
    clear:left;
}

.front.one-sidebar #content,
.node-type-grant.one-sidebar #content {
    width: 650px;
}

.front.one-sidebar #sidebar-second,
.node-type-grant.one-sidebar #sidebar-second {
    width: 325px;
}

.one-sidebar #content {
	width: 750px;
}
.two-sidebars #content {
	width: 525px;
}
.no-sidebars #content {
	width: 975px;
	float: none;
}
#sidebar-first,
#sidebar-second {
	width: 225px;
}
#main-wrapper {
	min-height: 300px;
}
#sub-featured .section {
	padding: 0;
}
#sub-featured .block .block-inner {
	padding-left: 0;
	padding-right: 0;
}
#content .section {
	padding: 0 15px 0 0;
}
#sidebar-first .section {
	padding: 0 15px 0 0;
}
#sidebar-second .section {
	padding: 0 0 0 15px;
}
#breadcrumb {
	margin: 0 15px 0;
}
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
	margin: 20px 20px 30px;
	width: 280px;
}
#footer-wrapper {
	padding: 0 5px 30px;
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
	padding: 0 10px;
	width: 220px;
}
#footer {
}

#page-footer .region {
	display: inline;
	float: left; /* LTR */
	position: relative;
}

.page-footer-4 #page-footer .region {
    width: 25%
}

.page-footer-3 #page-footer .region {
    width: 33%
}

.page-footer-2 #page-footer .region {
    width: 50%
}

.page-footer-1 #page-footer .region {
    width: 100%
}



#page-bottom .block-inner {
    padding: 10px;
}

#dsq-content {
    clear: both;
}

#page-footer {
    margin-bottom: 20px;
    margin-top: 20px;
}