/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  14: 3 Col Fixed, Top Menu
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 5px 0;
	padding: 0px;
}
img {vertical-align: bottom;}

/*Rounded Corners*/
.content-wrapper {border-radius: 8px; }
.masthead {border-radius: 6px 6px 0px 0px;}
.footer { border-radius: 0px 0px 6px 6px; }

.masthead {
	padding: 0px;
	text-align: left;
	background-color: #2D642F;
	
}
.masthead2 {
	padding: 0px;
	text-align: left;
	background-color: #000000;
	
}
.masthead .logo {
	position: relative;
	background-color: #499636;
}
.masthead h1 {
	margin: 0;
	color: #8C8C8C;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .35em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.masthead .banner {
	position: relative;
	z-index: 20;
	box-shadow: 0px 0px 20px #000;
}

.content-wrapper {
	border: 1px solid #222;
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}

.sidebar {
	width: 25%;
	float: left;
	position: relative;
	left: -56%;
}
.main-content {
	width: 56%;
	float: left;
	position: relative;
	left: 247px;
}
.sidebar2 {
	width: 19%;
	float: right;
}

.sidebar .content, .sidebar2 .content {
	padding: 20px 20px;
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(#FFF, #060);
	background-image: linear-gradient(#FFF, #060);
}
.main-content .content {
	padding: 10px;
	font-size: 1em;
	line-height: 1.5em;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
}
h1 {
	font-size: 1.4em;
	color: #060;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-size: 1.35em;
	text-align: left;
}
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }
h5 {
	font-size: 1.1em;
	color: #060;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 1.3em;
	color: #060;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper {
	margin-top: 0px;
	color: #060;
}

/*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%;
}
img.scaled-plain {
	height: auto;
	width: 100%;
}
img.scaled-max-plain {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
}
/*Ordinary Link Styles*/
.content a {
	color: #006600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.content a:hover, .content a:focus {
	color: #990000;
	text-decoration: none;
}
.sidebar2 a {
	color: #336600;
	text-decoration: none;
	border-bottom: none;
}
.sidebar2 a:hover, .sidebar2 a:focus {
	color: #600;
	text-decoration: none;
}
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }

.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; 
}

/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	background-color: #6E6D68;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 0px;
	background-image: url(img/pbm-menu-bg.jpg);
	overflow: hidden;
}
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: #00F;
	background-color: rgba(51,51,51,0.2);
	outline: 0;
}

/*Optional Sidebar Menu UL.*/
ul.menuside {
	margin: 0;
	padding: 0;
}
ul.menuside li {
	list-style-type: none;
	margin-bottom: 5px;
}
ul.menuside a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1.25em;
	border: 1px solid;
	background-color: #333;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.05), 0px 0px 5px rgba(0,0,0,.5);
	border-color: #FFF;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	border-radius: 5px;
}
ul.menuside a:hover, ul.menuside a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.75);
	outline: 0;
}

.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 10px 20px;
	font-size: 0.8em;
	color: #8C8C8C;
	text-align: center;
	horizontal align-content: center
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}
/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	background-color: #F3F7F2;
	padding: 10px;
}
/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/

.fancy3 {
    border: 1px solid rgba(0,153,51,0.5);
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    padding: 3px 3px 3px 3px;
    background-color: #AFCCB5;
    text-align: center;
}
.fancy4 {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	padding: 3px 3px 3px 3px;
	background-color: #AFCCB5;
	font-size: 1.2em;
	font-weight: bold;
	color: #060;
}
.fancy5 {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	padding: 5px 5px 5px 5px;
	font-size: 0.9em;
	color: #FF0;
	background-color: #C3C1E6;
}
.fancy6 {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	padding: 3px 3px 3px 3px;
	font-size: 0.9em;
}
.atext9 {
	font-size: 0.8em;
}
.text9 {
	font-size: 0.8em;
}
.atext10 {
	font-size: 0.9em;
}
.text10 {
	font-size: 0.9em;
}
.aWinner {
	font-weight: bold;
	color: #600;
}
.aWinnerheadline {
	font-size: 1.2em;
	font-weight: bold;
	color: #600;
}
.Winner {
	font-weight: bold;
	color: #600;
}
.atableshow {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #399;
	background-color: #E1EBE5;
}
.tableshow {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: hsla(120,96%,10%,1);
}
.atdshow {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	font-size: 0.9em;
	background-color: #DEE7DF;
}
.nonrunner {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	font-size: 0.9em;
	background-color: #EDEDED;
}
.tdshow {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	font-size: 12px;
}
.tdshow10 {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	font-size: 0.8em;
}
.tdshow11 {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
}

.video-wrapper468 { position: relative; padding-bottom: 12.82%; padding-top: 0px; height: 0px; overflow: hidden; 
}
.video-wrapper { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0px; overflow: hidden; 
} 
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.video-wrapper468 iframe, .video-wrapper468 object, .video-wrapper468 embed { position: absolute; top: 0; left: 0; width: 100%; height: 60;
}
.orange-background {
	background-color: #F60;
}
._date {
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 0.8em;
}


/*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;}
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.content-wrapper, .masthead, .footer  {border-radius: 0px; }
.content-wrapper {width: auto; margin: 0px;}
.sidebar, .sidebar2, .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;
}
}
@media only screen and (min-width: 700px) and (max-width: 1000px)  {
.content-wrapper {width: auto; margin: 0px 10px;}
.content {
	padding: 10px !important;
}
}
