@charset "utf-8";

/* Project Polymath v4 */

body {
	margin: 0;
	padding: 0;
	background: url(/images/background.jpg) repeat #f7f7e8;
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

a, a:visited {
	color: #006837;
	text-decoration: none;
}

a img {	border-style: none; }
address { font-style: normal; }

blockquote, cite {
	padding-left: 0;
	margin-left: 1em;
	font-size: 15px;
	font-family: Cambria, Georgia, "Times New Roman", serif;
}

h4 {
	font-size: 12px;
	font-weight: normal;
}

.Main, .Navbar, .Top, .Footer {
	width: 852px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.LeftContent {
	width: 400px;
	float: left;
}

.Section {
	width: 392px;
	background-image: url(/images/section_background.jpg);
}

.Section, .TopQuote {
	margin-top: 2.5em;
	padding: 6px 8px 12px 14px;
	box-shadow: 0 2px 4px 2px #aaa;
	font-size-adjust: 0.45;
}

.Section .SectionHeading {
	margin-top: -6px;
	margin-left: -14px;
	margin-right: -8px;
	background: url(/images/section_bg.png) no-repeat #49662b;
	height: 78px;
	position: relative;
}

.RightContent {
	float: right;
	padding-top: 1.7em;
}

.MainContainer {
	box-shadow: inset 0 2px 7px 5px #777777;
	padding: 1em 0;
}

h1, h3, h4, h5, h6, ol.MissionList li p {
	color: #4d4d4d;
}

h2 {
	color: #516d52;
}

ol.MissionList li, .Navbar, .Banner .WelcomeMessage p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size-adjust: 0.45;
}

.MissionList {
	padding-left: 0;
}

ol.MissionList li {
	background-image: url(/images/circle_bullet.png);
	background-repeat: no-repeat;
	list-style-position: inside;
	text-indent: 8px;
	color: white;
	font-weight: bold;
	margin-bottom: 1em;
}

ol.MissionList li p {
	margin-left: 0.3em;
	display: inline;
	line-height: 2;
	vertical-align: middle;
}

.TopContainer, .FooterContainer {
	background-color: #3a3a3a;
	color: #e7e7e7;
}

.TopContainer {
	padding-top: 65px;
	height: 122px;
	border-bottom: 1px solid #778778;
}

.NavbarContainer {
	background-color: #516d52;
	height: 39px;
	line-height: 39px;
	vertical-align: middle;
	color: white;
	clear: both;
}

.Navbar {
	font-size: 16px;
	vertical-align: middle;
}

.Navbar a, .Navbar a:visited {
	color: white;
}

.Navbar.BottomNavbar {
	font-size: 14px;
	font-style: italic;
}

.Navbar, .SocialButtons {
	list-style: none;
}

.Navbar li, .SocialButtons li {
	display: inline;
}

.SocialButtons {
	position: absolute;
	right: 0;
	top: 93px;
}

.SocialButtons li {
	float: left;
	padding-right: 4px;
}

.SocialButtons li a {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	padding: 0;
}

#FacebookIcon { background: url(/images/social/facebook_desaturated.png) no-repeat; }
#FacebookIcon:hover { background: url(/images/social/facebook.png) no-repeat; }
#LinkedInIcon { background: url(/images/social/linkedin_desaturated.png) no-repeat; }
#LinkedInIcon:hover { background: url(/images/social/linkedin.png) no-repeat; }
#GooglePlusIcon { background: url(/images/social/googleplus_desaturated.png) no-repeat; }
#GooglePlusIcon:hover { background: url(/images/social/googleplus.png) no-repeat; }
#CausesIcon { background: url(/images/social/causes_desaturated.png) no-repeat; }
#CausesIcon:hover { background: url(/images/social/causes.png) no-repeat; }

.Navbar li {
	padding: 0 30px;
}

.Navbar li:first-child {
	padding-left: 0;
}

.Banner {
	margin: 20px 0 1.5em -2px;
	width: 846px;
}

.Banner, .Section {
	border: 4px solid #d3d5c0;
	position: relative;
}

.BannerBackground {
	width: 842px;
	height: 319px;
	border: 2px solid white;
	background: url(/images/student_in_class.jpg) no-repeat white;
}

.Banner .WelcomeMessage {
	background-image: url(/images/bg_overlay.png);
	margin-top: 2em;
	width: 293px;
	padding-top: 0.05em;
	padding-bottom: 1em;
}

.RibbonImage {
	margin: 0.5em 0 0 0;
	position: relative;
	left: -31px;
	top: 4px;
	display: block;
}

.WelcomeMessage .RibbonImage {
	left: -23px;
	top: 0;
}

.Banner .WelcomeMessage p {
	font-size: 16px;
	line-height: 1.4;
	color: #1b1b1b;
	margin-top: 0.25em;
	margin-right: 1em;
}

.Banner .WelcomeMessage p, .Banner .Pager {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.Banner #WelcomeNextPage {
	position: absolute;
	right: -20px;
	top: 40%;
}

.Banner .Pager {
	background-color: #95b1cc;
	border-radius: 10px;
	list-style: none;
	padding: 4px 0;
	display: inline;
	position: absolute;
	bottom: 0.3em;
	left: 0;
}

.Banner .Pager li.Selected, .Banner .Pager li:hover {
	background-color: orange;
}

.Banner .Pager li {
	float: left;
	width: 8px;
	height: 8px;
	margin: 0 0.25em;
	border: 2px solid black;
	border-radius: 4em;
	background-color: white;
	cursor: pointer;

	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;	
	transition: all 0.25s ease-in-out;
}

.Footer, .Navbar {
	clear: both;
}

.Section ul, .Section ol {
	padding-left: 1.5em;
}

.Section ul li *, .Section ol li *, .Section {
	font-size: 12px;
}

.Section ul li {
	font-size: 10px;
	padding-left: 0;
}

.Section .SectionHeading #YouCanHelp {
	position: relative;
	top: 17px;
	left: 18px;
}

.Section.GettingStarted #GettingStartedTab {
	position: absolute;
	top: -32px;
	margin-left: -4px;
}

.Section.GettingStarted {
	margin-top: 3em;
}

.Section .News {
	padding-left: 1em;
}

.News img {
	float: right;
	border: 3px solid #bfbfbf;
	margin: -1em 0.6em 0.4em 1em;
}

.FooterContainer {
	height: 92px;
	line-height: 92px;
	vertical-align: middle;
	border-top: 1px solid #778778;
}


.BoardMembers li { position: relative; top: 0px; }
.BoardMembers li a, .BoardMembers li em {
	position: absolute;
	left: 200px;
}

.Principles li { margin-bottom: 8px; }

.MastermindForm label {
	display: block;
	position: relative;
	margin-bottom: 0.7em;
}

.MastermindForm label input, .MastermindForm fieldset {
	position: absolute;
	left: 403px;
	font-family: 'Segoe UI', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
}

.MastermindForm label input[type=text] {
	width: 30em;
}

/* Fields inside of a fieldset shouldn't be touched; the fieldset itself moves. */
/* Also, don't play with the CAPTCHA. */
.MastermindForm fieldset input, .MastermindForm fieldset label, .MastermindForm .captcha input {
	position: static;
	display: inline;
	left: auto;
}

.MastermindForm fieldset {
	padding: 0px;
	margin: 0px;
	display: inline;
	border-style: none;
}
	
.captcha {
	margin-bottom: 1em;
	margin-left: -4px;
}

.TopQuote {
	border: 1px solid #a9a9a9;
	padding: 8px;
	margin: 20px 0px;
}

.FamousPolymaths {
	background-color: #e8e8e8;
	border: 1px solid #bbbbbb;
	color: #000000;
	width: 424px;
	padding: 8px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	float: right;
	clear: both;
}

.FamousPolymaths h2, .FamousPolymaths h3, .FamousPolymaths h4 {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
}

.FamousPolymaths h4 { font-weight: normal; }

.FamousPolymaths blockquote {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #363636;
	margin-bottom: 0px;
	margin-right: 0.6em;
	text-align: right;
}

.FamousPolymaths, .FamousPolymaths blockquote {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.0;
}

.FamousPolymaths img {
	float: left;
	margin-right: 16px;
}

.DonatePage h2 { color: #21622d; /* #328a43; */ }

.FAQs h1 { margin-top: 2em; }
.FAQs h2 { font-size: 14px; color: #328a43; }

/* The list structure is purely logical, not presentational. */
.FAQs, .FAQs ul, .FAQs li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.FAQs li { margin-bottom: 4em; }
.FAQs .BoardMembers li { margin-bottom: 0.1em; }

.TOC a, .TOC a:visited { color: #086f30; }
.TOC {
	padding-left: 0px;
	list-style-position: inside;
}

.DonationBox {
	padding: 6px;
	margin-bottom: 1em;
}

.FundraisingGoal {
	float: right;
	width: 150px;
	margin-left: 20px;
	padding: 16px;
	border: 1px solid #999999;
	background-color: #eeeeee;
}

.FundraisingThermometer { margin-left: 35%; }

#SuggestedDonations, #SuggestedDonations li {
	padding-left: 0px;
	vertical-align: middle;
}

#SuggestedDonations li {
	display: inline;
	margin-right: 1.6em;
}

#other_amount {
	display: none;
	visibility: hidden;
}

#Contributors {
	margin: 4em 10%;
	border: 0px;
}

#Contributors th {
	padding: 1em 0px;
}

#Contributors td:first-child {
	width: 20em;
}

#HallOfFameText {
	margin-top: 20px;
}

.WaysToJoin {
	list-style: none;
	padding-left: 0px;
	margin-top: 3em;
}

.WaysToJoin > li {
	margin-bottom: 3em;
}

.OpenPositions {
	list-style: none;
	width: 60em;
	line-height: 1.6;
	margin: 3em 0px;
	padding-left: 0px;
}

.OpenPositions li {
	border: 1px solid #bbbbbb;
	color: #000000;
	padding: 12px;
	margin: 12px 0;
}

.OpenPositions h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

.AjaxError { color: darkred; }
.SuccessMsg { color: green; }

.AjaxError, .SuccessMsg {
	font-weight: bold;
	font-size: 12px;
}
