/* 
  -------------------------------------------
  Salt and Pepper
  Layout 01: 2 Column Sidebar Right
  Horizontal Menu
  -------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0 0 40px 0;
	padding: 0px;
	font-size: 110%;
}
#tagline {
	margin: 0 0 0px;
	padding: 0px 0;
	border-bottom: 0px dotted #000;
	min-width: 942px;
}
#tagline h1 {
	font-size: 0.7em;
	letter-spacing: 1em;
	color: #CCC;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}
/*
Layout Width
*/
#outer {
	border: 1px outset #95C2E1;
	padding: 2px;
	width: 1124px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	border-radius: 10px;
}
/*
Available Width
940 - 40 = 900
*/
#inner {
	background-color: #000;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	border-radius: 10px;
}
#p7PMM_1 {
	width: auto;
	margin: 0 0 16px 0;
	font-size: 0.8em;
	position: relative;
	z-index: 9999;
}

#masthead {
	overflow: hidden;
	margin-bottom: 1%;
}
#masthead img {display: block;
}

#contentwrapper {
	background-color: #FFF;
	background-repeat: repeat-y;
	background-image: url(img/p7spep_sbright.jpg);
	background-position: 880px;
	padding-top: 0px;
	border-radius: 10px;
	
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
}
/*
Floated Columns
680 + 200 + 20 = 900
*/
.maincolumn {
	float: left;
	width: 81%;
}
.sidebarwrapper {
	float: right;
	width: 17%;
	margin: 1%;
}
.maincontent {
	padding: 2px 2px;
	font-size: .8em;
	line-height: 1.5em;
	
}
h1, h2 {
	margin: 0px;
	font-size: 1.2em;
	letter-spacing: 0.35em;
	text-align: center;
	color: #14B5E9;
}
h2 {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.sidebarbox {
	margin-right: 0;
	margin-left: 0;
	border-radius: 10px;
}
.sidebar, .sidebar2 {
	color: #FFF;
	background-color: #000;
	padding: 1%;
	font-size: 0.7em;
	line-height: 1.4em;
	border-radius: 10px;
}
.sidebar2 {
	color: #000;
	background-color: #14B5E9;
	text-align: center;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
}
/*Links*/
.maincontent a {}
.maincontent a:visited {}
.maincontent a:hover {}
.sidebar a {
	color: #4AB0C6;
}
.sidebar a:visited {
	color: #4AB0C6;
}
.sidebar a:hover {
	color: #FFF;
}
.sidebar2 a {
	color: #FFF;
}
.sidebar2 a:visited {
	color: #FFF;
}
.sidebar2 a:hover {
	color: #000;
}
.footercolumn1 a {
	color: #4AB0C6;
}
.footercolumn1 a:visited {
	color: #4AB0C6;
}
.footercolumn1 a:hover {
	color: #FFF;
}
.footer {
	overflow: hidden;
	font-size: 0.7em;
	color: #A09B97;
	margin-top: 2%;
	
}
.footercolumn1 {
	float: left;
	width: 100%;
	font-size: small;
}
.footercolumn2 {
	float: right;
	width: 50%;
}
.footer p {
	margin: 1px 0 1px 0;
}
.footercolumn2 a {
	color: #C0C0C0;
	text-decoration: none;
	display: block;
	padding: 6px 6px;
	border: 1px solid #333;
	background-color: #161616;
	
}
.footercolumn2 a:hover {
	color: #000;
	background-color: #1BB5E6;
	border-color: #FFF;
}
.footercolumn2 ul {
	margin: 0;
	padding: 0;
}
.footercolumn2 li {
	margin-bottom: 1%;
	list-style-type: none;
}

table {width:auto;
}

.resp {
	width: 100% !important;
	table-layout: fixed;
	text-align: left;
}
.resp td {width:auto;}
.resp img {width: auto !important; height: auto !important;max-width: 100%;}

@media only screen and (min-width: 0px) and (max-width: 480px) {
.resp td, .resp th {display:block; width:auto !important; margin-bottom:6px;}
.resp img {display:block; margin:0 auto;}
}


@media only screen and (min-width: 0px) and (max-width: 1124px) {
#outer {width: auto;}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.sidebarwrapper, .maincolumn, .footercolumn2 {float: none; width: auto;}
.hideit {display:none;}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.sidebarbox, .sidebar {display:none;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.lbm-column {padding: 5px !important;} /*added this to trump core media query 10px padding*/
}