/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
	background-image: url(/img/bgr-site.png);
	background-repeat: repeat;
}

body, button, input, select, textarea { 	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
 }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #EF4AA8; }
a:visited { color: #EF4AA8; }
a:hover { color: #EF4AA8; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0 0; padding: 0 0 0 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

ul.nobulletlist{
	list-style:none;	
}

ul.bullet{
	list-style: disc inside;	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #3b3b3b;	
	margin: 10px 0 10px 34px;	
	
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }



/******* CONTAINER *******/  



#container {
	width:980px;
	min-height:800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*	border: 1px solid #000000;	*/
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 0;
	position: relative;
	background-attachment: scroll;
	background-image: url(/img/bgr_wrapper.png);
	background-repeat: repeat-y;
	background-position: left top;
} 
/******* /CONTAINER *******/  



/******* HEADER *******/  

header#mainheader{
	position:relative;
	width:960px;
	height: 114px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page 
	/*background-image: url(/img/dev-header.png);
	background-repeat: no-repeat;
	background-position: 1px top;*/
	overflow:hidden; /*clear floats*/
}

header#mainheader #spark-logo{
	width:220px;
	height: 114px;
	margin:0 0 0 1px;	
}


header#mainheader #right-header{
	position:absolute;
	top:10px;
	left:730px;
	width:290px;
	height: 90px;
	margin:0 0 0 0px;
	padding:0;
}

header#mainheader #right-header ul{
	list-style:none;
	margin: 0 0 13px 115px;
	
}

header#mainheader #right-header ul li{
	display:inline;
	color:#ef48a7;
}

header#mainheader #right-header ul li a, header#mainheader #right-header ul li a:visited{
	text-decoration:none;
	color:#ef48a7;
	font-size:14px;
	
}



nav#nav-main{
	width:960px;
	height: 40px;
	margin:0;
	padding:0 0 0 20px;
	background-color:#EF4AA8;
}

nav#nav-main a{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	height: 35px;
	text-decoration: none;
	color: #fff;
	margin: 0 0 0 0;
	padding: 5px 15px 0 15px;
}

nav#nav-main a:visited, nav#nav-main a:active{
	color: #fff;
}

nav#nav-main a:hover{
	color: #3B3B3B;
}


nav#nav-main a.active{
	color:#fff;
	background-color:#3B3B3B;
}


nav.nav-sub{
	display:none; /* subnavigation will not be displayed by default*/
	width:980px;
	height: 30px;
	background-color:#3B3B3B;
}


nav.nav-sub a{
	height: 19px;
	margin: 0;
	padding: 8px 15px 0 15px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	text-decoration: none;
	color: #fff;
}

nav.nav-sub a:hover{
	color: #EF4AA8;
}


nav.nav-sub a.active{
	color:#fff;
	background-color:#3B3B3B;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EF4AA8;
}

/******* MAIN CONTENT *******/  

#main{
	overflow:hidden; /*clear floats*/
	
}

/******* content *******/  


#left-content{
	float:left;
	width:710px;
	min-height: 842px;
	margin: 10px 0px 0px 10px ; 
	padding:0;
	overflow:hidden; /*clear floats*/
/*		
	background-image: url(/img/dev-people.png);
	background-repeat: no-repeat;
	background-position: 1px top;	*/
}

.image-wide img{
	margin: 10px 0 0 40px;
	
}

/******* right-sidebar *******/  

#right-sidebar{
	float:left;
	width:251px;
	min-height: 770px;
	margin: 10px 0px 0px 0px ; 
	padding:0;
	background-attachment: scroll;
	background-image: url(/img/bgr-gray-pattern.png);
	background-repeat: repeat;
	background-position: left top;
	
}

#right-sidebar h1{
	margin:10px 0 10px 0px;
	padding:0;
	color:#3b3b3b;
	font-size:15px;
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
}

#right-sidebar h1:before, #right-sidebar h1:after {
	content:url(/img/sidebar_pinkspark.png);
	margin: 0 6px 0 6px;

}

#right-sidebar p{
	margin:0;
	padding:0 20px 0 20px;
	color:#3b3b3b;
	font-size:13px;
	
}

#right-sidebar .button-learnmore{
	margin: 25px 0 0 145px;			
}

#right-sidebar .button-grey{
	margin: 25px 0 0 145px;			
}


#right-sidebar .button-learnmore-dark{
	margin: 25px 0 0 145px;			
}


#right-sidebar hr.dashed-line{
	margin: 13px 0 0 14px;	
}

.signup{
	width:220px;
	height: 25px;
	margin: 8px 0 0 10px; 
}

#right-sidebar iframe{
	background-color:#fff;	
}



.button-dark{
	height:25px;
	margin:0;
	overflow:hidden; /* clear floats */
}

#right-sidebar .button-dark{
	margin: 25px 0 0 145px;			
}

.button-dark a{
	float:left;
	height:21px;
	min-width:78px;
	margin:0;
	padding:4px 0 0 10px;
	background-color:#3B3B3B;	
}


.button-dark a, .button-dark a:visited{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

/******* homepage *******/  

#top-slider{
	width:960px;
	height: 310px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 25px 0 0 25px;
	
}

.sliderimage{
	float:left;
	width:367px;
	height: 202px;
	margin:0 ; 
	padding:0;
	
}

.list-content{
	position:relative;
	float:left;
	width:520px;
	min-height: 208px;
	margin:0 ; 
	padding:0 0 0 25px;
	
}

.list-content ul{
	color:#ef48a7;
	list-style-position: inside;
	margin:0  ; 
	list-style-image: url(/img/bullet-topslider.png);
}

.list-content ul li{
	font-size:16px;
	font-weight:bold;
	margin: 0 0 13px 0;
	color:#898989;
}


.button-attendevent{
	position:absolute;
	bottom: 0px;
	right:0px;	
	
	width:203px;
	height: 30px;
	margin: 0;
	padding: 10px 0 0 0;
	background-color: #ef48a7;
	
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform: uppercase;
	text-align:center;
}

.button-attendevent a, .button-attendevent a:visited{
	color:#fff;
	text-decoration:none;
}



/*	CAROUSEL  ;*/
#events-carrousel{
	position:relative;
	width:961px;
	height: 150px;
	margin: 0 0 0 10px ;
	padding:0; 
	background-color:#7C7C7C;
/*	
	background-image: url(/img/dev-events.png);
	background-repeat: no-repeat;
	background-position: 0px top;;*/
	
	overflow:hidden; /*clear floats*/
}

#events-carrousel #pinkintro{
	float:left;
	width: 155px;
	height: 150px;
	margin: 0 33px 0 0 ; 
	padding:0;
	background: #EF48A7;
	
}

#events-carrousel #pinkintro p{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin: 50px 0 5px 25px;
}

#events-carrousel #pinkintro p span{
	color:#fff;
	font-size:15px;
	font-weight:bold;
}


#events-carrousel #pinkintro a, #events-carrousel #pinkintro a:visited{
	color:#fff;
	text-decoration:none;
}



#events-carrousel #imagescaptions {
	position:absolute;
	list-style:none;
	left:135px;
}

#events-carrousel ul#imagescaptions{
	margin: 0 ; 
	padding:0;
}


#events-carrousel #imagescaptions li{
	color: #fff;
	display:inline-block;
	margin: 0 0 0 90px;
}

#events-carrousel #imagescaptions li p{
	font-size:20px;
	font-weight:bold;
	color: #fff;
	margin: 15px 0 55px 0;
}

#events-carrousel #imagescaptions li a, #events-carrousel #imagescaptions li a:visited{
	color: #fff;
	text-decoration:none;	
}


#events-carrousel .event-image{
	float:left;
	width: 192px;
	height: 150px;
	margin: 0 ; 
	padding:0;
	
}





#column1{
	float:left;
	width:446px;
	height: 370px;
	margin: 50px 10px 10px 34px ; 
	padding:0;
	
}

ul.help-links{
	list-style-position: inside;
	list-style-image: url(/img/list-bullet-home.png);
	color:#ef48a7;
	font-size:26px;
	margin: 10px 0 20px 15px;
	text-transform:uppercase;
	font-weight:bold;
}

ul.help-links li{
	margin-bottom:18px;

}

ul.help-links li a, ul.help-links li a:visited{
	text-decoration:none;
	color:#ef48a7;

}

#signup-home{
	width:446px;
	height: 114px;
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
	
	background-attachment: scroll;
	background-image: url(/img/bgr-gray-pattern.png);
	background-repeat: repeat;
	background-position: left top;
	
}



#column2{
	float:left;
	width:446px;
	height: 370px;
	margin: 50px 10px 10px 14px ; 
	padding:0 0 0 0;
/*	background-image: url(/img/dev-column2.png);
	background-repeat: no-repeat;
	background-position: 0px top; */


}

hr.homepage-column{
	width:100%;
	margin: 0 0 0 0;	
	color: #3b3b3b;
	background-color: #3b3b3b;
	height: 3px;
	border:0px;
}


h1.homepage{
	margin: 0px 0 5px 0px;	
}


.tweet{
	margin:0;
	padding: 20px 0 0 20px;
	
}


/******* who we are section *******/  

.grantee{
	float:left;
	width:320px;
	height: 415px;
	margin: 30px 0px 30px 25px;
	padding:0;
	background-attachment: scroll;
	background-image: url(/img/bgr-gray-pattern.png);
	background-repeat: repeat;
	background-position: left top;
}

.grantee:nth-of-type(2){
	margin: 30px 0px 30px 15px;
}

.grantee H1{
	height:25px;
	margin:0px;
	padding:0px;
	padding-top:5px;
	background-color:#ef48a7;
	color:#fff;
	font-size:16px;
	text-align: center;
	text-transform: uppercase;
}

.grantee H2{
	margin:10px 10px 0 10px;
	padding:0px;
	color:#3b3b3b;
	font-size:22px;
	text-transform: uppercase;
}

.grantee p{
	margin:0;
	padding:15px 20px 0 15px;
	color:#464646;
	font-size:14px;
	line-height:20px;
	
}

ul.about-links{
	list-style-position: inside;
	list-style-image: url(/img/list-bullet-about-links.png);
	color:#ef48a7;
	font-size:14px;
	margin: 20px 0 20px 30px;
}

ul.about-links a, ul.about-links a:visited{
	color:#ef48a7;
	text-decoration:none;
}

ul.about-links a:hover{
	text-decoration:underline;
}


ul.about-links li{
	margin-top:3px;

}

.button-grey{
	height:25px;
	margin:0;
	overflow:hidden; /* clear floats */
}

.grantee .button-grey{
	margin: 18px 0 0 210px;		
}

.button-grey a{
	float:left;
	height:21px;
	min-width:78px;
	margin:0;
	padding:4px 0 0 10px;
	background-color:#C2C2C2;	
}


.button-grey a, .button-grey a:visited{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}



.button-learnmore{
	height:25px;
	width:98px;
	margin:0;
	padding:0;
	background-attachment: scroll;
	background-image: url(/img/button_learn_more.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: solid 1px red;	
	
}


.button-signup{
	height:25px;
	width:98px;
	margin: 15px 0 0 145px;			
	padding:0;
	background-attachment: scroll;
	background-image: url(/img/button_signup.png);
	background-repeat: no-repeat;
	background-position: left top;	
	
}


.grantee .button-learnmore{
	margin: 18px 0 0 210px;		
}

.button-learnmore-dark{
	height:26px;
	width:98px;
	margin:0;
	padding:0;
	background-attachment: scroll;
	background-image: url(/img/button_learn_more-dark.png);
	background-repeat: no-repeat;
	background-position: left top;	
	
}


hr.dashed-line{
	width:90%;
	margin: 0 0 0 14px;	
	background-attachment: scroll;
	background-image: url(/img/dashed-line.png);
	background-repeat: repeat-x;
	background-position: left top;	
	height: 3px;
	border:0px;
}



/******* People Section *******/  

.member{
	width:100%;
	overflow:hidden; /**  clear floats */
	margin:0 0 10px 0;
}

.member-pic{
	float:left;
	margin: 15px 0 0 26px;;
	padding: 0;
}

.member-bio{
	float:left;
	width:490px;
	margin: 0 0 0 24px;;
	padding: 0;
		
	
}

.member-bio h3{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:16px;
	color: #3b3b3b;
	margin: 15px 0 0 0;	
}

.member-bio h4{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:13px;
	color: #898989;	
	margin:0;	
}

.member-bio a, .member-bio a:visited{
	font-size:13px;
	color: #ef4aa8;	
	margin:0;
	text-decoration:none;	
}



.list-people{
	margin: 40px 0 40px 40px;
	padding:0;
}

.list-people li{
	margin: 0 0 20px 0;
	padding:0;
}


.list-people span{
	color: #3B3B3B;
	font-size: 15px;
	font-weight:bold;	
	
}

/******* Events section *******/  

.events-info{
	float:left;
	width:80px;
	margin: 15px 0 0 0;;
	padding:20px 0 0 0;
	text-align:right;
}

.events-info ul, .events-content ul{
	list-style: none;
	margin:0; 
	padding:0;
	font-size:14px;
	color: #898989;
	margin: 0 0 0 0;
	font-weight:bold;	
	
}

.events-content ul li a, .events-content ul li a:visited{
	color: #ef4aa8;
	
}


.events-content{
	float:left;
	width:430px;
	margin:0 0 0 5px; 
	padding:0;
	
}

.events-content h3{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:16px;
	color: #3b3b3b;
	margin: 15px 0 0 0;	
	text-transform:uppercase;
}

.events-content h4, .events-info h4{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:14px;
	color: #898989;
	margin: 0 0 0 0;	
	text-transform:uppercase;
}

.events-button{
	float:left;
	height: 30px;
	width:200px;
	margin:10px 10px 0 0;
	padding:10px 0 0 0;
	background-color: #EF48A7;
	text-align: center;	
	font-size:17px;
	color: #fff;
	text-transform:uppercase;
	font-weight:bold;
}

.events-button a, .events-button a:visited{
	color: #fff;
	text-decoration:none;
}

.events-button a:hover{
	color: #3B3B3B;
}



#google-calendar{
	margin: 25px 0 0 25px;;
	
}

/******* DONATE PAGE *******/  



.button-pink{
	height:25px;
	margin:0;
	overflow:hidden; /* clear floats */
}

.grantee .button-pink{
	margin: 18px 0 0 235px;		
}

.button-pink a{
	float:left;
	height:21px;
	min-width:58px;
	margin:0;
	padding:4px 0 0 10px;
	background-color:#EF4AA8;	
}


.grantee .button-pink-long{
	margin: 18px 0 0 160px;		
}

.button-pink-long a{
	padding:4px 10px 0 10px;
}

.button-pink a, .button-pink a:visited{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}



/******* SEARCH PAGE *******/  
#searchform button#searchsubmit {
	float:left;
	background: transparent;
	border:none;
	cursor:pointer;
	
	width: 42px;	
	height: 30px;
	margin:0;
	padding:0;
}

#button-search-image {
	background: url(/img/button-search.png) no-repeat scroll left top;
	width: 42px;	
	height: 30px;
	margin:0;
	padding:0;
}

#searchform #s  {	/**  search field ***/  
	float:left;
	width: 154px;	
	height: 30px;
	margin:0;
	padding:0 10px;
	border:none;
}

#searchform #s.search-background-text  {	/**  search field ***/  
	background: url(/img/search-field.png) no-repeat scroll left top;
}

#searchform #s.search-background-none  {	/**  search field ***/  
	background: url(/img/search-field-notext.png) no-repeat scroll left top;
}

#search-results{
	width:620px;
	height: auto;
	margin: 0 ; 
	padding:10px 40px;
	
}
/******* FOOTER *******/  

footer{
	width:980px;
	height: 237px;
	margin: 20px 0 0 0; 
	padding:3px 0 0 0;
	background-color:#3B3B3B;
}

footer hr{
	width:100%;
	margin: 0 0 0 0;	
	color: #3b3b3b;
	background-color: #ef48a7;
	height: 3px;
	border:0px;
}

footer ul{
	float:left;
	height:170px;
	width: 240px;
	margin:18px 0 0 0;
	padding:0;
	border-right: 1px solid #626262;	
	
}

footer ul:last-of-type{
	border-right: 0px solid #FFF;	
	
}

footer ul h1{
	margin: 0px 0 20px 35px;
	padding:0;
	color:#fff;
	font-size:15px;
	text-align: left;
	text-transform: uppercase;
	font-weight:bold;
	
}

footer ul li{
	margin:0px 0 4px 35px;
	padding:0;
	list-style-position: inside;
	list-style-type: none;	
}

footer ul li img{
	margin:0 5px 0 0;
}


footer ul li a, footer ul li a:visited, footer ul li a:active{
	color:#fff;
	font-size:15px;
	text-align: left;
	text-decoration:none;
}

footer ul li a:hover{
	color:#ef48a7;
	text-decoration:none;
}


/******* SIGN UP FORM *******/  

#signupdiv{
	overflow:hidden; /*clear floats*/
	margin:0 0 0 60px;
	padding:0;
}

.miel{
	display:none;	
}

/*  homepage SIGN UP FORM  */  


#form-signup button#button-signup-homepage {
	float:left;
	background: transparent;
	border:none;
	cursor:pointer;
	
	width: 98px;	
	height: 30px;
	margin:0;
	padding:0;
}

#button-signup-homepage #button-signup-image {
	background: url(/img/button-signup-homepage.png) no-repeat scroll left top;
	width: 98px;	
	height: 30px;
	margin:0;
	padding:0;
}


#form-signup #email  {	/**  email field ***/  
	float:left;
	width: 201px;	
	height: 30px;
	margin:0;
	padding:0 10px;
	border:none;
	background: url(/img/field-signup-homepage.png) no-repeat scroll left top;
}


/**  signup sidebar ***/  
#signupdiv{
	overflow:hidden; /*clear floats*/
	margin:10px 0 0 10px;
	padding:0;
}

#form-signup button#button-signup-sidebar {
	background: transparent;
	border:none;
	cursor:pointer;
	
	width: 98px;	
	height: 30px;
	margin: 20px 0 0 135px;			
	padding:0;
}

#button-signup-sidebar #button-signup-image {
	background: url(/img/button_signup.png) no-repeat scroll left top;
	width: 98px;	
	height: 30px;
	margin:0;
	padding:0;
}


#right-sidebar #form-signup #email  {	/**  email field ***/  
	width: 201px;	
	height: 30px;
	margin:0;
	padding:0 10px;
	border:none;
	background: url(/img/field-signup-homepage.png) no-repeat scroll left top;
}

#messagediv{
	margin: 0 0 0 20px;
}


/**  Buttons ***/  

.button-wide-centered{
	margin: 20px 40px;
	
}



/*  CONTACT FORM  */  

#contactform-div{
	margin: 30px 70px 0 34px;	
	
}

#submitbutton{
 position:relative;	
}

#loadingform-gif{
	width: 45px;
	height: 40px;
	background-color:#fff;
	position:absolute;
	top:0px;
	left:0px;
	display:none;	
	
}

/* =============================================================================
   Typography
   ========================================================================== */

h1{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #3b3b3b;	
}

h1.wide-left-content{
	margin: 5px 0 5px 24px;	
}

h2{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #898989;	
}

h2.wide-left-content{
	margin: 5px 0 5px 24px;	
}


h2.section-menu{
	font-size: 15px;
	margin: 0 0 0 330px;	
}

h2.section-menu a, h2.section-menu a:visited{
	color: #898989;	
	text-decoration:none;
}

h2.section-menu a:hover{
	color: #ef4aa8;	
}

h3{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #3b3b3b;	
}


h3.homesignup{
	margin: 0 0 5px 35px;	
	
}



hr.wide-left-content{
	width:655px;
	margin: 0 0 0 24px;	
	color: #3b3b3b;
	background-color: #3b3b3b;
	height: 3px;
	border:0px;
}

hr.wide-left-content-dashed-line{
	width:655px;
	margin: 0 0 0 24px;	
	height: 3px;
	border:0px;
	
	background-attachment: scroll;
	background-image: url(/img/dashed-line.png);
	background-repeat: repeat-x;
	background-position: left top;	
}



p{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #3b3b3b;	
}


p.wide-left-content{
	margin: 10px 70px 0 34px;	
}

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */


textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

.clearfloats { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
