/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #dcd180;
	background-color: #300203;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	padding-bottom: 4em;
	font-weight: normal;
}
img {
	vertical-align: bottom;
	background-color: #300203;
}
.masthead {
	padding: 0;
	text-align: left;
	background-color: #300203;
	position: relative;
	z-index: 10;
	box-shadow: none;
	height: 80px;
}

.content-wrapper {
	margin: 0;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #300203;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: 0px;
}

.main-content .content{
	padding: 10px;
	font-size: 1.5em;
	line-height: 1.5em;
	border: 0;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-weight: lighter;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.35em; }
h3 { font-size: 1.25em; }
h4 {
	font-size: 1.1em;
	background-color: #300203;
}

/*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;
	background-color: #300203;
}


/*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;
	background-color: #300203;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
	background-color: #300203;
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
	background-color: #300203;
}
.sidebar li, .sidebar2 li {
	margin-bottom: 4px;
	background-color: #300203;
}

/*Ordinary Link Styles*/
.content a {
	color: #dcd180;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-color: #300203;
}
.content a:hover, .content a:focus {
	color: #dcd180;
	background-color: #300203;
}
.footer a {
	color: #996600;
	font-size: 14px;
	background-color: #300203;
}
.footer a:hover, .footer a:focus {
	color: #FFF;
	background-color: #300203;
}


/*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;
}
.top-navigation {
	background-color: #300203;
	border-bottom: 0;
	box-shadow: none;
	position: relative;
	z-index: 9;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
	background-color: #300203;
}

/*The Footer*/
.footer {
	background-color: #300203;
	box-shadow: none;
	padding: 0px8px0px0px;
	font-size: 1.25em;
	color: #996600;
	text-align: left;
	clear: both;
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
	height: 83px;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0;
	background-color: #300203;
}


/*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;
	background-color: #300203;
}
.footer {
	position: static;
	width: auto;
	background-color: #300203;
}
.content-wrapper, .columns-wrapper {
	margin: 0px;
	border: none;
	background-color: #300203;
}
.main-content .content {
	padding: 20px 10px;
	border: none;
	background-color: #300203;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
	border-bottom: 1px solid !important;
	border-color: #89AEC9 !important;
	background-color: #300203;
}
.p7DMM01 ul li:last-child a {
	border-bottom: none !important;
	background-color: #300203;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1280px) {
.main-content .content {
	padding: 10px 20px;
	background-color: #300203;
}
.top-navigation {
	padding: 0px 10px;
	background-color: #300203;
}
.content-wrapper {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #300203;
}

}
