/*

	CSS file for Kaplow PR
	Author:	Net Theory 
					http://www.nettheory.com/

	*** Grid Structure ***
	---------------------------------------------------------------------
	This sheet defines the grid structure. It MUST be loaded last (followed
	only by IE hack sheets)

*/


#header,
#photobar,
#footer,
.ground,
.bleed-outer .ground {
/*	background: transparent url(/images/grid.png) 50% 0 repeat-y;*/
/*	background: transparent url(/images/grid-w-baseline.png) 50% 0 repeat-y;*/
/*	background: transparent url(/images/baseline.png) 50% 0 repeat-y;*/
}


/* Grid
------------------------------------ */
.col {
	margin-right: 19px;
	float: left;
}

.one 		{ width: 58px; }
.two 		{ width: 135px; }
.two-plusbleed		{ width: 154px; }
.three 	{ width: 212px; }
.three-plusbleed 	{ width: 231px; }
.four		{ width: 289px; }
.five		{ width: 366px; }
.six		{ width: 443px; }
.seven	{ width: 520px; }
.eight	{ width: 597px; }
.nine		{ width: 674px; }
.ten		{ width: 751px; }
.eleven	{ width: 828px; }
.twelve	{ width: 905px; }

.border-one 		{ width: 56px; }
.border-two 		{ width: 133px; }
.border-three 	{ width: 210px; }
.border-four		{ width: 287px; }
.border-five		{ width: 364px; }
.border-six			{ width: 441px; }
.border-seven		{ width: 518px; }
.border-eight		{ width: 595px; }
.border-nine		{ width: 672px; }
.border-ten			{ width: 749px; }
.border-eleven	{ width: 826px; }
.border-twelve	{ width: 903px; }

.last {
	margin-right: 0 !important;
}

.outermargin,
.nobleed {
	margin-left: 9px;
}

.full { 
	width: 943px; 
}

.bleed {
	width: 961px;
}

.leftmargin {
	margin-left: 19px;
}

.onecol-indent {
	margin-left: 77px;
}