/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  05: 3 Col Flex Portal
  font-family: 'Domine', serif;
font-family: 'Noto Serif', serif;
font-family: 'PT Serif', serif;
font-family: 'Esteban', serif;
http://www.colorcombos.com/combomaker.html?design=drops&output_width=100&size_option=element&colors=5C604D,FFBAD2,F20056,E5E7E1,C8CFB4,A3AE7E&background_color=FFFFFF&show_hex_flag=Y
  ------------------------------------------------
*/

body {

	font-family: "PT Serif", "Times New Roman", Times, serif;
	color: #000;
	/*background-color: #E5E7E1;*/
	background-color: #eee;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	padding-bottom: 4em;
}
img {
	vertical-align: bottom;
}
.masthead {
	padding: 10px 10px;
	text-align: left;
	background-color: #fff;
	position: relative;
	z-index: 10;
	overflow: auto;
	box-shadow: 0px 0px 12px #000;
-moz-box-shadow: 0px 0px 3px #000 !important;
}

.content-wrapper{
	margin: 0em 1.25em 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	/*background-color: #E5E7E1;*/
	background-color: #eee;
	position: relative;
	padding: 0px 20px 20px 20px;

}
.columns-wrapper, .menu-top-wrapper {
	max-width: 920px; /*this takes into account padding defined above and below making max width really 960*/
	margin: auto;
	
}

.banner {
position: relative;
box-shadow: 0px 0px 12px #000;
-moz-box-shadow: 0px 0px 3px #000 !important;
margin-top: 0.5em;
margin-bottom: 0.5em;
}


.main-content{
padding: 15px 24px;
margin-bottom: 1em;
margin-top: 1em;
background-color: #fff;
box-shadow: 0px 0px 12px #000;
-moz-box-shadow: 0px 0px 3px #000 !important;

}

/*Forms*/

.button {
    background-color: #C8CFB4;
	font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #6C826A;
    padding: 3px 5px;
    border-bottom-color: #4D5C4B;
	border-radius: 2px;
	box-shadow: 
  inset -2px -2px 10px rgba(0,0,0,0.3), /*bottom internal shadow*/ 
  inset 2px 2px 10px rgba(255,255,255,0.3); /*top internal highlight*/
}

.text {
font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    border: 1px solid #C8CCBF;
    padding: 3px 5px;
	color: #A8AE99;
	border-radius: 2px;
	box-shadow: inset 2px 2px 10px rgba(229,231,225,0.8); /*top internal shading*/
}


/*Columns Structure*/
.column-1, .column-2, .column-3 {
	float: left;
	width: 32.5%;
	box-shadow: 
  inset -10px -10px 30px rgba(0,0,0,0.3), /*bottom internal shadow*/ 
  inset 10px 10px 30px rgba(255,255,255,0.3), /*top internal highlight*/
	 0px 0px 12px #000;
-moz-box-shadow: 0px 0px 3px #000 !important;*/
}
.column-2 {
	margin-left: 1.25%;
	margin-right: 1.25%;
}

.column-1 a, .column-2 a, .column-3 a{
text-decoration: none;

}

.column-1 .content, .column-2 .content, .column-3 .content {
	padding: 20px 24px;
	color: #FFFFFF;
	/*border: 1px solid;
	border-color: #333;
	border-radius: 5px;*/
}

.column-1 {
background: #CC3366 url(img/ks-watermark-sm.png) bottom right no-repeat;
}

.column-2 {
background:#333333 url(img/ks-watermark-sm.png) bottom right no-repeat;
}

.column-3 {
background:#4D5C4B url(img/ks-watermark-sm.png) bottom right no-repeat;
/* 6C826A */
}

.column-1 h1, .column-2 h1, .column-3 h1{
display:block;
background: url(img/white_arrow.png) top right no-repeat;
}


.content p {
	line-height: 1.65;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-weight: normal;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.35em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
	margin-top: 0px;
}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 3px;
	
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.main-content a {
	color: #DE7C9C;
	text-decoration: none;
}
.main-content a:hover, .main-content a:focus {
	color: #CC3366;
	text-decoration: underline;
}

.main-content h3 a, .main-content h3 a:hover, .main-content h3 a:focus{
	color:#000000;
	text-decoration:none;
	}

.footer2 a {
	color: #8C8C8C;
}
.footer2 a:hover, .footer a:focus { color: #8C8C8C; }


/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.menu-top-wrapper {
margin-top: 2em;
padding: 0px 20px 0px 20px;
margin-bottom: 0.5em;
}

.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.top-navigation {
	background-color: #4D5C4B;
	border-bottom: 1px solid #FFF;
	position: relative;
	z-index: 9;
	text-transform: uppercase;
	
box-shadow: 0px 0px 12px #000;
-moz-box-shadow: 0px 0px 3px #000 !important;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}

/*The Footer*/
.footer{
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 15px;
	font-size: 0.7em;
	color: #8C8C8C;
	text-align: center;
	clear: both;
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
}

/*.footer2{
	background-color:#333333;
	box-shadow: 0px 0px 12px #000;
-moz-box-shadow: 0px 0px 3px #000 !important;
	padding:  15px 0px 15px 0px;
	font-size: 0.7em;
	color: #8C8C8C;
	text-align: center;
	position: relative;
	float:left;
	margin-top: 4em;

}*/

.footer-container{
	margin: 0em 1.25em 0em 1.25em;
	overflow: hidden;
	background-color: transparent;
	position: relative;
	padding: 0px 20px 20px 20px;
	max-width: 920px; /*this takes into account padding defined above and below making max width really 960*/
	margin: auto;	
}

.footer2{
	background-color:#333333;
	box-shadow: 0px 0px 12px #000;
-moz-box-shadow: 0px 0px 3px #000 !important;
	padding:  15px 0px 15px 0px;
	font-size: 0.7em;
	color: #8C8C8C;
	text-align: center;
	margin-top: 1em;
	font-family: Arial, Helvetica, sans-serif;

}

.footer2 p{
text-align: center;
margin: 0px;
}

.footer2 p.copyright {
	text-transform: uppercase;
	margin: 0px;
	padding-top: 5px;
}

.footer2 ul{
display:block;
text-align: center;
padding: 0px 0px 5px 0px;
margin: 0;

}

.footer2 ul li{
display:inline;
list-style: none;
text-align: center;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	padding-bottom: 0px;
}
.footer {
	position: static;
	width: auto;
}
.content-wrapper, .columns-wrapper {margin: 0px; border: none;}
.column-1, .column-2, .column-3 {
	width: auto !important;
	float: none !important;
	margin: 0px !important;
}

.column-1 .content, .column-2 .content, .column-3 .content {
	padding: 20px 15px;
	border: none;
	height: auto !important;
	max-height: 888678px;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
	border-bottom: 1px solid !important;
	border-color: #89AEC9 !important;
}
.p7DMM01 ul li:last-child a {
	border-bottom: none !important;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 980px) {
.column-1 .content, .column-2 .content, .column-3 .content {padding: 20px 20px;}
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-left: 10px; margin-right: 10px;}

}
