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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #333366;
	margin: 0px;
	padding: 0px;
	min-width: 820px;
}
#masthead {
	background-image: url(img/existBlack_masthead.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}
#logo {
	width: 820px;
	margin: 0 auto;
}
#layout {
	background-image: url(../../nav/irc_back.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 820px;
}
.column {
	float: right;
}
#main-column {
	width: 544px;
	margin-right: 16px;
}
.maincontent {
	padding: 6px 18px 0px 18px;
	font-size: 15px;
	line-height: 1.5;
	background-color: #FFF;
	border: 1px solid #666666;
	color: #666;
	min-height: 540px;
}
.maincontent p, .sidecontent p {
	margin: 3px 0 12px 0;
}
.content2 {
	font-size: 14px;
	line-height: 1.25;
	background-color: #FFF;
	color: #444;
}
.content3 {
	font-size: 11px;
	line-height: 1.25;
	background-color: #FFF;
	color: #333;
}
.content4 {
	font-size: 13px;
	line-height: 1.25;
	background-color: #FFF;
	color: #333;
}
.content3 li {
	list-style-type: square;
	margin-left: -18px;
}
.content2 p, .content3 p, .content4 p {
	margin: 3px 0 12px 0;
}
#sidebar {
	width: 240px;
	margin-right: 7px;
	margin-top: 6px;
}
.sidecontent {
	font-size: 13px;
	line-height: 1.35;
	padding: 8px 16px;
	color: #CCC;
}
.sidecontent h2, .sidecontent h3 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 20px 0px 6px 0px;
}
.sidecontent h3 {
	font-size: 13px;
}
.maincontent h1, .maincontent h2, .maincontent h3 {
	margin: 12px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #333399;
}
.maincontent h2 {
	font-size: 20px;
}
.maincontent h3 {
	font-size: 14px;
}
#layout-top {
	background-image: url(../../nav/irc_top.jpg);
	background-repeat: no-repeat;
	height: 24px;
	background-position: 50% bottom;
	clear: both;
	background-color: #336;
}
#layout-bottom {
	background-image: url(../../nav/irc_bot.jpg);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	clear: both;
}
#footer {
	margin: 2px auto;
	width: 790px;
	font-size: 11px;
	text-align: right;
	color: #AAAAAA;
}
.quotation {
	font-size: 11px;
	text-transform: uppercase;
}
/*LINK STYLES*/
.maincontent a, #footer a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
.maincontent a:hover, .maincontent a:focus,
#footer a:hover, #footer a:focus {
	color: #333399;
	border-bottom-style: solid;
}
.sidecontent a {
	color: #699;
}
.sidecontent 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;
}

