/* 
  ================================================
  PVII Existentiality
  Copyright (c) 2009 Project Seven Development
  www.projectseven.com
  Layout 04: 2Col Sidebar Left (Yellow)
  ================================================
*/

body {
	font-family: Calibri, Arial, sans-serif;
	color: #CCC;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
}
#masthead {
	background-image: url(img/existYellow_masthead.jpg);
	background-repeat: repeat-x;
	background-color: #FC0;
}
#logo {
	margin: 0 auto;
	width: 980px;
}
#layout {
	background-image: url(img/existYellow_sbl_middle.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 980px;
	background-color: #FFF;
	color: #000;
}
.column {
	float: right;
}
#main-column {
	width: 750px;
	margin-right: 10px;
}
#sidebar {
	width: 200px;
	margin-right: 10px;
}
.maincontent {
	padding: 20px 32px 0 32px;
	font-size: 13px;
	line-height: 1.5;
}
.maincontent p, .sidecontent p {
	margin: 3px 0 12px 0;
}
.sidecontent {
	font-size: 13px;
	line-height: 1.35;
	padding: 8px 16px;
	color: #CCC;
}
.sidecontent h3 {
	text-transform: uppercase;
	font-size: 13px;
	margin: 20px 0px 6px 0px;
}
.maincontent h1, .maincontent h2, .maincontent h3 {
	margin: 24px 0 0 0;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.maincontent h2 {
	font-size: 18px;
}
.maincontent h3 {
	font-size: 16px;
}
#layout-bottom {
	background-image: url(img/existYellow_sbl_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;
}
/*LINK STYLES*/
.maincontent a {
	color: #06C;
}
.maincontent a:hover, .maincontent a:focus {
	color: #000;
}
.sidecontent a, #footer a {
	color: #699;
}
.sidecontent a:hover, .sidecontent a:focus,
#footer a:hover, #footer a:focus {
	color: #FFF;
}
/*EXTRA STYLES for STATIC MENU BAR*/
.menubar {
	margin: 0px;
	padding: 4px;
	font-size: 14px;
}
.menubar li {
	list-style-type: none;
	margin-bottom: 4px;
}
.menubar a {
	background-color: #47A3CF;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 6px 12px;
	border-top: 1px solid #6DB7DA;
	border-right: 1px solid #3294C2;
	border-bottom: 1px solid #3294C2;
	border-left: 1px solid #6DB7DA;
	zoom: 1;
}
.menubar a:hover, .menubar a:focus {
	background-color: #9C0;
	border-color: #B5F000 #85B000 #85B000 #B5F000;
	color: #FFF;
}
