@import url(http://fonts.googleapis.com/css?family=Noto+Serif);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
/*
font-family:'Didot W01 Italic';
font-family:'Didot W01 Bold Italic';
*/ 

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

a, a:hover { text-decoration: none; }

body { 
	background: #b8252b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2I4MjUyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2I4MjUyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
	background: -moz-linear-gradient(top,  #700000 0%, #b8252b 44%, #b8252b 60%, #700000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#700000), color-stop(44%,#b8252b), color-stop(60%,#b8252b), color-stop(100%,#700000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #700000 0%,#b8252b 44%,#b8252b 60%,#700000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #700000 0%,#b8252b 44%,#b8252b 60%,#700000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #700000 0%,#b8252b 44%,#b8252b 60%,#700000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #700000 0%,#b8252b 44%,#b8252b 60%,#700000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#700000', endColorstr='#b8252b',GradientType=0 ); /* IE8 */
}

.wrapper { 
	position: relative;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	width: 960px;
	background: #fff;
	overflow: hidden;
}
	.wrapper .logo { 
		width: 100%; 
		padding-bottom: 25px; 
		border-bottom: 2px dotted #eee; 
	}
	.wrapper .logo img { 
		margin-left: 350px; 
		border: 0;
	}

	.wrapper h1 { 
		text-align: left; 
		font-size: 2.4em; 
		margin-bottom: 10px; 
		margin-top: 30px; 
		margin-left: 100px; 
		margin-right: 100px; 
		font-family: 'Didot W01 Italic', Georgia, serif; 
		color: #333; 
		font-weight: 500; 
	}
		.wrapper h1 span { color: #947644; }
	.wrapper h2 { 
		position: relative; 
		font-size: 1.6em; 
		margin-bottom: 35px; 
		font-family: 'Didot W01 Italic', Georgia, serif; 
		font-weight: 500;
		color: #333; 
		text-align: center;
		z-index: 2;
	}
		.wrapper h2 a { color: #b8252b; text-decoration: none; }
		.wrapper h2 a:hover { color: #700; }
	.wrapper .text { 
		float: left; 
		margin-top: 10px;
		margin-left: 100px; 
		margin-bottom: 20px; 
		width: 55%; 
		font-size: 1em; 
		line-height: 1.7em;  
		color: #444; 
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: 100; 
	}
	.wrapper .text p {
		margin-top: 20px;
	}
	.wrapper .text .go-to { font-weight: bold; margin-bottom: 30px; }
		.wrapper .text .go-to a { color: #b8252b; text-decoration: none; }
		.wrapper .text .go-to a:hover { color: #700; }
	
	.wrapper .dropcap { 
		margin-left: -10px; 
		font-family: 'Didot W01 Italic', Georgia, serif; 
		font-size: 4.5em; color: #947644; 
	}
	.wrapper .sidebar { 
		float: right; 
		background: #fff7e0; 
		width: 30%; 
		min-height: 230px; 
		padding: 30px 30px 50px 30px; 
		font-family: Arial, Helvetica, sans-serif; 
		line-height: 1.5em; 
	}
		.wrapper .sidebar h1 { 
			color: #947644; 
			font-family: Arial, Helvetica, sans-serif; 
			font-weight: 500;
			font-size: 1em; 
			text-transform: uppercase;
			width: 100%; 
			margin: 0 0 10px 0; 
			text-align: left; 
		}
			.wrapper .sidebar h1 a { color: #947644; text-decoration: none; }
			.wrapper .sidebar h1 a:hover { color: #700; }
			
			.wrapper a { color: #b8252b; }
			.wrapper a:hover { color: #700; }
.player {
	width: 1000px;
	margin: 0 auto;
	background: #222;
	border-radius: 2px;
}

.player-wrapper { 
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 40px;
	padding-bottom: 30px;
	width: 960px;
	background: #222;
	border-top: 5px solid #eee;
	border-bottom: 5px solid #eee;
}

.player-wrapper .button {
	float: right;
	clear: right;
	margin-right: 10px;
	margin-bottom: 7px;
	width: 190px;
	min-height: 30px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: .65em;
	text-align: left;
	padding: 15px 15px 15px 50px;
	border-radius: 3px;
	opacity: .8;
	text-decoration: none;
}
	.button:hover { opacity: 1; }
	.button a { color: #fff; text-decoration: none; }
	#give { background: #444 url('../assets/give2.png') no-repeat 12px center; }
	#email { background: #444 url('../assets/email.png') no-repeat 12px center; }
	#edu { background: #444 url('../assets/edu.png') no-repeat 12px center; }
	#info { background: #444 url('../assets/info.png') no-repeat 12px center; }
	
.player-wrapper .sharethis-container {
	float: right;
	clear: right;
	margin-top: -5px;
	margin-right: 10px;
	margin-bottom: 7px;
}

.player-wrapper .sharethis-container li {
	display: inline;
	list-style-type: none;
}

.stButton {
	margin: 1.5px !important;
}

.copyright {
	float: right;
	clear: both;
	margin: 20px 30px -10px 20px;
	color: #444;
	font-family: Arial ,sans-serif;
	font-size: .7em;
}
	.copyright a { color: #b8252b; text-decoration: none; }
	.copyright a:hover { color: #700; }
	
.logo-footer {
	width: 100%;
	height: 40px;
	position: relative;
}
	.logo-footer img { border: 0; }
	.logo-footer a { position: absolute; top: 10px; left: 47.5%; bottom: 10px;}
	.logo-footer a :hover {
		opacity: .8;
	}