/*
================================================
PVII Existentiality
Copyright (c) 2009 Project Seven Development
www.projectseven.com
Layout 01: 2Col Sidebar Left (Black)
================================================
*/
BODY
{
	font-family: Georgia;
	color: #333;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
}
#masthead
{
	/*[disabled]background-image:url(img/existBlack_masthead.jpg);*/
	background-repeat: repeat-x;
	background-color: #000000;
}
#logo
{
	width: 980px;
	margin: 0 auto;
}
#layout
{
	background-image: url(img/existBlack_sbl_middle.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 980px;
}
.column
{
	float: right;
}
#main-column
{
	width: 750px;
	margin-right: 10px;
}
.maincontent
{
	padding: 20px 32px 0px;
	font-size: 14px;
	line-height: 1.5;
}
.maincontent P, .sidecontent P
{
	margin: 3px 0 12px;
}
#sidebar
{
	width: 200px;
	margin-right: 10px;
}
.sidecontent
{
	font-size: 16px;
	line-height: 1.35;
	padding: 8px 16px;
	color: #CCC;
}
.sidecontent H2, .sidecontent H3
{
	text-transform: uppercase;
	font-size: 14px;
	margin: 20px 0px 6px;
}
.sidecontent H3
{
	font-size: 13px;
}
.maincontent H1, .maincontent H2, .maincontent H3
{
	margin: 24px 0 0;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.15em;
	color: #023170;
}
.maincontent H2
{
	font-size: 16px;
}
.maincontent H3
{
	font-size: 14px;
}
#layout-bottom
{
	background-image: url(img/existBlack_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;
	color: #909090;
}
.quotation
{
	font-size: 15px;
	text-transform: uppercase;
}
/*LINK STYLES*/
.maincontent A, #footer A
{
	color: #06C;
}
.maincontent A:hover, .maincontent A:focus, #footer A:hover, #footer A:focus
{
	color: #000;
}
.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;
}
.floatLeft
{
	float: left;
	margin: 0px 20px 10px 0px;
}
.floatRight
{
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.newEventBox
{
	background-color: #B6D7F8;
	white-space: normal;
	display: block;
	padding: 10px;
	border: 2px dashed #337;
}
.concluded
{
	color: #999;
}
