/* 
  -------------------------------------------
  Salt and Pepper by Project Seven Development
  www.projectseven.com
  Layout 02: 2 Column Sidebar Left
  Horizontal Menu
  -------------------------------------------
*/

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #000;
	margin: 0 0 40px 0;
	padding: 0px;
	font-size: 100%;
}
/*
Layout Width
*/
#outer {
	border: 1px solid #9d0000;
	padding: 2px;
	width: 940px;
	margin: 0 auto;
}
/*
Available Width
940 - 40 = 900
*/
#inner {
	background-color: #000;
	padding: 10px;
}
#p7PMM_1 {
	width: auto;
	margin: 0 0 16px 0;
	font-size: 0.8em;
	position: relative;
	z-index: 9999;
}
/*Special PMM2 rules for using a second PMM2 menu in your sidebar*/
.sidebarbox .p7PMMv15 {
	width: auto;
	margin: 0 0 2px 0;
	font-size: 0.8em;
	position: relative;
	z-index: 9999;
}
h6 {
}
.sidebarbox .p7PMMv15 ul div {
	display: none;
	padding-left: 2px;
}
.sidebarbox .p7PMMv15 ul ul div {
	padding-left: 0px;
}
h6 {
	font-size: 0.75em;
	font-style: italic;
	text-align: center;
	line-height: 12px;
	vertical-align: top;
}
#masthead {
	overflow: hidden;
	margin-bottom: 10px;
	background-attachment: fixed;
}
#masthead img {
	display: block;
}
#contentwrapper {
	background-color: #FFF;
	background-image: url(img/p7spep_sbleft.jpg);
	background-repeat: repeat-y;
	background-position: -380px 0px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
}
/*
Floated Columns
680 + 200 + 20 = 900
*/
.maincolumn {
	float: right;
	width: 700px;
}
.sidebarwrapper {
	float: right;
	width: 210px;
	margin: 5px;
}
.maincontent {
	padding: 24px 32px;
	font-size: .8em;
	line-height: 1.5em;
}
h1, h2 {
	margin: 0px;
	font-size: 1.2em;
	letter-spacing: 0.35em;
}
h2 {
	margin: 36px 0 0 0;
}
.sidebarbox {
	padding: 2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.sidebar, .sidebar2 {
	color: #FBB239;
	background-color: #000;
	padding: 5px;
	font-size: 0.7em;
	line-height: 1.4em;
}
.sidebar2 {
	color: #FFF;
	background-color: #DC1513;
}
/*Links*/
.maincontent a {
	color: #9F0B0A;
	text-decoration: underline;
}
.maincontent a:visited {
	color: #A10C0A;
}
.maincontent a:hover {
	color: #EA2623;
}
.sidebar a {
	color: #DC1513;
}
.sidebar a:visited {
	color: #EA2623;
}
.sidebar a:hover {
	color: #FFF;
}
.sidebar2 a {
	color: #FFB43A;
}
.sidebar2 a:visited {
	color: #FFF;
}
.sidebar2 a:hover {
	color: #000;
}
.footercolumn1 a {
	color: #F9B039;
}
.footercolumn1 a:visited {
	color: #FCAD38;
}
.footercolumn1 a:hover {
	color: #9C1B1F;
}
.footer {
	overflow: hidden;
	font-size: 0.7em;
	color: #FFF;
	margin-top: 20px;
	background-image: url(img/p7spep_vrule.gif);
	background-repeat: repeat-y;
	background-position: 504px 0px;
	background-color: #DC1513;
}
.footercolumn1 {
	float: left;
	width: 625px;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 15px;
}
.footercolumn2 {
	float: left;
	width: 250px;
	margin: 5px;
}
.footer p {
	margin: 1px 0 12px 0;
}
.footercolumn2 a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 3px 3px;
	background-color: #A90D0C;
}
.footercolumn2 a:hover {
	color: #000;
	background-color: #e62b26;
	border-color: #FFF;
}
.footercolumn2 ul {
	margin: 0;
	padding: 0;
}
.footercolumn2 li {
	margin-bottom: 6px;
	list-style-type: none;
}
/*
EXTRA STYLES for BASIC MENUBAR
*/
#menubar {
	width: 100%;
	overflow: hidden;
	font-size: 0.8em;
	margin-bottom: 5px;
}
#menubar .menu {
	margin: 0px;
	padding: 0px;
}
#menubar .menu li {
	list-style-type: none;
	float: left;
	margin-left: 6px;
}
#menubar .menu li.first {
	margin-left: 0;
}
#menubar .menu a {
	color: #DC1513;
	text-decoration: none;
	display: block;
	padding: 12px;
	border: 1px solid #DC1513;
}
#menubar .menu a:hover {
	color: #DC1513 !important;
	border-color: #FCB33A;
	background-color: #FCB33A;
}
.table {
	font-size: 0.8em;
	line-height: 15px;
	text-align: center;
}
