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

body {
	background-color: #d8e1e8;
	background-image: url(../images/bg_body.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 30px 0px;
	background-repeat: repeat-x;
}


/*Drop Menu Magic Adjustments*/
.p7DMM03 {
	font-family: 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 {
	clear: both;

}
.header {
	background-color: #EDF4FA;
}

/*Logo and Banner*/
#header-logo {
	width: 50%;
	float: left;
	background-color: #EDF4FA;
	vertical-align: middle;
	height: 100%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#header-window {
	padding: 0px !important;
	width: 50%;
	float: left;
	background-color: #EDF4FA;
	}



/*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 {
	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: 1140px;
	margin: 0px auto;
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	border-radius: 0px 0px 7px 7px;
}

/*Default Row Structures*/
.affinity-row {
	padding: 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: 50%;
	float: left;
}

/*Strctural wrapper for 2-column row*/
.affinity-row .currentcolumn {
	width: auto%;
	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;
}

.affinity-row.sidebar-left .column-1 {
	width: 76%;
	float: right;
	background-image: url(../images/bg_mainpage.jpg);
	background-repeat: repeat-x;
	background-color: #E2EDF1;
}
.affinity-row.sidebar-left .column-2 {
	width: 24%;
	float: right;
	background-image: url(../images/bg_mainpage.jpg);
	background-repeat: repeat-x;
	background-color: #E2EDF1;
}
.affinity-row.sidebar-left .column-content {
	line-height: 1.4;
	font-size: .9em;
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: .8em;
}

/*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.6em;
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: .9em;
}
.left-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D0E1E8;
}
.right-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D0E1E8;
}
.left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*Column Content*/
.column-content {
	line-height: 1.35;
	padding: 5px 12px;
}
.affinity-row.sidebar-right .column-content,
.affinity-row.sidebar-left .column-content,
.affinity-row.thirds.full-height .column-content {
	padding: 15px;
}
/*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;
}
.no-pad-all {
	padding: 0px;
	margin: 0px;
}

/*Headings*/
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-style: italic;
	line-height: normal;
	margin: 10px 0px 0px 0px;
}
h2 {
	font-size: 1.3em;
	background-color: #C4D6E2;
	background-image: url(../images/bg_headings.jpg);
	background-repeat: repeat-x;
	border: 1px solid #A1B4BB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	vertical-align: middle;
	color: #4D6D7C;
	line-height: 1.1em;
}

.column-content h1:first-child,
.column-content h2:first-child,
.column-content h3:first-child,
.column-content h4:first-child {
	margin-top: 10px;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #61A4B7;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #61A4B7;
}
a:hover {
	color: #83B80A;
	text-decoration: underline;
}

a:active {
	color: #000000;
}

/*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: #fff;
	font-size: 0.8em;
	border-radius: 0px 0px 5px 5px;
	border-top: 1px solid;
	border-color: #fff;
	background-color: #82acc5 !important;
	background-image: url(../images/bg_footer.jpg)!important;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
.footer h3, .footer h4 {
	font-weight: normal;
	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: #DDF0FB;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
	color: #fff;
}
.copyright {
	font-size: .85em;
	font-weight: bold;
	clear: both;
	padding: 5px 6px 15px 6px;
	text-align: center;
}



/*Assign this class to set large text and the stylish Cuprum font*/
.column-content.largesse, .largesse {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 1.8em;
	line-height: 1.5em;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/***********COMING SOON and LATEST ISSUE***********/
/*Coming soon and latest issue sections*/

#currentissue {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#currentissue img {
margin: 10px;
}

#comingsoon {
	background-image: url(../images/watermark_bucket.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 100px;
	padding-bottom: 30px;
}
#comingsoon li, #currentissue li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-position: outside;
	font-size: 1.25em;
	color: #556C71;
	line-height: 1.3em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


.quote {
	margin:15px 10px;
	padding-left:25px;
	background-image: url(../images/quotes.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #EFF5F8;
} 

.quotesig {
	font-size: 95%;
	font-weight: bold;
}
.smallfont {
	font-size: 90%;
}
.adbox {
	line-height: 1.5em;
	background-color: #FFFFFF;
	margin: 10px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border: 1px dashed #86A9B8;
}
.highlightbox_centered {
	padding: 4px 0 4px 0;
	line-height: 1.5em;
	background-color: #cfe1a7;
	text-align: center;
}


.highlightbox {
	line-height: 1.5em;
	background-color: #cfe1a7;
	text-align: justify;
}

#currentheadlines {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	padding: 0px;
}
#currentcover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	text-align: center;
	padding-bottom: 10px;
}
.sidebarright {
	float: right;
	border: 1px solid #A1B4BB;
	font-size: 0.75em;
	background-color: #CFE1A7;
	margin: 3px;
	padding: 5px;
	width: 200px;
}
.sidebarleft {
	float: left;
	border: 1px solid #A1B4BB;
	font-size: 0.75em;
	background-color: #CFE1A7;
	margin: 3px 10px 3px 8px;
	padding: 5px;
	width: 200px;
}

/*Use this class to asign a black accent box around your content*/
.affinity-row .blast {
	font-size: 0.9em;
	color: #333;
	border-radius: 0px 0px 10px 10px;
	padding: 8px 8px;
	background: -webkit-linear-gradient(#bfd799, #D2E2B8);
	background: linear-gradient(#bfd799, #D2E2B8);
	background-color: #D2E2B8;
	margin-bottom: 20px;
}
.tablerowlight {
	background-color: #E7F0F5;
}
.tablerowdark {
	background-color: #D3E4ED;
}
.affinity-row .blast.awc {
	font-size: 0.9em;
	color: #333;
	border-radius: 0px 0px 10px 10px;
	padding: 8px 8px;
	background: -webkit-linear-gradient(#bfd799, #D2E2B8);
	background: linear-gradient(#bfd799, #D2E2B8);
	background-color: #D2E2B8;
	margin-bottom: 20px;
	text-align: justify;
}

.affinity-row .blast.green {
	font-size: 0.9em;
	color: #333;
	border-radius: 0px 0px 10px 10px;
	padding: 8px 8px;
	background: -webkit-linear-gradient(#bfd799, #D2E2B8);
	background: linear-gradient(#bfd799, #D2E2B8);
	background-color: #D2E2B8;
	margin-bottom: 20px;
	text-align: center;
}

/*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;
}

#adratesplain {
display: none;
}
#ads234x60 {
display: none;
}
#p7IGM_2 {
display: none;
}
#awcdesc_mobile {
display: none;
}
#subtable_mobile {
display: none;
}
#address-mobile {
display: none;
}

@media only screen and (min-width: 681px) and (max-width: 900px) {

#comingsoon li, #currentissue li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-position: outside;
	font-size: .95em;
	font-weight: bold;
	color: #556C71;
	line-height: 1.2em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h2 {
	font-size: 1.2em!important;
	padding-top: 6px !important;
	padding-right: 5px!important;
	padding-bottom: 4px!important;
	padding-left: 5px!important;
	line-height: 1.1em;
}
}


/*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;
	font-size: .8em!important;
}
#header-logo {
	float: none !important;
	width: auto !important;
	padding-top: 0px !important;
	text-align: center;
	}
#header-window {
	float: none !important;
	width: auto !important;
	display: none;
	}
.column-content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
h2 {
	font-size: 1em;
	background-image: none;
	background-color: #C4D6E2;
	border: 1px solid #A1B4BB;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	vertical-align: middle;
	color: #4D6D7C;
	letter-spacing: normal;
}
#comingsoon {
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	padding-bottom: 10px;
}
li {
	padding: 2px 2px 2px 0px !important;
	list-style-position: outside;
	line-height: 1.2em !important;
	margin: 0px!important;
}
#comingsoon ul, #currentissue ul {
	padding-top: 4px !important;
	padding-bottom: 6px !important;
	padding-left: 2px !important;
	margin-top: 4px !important;
	margin-left: 2px !important;
}

#comingsoon li, #currentissue li {
	padding: 4px 4px 4px 0px !important;
	list-style-position: outside;
	font-size: .8em;
	font-weight: bold;
	color: #556C71;
	line-height: 1.2em !important;
	margin: 0px!important;
}
.issuealign {
	margin: 0 auto; }

.quote {
	margin:5px 0px;
	padding-left:25px;
	background-image: url(../images/quotes.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #EFF5F8;
	font-size: .8em;
} 

.quotesig {
	font-size: .8em;
	font-weight: bold;
}

.sidebarright {
	float: none!important;
	width: 95%!important;
}
.sidebarleft {
	float: none!important;
	width: 95%!important;
}
.column-content.largesse, .largesse {
	font-size: 1.2em!important;;
	line-height: 1.25em!important;
	font-family: "Arial Black", Arial, Gadget, sans-serif;
	font-weight: 900;
}
.footer {
	font-size: 0.7em;
}
#menu-bottom {
	display: none;
}
#adratesplain {
display: block!important;
}
#adratestable {
display: none!important;
}
#sidebarads  {
display: none!important;
}

#ads234x60 {
display: block!important;
}
#ads468x60 {
display: none!important;
}
#p7IGM_1 {
display: none!important;
}
#p7IGM_2 {
display: block!important;
}
.p7IGM02_desc {
	color: #000!important;
}
#awcdesc_desc {
display: none!important;
}
#awcdesc_mobile {
display: block!important;
}
#subtable_full {
display: none!important;
}
#subtable_mobile {
display: block!important;
}
#address-full {
display: none!important;
}
#address-mobile {
display: block!important;
}

.affinity-row .blast.awc {
	font-size: 0.8em!important;
	color: #333;
	border-radius: 0px 0px 10px 10px;
	padding: 8px 8px;
	background: -webkit-linear-gradient(#bfd799, #D2E2B8);
	background: linear-gradient(#bfd799, #D2E2B8);
	background-color: #D2E2B8;
	margin-bottom: 20px;
	text-align: justify;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1160px) {
#layout {max-width: none;}
}
