@charset "UTF-8";


#primary:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/* ========================== base ========================== */
#wrapper,
#base-container { width:100%; }

@media only screen and (min-width: 768px) {
#base,
header,
/*#slider,*/
#group-title,
footer nav,
footer #footer-lower .inner { max-width: 750px; }
}

@media only screen and (min-width: 992px) {
#base,
header,
/*#slider,*/
#group-title,
#global-nav,
footer nav,
footer #footer-lower .inner { max-width:970px; }
}

@media print, screen and (min-width: 1200px) {
#base,
header,
/*#slider,*/
#group-title,
#global-nav,
footer nav,
footer #footer-lower .inner { max-width: 1000px; }
}

/* ========================== content ========================== */
#content {
	padding:0 10px;
	background:none;
}

#primary,
#secondary {
	float:none;
	width:auto;
}

@media print, screen and (min-width: 992px) {
#content { padding:0; }
#primary {
	float:left;
	width:720px;
}
#secondary {
	float:right;
	width:220px;
}
body.home #primary,
#wrapper.one #primary {
	float:none;
	width:auto;
}
}

@media print, screen and (min-width: 1200px) {
#content {
	clear:both;
	/*background:url(../img/common/content.gif) right top repeat-y;*/
}
#primary {
	width:750px;
}
}



