/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Boardroom Theme
  ------------------------------------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 30px 0px;
}


/*Baseline Adjustment for images needed with strict DOCTYPE*/
img {vertical-align: bottom;}


/*Logo and Banner*/
#logo {
	position: relative;
	z-index: 10;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#banner {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
}


/*Utility Rules for images. Scalable class makes images scale with window size.*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {

}
/* 
Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {

}


/*Layout Wrapper*/
#layout {
	margin: 0px auto;
	background-color: #FFF;
	max-width: 1360px;
}

/*Default Row Structures*/
.affinity-row {
	padding: 0px;
}
/*This rule assigns a gray gradient background to every other row*/
.affinity-row:nth-child(even) {

}
/*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;
	padding-right: 0px;
}

/*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: 60%;
	float: right;
}
.affinity-row.sidebar-left .column-2 {
	width: 40%;
	float: right;
}
.affinity-row.sidebar-left .column-content {
	line-height: 1.5em;
	padding-right: 0px;
	font-size: 1em;
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: 1em;
	line-height: 1.5em;
}

/*Strctural wrapper for 2-column sidebar-right row*/
.affinity-row.sidebar-right .column-1 {
	width: 50%;
	float: left;
	padding-right: 0%;
	padding-left: 0%;
}
.affinity-row.sidebar-right .column-2 {
	width: 50%;
	float: right;
	padding-right: 0%;
	padding-left: 0%;
}
.affinity-row.sidebar-right .column-content {
	line-height: 1.5em;
	padding-right: 0px;
	padding-left: 0px;
	color: #000;
	font-size: 1em;
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: 1em;
	padding-right: 0%;
	padding-left: 0%;
	color: #000;
	line-height: 1.5em;
}
.left-border {
	border-left-width: 0px;
	border-left-style: none;
}
.right-border {
	border-right-width: 1px;
	border-right-style: none;
}
.left-right-border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000;
	border-left-color: #000;
	border-top-color: #000;
	border-bottom-color: #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*/
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2.7px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.35em;
	font-weight: bold;
	color: #099;
	padding-bottom: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.25em;
	font-weight: bold;
	color: #099;
	padding-bottom: 10px;
	padding-top: 10px;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	margin: 10px 0px 0px 0px;
	font-size: 1.15em;
	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;
}



/*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 {
	olor: #000;
	font-size: 1em;
	border-top-width: 1.35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer h3, .footer h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: none;
	margin: 10px 0px 0px 0px;
	font-size: 1.25em;
	line-height: 1.5px;
	color: #999;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.footer li {
	list-style-type: none;
	line-height: 2em;
}
.footer a {
	color: #666;
}
.footer a:hover, .footer a:focus {
	color: #999999;
}
.copyright {
	font-size: 0.8em;
	text-transform: none;
	clear: both;
	padding: 5px 10px 15px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}


/*Assign this class to set large text and the stylish Cuprum font*/
.column-content.largesse, .largesse {
	font-size: 1em;
	line-height: 1.35em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*Use this class to asign a black accent box around your content*/
.affinity-row .blast {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.35;
	padding: 28px 36px;
	margin-bottom: 20px;
}
/*Add the gray class to the blast class to make your accent box gray*/
.affinity-row .blast.gray {
	color: #000;
}
.affinity-row.sidebar-left .column-content .blast,
.affinity-row.sidebar-right .column-content .blast,
.full-round {

}
/*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;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1380px) {
#layout {max-width: none;}
}
