/* 
  ------------------------------------------------
  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: #000;
	background-color: #0D7C7E;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 1em;
}
img {
	vertical-align: bottom;
}
.masthead {
	padding: 10px 10px;
	text-align: left;
	background-color:#FFF;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
	text-align:center;
}
/* Added to remove the border on the image in IE */
.masthead a img {
	border: none;
	outline: none;
}
.content-wrapper {
	margin: 1em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
}
.main-content {
	background-color:#0D7C7E;
}
.main-content .content{
	padding: 40px 50px;
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid;
	border-radius: 5px;
	border-color: #666;
	background-color:#FFF;	
	min-height:600px;
}
.team303 {
	color:#0D7C7E;
	font-weight:bold;
}
.center {
	text-align:center;
}
.strong {
	font-weight:bold;
}
.ramp-addr p:nth-child(n+1) {
	margin-bottom:0px;
}
.ramp-addr p:nth-child(n+2) {
	margin-top:0px;
	margin-bottom:0px;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #B8509D;
}
h1 { font-size: 1.5em; text-align:center; }
h2 { font-size: 1.25em; }
h3 { font-size: 1.1em; }
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%;
}
.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: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #ED2226;
}
.content a:hover, .content a:focus {
	color: #ED2226;
	border-bottom-style: solid;
}
.footer a {
	color: #DFDFDF;
}
.footer a:hover, .footer a:focus { color: #ED2226; }

.events {
	font-weight:bold;
}
.event-boxes {
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
.event-photos {
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:30px;
	float: left;
	text-align: center;
}
.event-photos img, .ramp-box img{
	padding:3px;
	margin-bottom:5px;
	border: 1px solid rgba(13, 124, 126, 0.4);
	border-radius: 30px 0px 30px 0px;
}
.event-photos p {
	margin-bottom:0px;
	margin-top:0px;
}
.event-photos a {
	color: #0D7C7E;
	font-weight: bold;
	border: none;
}
.event-photos a:hover, .event-photos a:focus {
	border:none;
}
.sponsor {
	float:left;
	width:50%;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}
.sponsor-left {
	clear:left;
}
.ramp-box {
	width: 46%;
	margin-left:2%;
	margin-right:2%;
	float: left;
	margin-top:30px;
	text-align:center;
}
.ramp-box h2 {
	font-size: 1.45em;
}
.ramp-box-special img {
	border:none;
}
.ramp-box a {
	border: none;
}
.ramp-box a:hover, .ramp-box a:focus {
	border:none;
}
.ramp-box h2 {
	margin-top:10px;
}
.concessions-vol {
	text-align:center;
	margin-top: 20px;
}
.volunteering-l {
	float:left;
	width:35%;
	text-align:right;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:10px;
}
.volunteering-r {
	float:left;
	margin-left:25px;
	width:60%;
	margin-top:20px;
}
.opportunities {
	clear:both;
}
.opportunities div {
	background-color: #FFFFFF;
	background-image:url(../images/light-gray-texture.jpg);
	padding:20px 30px 5px 30px;
	margin-top:20px;
	margin-bottom:20px;
	border-radius:20px;
	border: 2px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}
/* Calendar Page */
.calendar-container iframe {
	height:600px;
	width: 100%;
	max-width: 100%;
}
/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.top-navigation {
	background-color: #000;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 9;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}

/*The Footer*/
.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 5px;
	font-size: 0.7em;
	color: #DFDFDF;
	text-align: center;
	clear: both;
	width: 100%;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}
.footer p.credits{
	padding-top:8px;
}
/* self-clear floats */
.group:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

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

h1 { font-size: 1.25em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.0em; }
h4 { font-size: 1.0em; }

.footer {
	position: static;
	width: auto;
}
.content-wrapper, .columns-wrapper {margin: 0px; border: none;}
.main-content .content {
	padding: 20px 10px;
	border: none;
	min-height:400px;
}
.sponsor {
	width:100%;
}
.ramp-box {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	float: none;
}
.event-boxes {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.event-photos {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	float: none;
	text-align: center;
}
.content ul {
	padding-left: 20px;
}
.calendar-container iframe {
	width: 700px;
}

}
@media only screen and (min-width: 0px) and (max-width: 1100px) {
.volunteering-l {
	float:none;
	width:100%;
	text-align:center;
}
.volunteering-r {
	float:none;
	width:98%;
	margin-left:1%;
	margin-right:1%;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1280px) {
.main-content .content {
	padding: 30px 20px;
	min-height:200px;
}
.event-boxes {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-top: 10px; margin-left: 10px; margin-right: 10px;}

}
