/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Garnet Theme
  03: 2 Col Flex Sidebar Left
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	/*padding-bottom: 4em;
*/}
img {
	vertical-align: bottom;
}
.masthead {
	padding: 10px 10px;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
}

.content-wrapper {
	margin: 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
	border: 1px solid;
	border-color: #333;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
}

.main-content {
	float: right;
	width: 76%;
}
.sidebar {
	width: 24%;
	float: left;
}

.sidebar .content {
	padding: 30px;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #BBB;
	background-color: #222;
	background-image: url(img/pixelated.png);
}
.sidebar .content a {
	color: #DDD;
}
.sidebar .content a:hover,
.sidebar .content a:focus {
	color: #FFF;
}
.main-content .content{
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
	border-left: 1px solid;
	border-left-color: #222;
}

/*=================================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; }
/*============================The DIVs that contains the horizontal menu bar at the top of your page.=============================*/
.menu-top-wrapper .p7DMM02 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.top-navigation {
	background-color: #CC3333;
	border-bottom: none;
	box-shadow: 0px 0px 30px #000;
	position: relative;
	z-index: 9;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}

/* ===================
images 
=================== */
.imglft {
	padding: 5px 10px 5px 0px;
	float: left;
}
.imgrgt {
	padding: 5px 0px 5px 10px;
	float: right;
}
.imgctr {
	display: block;
	margin: 0px auto;
}

/*================================
content list styles
==================================*/
dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	font-style: italic;
	margin-bottom: 10px;
}

/*===============================
search box styles
================================*/

.heading {
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}

#search {
}
#myform {
	text-align: center;
	margin: 0;
	padding: 0;
}
#myform .textinput {
	width: 100px;
	border: 1px solid gray;
	font-size: small;
}
#myform .submit {
	font: bold 11px Verdana;
	height: 22px;
	background-color: #B8D4BA;
}
#myform p {
	margin: 0px 0px 7px 0px;
}
#myform a:link {
	font-weight: bold;
	color: #004145;
	background: transparent;
	text-decoration: underline;
}
.go {
	background-color: #000000;
	color: #ffffff;
}
#myform fieldset {
	border: 0px;
	margin: 5px;
	width: 80%;
	border: 1px #000000 solid;
}
input:focus {
	border: 2px solid #993300;
}
.bq {
	margin-right: 30px;
	margin-left: 30px;
}
.gwc {
	background-color: #F7F2F6;
	background-image: url('../images/form-bg.jpg');
	background-repeat: repeat;
}

/*=============
form styles 
==============*/
form fieldset {
	padding: 1em;
	font: 80%/1 sans-serif;
	border: 2px solid #003300;
	width: 400px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 3px 3px 6px #5D7457;
	-moz-box-shadow: 3px 3px 6px #5D7457;
	-webkit-box-shadow: 3px 3px 6px #5D7457;
}
form fieldset label {
	width: 15%;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
	font-weight: bold;
}
form fieldset legend {
	padding: 0.2em 0.5em;
	color: #000000;
	font-size: 90%;
	text-align: right;
	font-variant: small-caps;
}
.cf {
	border: 1px #353c48 solid;
	background-image: url('../images/form-bg.jpg');
	background-repeat: repeat;
}
.button {
	font: normal 90% Verdana, serif;
	height: 22px;
	border: 1px solid #999966;
	background-color: #951818;
	color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
input:focus {
	border: 2px solid #993300;
}

.code {
	font-family: "Courier New", Courier, monospace;
	padding: 5px;
	background-color: #FFFFCC;
	margin-left: 5px;
}

/*=============
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;
}
.line-closing {
	font-family: "Times New Roman";
	color: #0066CC;
	font-size: .9em;
	font-weight: bold;
}
.line-opening {
	font-family: "Times New Roman";
	color: #0066CC;
	font-size: .9em;
	font-weight: bold;
}
.message-error {
	font-family: "Times New Roman";
	color: #CC3300;
	font-size: 1em;
	font-weight: bold;
}
.message-footer {
	font-family: "Times New Roman";
	color: #000000;
	font-size: .8em;
	font-weight: bold;
}
.gwc {
	background-color: #F7F2F6;
	background-image: url('images/form-background.jpg');
	background-repeat: repeat;
}
.search {
	font-size: x-small;
	background-color: #951818;
	border-style: outset;
	color: #FFFFFF;
}
.huggins {
	font-size: small;
	font-style: italic;
}

/*========================================
Misc. Typographic Styles
===============================*/
.content em {
	font-style: normal;
	text-transform: uppercase;
	font-size: 110%;
}
.content .big {
	font-size: 125%;
}
.smalltxt {
	font-size: x-small;
}
.ctr {
	text-align: center;
}

.clear {
	width: 100%; height: 0px; margin: 0 0 -1px; clear: both;
}
.blast {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.75;
	color: #000000;
	border-radius: 0px 0px 10px 10px;
	padding: 15px;
/*	padding: 28px 36px;
*//*background: -webkit-linear-gradient(#333, #111);
	background: linear-gradient(#333, #111);
*/	background-color: #CCCCCC;
	margin-bottom: 20px;
}

/*======================================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: .9em;
	color: #8C8C8C;
	text-align: center;
	clear: both; /*position: fixed;
	z-index: 999;
*/ /*top: auto;
*/;
	bottom: 0px;
	width: 100%;
}
	
.footer p.copyright {
	margin: 0px;
}

/*================================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; 
	border-radius: 0px;
}
.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;
}
}
/*===========================Medium windows - reduce padding content padding===============================*/
@media only screen and (min-width: 700px) and (max-width: 1280px) {
.main-content .content, .sidebar .content {padding: 20px 20px;}
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-left: 10px; margin-right: 10px;}
}
