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

 
.main-content{
	float: right;
	width: 60%;
	margin-right: 1%;
	
}

.sidebar {
	width: 39%;
	float: right;

}
.sidebar .content {
	font-size: .9em;
	line-height: 1.5em;
	background-color: #7BA4C1;
	background-image: -webkit-linear-gradient(#7BA4C1, #FFF);
	background-image: linear-gradient(#7BA4C1, #FFF);
	border: 1px solid;
	border-color: #333;
	border-radius: 5px;	
	 
}
