/* 
  ------------------------------------------------
  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;
	height: auto;
	width: 85%;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img {
	vertical-align: bottom;
}

.masthead {
	padding: 0px;
	text-align: left;
	border-radius: 8px;
	height: auto;
	width: 100%;
	background-color: #000;
	margin-bottom: 5px;
}
.masthead .logo {
	position: relative;
	border-radius: 8px;
	width: 100%;
	height: 30;
	border: thin solid #F00;
	margin-top: 0px;
	margin-bottom: 3px;
}
.masthead h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: normal;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 10px;
	font-style: italic;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 20px;
	width: auto;
	margin-top: -4px;
}
.masthead .banner {
	position: relative;
	z-index: 20;
	box-shadow: 0px 0px 20px #000;
	border-radius: 8px;
	margin-top: 2px;
	margin-bottom: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Max-Width allows the banner image to scale with the page*/
.masthead .banner img {
	height: 300px !important;
	width: 100% !important;
	max-width: 100%;
	border-radius: 8px;
}

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

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

.content {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 3px;
	margin-bottom: auto;
	border-radius: 8px;
	border: thin solid #000;
	padding-right: 20px;
	padding-left: 20px;
}

.li{
	
	}

.credits{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	}

.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-radius: 8px;
	margin-right: auto;
	border: 1px solid #F00;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
	color: #FFF;
}

/*Heading styles*/
h1, h2, h3, h4 {
	padding: 20px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 { font-size: 1.5em; }
h2 {
	font-size: 1.35em;
	text-align: center;
}
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;
	text-align: center;
}

/*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:8px;
}

/*Ordinary Link Styles*/
.content a { color: #0066CC; }
.content a:hover, .content a:focus { color: #C30; }
.footer a {
	color: #FFFFFF;
}
.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;}
}
.showmore {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: capitalize;
}
