/* 
Project: Apire
Filename: screen.css
Date: September 2009
Author: Simon McFarlane [simon@looktouchfeel.co.uk]
*/


@import url('css/typography.css');

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    height: 100%;  
	font-size: 62.5%;	
	color: #000;
	text-align: center;
	font-family: verdana, sans-serif;
	background: #fff;
    }


body a img {
	border: none;
}

img{
	display: block;
}

.clearing{	
	clear: both;
}





/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*------ general styles ------*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}
	
.hide {
	display: none;
	}
	
	
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
        min-height: 0;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


a:focus,
a:hover,
a:active{
	outline:none;
}

/*------ wrap ------*/


#wrap {
	position: relative ;
	margin: 0px auto 0px auto;
	padding: 15px 0 0 0;
	width: 982px;
	text-align: left;
}



/*------ #logo ------*/

#logo{
	float: right;
	width: 210px;
	height: 135px;
	background: url(img/aspire-logo.gif) no-repeat 0 0;
}


#logo a{
	float: right;
	width: 210px;
	height: 135px;
	background: url(img/aspire-logo.gif) no-repeat 0 0;
	text-indent: -9999px;
	}


/*------ #mainNav ------*/

#mainNav{
	float: left;
	width: 980px;
	border: 1px solid #DFE0E0;
	background: url(img/mainNav-bg.jpg) repeat-y 0 0;
	margin-bottom: 45px;
	}


#mainNav li{
	float: left;
	padding: 3px 6px 3px 4px;
	font-family: 'century gothic', arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	background: url(img/mainNav-divider.gif) no-repeat 100% 50%;
}


#mainNav li.last{
	background: none;
}


#mainNav li a{
	display: block;
	color: #000;
	padding: 4px 6px ;
	text-decoration: none;
}


#mainNav li a:hover,
#mainNav li.here a{
	background: #F75A29;
	color: #fff;
}

/*------ #subNav ------*/

#subNav{
	float: left;
	
	width: 980px;
	border: 1px solid #DFE0E0;
	background: url(img/mainNav-bg.jpg) repeat-y 0 0;
	margin-bottom: 45px;
	}


#subNav li{
	float: left;
	padding: 3px 6px 3px 4px;
	font-family: 'century gothic', arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	background: url(img/mainNav-divider.gif) no-repeat 100% 50%;
}

ul li ul li {
background: #f0f !important;	
}


#subNav li.last{
	background: none;
}


#subNav li a{
	display: block;
	color: #000;
	padding: 4px 6px ;
	text-decoration: none;
}


#subNav li a:hover,
#subNav li.here a{
	background: #F75A29;
	color: #fff;
}


/*------ #intro ------*/

#intro{
	float: left;
	width: 982px;
	height: 386px;
}


#fade{
	float: left;
	width: 623px;
	height: 386px;
}


#counter{
	float: right;
	width: 359px;
	height: 386px;
	background: #F75A29 url(img/counter-bg.gif) no-repeat 0 0;
}


#counter h2{
	font-size: 1.8em;
	color: #fff;
	font-weight: bold;
	padding: 24px 0 14px 30px;
	font-family: 'century gothic', arial, sans-serif;
}


#counter .box{
	float: left;
	width: 270px;
	margin: 0 0 0 30px;
	padding: 15px 10px;
	background: #fff url(img/box-bg.jpg) repeat-x 0 0;
	border: 1px solid #000;
}


* html #counter .box{
	margin: 0 0 0 15px;
}


#counter h3{
	float: left;
	font-size: 1.8em;
	color: #000;
	font-weight: bold;
	font-family: 'century gothic', arial, sans-serif;
}


#counter h4{
	float: left;
	width: 250px;
	background: #EF6B31;
	padding: 0px 10px;
	margin: 6px 0;
	color: #fff;
	font-size: 2em;
}


#counter .supported{
	float: left;
	width: 270px;
	height: 35px;
	background: url(img/supported-bg.gif) no-repeat 100% 0;
	text-indent: -9999px;
}


#counter .target{
	float: right;
	width: 100px;
	text-align: center;
	border: 1px solid #EF7339;
	padding: 2px 10px;
	font-size: 1.8em;
}



/*------ #content ------*/

#content{
	float: left;
	width: 982px;
}





/*------ #mainContent ------*/

#mainContent{
	float: left;
	width: 922px;
	position: relative;
	padding: 20px 30px 20px 30px;
}





#mainContent .title{
	font-size: 2.5em;
	color: #EF5D28;
	font-weight: bold;
	padding-bottom: 30px;
	font-family: 'century gothic', arial, sans-serif;
	text-align: left;
}


#mainContent h3{
	padding-top: 15px;
	color: #7B001C;
	font-size: 1.2em;
	text-transform: uppercase;
}


#mainContent blockquote{
	padding: 15px 15px 0 15px;
	margin: 0 0 20px 0;
	background: #ccc;
}


#mainContent p{
	font-size: 1.2em;
	padding-bottom: 15px;
	line-height: 1.4em;
}


#mainContent a{
	text-decoration: none;
	color: #F75A29;
}


#mainContent a:hover{
	text-decoration: underline;
}


#mainContent ul{
	font-size: 1.2em;
	padding-bottom: 10px;
}


#mainContent ul li{
	padding-bottom: 5px;
	padding-left: 35px;
	background: url(img/bullet.gif) no-repeat 0 3px;
}


#mainContent ul#tertiaryLinks{
	float: left;
	width: 615px;
	font-size: 1em !important;
	color: #7B001C;
	padding-bottom: 40px;
}


#mainContent ul#tertiaryLinks li{
	float: left;
	padding-bottom: 0px;
	padding-left: 0px;
	background: none;
	font-size: 1.5em;
	font-weight: bold;
	font-family: 'century gothic', arial, sans-serif;
}


#mainContent ul.apply{
	float: right;
	width: 293px;
	position: absolute;
	top: 20px;
	right: 30px;
	margin: 0;
	padding: 0;
	list-style: none;	
	}
	
#mainContent ul.apply li{
	float: left;
	width: 293px;
	height: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	background: none;
	}	
	
#mainContent ul.apply li a{
	float: left;
	width: 293px;
	height: 24px;
	text-indent: -9999px;
	}
	

.apply li.mentor a{
	background: url(img/become-mentor.jpg) no-repeat 0 0;
	}
	
	
.apply li.mentee a{
	background: url(img/become-mentee.jpg) no-repeat 0 0;
	}	
	
	.apply li.coach a{
	background: url(img/become-coach.jpg) no-repeat 0 0;
	}
	
	
.apply li.coaching a{
	background: url(img/receive-coaching.jpg) no-repeat 0 0;
	}	



/*------ #contactForm ------*/


#contactForm{
	float: left;
	width: 770px;
	padding: 10px;
	margin: 20px 0;
	background: #848484;
}


#contactForm h4{
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	padding: 0 0 20px 0;
}


#contactForm p{
	margin: 0 30px 10px 0;
	padding: 0;
}


* html #contactForm p{
	margin: 0 15px 10px 0;
}


#contactForm .field{
	float: left;
	width: 348px;
}


#contactForm .hear{
	float: right;
	width: 348px;
	margin-right: 44px;
}


* html #contactForm .hear{
	margin-right: 14px;
}


#contactForm p.field label{
	color: #fff;
	font-size: 1.2em;
	font-family: 'century gothic', arial, sans-serif;
}


#contactForm .field input{
	float: left;
	width: 348px;
	padding: 3px;
	border: 1px solid #000;
	background: #fff;
}

#contactForm p.text,
#contactForm p.checkbox{
	color: #fff;
	font-size: 1.3em;
	font-family: 'century gothic', arial, sans-serif;
}


#contactForm .submit{
	margin: -40px 36px 0 0;
}

#contactForm .submit input{
	float: right;
	border: 1px solid #fff;
	padding: 5px 20px;
	background: #F75A29;
	color: #fff;
	font-size: 1.6em;
	cursor: pointer;
	font-family: 'century gothic', arial, sans-serif;
}


#contactForm p.warning{
	color: #CC0000;
	font-size: 1.2em;
	font-weight: bold;
}


#contactForm span.warning{
	color: #CC0000;
	font-weight: bold;
}


#contactForm p.send{
	color: #F75A29;
	font-size: 1.2em;
	font-weight: bold;
	width: 251px;
	background: #f3f3f3;
	padding: 10px;
}


/*------ #footer ------*/

#footer{
	float: left;
	width: 982px;
	color: #40413F;
	font-size: 1.1em;
	padding: 0 0 0 0;
	background: #e7e7e7 url(img/footer-bg.gif) no-repeat 0 100%;
}


#mentors{
	float: left;
	width: 291px;
	padding: 14px 150px 40px 50px;
}


#mentors h4{
	font-size: 2em;
	color: #55555;
	font-weight: bold;
	padding: 0 0 20px 0;
	font-family: 'century gothic', arial, sans-serif;
}


#mentors p{
	font-size: 1.2em;
	color: #000;
	padding: 0 0 20px 0;
}


#involved{
	float: right;
	width: 291px;
	padding: 14px 50px 40px 150px;
}


#involved h4{
	font-size: 2em;
	color: #55555;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'century gothic', arial, sans-serif;
}


#involved form{
	float: left;
	width: 271px;
	padding: 10px;
	background: #848484;
}
	

#involved form p{
	float: left;
	width: 271px;
	margin: 0 0 10px 0;
}


#involved form p.warning{
	color: #CC0000;
	font-size: 1.2em;
	font-weight: bold;
}


#involved form span.warning{
	color: #CC0000;
	font-weight: bold;
}


#involved form p.send{
	color: #F75A29;
	font-size: 1.2em;
	font-weight: bold;
	width: 251px;
	background: #f3f3f3;
	padding: 10px;
}


#involved form p.field label{
	color: #fff;
	font-size: 1.2em;
	font-family: 'century gothic', arial, sans-serif;
}


#involved form p.field input{
	float: left;
	width: 263px;
	padding: 3px;
	border: 1px solid #000;
	background: #fff;
}


#involved form p.text{
	color: #fff;
	font-size: 1.2em;
	font-family: 'century gothic', arial, sans-serif;
}


#involved form p.checkbox{
	color: #fff;
	font-size: 1.1em;
	font-family: 'century gothic', arial, sans-serif;
}



#involved .submit input{
	float: right;
	border: 1px solid #fff;
	padding: 5px 20px;
	background: #F75A29;
	color: #fff;
	font-size: 1.6em;
	cursor: pointer;
	font-family: 'century gothic', arial, sans-serif;
}


#footer ul{
	float: left;
	padding: 15px 0;	
}


#footer ul li{
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #666;	
}


#footer p.design{
	float: right;
	padding: 15px 0;
}


#footer a{
	color: #40413F;
	text-decoration: none;
}


#footer a:hover{
	text-decoration: underline;
}


#footer a span{
	color: #1072BA;
}
#wrap #content #mainContent strong {
	font-size: 1.2em;
}


#donate-now {
	display:block;
	border: 1px solid #F75A29;
	font-size:18px;
	text-align:center;
	padding: 3px;
	width:310px;
	font-family:'GFYJeannaRegular' ;
	margin-bottom: 15px ;
	position: absolute ;
	left:  0 ;
}
#donate-now span.dntitle {
	display:block;
	background:#F75A29;
	color:#fff;
	cursor:	pointer;
	padding:10px;
	font-size:35px
}
#donate-now span.dninner {
	display: block ;
	padding: 5px ;
}
