﻿/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Boardroom Theme
  ------------------------------------------------
*/
body {
	background-color: #ECECEC;
	background-image: url(img/boardroom-bg.png);
	font-family: "Droid Sans", Optima, "Segoe UI", Arial, sans-serif;
	margin: 0px 0px 30px 0px;
}
img {
	vertical-align: bottom;
}
body img {
	border: 0px;
	text-decoration: none;
}
/*Drop Menu Magic Adjustments*/
.p7DMM03 {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.p7DMM03.p7DMM.p7dmm-left {
	padding-left: 20px;
}
.p7DMM03.p7DMM.p7dmm-right {
	padding-right: 20px;
}
/*Baseline Adjustment for images needed with strict DOCTYPE*/
img {
	vertical-align: bottom;
}
/*Logo and Banner*/
#logo {
	padding: 10px 20px;
	position: relative;
	z-index: 10;
	background-image: -webkit-linear-gradient(#333, #111);
	background-image: linear-gradient(#333, #111);
	background-color: #151515;
	box-shadow: 0px 0px 30px #000;
}
#banner {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
/*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;
}
/* ============================
image floats
========================== */
.imglft {
	padding: 5px 10px 5px 0px;
	float: left;
}
.imgrgt {
	padding: 5px 0px 5px 10px;
	float: right;
}
.imgctr {
	display: block;
	margin: 0px auto;
}
/* 
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-radius: 5px;
	border: 1px solid #222;
}
/*Layout Wrapper*/
#layout {
	max-width: 1360px;
	margin: 0px auto;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	border-radius: 0px 0px 7px 7px;
}
/*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;
}
/*===========================
Miscellaneous styles
============================*/
.ctr {
	text-align: center;
}
.sale {
	font-size: large;
	color: #000066;
	font-weight: bold;
}
.smalltext {
	font-size: small;
}
/* Thick black border */
hr.new4 {
	height: 10px;
	border: 1;
	box-shadow: 0 9px 9px -3px rgb(0, 0, 0) inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.photo {
	padding-right: 15px;
	padding-bottom: 5px;
	width: 210px;
	float: left;
	font-size: small;
}
.tinytxt {
	font-size: xx-small;
}
pre {
	background-color: #FFFFCC;
	border: thin dashed #660066;
	padding: 3px;
	margin-right: 20px;
	margin-left: 20px;
}
.number {
	font-size: large;
	font-weight: bold;
	vertical-align: middle;
}
.new {
	font-size: .85em;
	font-weight: bold;
	font-style: italic;
	color: #980E10;
}
blockquote {
	background-color: #F3EFE0;
	padding: 5px;
	webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 4px 0px #444444;
	-moz-box-shadow: 0px 0px 4px 0px #444444;
	box-shadow: 0px 0px 4px 0px #444444;
}
.code {
	padding: 5px;
	margin: 2px 15px 2px 2px;
	background-color: #FFFFCC;
	border: 1px gray dashed;
	display: block;
}
.instructions {
	border-collapse: collapse;
	border: 1px solid #808080;
	margin-top: 20px;
	margin-bottom: 20px;
}
.instructions th {
	padding: 3px;
	border: 1px solid #808080;
}
.instructions td {
	padding: 3px;
	border: 1px solid #808080;
	vertical-align: top;
}
.clrlft {
	clear: left;
}
.clear {
	width: 100%;
	height: 0px;
	margin: 0 0 -1px;
	clear: both;
}
/* ============================
Commonly used to style page titles. 
=============================== */
h1, h2, h3 {
	margin: 10px 0px 20px 0px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Palatino, "Palatino Linotype", Georgia,"Times New Roman", Times, serif;
}
h1 {
	font-size: 1.4em;
	padding: 5px 0px 5px 5px;
}
h2 {
	font-size: 1.2em;
	padding: 5px 0px 5px 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
h3 {
	font-size: 1em;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.column-content h1:first-child, .column-content h2:first-child, .column-content h3:first-child, .column-content h4:first-child {
	margin-top: 10px;
}
.affiliate {
	font: normal 90% Verdana, serif;
	height: 22px;
	border: 1px solid #980E10;
	background-color: #980E10;
	color: white;
	padding: 3px;
}
/*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;
}
/*========================================
 template gallery
=========================================*/
.thumbs img {
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 6px;
/*	box-shadow: 0px 0px 20px #aaa;
*/border: 1px solid #999;
}
.thumbs img:hover, .thumbs .current {
	background-color: #222222;
	-webkit-box-shadow: 0px 0px 20px #666;
	box-shadow: 0px 0px 30px #999;
	border-color: transparent;
}
.thumbs p {
	display: inline-block;
	padding: 0 6px;
	text-align: center;
	font-size: x-small;
	text-transform: uppercase;
}
/*================ 
For Zoom search box 
==================*/
#search {
	text-align: center;
	margin: 3px auto 14px auto;
	font-size: .8em;
}
#search p {
	margin-bottom: 0px;
}
#myform {
	/*CSS for sample search box. Remove if desired */
	margin: 0;
	padding: 0;
}
#myform .textinput {
	width: 100px;
	border: 1px solid gray;
}
#myform .submit {
	font: bold .9em Verdana;
	height: 22px;
	background-color: #980E10;
	color: #ffffff;
}
.myform {
	margin: 0;
	padding: 0;
}
.myform .textinput {
	width: 100px;
	border: 1px solid gray;
}
.myform .submit {
	font: bold .85em Verdana;
	height: 25px;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid black;
}
#searchbutton {
	margin: 5px auto 5px auto;
	border: thin solid #003366;
	font: bold .9em Verdana;
	height: 22px;
	background-color: #000000;
	color: #FFFFFF;
}
/* ============ 
form styles 
==============*/
form fieldset {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}
/* Style inputs, select elements and textareas */
input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
}
/* Style the label to display next to the inputs */
label {
	padding: 12px 12px 12px 0;
	display: inline-block;
}
/* Style the submit button */
input[type=submit] {
	background-color: #000000;
	color: #FFFFFF;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
form fieldset legend {
	padding: 0.2em 0.5em;
	border: 1px solid #353c48;
	color: #ffffff;
	font-size: 90%;
	text-align: right;
	font-variant: small-caps;
	background-color: #000000;
}
.cf {
	border: 1px #353c48 solid;
	background-image: url('../images/form-bg.jpg');
	background-repeat: repeat;
}
input:focus {
	border: 2px solid #980E10;
}
.button {
	font: normal 90% Verdana, serif;
	height: 22px;
	background-color: #000000;
	color: white;
}
/*=============
error page formatting contact page script
=============*/
.error-page-heading1 {
	font-family: "Times New Roman";
	color: #564c66;
	font-size: 1.5em;
	font-weight: bold;
}
.error-page-heading2 {
	font-family: "Times New Roman";
	color: #564c66;
	font-size: 1.2em;
	font-weight: bold;
}
.error-page-line-closing {
	font-family: "Times New Roman";
	color: #0066CC;
	font-size: .9em;
	font-weight: bold;
}
.error-page-line-opening {
	font-family: "Times New Roman";
	color: #0066CC;
	font-size: .9em;
	font-weight: bold;
}
.error-msg {
	font-family: "Times New Roman";
	color: #CC3300;
	font-size: 1em;
	font-weight: bold;
}
.error-page-footer {
	font-family: "Times New Roman";
	color: #000000;
	font-size: .8em;
	font-weight: bold;
}
#template {
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	empty-cells: show;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#template th {
	border: 1px solid #C0C0C0;
	text-align: center;
}
#template td {
	vertical-align: top;
	border: 1px solid #C0C0C0;
	font-size: .85em;
	padding: 10px;
}
#template td p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.dnld {
	margin-left: 20px;
}
.highlight {
	padding: 5px;
	background-color: #CCCCFF;
}
/*==============================
The Footer
=================================*/
.footer {
	background-color: #000000;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: .7em;
	color: #ffffff;
	text-align: center;
}
.footer p {
	margin: 0px;
}
.footer a:link {
	color: #F1EDED;
	text-decoration: none;
}
.footer a:visited {
	color: #7BA4C1;
}
.footer a:hover {
	color: #F1EDED;
	text-decoration: underline;
}
.footer a:active {
	color: #CC0000;
}
/*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;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1380px) {
#layout {
	max-width: none;
}
}
