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

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	padding-bottom: 4em;
}
img {
	vertical-align: bottom;
}
.masthead {
	padding: 10px 10px;
	text-align: left;
	background-color: #222;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
}

.content-wrapper {
	margin: 4em 1.25em 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
}

.main-content {
	float: left;
	width: 76%;
	margin-right: 1%;
}
.sidebar {
	width: 23%;
	float: left;
}

.sidebar .content {
	padding: 20px 20px;
	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;
}

.main-content .content{
	padding: 20px 30px;
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid;
	border-radius: 5px;
	border-color: #666;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.35em; }
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, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}
.img-left {
float: left;
height: auto !important;
width: auto !important;
max-width: 100%;
margin-right: 10px /*adjust to suit*/
}
.img-right {
float: right;
height: auto !important;
width: auto !important;
max-width: 100%;
margin-left: 10px /*adjust to suit*/
}

/*Ordinary Link Styles*/
.content a {
	color: #002953;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.content a:hover, .content a:focus {
	color: #000;
	border-bottom-style: solid;
}
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }


/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.top-navigation {
	background-color: #7BA4C1;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 9;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}
.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

/*The Footer*/
.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 15px;
	font-size: 0.7em;
	color: #8C8C8C;
	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: 700px) {
body {
	padding-bottom: 0px;
}
.footer {
	position: static;
	width: auto;
}
.content-wrapper, .columns-wrapper {margin: 0px; border: none;}
.sidebar, .main-content {
	width: auto;
	float: none;
	position: static;
}
.main-content .content, .sidebar .content {
	padding: 20px 10px;
	border-radius: 0px ;
	border: none;
	height: auto !important;
	max-height: 888678px;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
	border-bottom: 1px solid;
	border-color: #89AEC9;
}
.p7DMM01 ul li:last-child a {
	border-bottom: none;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1280px) {
.main-content .content, .sidebar .content {padding: 20px 15px;}
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-left: 10px; margin-right: 10px;}
}
#alchemy-centered {
	text-align: center;
	padding-top: 25px;
}
#paypal-button {
	text-align: center;
}
#paypal-button2 {
	text-align: center;
	padding-top: 15px;
}
#listen-chart2 {
	font-size: .9em;
	padding-left: 30px;
}
#st-mgmt-activities {
	font-size: 0.8em;
	padding-right: 15px;
	padding-left: 30px;
	border: thin dotted #900;
	padding-top: 15px;
	margin-right: 10px;
	margin-left: 20px;
}
#relax-box {
	font-weight: bold;
	color: #445062;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 45px;
}
#testimonials {
	margin-right: 25px;
	margin-left: 40px;
	margin-top: 25px;
	font-size: .9em;
}
#schedule {
	text-align: center;
}
#cd-release-pic1 {
	margin-top: 35px;
	font-size: 0.8em;
	margin-bottom: 25px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
	border: thin dotted #762E80;
}
#speaking-sch {
	font-size: .9em;
	text-align: center;
}
#question-in-text {
	margin-right: 15px;
	margin-left: 25px;
	color: #006;
}
.author {
	font-size: .9em;
	color: #600;
}
#table {
	text-align: center;
}
#cardio-response {
	font-size: .9em;
	margin-right: 25px;
	margin-left: 40px;
}
#im-response {
	font-size: .9em;
	margin-right: 25px;
	margin-left: 40px;
}
#nerv-sys {
	font-size: .9em;
	margin-right: 25px;
	margin-left: 40px;
}
#digestion {
	font-size: .9em;
	margin-right: 25px;
	margin-left: 40px;
}
#comparison-box {
	font-size: .9em;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 40px;
	border: thin dotted #900;
	padding-right: 35px;
	padding-left: 40px;
}
#g-meditation {
	font-size: .9em;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 40px;
	padding-right: 25px;
	padding-left: 40px;
	border: thin dotted #06F;
	padding-top: 15px;
	padding-bottom: 10px;
}
#rel-tech {
	margin-right: 25px;
	margin-left: 40px;
}
.text-hue {
	color: #43699C;
	font-weight: bold;
}
#article-series-rel-tech {
	font-size: .8em;
	margin-top: 15px;
	margin-right: 25px;
	margin-left: 40px;
}
#st-resp-body {
	font-size: .9em;
	margin-top: 15px;
	margin-right: 25px;
	margin-left: 40px;
}
#rel-resp {
	font-size: 0.8em;
	margin-top: 15px;
	margin-right: 50px;
	margin-left: 50px;
	border: thin dotted #900;
	padding-right: 15px;
}
#st-mgmt-practice {
	font-size: .9em;
	margin-top: 15px;
	margin-right: 25px;
	margin-left: 40px;
}
#quote {
	font-size: 0.8em;
	color: #416698;
	margin-right: 25px;
	margin-left: 45px;
}
#be-practice {
	font-size: .8em;
	margin-right: 25px;
	margin-left: 45px;
}
#br-adv {
	font-size: .9em;
	margin-right: 25px;
	margin-left: 45px;
}
#try-it {
	margin-right: 25px;
	margin-left: 45px;
}
#about-us-images {
	text-align: center;
}
#list-symptoms {
	font-size: .8em;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 40px;
}
#disclaimer {
	font-size: .7em;
	color: #000;
	text-align: center;
	margin-top: 25px;
}
#email-address {
	margin-top: 25px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 40px;
	border: thin dotted #900;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sitemap-list {
	font-size: 0.8em;
	margin-right: 25px;
	margin-left: 45px;
	margin-top: 25px;
	line-height: 1em;
}
#lost-pg {
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 50px;
	border: thin dotted #BBBFC4;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 15px;
	margin-left: 50px;
	background-color: #EAEBEC;
}
