/* Archive.css
  ------------------------------------------------
  Modifications to PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  02: 2 Col Flex Sidebar Right
  ------------------------------------------------
*/

.main-content {
	float: right;

 width: 71%;
	margin-right: 1%;
}
.sidebar {

width: 28%;
	float: left;
}
