/*
	by Daniel Mahal @ APT
	Document layout:
	1: Css reset
	2: Grid system
	3: Basic html
	4: Typography and colors
	5: Basic layout
	6: Modules
	7: Extras
	
	Main colors:
	- Bright blue:		#0084b2;
	- Dark blue			#006c92;
*/

/**/
/* ! 1: Css reset */
/*	Copyright (c) 2009, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.8.0r4
*/
/**/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}






/**/
/* ! 2: Grid system */
/**/

.grid {
	float: left;
	margin-right: 25px;
	width: 975px;
}

.grid.first {
	clear: both;
}

.grid.last {
	margin-right: 0;
}

.grid.right {
	float: right;
}

.grid.bordered {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #e8e8e8 solid;
}

.grid.s1 { width: 100px; }
.grid.s2 { width: 225px; }
.grid.s3 { width: 350px; }
.grid.s4 { width: 475px; }
.grid.s5 { width: 600px; }
.grid.s6 { width: 725px; }
.grid.s7 { width: 850px; }







/**/
/* ! 3: Basic html */
/**/

body {
	font-family: Arial;
	font-size: 62.5%;
	color: #444;
}





/**/
/* ! 4: Typography and colors */
/**/

a {
	outline: 0 none;
	text-decoration: none;
	color: #006c92;
}
	a:hover {
		color: #0084b2;
	}

h1 {
	font-size: 3.3em;
	line-height: 1.2em;
	margin-bottom: 40px;
	letter-spacing: 0.02em;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.28em;
}
	h3 a {
		color: #666;
	}
		h3 a:hover {
			color: #444;
		}

h2 {
	padding-left: 5px;
	padding-bottom: 10px;
	border-bottom: 1px #cccccc dotted;
	margin-bottom: 10px;
}

	h2 big {
		font-weight: bold;
		font-size: 1.5em;
		line-height: 1.2em;
		text-transform: uppercase;
		display: block;
	}
	
	h2 small {
		font-family: "Georgia";
		font-size: 1.2em;
		font-style: italic;
		line-height: 1.2em;
	}
	
	h2 a {
		color: #444;
	}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #000;
	line-height: 1.5em;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

strong em,
em strong {
	font-style: italic;
	font-weight: bold;
}



/**/
/* ! 5: Basic layout */
/**/

.positioner {
	position: relative;
	margin: 0 auto;
	width: 975px;
}

#header {
	background: url(images/shadow_bottom.png) repeat-x bottom left;
}
	#header .positioner {
		height: 85px;
	}

#logo {
	position: absolute;
	top: 10px;
	left: 13px;
	
	display: block;
	width: 216px;
	height: 63px;
	background: url(images/logo.png);
	
	text-indent: -200px;
	overflow: hidden;
}

#navigation {
	position: absolute;
	top: 50px;
	left: 270px;
}

#navigation li {
	float: left;
	border-right: 1px #e3e3e3 solid;
}
	#navigation li a {
		display: block;
		color: #0084b2;
		text-decoration: none;
		font-size: 1.5em;
		padding: 4px 8px 2px 8px;
	}
		#navigation li a:hover {
			color: #66ccff;
		}

#intro {
	position: relative;
	padding: 25px 0;
}

#content {
	padding: 25px 0;
	background: url(images/shadow_top.png) repeat-x top left;
}

#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 100px;
}

#footer .content {
	border-top: 1px #e8e8e8 solid;
	padding-top: 10px;
	float: right;
	font-size: 1.2em;
	color: #737373;
}




/**/
/* ! 6: Modules */
/**/

.video {
	
}
	.video .open {
		display: block;
	}
	
		.video .frontpage .open {
			margin: 0 -7px;
		}
	
		.video .open img {
			display: block;
		}
		
	.video .container {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		
		width: 540px;
		height: 405px;
		
		margin-left: -270px;
		margin-top: -202px;
		
		background: #fff;
		padding: 20px;
		
		-moz-box-shadow: 0 2px 18px -7px #000;
		-webkit-box-shadow: 0 2px 5px #888;
		box-shadow: 0 2px 18px -7px #000;
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		
		z-index: 5;
	}
	
	.video .container .close {
		position: absolute;
		top: -6px;
		right: -6px;
		width: 22px;
		height: 22px;
		background: url(images/button_close.png);
	}
	
	.video .error {
		text-align: center;
		margin: 0 auto;
		font-size: 1.4em;
		line-height: 1.4em;
		width: 300px;
		padding-top: 50px;
	}
	
	.video.article {
		margin-bottom: 40px;
	}


.article {

}
	
	
	.article p,
	.article ul,
	.article ol {
		font-size: 1.4em;
		letter-spacing: 0.02em;
		color: #000;
		line-height: 1.43em;
		margin-bottom: 1.43em;
	}
		.article p.intro {
			font-size: 1.7em;
			letter-spacing: 0;
			color: #444;
			margin-bottom: 3em;
		}
		
		.article ul ul,
		.article ol ol {
			font-size: 1em;
			margin-bottom: 0;
		}
		
	.article ul li,
	.article ol li {
		margin-left: 1.4em;
		list-style: disc;
	}
	
	.article ol li {
		list-style: decimal;
	}


.linklist {
	margin-top: -8px;
  margin-bottom: 32px;
}
	.linklist li {
		border-bottom: 1px #ede7e5 solid;
		background: url(images/bullet_hollow.png) no-repeat 0 14px;
	}
		
		.linklist li.more {
			border: 0;
			background-image: url(images/bullet_solid.png);
		}
			.linklist li.more a {
				color: #0084b2;
			}
				.linklist li.more a:hover {
					color: #006c92;
				}
	
		.linklist li a {
			display: block;
			font-family: Georgia;
			font-size: 1.2em;
			line-height: 1.4em;
			padding: 8px 0;
			margin: 0 10px;
		}


.project {
	width: 100%;
	/*overflow: hidden;*/
	margin-bottom: 20px;
	
	-moz-box-shadow: -1px 2px 4px #b5b5b5;
	-webkit-box-shadow: -2px 3px 2px #b5b5b5;
	box-shadow: -2px 3px 2px #b5b5b5;
	
	-moz-border-radius: 5px;
	
	
}

	.project .content {
		background: url(images/gradient_bottom.png) repeat-x left bottom;
		padding: 7px;
	}

	.project img {
		display: block;
		margin-bottom: 0;
		width: 211px;
	}
	
	.project p {
		font-size: 1.1em;
		line-height: 1.4em;
		margin-bottom: 5px;
	}
	
	.project .progress_bar {
		position: relative;
		background: #ccc;
		height: 13px;
		margin-bottom: 4px;
	}
		.project .progress_bar .progress {
			background: url(images/progress_bar.png);
			height: 100%;
		}
		
		.project .progress_bar .label {
			position: absolute;
			top: -25px;
			width: 39px;
			height: 23px;
			line-height: 19px;
			margin-left: -19px;
			text-align: center;
			color: #fff;
			font-style: italic;
			background: url(images/progress_label.png);
			
			cursor: default;
		}
		
	.project form img {
		display: none;
	}
		
	.project .info,
	.project .donate {
		font-size: 1.4em;
		font-weight: bold;
		color: #0099cc;
		text-transform: uppercase;
		
		display: block;
		width: 111px;
		line-height: 28px;
		padding-bottom: 2px;
		float: left;
		text-align: center;
		
		background: url(images/gradient_bottom.png) repeat-x bottom left;
	}
	
		.project .info:hover,
		.project .donate:hover {
			color: #66ccff;
		}
	
	.project .info {
		border-right: 1px #e3e3e3 solid;
		-moz-border-radius-bottomleft: 5px;
	}
	
	.project .donate {
		border-left: 1px #fff solid;
		width: 112px;
		-moz-border-radius-bottomright: 5px;
	}


.join_us {
	position: relative;
	background: url(images/join_us.jpg) no-repeat;
	height: 122px;
}
	.join_us a {
		position: absolute;
		display: block;
		font-size: 1.4em;
		font-weight: bold;
		color: #0099cc;
		padding: 5px 10px;
	}
		.join_us a:hover {
			color: #66ccff;
		}
		
		.join_us a.facebook { top: 2px; left: 83px; }
		.join_us a.flickr { top: 30px; left: 137px; }
		.join_us a.youtube { top: 75px; left: 115px; }


.newsletter{
	position: relative;
	background: #eeeeee;
	padding: 15px 10px;
	height: 92px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	.newsletter label {
		display: inline-block;
		width: 40px;
	}
	.newsletter input.text {
		width: 150px;
	}
	
	.newsletter .button {
		margin-top: 5px;
		float: right;
	}
	
	.newsletter .loader {
		position: absolute;
		right: 84px;
		bottom: 17px;
	}
	
	.response.error {
		position: absolute;
		bottom: 10px;
		color: #ed1c24;
		width: 130px;
	}
	
	.response.ok {
		text-align: center;
		margin: 10px;
		font-size: 1.2em;
		line-height: 1.4em;
	}


.loader {
	display: none;
	background: url(images/ajax-loader.gif);
	width: 16px;
	height: 16px;
}


.gallery {
	position: relative;
}
	.article.gallery {
		width: 725px;
		height: 407px;
	}
	
	.article.gallery.short {
		width: 725px;
		height: 200px;
	}
	
	.gallery img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}


.donatebox {
	position: relative;
	border: 1px #bbb solid;
	font-size: 1.4em;
	line-height: 50px;
	height: 50px;
	margin: 50px 0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
	.donatebox .budget {
		border-right: 1px #ddd solid;
	}
	
	.donatebox .budget,
	.donatebox .donate {
		display: block;
		float: left;
		width: 49%;
		text-align: center;
	}
	
	.donatebox .donate {
		cursor: default;
	}
	
	.donatebox .donate:hover .transfer_info {
		display: block;
	}
	
	.donatebox .transfer_info {
		cursor: default;
		bottom: 50px;
		left: -1px;
		position: absolute;
		display: none;
		line-height: 1.4em;
		text-align: left;
		padding: 30px 15px;
		background: #fff url(images/shadow_top.png) repeat-x  0px -1px;
		border: 1px #bbb solid;
		color: #333;
		
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
	}
		.donatebox .transfer_info em {
			font-style: normal;
			font-weight: bold;
			color: #006c92;
		}


.factbox{
	position: relative;
	background: #eeeeee;
	padding: 15px 10px;
  margin-bottom: 32px;
  font-size: 1.2em;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.factbox p{
  margin-bottom: 10px;
}

/**/
/* ! 7: Extras */
/**/


/* Forms */

.input_row {
	margin-bottom: 5px;
}

input.text {
	font-size: 1.4em;
	color: #737373;
	background: #fff;
	border: 0;
	padding: 5px 6px;
	vertical-align: middle;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: inset 0px 1px 3px 1px #bbb;
}

label {
	font-size: 1.2em;
}

form.big_donation_button{
	margin-bottom: 3em;
}
	form.big_donation_button label{
		display: block;
		font-size: 1.4em;
		font-weight: bold;
	}
	form.big_donation_button input{
		margin: 1em 0 1em 0;
		width: 10em;
	}	


.clear {
	clear: both;
}

