/* to go along with p7affinity-1_04 */
/* for 3 column format with narrow left column */

.main-content {
	width: 67%;
	left: 11%;
}
.sidebar {
	width: 10%;
	left: -67%;
}

/* Medium windows - reduce padding content padding */
/* the following overrides the rules applied at the end of the main -1_04 stylesheet */
/* the right column was increased from 20 to 25% */

@media only screen and (min-width: 700px) and (max-width: 1280px) {

/* .main-content {width: 50%;left: 25%;}
.sidebar {width: 24%;left: -50%;}
*/
.main-content {
	width: 63%;
	left: 11%;
}
.sidebar {
	width: 10%;
	left: -63%}
}