/* 
  -------------------------------------------
  Salt and Pepper by Project Seven Development
  www.projectseven.com
  Layout 04: 2 Column Sidebar Left
  Vertical Menu
  -------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #969698;
	background-image: url(img/p7spep_masthead2.jpg);
	background-repeat: repeat;
	margin: 0 0 40px 0;
	padding: 0px;
	font-size: 100%;
}
#tagline {
	margin: 0 0 16px;
	padding: 2px 0;
	border-bottom: 1px dotted #000;
	min-width: 942px;
}
#tagline h1 {
	font-size: 0.7em;
	letter-spacing: 1em;
	color: #CCC;
	background-color: #000;
	padding: 12px 0px 12px 32px;
	text-transform: uppercase;
}
/*
Layout Width
*/
#outer {
	border: 1px solid #000;
	padding: 2px;
	width: 940px;
	margin: 0 auto;
}
/*
Available Width
940 - 40 = 900
*/
#inner {
	background-color: #000;
	padding: 20px;
}
.sidebarbox .p7PMMv15 {
	width: auto;
	margin: 0 0 2px 0;
	font-size: 0.8em;
	position: relative;
	z-index: 9999;
}
#masthead {
	overflow: hidden;
	margin-bottom: 20px;
}
#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: 680px;
}
.sidebarwrapper {
	float: right;
	width: 200px;
	margin: 10px;
}
.maincontent {
	padding: 24px 32px;
	font-size: .8em;
	line-height: 1.5em;
}
.sidebar h3, .sidebar2 h3 {
	color: white;
}
h1, h2, h3, h4 {
	color:#600
}
h1, h2 {
	margin: 0px;
	font-size: 1.2em;
	letter-spacing: 0.35em;
}
h2 {
	margin: 36px 0 0 0;
}

.sidebarbox {
	padding: 2px;
	border: 1px solid #000;
	margin: 0 0 10px 0;
}
.sidebar{
	color: #D5D1CE;
}
.sidebar, .sidebar2 {
	color: #D5D1CE;
	background-color: #000;
	padding: 12px;
	font-size: .7em;
	line-height: 1.4em;
}
.sidebar2 {
	color: #FFF;
	background-color: #c64a6f;
}
/*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;
	text-decoration:none;
}
.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: 20px;
	background-image: url(img/p7spep_vrule.gif);
	background-repeat: repeat-y;
	background-position: 504px 0px;
}
.footercolumn1 {
	float: left;
	width: 498px;
	margin-right: 30px;
}
.footercolumn2 {
	float: left;
	width: 370px;
}
.footer p {
	margin: 1px 0 12px 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: #4AB0C6;
	border-color: #FFF;
}
.footercolumn2 ul {
	margin: 0;
	padding: 0;
}
.footercolumn2 li {
	margin-bottom: 6px;
	list-style-type: none;
}
/*
EXTRA STYLES for BASIC MENUBAR
*/
#menubar {
	font-size: 0.8em;
	margin-bottom: 2px;
}
#menubar .menu {
	margin: 0px;
	padding: 0px;
}
#menubar .menu li {
	list-style-type: none;
	margin-top: 2px;
}
#menubar .menu li.first {
	margin-top: 0;
}
#menubar .menu a {
	color: #CCC;
	text-decoration: none;
	display: block;
	padding: 6px 12px;
	border: 1px solid #000;
	background-color: #000;
}
#menubar .menu a:hover {
	color: #000 !important;
	border-color: #6DC0D1 #000 #000 #6DC0D1;
	background-color: #4AB0C6;
}
/**********icon links************/
a[href$='.png'], a[href$='.jpg'] {
	display: inline-block;
	padding-right: 20px;
	line-height: 18px;
	background: transparent url(../markers/camera_add.png) no-repeat bottom right;
}

a[class ="popup"] {
	display: inline-block;
	padding-right: 16px;
	line-height: 18px;
	background: transparent url(../markers/icon_external.gif) no-repeat bottom right;
}
/********floats*****/
.floatrt {
	float: right;
	margin-left: 16px;
}
.floatlt {
	float: left;
	margin-right: 16px;
}
 img.floatrt {
	border:1px solid #000;
	padding: 3px;
    background:#fff;
}
/* instruction elements ------------------------- */
.alert {
	color: #9F6000;
	background: #fff6bf url(../markers/alert.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
    margin: 10px 0px;
    padding:10px 10px 10px 55px;
    border: 1px solid;
	}
.info {
   color: #00529B;
	background: #BDE5F8 url(../markers/info.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
    margin: 10px 0px;
    padding:10px 10px 10px 55px;
    border: 1px solid;
	}
.success {
	color: #4F8A10;
	background: #DFF2BF url(../markers/success.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
    margin: 10px 0px;
    padding:10px 10px 10px 55px;
    border: 1px solid;
	}
.warning {
	color: #D8000C;
	background: #ffdfdf url(../markers/warning.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
    margin: 10px 0px;
    padding:10px 10px 10px 55px;
    border: 1px solid;
	}
.notice {
	color: #00008b;
	background: #f0ffff url(../markers/notice.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
    margin: 10px 0px;
    padding:5px 5px 5px 55px;
    border: 1px solid;
	}
.alert a:link, .info a:link, .success a:link, .warning a:link, .alert a:visited, .info a:visited, .success a:visited, .warning a:visited  {
	color: #000000;
   }
.alert a:hover, .info a:hover, .success a:hover, .warning a:hover {
	color: #666666;
  }
  /*********images******/
   img.mcamimg {
	border:1px solid #000;
	padding: 3px;
	max-width: 424px;
	max-height: 282px;
	background: transparent;
}
   .mobile-photo img {
	border:1px solid #000;
	padding: 3px;
	margin-left: 130px;
   background: #fff;
}
/*********recently list**************/
.recently {
	margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.recently li {
    line-height: 1.5em;
    padding: 0 0 0 18px;
    background: url(../markers/link_go.png) no-repeat;
	background-position: top left;
	margin-bottom: 6px;
}
#label-list {
	margin-left: 0;
   padding-left: 0;
   list-style: none;
}
#label-list li{
   display: inline;
	margin-left: 0;
   padding-right: 4px;
   list-style: none;
}
#visitor-map {
	margin-top: 16px;
}
#label-list {
	margin-left: 0;
    padding-left: 0;
    list-style: none;
}
h2.sidebar-title {
	color: white;
}
#navbar-iframe { display: none; }
