@charset "utf-8";
/* CSS Document */

/*img, div { behavior: url(_elements/includes/iepngfix.htc) }*/

html,body {
	height:100%; /* needed for container min-height */
}
body {
	font-size:70%;
	letter-spacing:0.02em;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#2b2b2b;
}

#page {
	position: relative;
	min-height: 100%;
}
* html #page {
	height: 100%;
}

#holder {
	padding-bottom: 68px;
}

#craryFooterWrap {
	position: relative;
	margin-top: -68px;
} 
.clear {
	clear:both;
}
a {
  outline: none;
}
#facebook,#twitter{
	margin:10px;
	display:block;
	float:left;
}
#hp_container #facebook, #hp_container #twitter{
	margin:20px;
	margin-right:10px;
}
#twitter, #hp_container #twitter{
	margin-left:0;
}
#facebook a,#twitter a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:2em;
	color:#999;
}
#facebook a:hover, #twitter a:hover{
	color:#3D3D3D;
}
#adWrap{
	text-align:center;	
	position:fixed;
	z-index:5;
	bottom:0;
	background:none;
	width:100%;
}
#ad {
	overflow:hidden;
	height:40px;
	width:400px;
	text-align:center;
	background:#08432f;
	background-image:-moz-linear-gradient(center bottom,#08432f,#026130);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #08432f),color-stop(1, #026130));
	background-image: linear-gradient(bottom, #08432f, #026130);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr='#026130', EndColorStr='#08432f');
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft:12px;
	-webkit-border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	border-top-right-radius:12px;
	border-top-left-radius:12px;
	-moz-box-shadow:0 0 3px 0px #1A1A1A;
	-webkit-box-shadow:0 0 3px 0px #1A1A1A;
	box-shadow:0 0 3px 0px #1A1A1A;
	margin:0px auto -40px auto;
}
#ad p{
	padding:5px;	
}
#ad p a, #ad p a:hover{
	text-decoration:none;
	color:#FFF;	
	display:block;
}
#ad .close{
	float:right;
	margin:3px 10px 3px 3px;
	cursor:pointer;
	color:#FFF;	
	display:inline-block;
	padding:0 0 6px 6px;
}
