/* 
  -----------------------------------
  Based on Adaptations
  by Project Seven Development
  www.projectseven.com
  Responsive Design that SIMPLY works
  -----------------------------------
*/

/*FIX FOR SAFARI 6 AND IE9 SUB-PIXEL RENDERING RECURSION WITH EQUAL HEIGHTS COLUMN SCRIPT*/
body {overflow-y: scroll;}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFF;
	margin: 0px;
	font-size: 1em;
	padding-bottom: 3em;
}
#masthead {
	color: #F0F0F0;
	background-color: #FFFFFF;
	padding: 0px;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	margin: 0px;
	background-image: url(p7_masthead.jpg);
	background-repeat: repeat-x;
}

.subhead {
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #333;
	margin: 0px;
	padding: 6px 20px;
}
.subhead span {
	display: block;
	color: #C30;
}
img.scaled {
	height: auto;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #999;
}
img.scaled-plain {
	height: auto;
	width: 100%;
}
img.scaled-max {
	height: auto;
	width: auto;
	max-width: 100%;
	display: block;
	border-radius: 5px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	box-shadow: 5px 5px 20px #999;
}
img.scaled-max-plain {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0;
	display: block;
}
#masthead {
	margin: 0px auto;
}
h1, h2, h3, h4, h5 {
	font-weight: normal !important;
	font-style: normal !important;
	font-family: "Federo", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: normal;
	margin: 0px;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.75em;
	margin-top: 20px;
}
h3 {
	font-size: 1.65em;
	margin-top: 20px;
}
h4 {
	font-size: 1.5em;
	margin-top: 20px;
}
.header  {
	margin: 0px !important;
}
h2.top-header {
	margin: 0px;
	background-color: #161616;
	padding: .25em .5em .25em .75em;
	color: #FFF;
	border-radius: 5px 5px 0px 0px;
	font-size: 1.35em;
	border-bottom: none;
	border-bottom: 1px solid;
	border-color: #fff;
	box-shadow: 0px 0px 30px #999;
}
h2.top-header.menus {}
h2.top-header.widgets {
	background-color: #BF3728;
	color: #000;
}
h2.top-header.pages {
	background-color: #7A96AD;
	color: #000;
}
h2.top-header.images {
	background-color: #999;
}
p {
	margin-top: 6px;
	margin-bottom: 12px;
}
.search-note {
	font-size: .75em;
}
label {
	display: none;
}
input#zoom_query {
	box-shadow: 0px 0px 30px #999;
	background-color: #1F1F1F;
	padding: 0.75em .5em;
	border-radius: 5px;
	border: 1px solid #FFF;
	color: #E8E8E9;
	width: 90%;
}

a img {border: none;}
ul.linklist {
	margin: 0px;
	padding: 0px;
}
.linklist li {
	list-style-type: none;
	margin-bottom: 0.25em;
	background-image: url(images/crosshair.png);
	background-repeat: no-repeat;
	padding-left: 8px;
}
.linklist a, .linklist a:visited {
	color: #000;
}
.linklist a:hover, .linklist a:focus {
	outline: none;
	color: #C30;
}
.linklist span {
	display: block;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #C30;
	line-height: normal;
}
.fancy-quote {
	font-family: "Federo", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	color: #3C5060;
	font-size: 0.95em;
}
#layout {
	padding: 20px 20px 40px 20px;
}
#columns {
	margin: 0px auto;
}
#columns, #footer{
	width: 1320px;
	margin: 0px auto;
}
#footer {
	padding: 6px 20px;
}
.navigation {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #222;
	padding: 5px;
}
.navigation .content {
	text-align: center;
}
ul.menu-bar {
	margin: 0px;
	padding: 0px;
	zoom: 1;
	overflow: hidden;
	display: inline-block;
}
.menu-bar li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
}
.menu-bar a, .menu-bar a:visited {
	color: #000000;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	border: 1px solid #000;
	background-color: #BF3728;
	box-shadow: inset 0px 0px 20px #91291E;
}
.menu-bar a:hover, .menu-bar a:focus {
	color: #FFF;
	border-color: #222222;
	background-color: #222222;
	box-shadow: none;
	text-decoration: underline;
}
/*Interior 4-Column Structure*/
.inner-columns-wrapper {
	overflow: hidden;
}
.four-column-column1 {
	width: 99%;
	margin-right: 1%;
	float: left;
	overflow: hidden;
}
.four-column-content {
	padding: 16px 22px;
	border: 1px solid #999;
	border-radius: 0px 0px 5px 5px;
	font-size: .9em;
	border-top: none;
	line-height: 1.35em;
}
.four-column-column2 .four-column-content {


}
#footer {
	margin: 6px auto;
	font-size: 0.8em;
	text-transform: uppercase;
}

/*link styles*/
a, a:visited {color: #039;}
a:hover, a:focus {color: #000;}

span.clearfix {
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/*Default Row Structures*/
.affinity-row {
	padding: 0px;
}
/*This rule assigns a gray gradient background to every other row*/
.affinity-row:nth-child(even) {
	background-color: #EEE;
	background-image: -webkit-linear-gradient(#EEE, #CCC);
	background-image: linear-gradient(#EEE, #CCC);
}
/*Turns off the Background for Nested Rows*/
.affinity-row .affinity-row:nth-child(even) {
	background-color: transparent;
	background-image: none;
	background-image: none;
}

/*Clear Fix to Clear Floats*/
.affinity-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}

/*Strctural wrapper for 2-column row*/
.affinity-row .column-half {
	width: 50%;
	float: left;
}

/*Strctural wrapper for 3-column row*/
.affinity-row .column-third {
	width: 33.3333333%;
	float: left;
}
/*Strctural wrapper for 4-column row*/
.affinity-row .column-fourth {
	width: 25%;
	float: left;
}
/*Strctural wrapper for 5-column row*/
.affinity-row .column-fifth {
	width: 20%;
	float: left;
}

/*Strctural wrapper for 2-column sidebar-left row*/
.affinity-row.sidebar-left .column-1 {
	width: 76%;
	float: right;
}
.affinity-row.sidebar-left .column-2 {
	width: 24%;
	float: right;
}
.affinity-row.sidebar-left .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: .9em;
}

/*Strctural wrapper for 2-column sidebar-right row*/
.affinity-row.sidebar-right .column-1 {
	width: 76%;
	float: left;
}
.affinity-row.sidebar-right .column-2 {
	width: 24%;
	float: left;
}
.affinity-row.sidebar-right .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: .9em;
}
.left-border {
	border-left: 1px solid #000;
}
.right-border {
	border-right: 1px solid #000;
}
.left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*Column Content*/
.column-content {
	line-height: 1.35;
	padding: 15px 24px;
}
.affinity-row.sidebar-right .column-content,
.affinity-row.sidebar-left .column-content,
.affinity-row.thirds.full-height .column-content {
	padding: 30px;
}
/*Padding Management for Nested Rows*/
.no-pad-left-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
.no-pad-right-top-bottom {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.no-pad-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}


/*Headings*/
h1, h2, h3, h4 {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 30px 0px 0px 0px;
}
.column-content h1:first-child,
.column-content h2:first-child,
.column-content h3:first-child,
.column-content h4:first-child {
	margin-top: 10px;
}
/*Use this class when you add a heading inside a row that contains multiple columns.*/
.inner-row-heading {
	position: relative;
	top: 20px;
	margin: 0px 0px 0px 24px;
}

/*Footer and Copyright*/
.footer {
	color: #000;
	font-size: 0.8em;
	border-radius: 0px 0px 5px 5px;
	border-top: 1px solid;
	border-color: #726561;
	background-color: #857671 !important;
	background-image: -webkit-linear-gradient(#857671, #5F5450) !important;
	background-image: linear-gradient(#857671, #5F5450) !important;
}
.footer h3, .footer h4 {
	font-family: "Droid Sans", Optima, "Segoe UI", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.footer li {
	list-style-type: none;
	line-height: 1.75;
}
.footer a {
	color: #000;
}
.footer a:hover, .footer a:focus {
	color: #CFC9C7;
}
.copyright {
	font-size: 0.85em;
	text-transform: uppercase;
	clear: both;
	padding: 5px 10px 15px 20px;
}


/*Assign this class to set large text and the stylish Cuprum font*/
.column-content.largesse, .largesse {
	font-size: 1.25em;
	line-height: 1.75em;
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
}
/*Use this class to asign a black accent box around your content*/
.affinity-row .blast {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.75;
	color: #BBB;
	border-radius: 0px 0px 10px 10px;
	padding: 28px 36px;
	background: -webkit-linear-gradient(#333, #111);
	background: linear-gradient(#333, #111);
	background-color: #333;
	margin-bottom: 20px;
}
/*Add the gray class to the blast class to make your accent box gray*/
.affinity-row .blast.gray {
	background: -webkit-linear-gradient(#EEE, #AAA);
	background: linear-gradient(#EEE, #AAA);
	background-color: #DDD;
	color: #000;
}
.affinity-row.sidebar-left .column-content .blast,
.affinity-row.sidebar-right .column-content .blast,
.full-round {
	border-radius: 6px !important;
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	margin: 0px;
}
.p7DMM03.p7DMM.p7dmm-left, .p7DMM03.p7DMM.p7dmm-right {
	padding: 0px !important;
}
#layout {
	max-width: none;
	padding: 0px;
}
.column, .column-1, .column-2, .column-3,
.column-half, .column-third, .column-fourth,
.column-fifth {
	float: none !important;
	width: auto !important;
}
.column-content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}