/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  04: 3 Col Flex Sidebar Right and Left
  ------------------------------------------------
*/

body {
font-family: "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
/***color: #000;**/
margin: 0px;
padding: 0px;
font-size: 1em;
padding-bottom: 4em;
background-image: url(../images/background.jpg);
}
img {
	vertical-align: bottom;
	}
.img-float-left {
	float: left;
	margin: 4px 18px 9px 0;
}	
#social
{
text-align: right;
margin: 10px 150px 10px 50px;
clear: both;
}
#social img
{
margin: 0 14px;
}
#menu
{
width: 100%;
text-align: center;
margin: 10px;
clear: both;
}
.masthead {
padding: 10px 10px;
text-align: center;
position: relative;
z-index: 10;
background-image: url(../images/collage.png);
background-position: center;
background-repeat:no-repeat;
}
.masthead ul {
	width: 100%;
	margin: 0 auto;
}
.content-wrapper {
	/****was
	margin: 4em 1.25em 0em 1.25em;*/
	margin: .75em 1.25em 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
}

.main-content {
	float: left;
	width: 58%;
	position: relative;
	left: 21%;
	top: 50px;
}
.box img
{
float: left;
text-align: left;
margin: 12px 12px 12px 0;
}
.box p
{
color: #003;
margin: 6px 0 12px 0;
padding: 0;
}
.sidebar {
	float: left;
	width: 20%;
	position: relative;
	left: -58%;
}
.sidebar-right {
	width: 20%;
	float: right;
}
.main-content, .sidebar, .sidebar-right {
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.sidebar .content p {
	padding: 0 20px;
	text-align: center;
	line-height: 1.5em;
}
.sidebar-right .content p {
	text-align: center;
	padding: 30px 20px;
	line-height: 1.5em;
	font-size: .9em;
}
.inside-left {
	width: 176px;
	margin: 50px auto 12px;
	font-size: .9em;
}
.inside-right {
	width: 100px;
	margin: 50px auto 12px;
	font-size: .9em;
	line-height: 1.5em;
	text-align: center;
}
.main-content .content{
	padding: 0;
	font-size: .9em;
	line-height: 1.5em;
}

.main-content .content ul {
	list-style-position: outside;
	list-style-image: url(../images/star.png);
	list-style-type: square;
	margin: 0 18px 0 18px;
	padding: 0 18px 0 18px;
}

/*Heading styles*/
h1, h2, h3, h4 
{
margin: 30px 0px 0px 0px;
font-family: "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
font-weight: bold;}

h1 { font-size: 1.5em; color: #606;}
h2 { font-size: 1.35em; color: #306;}
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
	margin-top: 0px;
}


/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
.sidebar ul, .sidebar ol, .sidebar-right ul, .sidebar-right ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar-right li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.content a {
	color: #306;
	text-decoration: none;
}
.content a:hover, .content a:focus {
	color: #606;
}
.footer a {
	color: #e0d5e8;
	text-decoration: none;
}
.footer a:hover, .footer a:focus { color: #fff; text-decoration: none; }


/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
	text-align: center;
}
.top-navigation {

	position: relative;
	z-index: 9;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}
.shadow-left
{
-moz-box-shadow: 0 0 12px #333;
-webkit-box-shadow: 0 0 12px #333;
box-shadow: 0 0 12px #333;
margin: 6px 24px 12px 0;
}

.shadow-right
{
-moz-box-shadow: 0 0 12px #333;
-webkit-box-shadow: 0 0 12px #333;
box-shadow: 0 0 12px #333;
margin: 6px 0 12px 16px;
}
/*The Footer*/
.footer {
	background-color: #306;
	padding: 15px 15px;
	font-size: 0.7em;
	color: #e0d5e8;
	text-align: center;
	clear: both;
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
}
.footer p.copyright {
	margin: 0px;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 1280px) {
body {
	padding-bottom: 0px;
}
#social {text-align: right; margin: 10px; clear: both;}
#social img
{
	margin: 0 4px;
}
.footer {
	position: static;
	width: auto;
}
.content-wrapper, .columns-wrapper {margin: 0px; border: none;}
.sidebar, .sidebar-right, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.main-content .content, .sidebar .content, .sidebar-right .content {
	padding: 20px 15px;
	border: none;
	height: auto !important;
	max-height: 888678px;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
	/**take out light blue border on bottom at this width *border-bottom: 1px solid !important;
	border-color: #89AEC9 !important;*/
}
.p7DMM01 ul li:last-child a {
	border-bottom: none !important;
}
}
/*Medium windows - reduce padding content padding*/
/***@media only screen and (min-width: 960px) and (max-width: 1280px) {
.main-content .content, .sidebar .content, .sidebar-right .content {padding: 20px 15px;}
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-left: 10px; margin-right: 10px;} 
.main-content {width: 50%;left: 25%;}
#social {text-align: right; margin: 10px 100px 10px 50px; clear: both;}
#social img {margin: 0 4px;
}.sidebar {width: 24%;left: -50%;}
.sidebar-right {width: 24%;}
}
*/
.buy-button {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.buy-button:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.buy-button:active {
	position:relative;
	top:1px;
}