/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Print Media Style Sheet
  ------------------------------------------------
*/

/*Min-width determines the point at which your layout width will cease to shrink horizontally and your browser will spawn a horizontal scroll bar.*/
body {
	margin: 0;
	padding: 0;
	min-width: 0;
}
/*DO NOT EDIT*/
.sidebar, .main-content, .sidebar2, .sidebar-right   {
	padding-bottom: 0;
	margin-bottom: 0;
	float: none;
	width: auto;
	border: 0;
}
.main-content  {
	margin: 0;
}
#layout {
	max-width: none;
	margin: 0px;
}
.column-content, .content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
.column-content * {
	padding: 0px !important;
}
img {
	width: auto !important;
}
.footer {
	position: static;
}
