/* 
==============================
1. Site Wide Styles
	a HTML Styles
	b. ID Styles
	c. Class Stlyes
2. Home Styles
	a HTML Styles
	b. ID Styles
	c. Class Stlyes
3. About Styles
	a HTML Styles
	b. ID Styles
	c. Class Stlyes
4. Why Styles
	a HTML Styles
	b. ID Styles
	c. Class Stlyes
5. Projects Styles
	a HTML Styles
	b. ID Styles
	c. Class Stlyes
6. Involved Styles
	a HTML Styles
	b. ID Styles
	c. Class Stlyes
7. News Styles
	a HTML Styles
	b. ID Styles
	c. Class Stlyes
8. Contact Styles
	a HTML Styles
	b. ID Styles
	c. Class Stlyes
==============================
*/

/* ==================================================================================================== 1. Site Wide Styles */
/* ============================================================================================================== a. HTML Styles */
*{  
    -o-transition: all .2s ease-out; 
    -moz-transition: all .2s ease-out; 
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
html, body {
	width: 100%;
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
	font-size: 14px;
	color: #3f3f3f;
}
body {
	background-color: #3f3f3f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3f3f3f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3f3f3f;
}
a:hover {
	text-decoration: none;
	color: #3f3f3f;
}
a:active {
	text-decoration: none;
	color: #3f3f3f;
}
img {
	border: none 0;
}
img.fade {
	opacity:0;
	-moz-transition: opacity 1s; /* Firefox 4 */
	-webkit-transition: opacity 1s; /* Safari and Chrome */
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight:normal;
}
input.button {
	padding: 10px 20px 10px 20px;
	margin: 0;
	background: #2b587e;
	color: #eaeaea;
	font-size: 18px;
	border: 0 none;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	box-shadow: 0px 0px 5px rgba(63,63,63,0.1);
	-moz-box-shadow: 0px 0px 5px rgba(63,63,63,0.1);
	-webkit-box-shadow: 0px 0px 5px rgba(63,63,63,0.1);
}
input.button:hover {
	color: #2b587e;
	background: #fff;
}
/* ============================================================================================================== b. ID Styles */
#clear {
	clear: both;
}
#header_wrap {
	width: 100%;
	position: fixed;
	z-index: 1;
	background: #509ec5 url(sky.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	padding-bottom: 45px;
}
#header_gradient {
	width: 100%;
	background: url(header-gradient.png) repeat-x;
}
#content_width {
	width: 950px;
	margin: 0 auto;
}
#logo {
	float: left;
}
#nav_wrap {
	float: right;
	text-align: right;
}
#nav_secondary {
	display: inline-block;
	zoom: 1;
	*display: inline;
	background:#eaeaea;
	box-shadow: 0px 0px 5px rgba(63,63,63,0.5);
	-moz-box-shadow: 0px 0px 5px rgba(63,63,63,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(63,63,63,0.5);
	padding: 15px;
	margin-right: -5px;
	font-size: 12px;
}
#nav_secondary p {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}
#nav_primary {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-top: 45px;
	font-size: 16px;
	color: #FFFFFF;
}
#nav_primary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav_primary ul li {
	float: right;
	padding: 10px;
	margin: 0 0 0 20px;
	color: #FFF;
}
#nav_primary ul li:hover, #nav_primary ul #active {
	background: #eaeaea;
	color: #3f3f3f;
	box-shadow: 0px 0px 5px rgba(63,63,63,0.5);
	-moz-box-shadow: 0px 0px 5px rgba(63,63,63,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(63,63,63,0.5);
}
#button {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 15px 30px 15px 30px;
	background: #2b587e;
	color: #eaeaea;
	font-size: 21px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#button:hover {
	background: #eaeaea;
	color: #2b587e;
}
#link {
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-weight: bold;
	color: #3677a1;
	margin-top: 15px;
}
#link:hover {
	color: #777;
}
#content_wrap {
	position: relative;
	top: 220px;
	z-index: 2;
	box-shadow: 0px 0px 5px rgba(63,63,63,0.5);
	-moz-box-shadow: 0px 0px 5px rgba(63,63,63,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(63,63,63,0.5);
	/* background: #F00; /*show me */
}
#section_wrap_white, #section_wrap_light, #section_wrap_dark, #section_wrap_black {
	width: 100%;
	padding: 70px 0 70px 0;
	overflow: hidden;
}
#section_wrap_white h1, #section_wrap_light h1, #section_wrap_dark h1, #section_wrap_black h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
#section_wrap_white {
	background: #fff;
}
#section_wrap_light {
	background: #eaeaea;
}
#section_wrap_dark {
	background: #dddddd;
}
#section_wrap_black {
	background: #2f2f2f;
	color: #FFF;
}
#footer_wrap {
	width: 100%;
	padding: 15px 0 15px 0;
	color: #eaeaea;
	font-size: 12px;
	background: #3f3f3f;
}
#footer_copyright {
	float:left;
	text-align: left;
	/* background: #F00; /* show me */
}
#footer_credit {
	float: right;
	text-align: right;
	color: #eaeaea;
	/* background: #0F0; /* show me */
}
#footer_credit:hover {
	color: #df195d;
}
#footer_overlay {
	display: none;
	width: 200px;
	position: relative;
	top: -180px;
	left: 20px;
	margin-bottom: -148px;
}
#footer_credit:hover #footer_overlay {
	display: block;
}
#donate_wrap {
	width: 100%;
	background: #509ec5 url(sky.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#donate {
	background: url(transparent-black.png) repeat;
	padding: 70px 0 70px 0;
	text-align: center;
}
#donate:hover {
	background: none;
}
#donate p {
	display: block;
	width: 35%;	
	margin: 0 auto;
	margin-bottom: 30px;
	color: #FFF;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#donate #button {
	padding: 10px 20px 10px 20px;
	font-size: 16px;
}
/* ============================================================================================================== c. Class Styles */
.fb-like {
	display: inline-block !important;
	vertical-align: middle !important;
}
.center {
	text-align: center;
}
.width100 {
	width: 100%;
}
a.blue {
	color: #3677a1;
}
a:hover.blue {
	text-decoration: underline;
}
/* ==================================================================================================== 2. Home Styles */
/* ============================================================================================================== a. HTML Styles */
/* ============================================================================================================== b. ID Styles */
#action {
	margin: 0 auto;
	margin-top: 75px;
	margin-bottom: 100px;
	width: 80%;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
#action h1 {
	font-size: 36px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#action input.button {
	margin-top: 21px;
}
#section_intro {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 49.7%;
	padding: 0 15px 0 15px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
	vertical-align: top;
}
#section_intro:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#section_intro img {
	margin-bottom: 20px;
}
/* ============================================================================================================== c. Class Styles */
.home #content_wrap {
	top: 500px;
}
.home #recent_project_thumbnails {
	margin-top: 40px;
}
/* ==================================================================================================== 3. About Styles */
/* ============================================================================================================== a. HTML Styles */
/* ============================================================================================================== b. ID Styles */
#founder_wrap, #executive_wrap, #advisor_wrap {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 10px;
	margin-top: 35px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#founder_wrap h3, #executive_wrap h3, #advisor_wrap h3 {
	font-weight: bold;
}
#founder_wrap:hover, #executive_wrap:hover, #advisor_wrap:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#founder_wrap {
	width: 33%;
	/* background: #F00; /* show me */
}
#executive_wrap {
	width: 24.6%;
}
#advisor_wrap {
	width: 19.6%;
}
#founder_wrap h3 {
	margin-bottom: 10px;
}
h1.top_margin {
	margin-top: 100px;
}
#profile_pic {
	display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
	width: 80%;	
	margin-bottom: 15px;U
}
#profile_pic img {
	width: 100%;
}
#overlay_bkg {
	visibility: hidden;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(transparent-black.png) repeat;
}
#overlay_wrap {
	margin: 0 auto;
	margin-top: 100px;
	background: #eaeaea;
	width: 850px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 30px;
	box-shadow: 0px 0px 10px rgba(63,63,63,1);
	-moz-box-shadow: 0px 0px 10px rgba(63,63,63,1);
	-webkit-box-shadow: 0px 0px 10px rgba(63,63,63,1);
}
#overlay_wrap #profile_pic {
	width: 30%;
	margin-right: 5%;
	display: inline-block;
	vertical-align: middle;
}
#overlay_wrap #description {
	width: 65%;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	text-align: justify;
}
#overlay_wrap #halves {
	width: 50%;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}
#overlay_wrap #halves h3 {
	font-weight: bold;
	margin-bottom: 10px;
}
#description p {
	margin-bottom: 10px;
}
#description #button, #video #button {
	display: block;
	width: 60px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 0 10px 0;
	font-size: 14px;
	text-align: center;
}
#description #button:hover {
	background: #FFF;
}
#slider {
	margin-bottom: -36px;
	text-align: center;
	background: #FFF;
}
#slider #button {
	margin: 0 auto;
	position: relative;
	z-index: 2;
	top: -250px;
	font-size:14px;
	padding: 10px 20px 10px 20px;
	background: #eaeaea;
	color: #2b587e;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
#slider:hover #button {
	filter: alpha(opacity=100);
	opacity: 1;
}
#slider:hover #button:hover {
	background: #2b587e;
	color: #eaeaea;
}
#video {
	width: 800px;
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
}
#video iframe {
	margin-bottom: 20px;
}
/* ============================================================================================================== c. Class Styles */
#section_wrap_light.general, #section_wrap_dark.general {
	padding-bottom: 0;
}
.general img {
	margin-top: 30px;
}
.logo img {
	display: inline-block;
	margin-right: 5%;
	vertical-align: middle;
	width: 20%;
}
.logo div {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
}
.about #halves {
	margin-top: 30px;
}
.about #halves h4 {
	font-weight: bold;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
/* ==================================================================================================== 4. Why Styles */
/* ============================================================================================================== a. HTML Styles */
/* ============================================================================================================== b. ID Styles */
/* ============================================================================================================== c. Class Styles */

/* ==================================================================================================== 5. Projects Styles */
/* ============================================================================================================== a. HTML Styles */
img.visual {
	width: 100%;
	margin-bottom: 15px;
}
/* ============================================================================================================== b. ID Styles */
#recent_project_thumbnails {
	width: 23%;
	margin: 20px 0.5% 0 0.5%;
	text-align: center;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#recent_project_thumbnails:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#recent_project_thumbnails h3 {
	font-size: 16px;
	font-weight: bold;
}
#recent_project_thumbnails img {
	width: 100%;
}
#project_index_wrap {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin: 2%;
	box-shadow: 0px 0px 5px rgba(63,63,63,0.5);
	-moz-box-shadow: 0px 0px 5px rgba(63,63,63,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(63,63,63,0.5);	
}
#project_index_wrap:hover {
	box-shadow: 0px 0px 10px rgba(63,63,63,0.7);
	-moz-box-shadow: 0px 0px 10px rgba(63,63,63,0.7);
	-webkit-box-shadow: 0px 0px 10px rgba(63,63,63,0.7);	
}
#project_index_wrap img {
	width: 100%;
	margin: 0;
}
#project_index_description {
	background: #FFF;
	padding: 15px;
}
#project_index_description p {
	margin: 5px 0 0 0;
}
#pagination {
	display: inline-block;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 18px;
	/* background:#F0F; /* show me */
}
#pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#pagination ul li {
	float: left;
	padding: 10px 15px;
	margin: 0 5px 0 5px;
	color: #3677a1;
	background: none;
}
#pagination ul li:hover {
	background: #FFF;
}
 #pagination ul li#current {
	background: #3677a1;
	color: #FFF;
}
#social {
	display: inline-block;
	padding: 15px;
	background: #F2F2F2;
	margin: 0 auto;
	margin-top: 20px;
}
#social:hover {
	background: #FFF;
}
#social h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
#inline_image_left, #inline_image_right, #inline_image_gallery {
	width: 32%;
}
#inline_image_left img, #inline_image_right img, #inline_image_gallery img {
	width: 100%;
	margin-bottom: 15px;
}
#inline_image_left {
	float: left;
	margin-right: 15px;
}
#inline_image_right {
	float: right;
	margin-left: 15px;
}
#inline_image_gallery {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 10px;
	margin-top: 10px;
}
/* ============================================================================================================== c. Class Styles */
.projects p {
	margin-bottom: 15px;
}
.content p, .content li {
	text-align: justify;
}
.content a h1:hover {
	color: #3677a1;
}
.content h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.content #slider {
	margin-bottom: 15px;
}
.content .rslides {
	height: auto;
}
/* ==================================================================================================== 6. Involved Styles */
/* ============================================================================================================== a. HTML Styles */
/* ============================================================================================================== b. ID Styles */
#section_wrap_white.donate {
	margin-bottom: -220px;
}
#section_wrap_black.sponsor {
	padding-bottom: 0;
}
#section_wrap_light.volunteer {
	padding: 0px;
}
#volunteer_faces {
	width: 45%;
	margin-right: 5%;
	display: inline-block;
	vertical-align: middle;
}
#volunteer_faces img {
	width: 33%;
}
#volunteer_words {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
#volunteer_gradient {
	width: 423px;
	height: 423px;
	position: relative;
	top: 423px;
	margin-top: -423px;
	background: url(involved/white-gradient.png) repeat-y;
}
#payment_options {
	font-size: 10px;
	color: #999;
	margin: 0 auto;
	margin-top: -28px;
}
#payment_options p {
	margin-bottom: 5px;
}
#payment_options p a {
	color: #999;
}
#payment_options p a:hover {
	color: #000;
	text-decoration: underline;
}
/* ============================================================================================================== c. Class Styles */
.involved #button {
	display: block;
	width: 100px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 10px 0px;
	font-size: 16px;
	text-align: center;
}
.involved #button:hover {
	background: #FFF;
}
.donate input.button {
	margin: 30px 0;
	font-size: 16px;
}
.donate input.button:hover {
	background: #eaeaea;
}
.donate .img1, .donate .img2, .donate .img3 {
	display: block;
	position: relative;
	margin: 0 auto;
	box-shadow: 0px 0px 5px rgba(63,63,63,0.5);
	-moz-box-shadow: 0px 0px 5px rgba(63,63,63,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(63,63,63,0.5);	
}
.donate .img1 {
	width: 500px;
	top: 180px;
	left: 50px;
	z-index: 3;
}
.donate .img2 {
	width: 350px;
	top: -180px;
	left: -280px;
	z-index: 4;
}
.donate .img3 {
	width: 380px;
	top: -450px;
	left: 280px;
	z-index: 2;
}
.sponsor #words, .sponsor img {
	display: inline-block;
	vertical-align: middle;
}
.sponsor #words {
	width: 70%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 25px;
	position: relative;
	top: -30px;
	text-align: center;
}
.sponsor img {
	width: 30%
}
/* ==================================================================================================== 7. News Styles */
/* ============================================================================================================== a. HTML Styles */
/* ============================================================================================================== b. ID Styles */
/* ============================================================================================================== c. Class Styles */

/* ==================================================================================================== 8. Contact Styles */
/* ============================================================================================================== a. HTML Styles */
input.form, textarea.form {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	border: none 0;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
textarea.form {
	height: 200px;
}
/* ============================================================================================================== b. ID Styles */
#halves {
	display: inline-block;
	zoom: 1;
	*display: inline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 50%;
	padding: 0 10px 0 10px;
	margin-top: 50px;
	vertical-align: top;
}
#halves a {
	color: #3677a1;
	text-decoration: none;
}
#halves a:hover {
	color: #777;
	text-decoration: underline;
}
#halves h2 {
	font-size: 24px;
}
#halves p {
	margin-top: 15px;
}
#halves form {
	font-size: 12px;
	text-align:left;
	font-style: italic;
}
/* ============================================================================================================== c. Class Styles */
.contact input.button {
	float: right;
	margin-left: 10px;
	font-size: 16px;
}