/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  03: 2 Col Flex Sidebar Left
  ------------------------------------------------
*/

/*img {
	vertical-align: bottom;
}
.masthead {
	padding: 10px 10px;
	text-align: left;
	background-color: #222;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
}

.content-wrapper {
	margin: 1.25em 1.25em 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
}

.sidebar .content {
	padding: 30px;
	font-size: .9em;
	line-height: 1.5em;
	background-color: #FFF;
}

.main-content .content{
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
}*/

/*Heading styles*/
/*h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	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: 5px;
}
.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*/
/*.content a {
	color: #002953;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.content a:hover, .content a:focus {
	color: #000;
	border-bottom-style: solid;
}
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }

.no_border {border: none; }*/

/*The DIVs that contains the horizontal menu bar at the top of your page.*/
/*.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.top-navigation {
	background-color: #7BA4C1;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 9;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}*/

/*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;}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.main-content .content, .sidebar .content {
	padding: 20px 10px;
	border-radius: 0px;
	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: 1280px) {
.main-content .content, .sidebar .content {padding: 10px 20px;}
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-left: 10px; margin-right: 10px;}
}*/
/********** start HTML5 reset (Eric Meyer) **********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/**********end HTML5 reset**********/
body {
	font-family: 'Ubuntu', Optima, Helvetica, sans-serif;
	font-size: 1em;
	color: #663300;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	padding-bottom: 4em;
	}	
img {vertical-align: bottom;}		
.masthead {
	padding: 0;
	text-align: left;
	background-color: #663300;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
	}
.content-wrapper {margin: 0em 1.25em 0em 1.25em;overflow: hidden;}
	
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
	}
	
.columns-wrapper, .menu-top-wrapper {max-width: 1260px;margin: auto;}

.main-content {float: left;width: 49%;}
.sidebar {width: 49%;float: right;}

.sidebar .content {
	padding: 3%;
	font-size: 1em;
	line-height: 1.5em;
	}

.main-content .content{
	padding: 3%;
	font-size: 1em;
	line-height: 1.1em;
	letter-spacing: 0.1em;
	}

p {
	font-family: 'Ubuntu', Optima, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	padding-bottom: 3%;	
	}

/**********Heading styles**********/
h1, h2, h3, h4 {
	margin: 1% 0px 0px 0px;
	font-family: "Vollkorn", Times, serif;
	font-weight: normal;
	}
	
h1 {font-size: 3em;}

h2 {
	font-size: 2.25em;
	text-align: center;
	letter-spacing: 0.1em;
	}
	
h3 {
	font-size: 1.75em;
	padding-bottom: 5%;
	line-height: 1.5em;
	}
	
h4 { 
	font-family: "Vollkorn", Optima, Times, serif;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #663300;
	}

/**********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: 5px;}
.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**********/
.content a {font-family: "Ubuntu", Optima, Helvetica, sans-serif;color: #265780;text-decoration: none;font-weight: bold;}
.content a:hover, .content a:focus {color: #c60;border-bottom-style: solid;}
.footer a:hover, .footer a:focus { color: #FFF; }
/**********The DIVs that contains the horizontal menu bar at the top of your page.**********/
.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.top-navigation {
	background-color: #7BA4C1;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 9;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}

/**********The Footer**********/
.footer {
	background-color: #663300;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	font-size: 0.8em;
	color: #FFC;
	text-align: left;
	clear: both;
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
	padding-top: 1em;
	padding-left: 1em;
	}
	
.footer a {color: #FFFFB3; text-decoration: none;}
	
.footer a:hover {color:#FFF; text-decoration:underline;}
/***********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;}
.sidebar, .main-content {width: auto !important;float: none !important;position: static !important;}
.main-content .content, .sidebar .content {padding: 20px 10px;border-radius: 0px;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: 1280px) {
.main-content .content, .sidebar .content {padding: 10px 20px;}
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-left: 10px; margin-right: 10px;}
}
/**********added styles***********/
.masthead h3 {color: #FFC;}

.masthead h1 {font-size: 3em;color: #FFC;}

#logo {
	float: left;margin: 0 2em;}
	
#logo_type {
	margin-left:20%;
	padding-top: 1%;
	}

.column-1 .content.p7ehc-1 h2 {
	color: #FFF;
	background-color: #7BA4C1;
	padding: 0.5em;
	margin-bottom: 0.5em;
}
.column-2 .content.p7ehc-1 ul li {
	line-height: 1.5em;
	list-style-type: square;
	padding-bottom: 1.2em;
}

.column-2 .content.p7ehc-1 h2 {
	color: #FFF;
	background-color: #7BA4C1;
	background-image: -webkit-linear-gradient(#7BA4C1, #FFF);
	background-image: linear-gradient(#7BA4C1, #FFF);
	padding: 0.5em;
	margin-bottom: 0.5em
}

.column-3 .content.p7ehc-1 h2 {
	color: #FFF;
	background-color: #7BA4C1;
	padding: 0.5em;
	margin-bottom: 0.5em
}

.italic {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1em;
	font-style: italic;
	}
	
.bold {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1em;
	font-weight: bold;
	}

.main-content .content.p7ehc-1 ul li {
	list-style-type: none;
	}
	
.main-content .content.p7ehc-1 h3 {
	color: #FFF;
	padding-bottom: 2%;
	background-color: #7BA4C1;
	}
	
.sidebar .content.p7ehc-1 h3 {
	color: #FFF;
	letter-spacing: 0.1em;
	background-color: #7BA4C1;
	}
	
.sidebar ul li {
	font-size: 100%;
	font-weight: bold;
	color: #7BA4C1;
	text-decoration: none;
	line-height: 1.4em;
	list-style-type: square;
	letter-spacing: 0.1em;
	padding-bottom: 0.5em;
	}
	
.main-content ul li, ol li {
	padding-bottom: 1em;
	}
	
.main-content .content.p7ehc-1 ul, ol {
	padding-left: 3%;
	}

.main-content .content.p7ehc-1 ul li {
	
	list-style-position: outside;
	list-style-type: square;
	letter-spacing: 0.1em;
	}
	
.small-type {
	font-size: 0.875em;
	}
	
h2 {
	padding-top: 1em;
	}
	
.flt_rt {
	float: right;
	margin-left: 3%;
	}
	
hr {
	color: #663300;
	background-color: #663300;
	height: 2px;
	}
	
.main-content .content.p7ehc-1 ul li {
	line-height: 1.3em;
	letter-spacing: 0.1em;
	list-style-type: square;
	color: #663300;
	list-style-type: square;
	font-weight: normal;
	padding-left: 1em;
	padding-right: 1em;
	}
	
.sidebar .content.p7ehc-1 ul li {
	color: #663300;
	list-style-type: square;
	font-weight: normal;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	list-style-type: square;
	}

.centered {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#update {
	font-size: 0.875em;
	text-align: right;
	}

.small-caps {font-variant: small-caps;color: #C60;}
	
.indent {padding-left: 2em;}
	
.box {
	background-color: #FEF2DB;
	margin: 3%;
	padding: 3%;
	border:thin solid #FFA927;
	border-radius: 1em;
	}

.sidebar .content.p7ehc-1 h3 {
	color: #FFF;
	background-color: #7BA4C1;
	padding:2%;
	margin-bottom: 3%;
	text-align: center;
	}
	
#submenu a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: #59768B dotted thin;
	color: #59768B;
	}
#submenu a:hover {color: #C60;}	
.sidebar .content.p7ehc-1 ol li {
	line-height: 1.4em;
	letter-spacing: 0.1em;
	margin-left: 2%;
	padding-left: 2%;
	}
.flt_lft {
	float: left;
	margin-right: 3%;
	}
.main-content .content.p7ehc-1 h3 {
	color: #FFF;
	background-color: #6F94AE;
	padding: 0.5em;
	margin-bottom: 0.5em;
	}
blockquote {margin-left: 3%;}
.content.p7ehc-1 .mft-normal.mft-adaptive {width: 100%;}
.odd {background-color: #FDF0C4;}
table {border: #630 thin solid;}
.content.p7ehc-1 .mft-normal.mft-adaptive td {text-align: left; padding:0.5em;}
.margin_bottom {margin-bottom: 0.5em;}
.margin_top { margin-top: 0.5em;}
#searchfield {background-color: #D4DFE7;}
.right_align {text-align: right;}
.active_link {font-family: "Ubuntu", Optima, Helvetica, sans-serif;color: #999;border-bottom: none;}
	
.columns-wrapper .sidebar .content.p7ehc-1 h3 {
	color: #FFF;
	background-color: #7BA4C1;
	padding: 2%;
	margin-bottom: 2%;
	text-align: center;
}

.main-content .content.p7ehc-1 h3 {
	color: #FFF;
	background-color: #7BA4C1;
	padding: 2%;
	margin-bottom: 2%;
	text-align: center;
	}
.columns-wrapper .main-content .content.p7ehc-1 p {letter-spacing: 0.1em;}
.xl_type {font-size: 1.3em;}
.padding_top{padding-top:1em;}
.no_padding {margin: 0px;padding: 0px;}
.left {text-align: left;}
.dark_red{color:#C30;}
.small_type {font-size: 0.8em;}
.no_border {border-bottom-style:none; border-bottom-width:0;}.padding_bottom {
	padding-bottom: 1em;
}
