/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  01: 1 Col Flex
  ------------------------------------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #FFF;
	padding: 0px;
	width: 80%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
img {vertical-align: bottom;}

.masthead {
	padding: 0px;
	text-align: left;
	background-color: #222;
	border-radius: 20px;
}
.masthead .logo {
	position: relative;
	background-color: #000;
	border-radius: 20px;
}
.masthead h1 {
	margin: 0;
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: 0.35em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: normal;
	text-transform: capitalize;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 20px;
}
.masthead .banner {
	position: relative;
	z-index: 20;
	box-shadow: 5px 5px 5px 5px #000;
	overflow: hidden;
	border-radius: 20px;
}
/*Max-Width allows the banner image to scale with the page*/
.masthead .banner img {
	max-width: 99%;
	border-radius: 20px;
	height: auto;
	width: auto;
	margin: 5px;
}

.content-wrapper {
	margin: 0px;
	overflow: hidden;
}

.columns-wrapper {
	background-color: #FFF;
}

.content {
	padding: 10px;
	font-size: 1em;
	line-height: 1.5em;
	border: thin solid #666;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	font-size: .7em;
	color: #8C8C8C;
	text-align: center;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
}
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.*/
.page-topper {
	margin-top: 0px;
	width: auto;
}
img.right
{
	float: right;
	padding: 10px;
	margin: 0px;

}
img.left
{
	float: left;
	padding: 10px;
}

/*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%;
	text-align: center;
	background-repeat: no-repeat;
	border-radius: 15px 15px 15px 15px; 
}

/*Ordinary Link Styles*/
.content a { color: #0066CC; }
.content a:hover, .content a:focus { color: #C30; }
.footer a { color: #8C8C8C; }
.footer a:hover, .footer a:focus { color: #FFF; }

/*MEDIA QUERIES*/
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 680px) {
.content-wrapper {margin: 0px;}
}
	
