/* 
  ================================================
  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;
	font-size: 100%;
}
#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 {
	padding: 20px 32px 0px 32px;
	font-size: 1em;
	line-height: 1.5;
}
.maincontent p, .sidecontent p {
	margin: 3px 0 12px 0;
}
#sidebar {
	width: 200px;
	margin-right: 10px;
}
.sidecontent {
	font-size: .9em;
	line-height: 1.2em;
	padding: 8px 16px;
	color: #333;
}
.sidecontent h2, .sidecontent h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 20px 0px 6px 0px;
}
.sidecontent h3 {
	font-size: .9em;
}
.maincontent h1, .maincontent h2, .maincontent h3 {
	margin: 24px 0 0 0;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.maincontent h2 {
	font-size: 1.1em;
}
.maincontent h3 {
	font-size: 1em;
}
#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;
}
.quotation {
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 1.6em;	
}
/*LINK STYLES*/
.maincontent a, #footer a {
	color: #06C;
}
.maincontent a:hover, .maincontent a:focus,
#footer a:hover, #footer a:focus {
	color: #000;
}
.sidecontent a, .sidecontent a:visited {
	color: #603;
}
.sidecontent a:hover, .sidecontent a:focus {
	color: #000;
}
/* floats */
.floatrt {
	float: right;
}
/* MESSAGE BOXES */
.alert {
	color: #6c4100;
	background: #fff6bf url(../assets/markers/alert.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
   margin: 10px 0px;
   padding:10px 10px 10px 55px;
   border: 1px solid;
	}
.info {
   color: #003462;
	background: #d9f2fd url(../assets/markers/info.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: center;
   margin: 10px 0px;
   padding:10px 10px 10px 55px;
   border: 1px solid;
	}
.success {
	color: #33570B;
	background: #DFF2BF url(../assets/markers/success.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
	margin: 10px 0px;
	padding:10px 10px 10px 55px;
	border: 1px solid;
	}
.warning {
	color: #D8000C;
	background: #ffdfdf url(../assets/markers/warning.png) no-repeat center;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: center;
	font-weight: bold;
   margin: 10px 0px;
   padding:10px 10px 10px 55px;
   border: 1px solid;
	}
.notice {
	color: #00008b;
	background: #f0ffff url(../assets/markers/notice.png) no-repeat center;
	background-position:15px 50%; /* x-pos y-pos */
   margin: 10px 0px;
   padding:5px 5px 5px 55px;
   border: 1px solid;
	}
.alert a:link, .info a:link, .success a:link, .warning a:link, .alert a:visited, .info a:visited, .success a:visited, .warning a:visited  {
	color: #000000;
   }
.alert a:hover, .info a:hover, .success a:hover, .warning a:hover {
	color: #666666;
	text-decoration:none;
  }
  .shadow-box-light { 
	text-align: center;
	margin: 0 0 40px;
	padding: 14px 12px;
	background-color: #FFF;
	border-top: 1px solid #333;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #333;
	color: #333;
	line-height: 1.35;
}
/*ShadowBbox CSS3 Properties*/
.shadow-box-light {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 10px 10px 20px #666;
	-webkit-box-shadow: 10px 10px 20px #666;
	box-shadow: 10px 10px 20px #666;
}
.shadow-box-light a, .shadow-box-light a:visited {
	color: #06C;
}
.shadow-box-light .big {
	font-size:24px;
	font-weight: bold;
}
.shadow-box-light .med {
	font-size:20px;

}