/*
Copyright: Vision Launchers LLC.
Author: Alan B. Dowling
Author URI: http://www.immersus.com
Special thanks to Elliot Jay Stocks at http://elliotjaystocks.com for his Starkers theme reset style sheets to help speed things along.
*/

@import "/css/reset.css";
@import "/css/typography.css";
@import "/css/layout.css";
@import "/css/styles.css";
@import "/css/navigation.css";

.xerror {background-color: #FFCCCC;}

#js_content {
	position: fixed;
	left: 25%;
	right: 25%;
	top: 15%;
	width: 545px;
	height: 524px;
	background-color: #FFFFFF;
	padding: 5px;
	opacity: 0.95;
}

#js_icontent {
	width: 545px;
	height: 430px;
	border: none;
	overflow-x: hidden;
}

#js_overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#tab_wrapper {
	background: url(http://www.notforsalecampaign.org/wp-content/themes/nfs2011/media/images/tab_content_bg.png) bottom left repeat-x;
	position: absolute;
	height:400px;
	top:-400px;
	width: 100%;
	left: 0;
	z-index: 999;
}
#tab_content {
	height:360px;
	width:942px;
	margin:0 auto;
	padding:20px 0;
	position: relative;
}
#tab_close_button {
	float:right;
	padding-right: 20px;
	position: relative;
	z-index: 1000;
}
.tab_content_section {
	display:none;
	position: absolute;
	top:20px;
	left: 20px;
	width:902px;
}
#tab_content_facebook iframe {
	/*float:left;
	margin:0 20px 20px 0;*/
}
#tab_content_email img, #tab_content_rss img {
	float:left;
	margin:0 30px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 5px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 5px;
	box-shadow:rgba(0,0,0,0.2) 0 1px 5px;
}
.tab_content_section h2 {
	font-weight: normal;
	text-transform: uppercase;
	border-bottom:1px dashed;
	padding-bottom:10px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	font-size:2em;
}
#tabs {
	position: relative;
	width:912px;
	margin:0 auto;
	height:1px;
	text-align: right;
}
#tabs a.tab_button {
	margin-left:10px;
	color:#fff;
	font-size:2.8em;
	width:44px;
	text-align:center;
	font-weight: bold;
}
#tabs a.tab_button img {
	-moz-box-shadow:rgba(0,0,0,0.2) 0 0 7px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 0 7px;
	box-shadow:rgba(0,0,0,0.2) 0 0 7px;
	background-image: url(http://www.notforsalecampaign.org/wp-content/themes/nfs2011/media/images/header_tab_sprite.png);
	background-repeat: no-repeat;
}
#tabs a#tab_button_facebook:link img, #tabs a#tab_button_facebook:visited img{
	background-position: 0 0; 
}
#tabs a#tab_button_facebook:hover img, #tabs a#tab_button_facebook.active img {
	background-position: -41px 0;
}
#tabs a#tab_button_rss:link img, #tabs a#tab_button_rss:visited img {
	background-position: -82px 0; 
}
#tabs a#tab_button_rss:hover img, #tabs a#tab_button_rss.active img {
	background-position: -123px 0;
	background-position-x: 
}
#tabs a#tab_button_twitter:link img, #tabs a#tab_button_twitter:visited img {
	background-position: -164px 0; 
}
#tabs a#tab_button_twitter:hover img,#tabs a#tab_button_twitter.active img {
	background-position: -205px 0;
}
#tabs a#tab_button_email:link img, #tabs a#tab_button_email:visited img {
	background-position: -246px 0; 
}
#tabs a#tab_button_email:hover img, #tabs a#tab_button_email.active img {
	background-position: -287px 0;
}



