/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  09: 2 Col Fixed Sidebar Right, Top Menu
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	margin: 20px 0px;
	padding: 0px;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../art/sac2sm.jpg);
}
img {
	vertical-align: bottom;
}

/*Rounded Corners*/
.content-wrapper {
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 10px #004D9D;
	box-shadow: 0px 0px 10px #004D9D;
	background-color: rgba(255,255,255,0.99);
}
.masthead {
	border-radius: 6px 6px 0px 0px;
}
.footer {
	border-radius: 0px 0px 6px 6px;
	background-color: #304296;
	color: rgba(255,255,255,1.00);
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align: center;
	font-size: 0.9em;
	border-color: #304296;
	border-top-width: 1px;
	border-top-style: solid;
}

.masthead {
	padding: 0px;
	text-align: center;
	background-color: rgba(255,255,255,0.91);
}
.masthead .logo {
	margin-bottom: 10px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	min-width: 320px;
	max-height: 250px;
	float: left;
	max-width: 980px;
	width: 100%;
}
.masthead h1 {
	margin: 0;
	color: #8C8C8C;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .35em;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}
.masthead .banner {
	z-index: 20;
	box-shadow: 0px 0px;
	position: relative;
	-webkit-box-shadow: 0px 0px;
	margin-top: 5px;
}

.content-wrapper {
	margin: 0px auto;
	overflow: hidden;
	width: 980px;
	top: 4px;
	border: 2px solid #84A3D5;
	background-color: undefined;
}
.columns-wrapper {
	overflow: hidden;
	background-color: rgba(255,255,255,0.90);
}

.main-content {
	float: left;
	width: 75%;
}
.sidebar {
	width: 23.75%;
	float: left;
	padding-left: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(242,221,197,0.95) 0%,rgba(232,191,147,0.90) 53.89%);
	background-image: linear-gradient(180deg,rgba(242,221,197,0.95) 0%,rgba(232,191,147,0.90) 53.89%);
	padding-right: 5px;
	text-align: center;
	border-left: 1px solid rgba(0,0,0,1.00);
}

.sidebar .content {
	padding-top: 20px;
	padding-right: 5px;
	font-size: .85em;
	line-height: 1.5em;
	padding-left: 5px;
}
.main-content .content{
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 1em;
	line-height: 1.5em;
	border-right-width: 1px;
	padding-bottom: 15px;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
}
h1 {
	font-size: 1.5em;
	color: #2F4195;
	text-shadow: px px;
}
Tiitle {
	font-size: 1.5em;
	color: #2F4195;
	text-shadow: 2px 2px 3px #CCCCCC;
}
h2 {
	font-size: 1.35em;
	text-align: left;
	text-shadow: 2px 2px 3px #cccccc;
	color: #2F4195;
}
h3 {
	font-size: 1.25em;
	color: rgba(47,65,149,1.00);
	text-shadow: 2px 2px 30px #CCCCCC;
}
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { 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%;
}

.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: #0066CC; }
.content a:hover, .content a:focus { color: #C30; }
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }


/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	background-color: #FFFFFF;
	border-bottom: 1px solid #666;
	box-shadow: 0px 0px;
	position: relative;
	z-index: 999999999;
	text-align: center;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	-webkit-box-shadow: 0px 0px;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1em;
	border: 1px solid;
	background-color: #333;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.2);
	outline: 0;
}

/*The Footer*/
.footer {
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #304296;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.9em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	padding-top: 10px;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {margin: 0px;}
.content-wrapper {width: auto; margin: 0px;}
.content-wrapper, .footer, .masthead {border-radius: 0px;}
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1000px) {
.content-wrapper {
	width: auto;
	margin: 0px 10px;
}
.content {
	padding: 10px 10px !important;
}
}
#crumb_div {
	padding-right: 10px;
	padding-left: 10px;
	width: 95%;
	color: #304296;
	font-size: 11pt;
	line-height: normal;
	margin-left: auto;
	clear: both;
	text-align: left;
}
#latestnews {
	border: 1px solid #2F4195;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px;
	box-shadow: inset 0px 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(248,221,187,1.00) 2.59%,rgba(243,192,127,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(248,221,187,1.00) 2.59%,rgba(243,192,127,1.00) 100%);
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
	line-height: 16px;
	padding-bottom: 30px;
}

/*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 10px rgba(0,0,0,.65);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.65);
	margin-left: 2px;
	margin-right: 15px;
}
#peckham_logo {
	margin-right: auto;
	margin-bottom: 10px;
	float: left;
	min-width: 100px;
	max-width: 171px;
	margin-left: auto;
	width: 25%;
}
#phil_bobbie {
	width: 117px;
	left: 10px;
	top: 5px;
}
#slogan {
	margin-top: 0px;
	width: 30%;
	float: right;
	clear: both;
	min-width: 120px;
	margin-right: 10px;
}
#wave {
	float: right;
	clear: both;
	top: 200px;
	width: 100%;

}
#email_signup {
}
#navi {
}
#navi {
	border-bottom-color: rgba(0,0,0,1.00);
	border-bottom-style: solid;
	border-bottom-width: thin;
	background-color: rgba(255,255,255,0.90);
}
.bigtitletext {
	font-size: 125%;
	text-align: center;
	color: #002E6C;
	margin-right: 20px;
	margin-top: 20px;
}
.small {
	padding-left: 5px;
	color: rgba(255,255,255,0.00);
}
