/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Garnet Theme
  03: 2 Col Flex Sidebar Left | Custom
  ------------------------------------------------
*/

body {
	background-image: url(../images/lgrey091.gif);
	background-attachment: fixed;
}

.masthead {
	padding: 10px 10px;
	text-align: left;
	background-color: rgba(0,0,0,.7); /* 222 */
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
}

.top-navigation {
	background-color: rgba(102,0,0,.88); /* CC3333 */
	border-bottom: 3px solid rgba(0,0,0,.5); /* none */
	box-shadow: 0px 0px 30px #000;
	position: relative;
	z-index: 9;
}

.top-navigation-padding {
	padding: 20px 0px 10px 0px;
	text-align: center;
}

.menu-bottom-buffer {
	height: 15.0em;
}

.sidebar .content {
  padding: 30px;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #BBB;
  background: #660000 !important; /* Old browsers */

}
.sidebar .content a {
	color: #DDD;
}
.sidebar .content a:hover,
.sidebar .content a:focus {
	color: #FFF;
}

.main-content .content{
  padding: 30px;
  font-size: inherit; /* 1em */
  /*line-height: 1.5em;*/
  border-left: 1px solid;
  border-left-color: #222;
}

/*The Footer*/
.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 5px 15px; /*15px 15px*/
	font-size: 0.7em;
	color: #8C8C8C;
	text-align: center;
	clear: both;
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
}
.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: 700px) {
	body {
		font-size: .80em;
		color: rgb(0,0,0);
		padding-bottom: 0px;
	}
	
	.menu-bottom-buffer {
		height: 0em;
	}


.motto-banner {
	padding: 0 1em;
}




}
