/* CSS Document */
* {
	padding:0;
	margin:0;
}
html, body {
	height: 100%;
}
body {
	background: #fff;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#wrap {
	width:95%;
	padding:0;
	position: relative;
	min-height:100%;
	min-width:923px;
	min-height:100%;
	margin:0 auto;
}
#mainContent {
	width:100%;
	overflow:auto;
	padding-bottom: 140px;
	position:relative;
}
#header {
	width:100%;
}
#header h2 a {
	background:#fff url("/i/logo.gif") no-repeat scroll 50% 50%;
	display:block;
	height:147px;
	position:relative;
	text-indent:-9999px;
	width:330px;
	
/*	box-shadow: 3px 3px 0px #eda3c9;
*/	-webkit-box-shadow: 0 0 20px #fff;
	-moz-box-shadow:  0 0 20px #fff;
}
#header h2 a:hover {
	-webkit-box-shadow: 0 0 30px #fff;
	-moz-box-shadow:  0 0 30px #fff;
}
#header ul {
	background-color: rgba(0, 0, 0, 0.3);
	height:90px;
	margin:-90px 0 0 346px;
}
#header ul li {
	list-style:none;
	float:left;
	margin:56px 0 0 0;
}
#header ul li a {
	font-size:16px;
	text-decoration:none;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.3);
	padding:15px 13px;
}
#header ul li a:hover {
	color:#034b36;
	background-color: rgba(255, 255, 255, 0.4);
}
#header ul li a.active {
	background-color: rgba(255, 255, 255, 1);
	color:#034b36;
}
#content {
	float:left;
	clear:both;
	background-color:rgba(0, 0, 0, 0.4);
	margin: 0;
	padding:0;
	position:absolute;
	left:0;
	bottom:160px;
	padding:20px;
	width:500px;
}
#content:hover {
	background-color:rgba(0, 0, 0, 0.8);
}
#content h2 {
	font-size:26px;
	font-weight:lighter;
}
#content h3 {
	font-size:16px;
	color:#fff;
	padding:15px 0 5px 0;
}
#content h3:first-child {
	padding: 0 0 5px;
}
#content h3 a {
	text-decoration:none;
	color:#8cc63f;
}
#content h3 a:hover {
	border-bottom:1px solid #8cc63f;
	color:#8cc63f;
}
#content p {
	font-size:14px;
	line-height:19px;
	padding:5px 0 0 0;
}
#content p a {
	text-decoration:none;
	color:#8cc63f;
	font-size:16px;
}
#content p a:hover {
	border-bottom:1px solid #8cc63f;
	color:#8cc63f;
}

#footer {
	width:95%;
	min-width:923px;
	margin:-140px auto 20px;
	padding:0;
	background-color: rgba(0, 0, 0, 0.4);
	color:#fff;
	font-size:12px;
	position: relative;
	height: 110px;
	clear:both;
}
#footer:footer {
	background-color: rgba(0, 0, 0, 0.8);
}
#footer h5 {
	font-size:24px;
	font-weight: lighter;
	padding:10px 0 0 20px;
}
#footer p {
	font-size:13px;
	padding:5px 0 0 20px;
}

#footer p a {
	color:#787878;
	font-size:12px;
	padding:5px 0 0 0;
}
#footer ul.social {
	float:right;
	margin:-88px 15px 0 0;
}
#footer ul.social li {
	margin:0 0 15px 0;
}
#footer li {
	list-style:none;
}
#footer a.twitter {
	background:url("/i/twitter.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:51px;
	margin:0 0 -15px 30px;
	position:relative;
	text-indent:-9999px;
	width:60px;
}
#footer a.facebook {
	background:url("/i/facebook.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:30px;
	margin: 0;
	position:relative;
	text-indent:-9999px;
	width:93px;
}
#footer {
;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/

