/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #fff;
	background-image:url(../art/bg-body.jpg);
	background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:top-left; 
	background-color:#737250;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	padding-bottom: 4em;
}
img {
	vertical-align: bottom;
}
.masthead {
	padding: 10px 10px;
	text-align: center;
	/*background-color: #222;*/
	position: relative;
	/*background-image:url(../art/logonew.jpg);
	background-repeat:no-repeat;
	background-position:top right;*/
	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:rgba(125,139,109,0.50);
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 960px;
	margin: auto;
}

.main-content .content{
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
	border: 0px;
	/*border-radius: 5px;
	border-color: #666;*/
}
.contenthome {
	padding: 10px 10px;
	height: auto !important;
	width: auto !important;
	max-width: 940px;
	background-image:url(../art/Unknown2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-shadow: 1px 1px #666666;
	/*float: right;*/
}
p.justify {
        text-align:justify;
text-justify:inter-word;
      }


/*Heading styles*/
      h1 {
        font-family: 'Niconne', serif;
        font-size: 60px;
		line-height:60px;
      }
      h2 {
        font-family: 'Niconne', serif;
        font-size: 36px;
		line-height:36px;
      }
      h3 {
        font-size: 18px;
		line-height:18px;
		color:#2f3e1c;
		margin:0;
		padding: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: #ffffff;
	text-decoration: none;
	border: 0px;
}
.content a:hover, .content a:focus {
	color: #000;
	border: 0px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover, .footer a:focus { color: #000;
	text-decoration: 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;
	max-width:960px;
	margin:0 auto;
}
.top-navigation {
	background-color: #2f3e1c;
	max-width:960px;
	border-bottom: 0px;
	/*box-shadow: 0px 0px 30px #999;*/
	position: relative;
	z-index: 9;
		margin:0 auto;

}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}

/*The Footer*/
.footer {
	background-color:rgba(125,139,109,0.70);
	/*box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;*/
	max-width:930px;
	margin: 0 auto;
	padding: 15px 15px;
	font-size: 0.7em;
	color: #ffffff;
	text-align: center;
	clear: both;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}




/*TABLES*/
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	/*border:1px solid #000000;*/
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	background-color:rgba(224,151,255,.10);
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:rgba(125,139,109,.10);

	/*border:1px solid #000000;*/
	border-width:0px 0px 0px 0px;
	text-align:center;
	padding:5px;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 0px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 0px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{

	background-color:rgba(125,139,109,.10);
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child:hover td{

	background-color:rgba(125,139,109,.10);
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.button {
  color: #ffffff;
	width: auto;
	height:30px;
  -moz-border-radius: 10px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #556344;
  border-radius: 10px;
  border: 1px solid #ffffff;
  display: inline-block;
  margin: auto;
  padding: 7px 15px 0px 15px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.button:hover {
	color:#000000;
  background-color: #99a986;
  background-image: -moz-linear-gradient(90deg, #B9C788, #6E7849);
  background-image: -ms-linear-gradient(90deg, #B9C788, #6E7849);
  background-image: -o-linear-gradient(90deg, #B9C788, #6E7849);
  background-image: -webkit-linear-gradient(90deg, #B9C788, #6E7849);
  background-image: linear-gradient(90deg, #B9C788, #6E7849);
  padding: 7px 15px 0px 15px;
  border: 1px solid #ffffff;
    text-decoration: none;

}

.gmap_canvas {
      width: 100%;
      position: relative;
      padding-bottom: 56%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
}

.gmap_canvas iframe,
.gmap_canvas object,
.gmap_canvas img,
.gmap_canvas embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*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;
	background-image:url(../art/bg-body-mobile.jpg);
		background-repeat:no-repeat;
background-attachment:fixed;
background-position:top-left; 
	background-color:#737250;

}
.footer {
	position: static;
	width: auto;
}
.content-wrapper, .columns-wrapper {margin: 0px; border: none;}
.main-content .content {
	padding: 20px 10px;
	border: none;
}
.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;
}
/*Heading styles*/
      h1 {
        font-family: 'Niconne', serif;
        font-size: 30px;
		line-height:30px;
      }
      h2 {
        font-family: 'Niconne', serif;
        font-size: 18px;
		line-height:18px;
      }
      h3 {
        font-size: 12px;
		line-height:12px;
		color:#2f3e1c;
		margin:0;
		padding:0px;
      }


}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1280px) {
.main-content .content {padding: 10px 20px;}
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-left: 10px; margin-right: 10px;}

}
