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

body {
	font-family: Calibri, Arial, sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
}
#masthead {
	background-image: url(img/existBlack_masthead.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}
#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 {
	font-size: 13px;
	line-height: 1.5;
	padding-top: 20px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
}
.maincontent p, .sidecontent p {
	margin: 3px 0 12px 0;
}
#sidebar {
	width: 200px;
	margin-right: 10px;
}
.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: 24px 0 0 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.maincontent h2 {
	font-size: 17px;
	font-variant: small-caps;
	letter-spacing: 1px;
}
.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 {
	width: 760px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
	background-color: #E4E4E4;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
.quotation {
	font-size: 11px;
	text-transform: uppercase;
}
#footer .footer_hit_counter {
	display: none;
}

/*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;
}
.HGM_wrap {
}
.sidebar_text {
	color: #CCC;
}
.temp_wrap {
	padding-top: 5px;
	color: #D2D2D2;
	height: 100px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	border: 6px solid #C9080D;
    background-color: ;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 15px;
}
.textbox_red_bdr {
	border: 1px solid #C9080D;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 14px;
	background-color: #E4E4E4;
}
.ajax_gizmo_wrap {
	border: 1px solid #C9080D;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 6px;
	background-color: #E4E4E4;
	font-size: 20px;

}
.copyright_wrap {
	border: 1px solid #C9080D;
	margin-top: 10px;
	text-align: center;
	background-color: #E4E4E4;
	font-size: 10px;
    background-color: ;
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    padding-top: 0px;
}
