@charset "utf-8";
/* CSS Document */

html {
background: #061142;
}

#wrapper {
	background: url(../images/action-background.jpg) 0 0 no-repeat;
	background-attachment: fixed;
}

#logo a {
	background:transparent url(../images/action-logo.png) no-repeat scroll 0 0;
	display:block;
	height:233px;
	text-indent:-9999px;
	width:909px;
}

a#twitter-fan{
	background: url(../images/action-social.png) no-repeat 0 0;
	display: block;
	height: 19px;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	right: 118px;
	width: 94px;
}
a#twitter-fan:hover {
		background: url(../images/action-social.png) no-repeat 0 -30px;
}
a#facebook-fan {
	background: url(../images/action-social.png) no-repeat -94px 0;
	display: block;
	height: 19px;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	right: 18px;
	width: 95px;
}
a#facebook-fan:hover {
	background: url(../images/action-social.png) no-repeat -94px -30px;
}

.public-option {
	border-top: 1px solid #000;
	padding: 15px 0 0 0;
}

#sidebar h2 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 30px 15px;
}
/*************************************** Simple Modal */

#geoPop {
	display:none;
}
#geoPop img {
	display: block;
	height: 352px;
}
#geoPop a { 
	display: block;
	height: 352px;
}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container { height: 352px; width: 628px; background: url(../images/popup.jpg) center center #333; border:4px solid #c2b59b; color: #eee; padding:0px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #join-us-popup {padding:8px;}