/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Metroplex Theme
  ------------------------------------------------
*/

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Segoe UI", "Gill Sans", Optima, sans-serif;
	margin: 0px 0px 30px 0px;
	background-image: url(../images/page_bg.jpg);
	background-color: #756E68;
}

/*LAYOUT WIDTH */
.p7DMM04, #layout {
	max-width: 1200px;
	margin: 0px auto;
}
#layout {
	max-width: 1200px;
	/* [disabled]padding: 15px; */
	overflow: hidden;
	margin-top: 0px;
	background-color: #F7F7F1;
}
/* Add the boxshadow class to add a border and drop shadow to the layout div*/
.boxshadow {
	/* [disabled]border-color: rgba(255,255,255,.5); */
	/* [disabled]border-style: solid; */
	/* [disabled]border-width: 1px; */
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
/* Add the bordered class to add just a border */
.bordered {
	border: 1px solid #CCCCCC;
}

/*Drop Menu Magic Adjustments*/
/*Baseline Adjustment for images needed with strict DOCTYPE*/
img {vertical-align: bottom;}

/* Masthead */
#masthead {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	position: relative;
	z-index: 10;
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/masthead_bg.jpg);
	background-repeat: repeat-x;
}
/*Clear Fix to Clear Floats*/
#masthead:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}
/* One column masthead*/
#masthead .content {
	max-width: 1200px;
	margin: 0px auto;
}
/* Two column masthead*/
#masthead .left-side, #masthead .right-side {
	float: left;
	width: 50%;
}
#masthead .left-side {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#masthead .right-side {
	text-align: right;
	font-family: 'Adamina', serif;
	color: #F3EBCB;
	font-size: 1.4em;
	margin-right: 0px !important;
	/* Set the top margin of the content to half of the adjacent masthead image height */
	margin-top: 40px;
}

/* Nav Panel */
#nav {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	position: relative;
	z-index: 15;
	box-shadow: 0px 0px 30px #000;
	margin-bottom: 24px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #A19C89;
}

#nav .content {
	max-width: 1200px;
	margin: 0px auto;
}
/*Utility Rules for images. Makes images scale automatically scale with window size.*/
#masthead img, .affinity-row img, .footer img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
/* 
Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border: 1px solid #000;
}


/*Default Row Structures*/
.affinity-row {
	padding: 0px;
	margin-bottom: 0px;
}

/*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: 49.5%;
	float: left;
	margin-right: 1%;
}

/*Strctural wrapper for 3-column row*/
.affinity-row .column-third {
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
}
/*Strctural wrapper for 4-column row*/
.affinity-row .column-fourth {
	width: 24.25%;
	float: left;
	margin-right: 1%;
}
/*Strctural wrapper for 5-column row*/
.affinity-row .column-fifth {
	width: 19%;
	float: left;
	margin-right: 1.25%;
}

/*Strctural wrapper for 2-column sidebar-left row*/
.affinity-row.sidebar-left .column-1 {
	width: 68.75%;
	float: right;
	margin-left: 1.25%;
	-webkit-transition: width ease-in-out .5s .1s;
	transition: width ease-in-out .5s .1s;
}
.affinity-row.sidebar-left .column-2 {
	width: 30%;
	float: right;
	transition: width ease-in-out .5s .1s;
}
.affinity-row.sidebar-left .column-content {
	/*line-height: 1.5;*/
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: .9em;
}

/*Structural wrapper for 2-column sidebar-right row*/
.affinity-row.sidebar-right .column-1 {
	width: 68.75%;
	float: left;
	margin-right: 1.25%;
	transition: width ease-in-out .5s .1s;
}
.affinity-row.sidebar-right .column-2 {
	width: 30%;
	float: left;
	transition: width ease-in-out .5s .1s;
}
.affinity-row.sidebar-right .column-content {
	/*line-height: 1.5;*/
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: .9em;
}

.affinity-row .no-margin {
	margin-right: 0px !important;
}
.left-border {
	border-left: 1px solid rgba(0,0,0,.75);
}
.right-border {
	border-right: 1px solid rgba(0,0,0,.75);
}
.left-right-border {
	border-left: 1px solid rgba(0,0,0,.75);
	border-right: 1px solid rgba(0,0,0,.75);
}
.boxed {
	border: 1px solid rgba(0,0,0,.75);
}
.no-border {
	border: none !important;
}

/*Column Colors */
.red {
	background-color: #D14747;
	background-image: -webkit-linear-gradient(#D04444, #B42D2D);
	background-image: linear-gradient(#D04444, #B42D2D);
}
.blue {
	background-color: #78A6EB;
	background-image: -webkit-linear-gradient(90deg, #78A6EB, #5992E6);
	background-image: linear-gradient(90deg, #78A6EB, #5992E6);
}
.gray {
	background-color: #ABABAB;
	background-image: -webkit-linear-gradient(90deg, #999, #BBB);
	background-image: linear-gradient(90deg, #999, #BBB);
}
.green {
	background-color: #81C796;
	background-image: -webkit-linear-gradient(180deg, #9AD1AB, #65BA7E);
	background-image: linear-gradient(180deg, #9AD1AB, #65BA7E);
}
.red, .blue, .gray, .green {
	border-top: 1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.4);
	border-bottom: 1px solid rgba(0,0,0,.4);
	border-left: 1px solid rgba(0,0,0,.1);
}
.black {
	background-color: #111;
	color: #BBB;
}
.white {
	background-color: #F8F8F3;
}
.light-gray {
	background-color: #D0D0D0;
}
.beige {
	background-color: #E4E3DA;
}
/* Comment out border 
.black, .white {
	border: 1px solid rgba(0,0,0,.75);
}
*/

/*Column Content*/
.column-content {
	padding: 15px 24px;
}
.column-content p {
	line-height: 1.4;
	/* [disabled]font-size: 0.9em; */
}
.gridview {
	line-height: normal;
	font-size: 0.9em;
}
#listview {
	line-height: normal;
	font-size: 0.9em;
}
.affinity-row.sidebar-right .column-content,
.affinity-row.sidebar-left .column-content,
.affinity-row.thirds.full-height .column-content {
	padding: 30px;
}


/*Headings*/
h1 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.4em;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
}

h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	color: #864D13;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	color: #000;
}
.column-content h1:first-child,
.column-content h2:first-child,
.column-content h3:first-child,
.column-content h4:first-child {
	margin-top: 10px;
}
h1.centered-text {
	text-align: center;
	margin: 0px !important;
}
/*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;
}

.nomargintop {
	margin-top: 0;
}
.margintop {
	margin-top: 20px;
}

/* Links */
.column-content p a:link, .column-content td a:link, .picture a:link, #listview a:link{
	color: #960;
}
.column-content p a:visited, .column-content td a:visited, .picture a:visited, #listview a:visited {
	color: #960;
}
.column-content p a:hover, .column-content td a:hover, .picture a:hover, #listview a:hover {
	color: #000000;
}
.bodylist li a:link{
	color: #960;
}
.bodylist li a:visited {
	color: #960;
}
.bodylist li a:hover {
	color: #000000;
}
.productlink a:link {
	color: #960;
}
.productlink a:visited {
	color: #960;
}
.productlink a:hover {
	color: #000;
}
/*Default Footer Row Structures*/
.footer-row {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	/* [disabled]margin-bottom: 15px; */
	margin-top: 0px;
	background-color: #40392C;
}
/* One Column Footer*/
.footer-content {
	color: #030303;
	font-size: 0.7em;
}
/* Footer Left Column */
.footer-left {
	float: left;
	width: 50%;
}
.footer-left .content {
	color: #F5EACC;
	font-size: 0.7em;
}
/* Footer Left Column */
.footer-right {
	width: 49%;
	float: left;
	text-align:right;
}
.footer-right .content {
	color: #F2EBCB;
	font-size: 0.7em;
}
.footer-right .content a:link, a:visited {
	color: #F2EBCB;
}
.footer-right .content a:hover,
.footer-right .content a:focus {
	color: #FFFFFF;
}

/*Clear Fix to Clear Floats*/
.footer-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}
/*Structural wrapper for 2-column row*/
.footer-half {
	width: 49.5%;
	float: left;
	margin-right: 1%;
}

/*Structural wrapper for 3-column footer row*/
.footer-third {
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
}

.copyright {
	font-size: 0.7em;
	clear: both;
	padding: 0px;
}
.tablehead {
	background-color: #000000;
	color: #FFFFFF;
}

.borderedtable {
	border: 1px solid #333333;
	margin-top: 12px;
}

.headerblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
.SectionHead {
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-weight: bold;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

.headerBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #864D13;
	line-height: normal;
}
.AlbumTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #864D13;
}
.ProductTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #864D13;
}

.redbold {
	font-weight: bold;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.required {
	color: #F00;
}

.HighlightedWhiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.HighlightedText {
	color: #960;
	font-weight: bold;

}
.borderedarea {
	border: 1px solid #BDB697;
}
.borderedwhitearea {
	border: 1px solid #BDB697;
	background-color: #FFFFFF;
}
.borderedshadedparagraph {
	border: 1px solid #DAD6C5;
	background-color: #EBEADA;
	padding: 5px;
}
.borderedshadedcomments {
	border: 1px solid #DAD6C5;
	background-color: #EBEADA;
	padding: 5px;
	font-size: 0.8em;
}
.mediaarea {
	background-color: #C0BAAF;
	color: #FFF;
	margin: 10px;
	padding: 10px;
	border: 1px solid #000;
	text-align: center;
}
.quicklink {
	border: 1px solid #2B271C;
	background-color: #3C3626;
	padding: 5px;
	color: #EBEADA;
}

.sidebartable {
	border: 1px solid #DAD6C5;
	background-color: FDFCFB;
}

.borderedshadedparagraphbright {
	border: 1px solid #DAD6C5;
	background-color: #F5EAA9;
	padding: 5px;
}
/* Bordered shaded table with same bg color in all cells */
.borderedshadedtable {
	border: 1px solid #BDB697;
	background-color: #F1EEE2;
	font-size: 0.9em;
}
.borderedshadedtable th {
	background-color: #524A37;
	font-weight:bold;
	text-align:left;
	color: #FFF;
}
.borderedshadedtable th a:link {
	color: #D2C49D;
}
.borderedshadedtable th a:visited {
	color: #D2C49D;
}
.borderedshadedtable th a:hover {
	color: #FFF;
}

/* Bordered shaded table with alternating bg colors */
.borderedshadedtable_alt {
	border: 1px solid #BDB697;
	background-color: #F1EEE2;
	font-size: 0.9em;
}
.borderedshadedtable_alt th {
	background-color: #524A37;
	font-weight:bold;
	text-align:left;
	color: #FFF;
}
.borderedshadedtable_alt th a:link {
	color: #D2C49D;
}
.borderedshadedtable_alt th a:visited {
	color: #D2C49D;
}
.borderedshadedtable_alt th a:hover {
	color: #FFF;
}
.borderedshadedtable_alt tr:nth-child(even){
	background-color: #FCFCF9;
	}

.linkboxtable {
	border: 1px solid #DAD6C5;
	background-color: #F4F1DF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.linkboxtablecell {
	background-color: #F4F1DF;
}

.borderedsidebartable {
	border: 1px solid #DAD6C5;
	background-color: #F4F1DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tablecellshaded {
	background-color: #F4F1DF;
}

.borderedsidebarparagraph {
	border: 1px solid #999;
	background-color: #EBEADA;
	padding: 5px;
	text-align: center;
}

.borderedsidebarparagraphbright {
	border: 1px solid #999;
	background-color: #F5EAA9;
	padding: 5px;
	text-align: center;
}
/* PHOTOS AND CAPTIONS */
.phototableright {
	padding: 5px;
	text-align: center;
	float: right;
	margin-left: 10px;
	line-height: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #DAD6C5;
}
.phototable {
	padding: 5px;
	text-align: center;
	line-height: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #DAD6C5;
}
.photoparagraph {
	text-align: center;
	line-height: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #DAD6C5;
}

.ordertable {
	line-height: normal;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #F5EAA9;
	border: 1px solid #B3AC93;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	color: #864D13;
}
.photo {
	padding: 5px;
	text-align:center;
	background-color:#FFFFFF;
}
.photo img { 
	vertical-align:middle; 
	margin-bottom: 3px; 
	}
.photoleft {
	float: left;
}
.photocenter {
	float: none;
	text-align: center;
}

.photoright {
	float: right;
	margin-left: 10px;
}
.photoinline {
	float: none;
	margin-right: 10px;
}
.caption {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
}
.picture { 
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC; 
	padding: 5px;
	font: 11px/1.4em Arial, sans-serif;
	text-align:center;
	}
.picture img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle; 
	margin-bottom: 3px; 
	}
.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
	}
.left { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; 
	}
.center {
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	float: none;
	text-align: center;
}
/* BORDERS */
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.fauxlink {
	color: #996633;
}
.arialtext {
	font-family: Arial, Helvetica, sans-serif;
}

/* FORMS */
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formlabel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.tableheader {
	font-weight: bold;
	color: #FFF;
	background-color: #5A4F34;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.videoarea {
	float: none;
	text-align: center;
	background-color: #000;
	padding: 20px;
	color: #FFF;
}
.smalltext {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
.NEW {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.quicklinkhighlightedtext {
	color: #FC0;
}
.compatible {
	color: #F8F8F8;
	font-weight: bold;
	padding: 5px;
	background-color: #16A316;
	text-transform: uppercase;
}
.not-compatible {
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	background-color: #D30303;
}
.arialtext {
	font-family: Arial, Helvetica, sans-serif;
}
/*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;
}

.p7DMM04.p7DMM.p7dmm-left, .p7DMM04.p7DMM.p7dmm-right {
	padding: 0px !important;
}
#layout {
	max-width: none;
	padding: 0px;
	border: none;
}
.copyright {
	padding: 10px 20px;
}
.affinity-row {
	margin-bottom: 0px;
}
.column, .column-1, .column-2, .column-3,
.column-half, .column-third, .column-fourth,
.column-fifth {
	float: none !important;
	width: auto !important;
	margin-right: 0px !important;
}
.column-content, .footer {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
#masthead .left-side, #masthead .right-side {
	float: none;
	width: auto;
	margin: 0px;
	text-align: left;
	}
.footer-left, .footer-right {
	float: none;
	width: auto;
	margin: 0px;
	text-align: left;
	}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1200px) {
#layout {
	max-width: none;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
}
.affinity-row.sidebar-left .column-1 {
	width: 68.75%;
}
.affinity-row.sidebar-left .column-2 {
	width: 30%;
}
.affinity-row.sidebar-right .column-1 {
	width: 68.75%;
}
.affinity-row.sidebar-right .column-2 {
	width: 30%;
}
}
/*Landscape Tablet Exceptions to adjust padding and reduce font size*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	body {
	font-size: 100%;
}
}
