/*
Theme Name: Not For Sale 2011
Theme URI: 
Description: 2011 Redesign of NotForSaleCampaign.org
Version: 0.1
Author: Sparrow Visual
Author URI: http://sparrowvisual.com
Tags: awesome
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0; border: 0; outline: 0; font-size: 100%; background: transparent;}
body { line-height: 1,6; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0;}
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
/* end reset. Thank you Mr. Meyer! */

html {
	/*background: #e5e5e5;*/
}
@font-face {
	font-family: MyFont;
	/*src: url(../fonts/fontscore.com_h_helvetica-neue-lt-std-57-condensed.otf);*/
}

body {
	font-family: Arial;
	color:#323232;
	
}
#big_scroller_background {
	height: 368px;
    left: 0;
    overflow: hidden;
    position: absolute;
   /* top: 160px;*/
    /* width: 100%; */
    z-index: 0;
}
#big_scroller_background.short {
	height: 232px;
}
#big_scroller_container { /* this should stay centered in #big_scroller_background */
	width:2826px;
	height: 100%;
	position:absolute;
	top:0;
	overflow: hidden;
}
#big_scroller_arrows {
	width:100%;
	margin:0 auto;
	height:100%;
	position: relative;
}
#big_scroller_arrows a {
	display:block;
	width:50%;
	height:100%;
	position: absolute;
	top:0;
}
#big_scroller_arrows a#big_scroller_arrow_right, #big_scroller_arrows a#big_scroller_arrow_right:link {
	right:0;
}
#big_scroller_arrows a#big_scroller_arrow_right:hover {
	/*background: url(media/images/home_slider_big_arrow_right.png) left 50% no-repeat;*/
}
#big_scroller_arrows a#big_scroller_arrow_left, #big_scroller_arrows a#big_scroller_arrow_left:link {
	left:0;
}
#big_scroller_arrows a#big_scroller_arrow_left:hover {
	/*background: url(media/images/home_slider_big_arrow_left.png) right 50% no-repeat;*/
}
#big_scroller_slider {
	display:none;
	opacity: 0.4;
	position: absolute;
	 /*width:6594px;3768px; for 4 */ /*4710px; for 5*/
	height:100%;
	top:0;
	/*left:-1884px; -942px;*/
	width:4710px;
	left:-942px;
}
#big_scroller_active {
	width:942px;
	height:368px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	/*background: transparent url(media/images/header_banner_loading_bg.png) 50% 50% no-repeat;*/
}
#big_scroller_active.short {
	height:250px;
}
#big_scroller_active_slider {
	display:none;
	position: absolute;
	height:100%;
	top:0;
	/*width:2826px;
	left:-942px;*/
	left:-1884px;
	width:4710px;
}
.big_scroller_slide {
	float:left;
	width:942px; 
	height:368px;
	position: relative;
}
.short .big_scroller_slide {
	height:250px;
}
#big_scroller_active_slider a {
	text-decoration: none;
}
.big_scroller_slide span {
	/*display:none;*/
	position: absolute;
	width: 250px;
	right: 80px;
	top:0;
	background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2464646,endColorstr=#B2464646);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2464646,endColorstr=#B2464646);
zoom: 1;
	background: rgba(70,70,70,0.7);
	color: #fff;
	padding: 10px;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}
.big_scroller_slide span a{
	color: #fff;
}
.big_scroller_slide span  h2{
	text-align: center;
	font-size: 35px;
	line-height: 40px;
}
.big_scroller_slide span  p{
	font-size:14px;
	padding-top:20px;
	text-align: justify;
}
.no-rgba .big_scroller_slide span {
	/*background: rgb(70,70,70);*/
}
.big_scroller_slide_l1 img.arrow {
	position: absolute;
	display:block;
	width:55px;
	height:91px;
	top:130px;
	right:10px;
	background: url(media/images/home_slider_big_arrow_left.png) top left no-repeat;
}
.big_scroller_slide_r1 img.arrow {
	position: absolute;
	display:block;
	width:55px;
	height:91px;
	top:130px;
	left:10px;
	background: url(media/images/home_slider_big_arrow_right.png) top left no-repeat;
}
.short .big_scroller_slide_l1 img.arrow, .short .big_scroller_slide_r1 img.arrow {
	top: 80px;
}
#flag_bottom_wrapper {
	position: relative;
	width:942px;
	margin: 0 auto;
	height: 1px;
	z-index: 12;
	
}
#flag_bottom {
	position: absolute;
	width:388px;
	height: 102px;
	/*top: -99px;*/
	right: -3px;
	/*background: url(media/images/flag_bottom_24.png) bottom right no-repeat;*/
	display:none;
}

#big_scroller_nav {
	margin-top: -25px;
    position: relative;
    text-align: right;
    width: 942px;
    z-index: 11;
}

#big_scroller_nav a {
	margin-left: 0px;
}

#footer {
    margin: 0 auto;
    position: relative;
    z-index: 16;
}
p {
    line-height: 1.2em;
    margin: 0 0 1.4em;
}

p#skip-link {
	margin:0 !important;
}

.give p {
    margin-bottom: 0px !important;
}

.team p {
    font-size: 12px;
}