/* 
  ================================================
  PVII Existentiality
  Copyright (c) 2009 Project Seven Development
  www.projectseven.com
  Layout 03: 3Col (Black)
  ================================================
*/

body {
	font-family: Calibri, Arial, sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
}
#masthead {
	background-image: url(../nav10/background.jpg);
	background-repeat: repeat-x;
	background-color: #292929;
}
#logo {
	width: 980px;
	margin: 0 auto;
}
#layout {
	background-image: url(img/existBlack_sbm_middle.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 980px;
}
.column {
	float: left;
}
#left-column {
	width: 370px;
	margin-right: 10px;
	margin-left: 10px;
}
#mid-column {
	width: 200px;
	margin-right: 10px;
}
#right-column {
	width: 370px;
}
.maincontent {
	font-size: 13px;
	line-height: 1.5;
	padding-top: 20px;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 32px;
}
.maincontent p, .midcontent p {
	margin: 3px 0 12px 0;
}
.midcontent {
	font-size: 13px;
	line-height: 1.35;
	padding: 8px 16px;
	color: #CCC;
}
.midcontent h3 {
	font-size: 13px;
	margin: 20px 0px 6px;
	text-transform: uppercase;
	font-weight: normal;
}
.midcontent h2, .midcontent h3 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 20px 0px 6px 0px;
}
.midcontent h3 {
	font-size: 13px;
}
.maincontent h1, .maincontent h2, .maincontent h3 {
	margin: 24px 0 0 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.maincontent h2 {
	font-size: 16px;
}
.maincontent h3 {
	font-size: 14px;
}
.maincontent .zero-margin, .midcontent .zero-margin {
	margin-top: 0;
}
#layout-bottom {
	background-image: url(img/existBlack_sbm_bottom.jpg);
	background-repeat: no-repeat;
	height: 32px;
	background-position: left bottom;
	clear: both;
}
#footer {
	margin: 12px auto;
	width: 980px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
}
.quotation {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.2;
}
/*LINK STYLES*/
.maincontent a, #footer a {
	color: #F3C;
}
.maincontent a:hover, .maincontent a:focus,
#footer a:hover, #footer a:focus {
	color: #C790B7;
}
h4 {
	font-size: 0.95em;
	font-weight: bold;
	color: #ECB2DA;
}
.midcontent a {
	color: #699;
}
.midcontent a:hover, .sidecontent a:focus {
	color: #FFF;
}
/*EXTRA STYLES for STATIC MENU BAR*/
.menubar {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.menubar li {
	list-style-type: none;
	margin-bottom: 4px;
}
.menubar a {
	background-color: #699;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 6px 12px;
	border-top: 1px solid #81ABAB;
	border-right: 1px solid #568181;
	border-bottom: 1px solid #568181;
	border-left: 1px solid #81ABAB;
	zoom: 1;
}
.menubar a:hover, .menubar a:focus {
	background-color: #999;
	border-color: #ACACAC #8B8B8B #8B8B8B #ACACAC;
}
