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

body {
	font-family: Calibri, Arial, sans-serif;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
}
#masthead {
	background-image: url(../bkgs/mastheadbkg1.jpg);
	background-repeat: repeat-x;
	background-color: #FC0;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#logo {
	margin: 0 auto;
	width: 980px;
}
#layout {
	background-image: url(img/existYellow_sbr_middle.jpg);
	background-repeat: repeat-y;
	margin: 0px auto 0 auto;
	width: 980px;
	background-color: #FFF;
	color: #000;
}
.column {
	float: left;
}
#main-column {
	width: 750px;
	margin-left: 10px;
	margin-right: 10px;
}
#sidebar {
	width: 200px;
}
.maincontent {
	padding: 20px 32px 0 32px;
	font-size: 11px;
	line-height: 1.0;
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	color: #FFF;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../bkgs/c1.jpg);
	font-weight: normal;
}
.maincontent p, .sidecontent p {
	margin: 3px 0 12px 0;
}
.sidecontent {
	font-size: 13px;
	line-height: 1.35;
	color: #FFF;
	background-repeat: repeat;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.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: 14px;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #F00;
}
.maincontent h3 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
#layout-bottom {
	background-image: url(img/existYellow_sbr_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: #000;

}
.maincontent a:hover, .maincontent a:focus {
	color: #000;
}
.sidecontent a, #footer a {

}
.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;
}
