/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);

body {
	margin: 0;
	font-family: proxima-nova, "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Oswald, sans-serif;
	font-weight: 400;
	margin: 20px 0 10px 0;
	padding: 0px;
	color: #333366;
}
.smaller {
	font-family: proxima-nova, "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
h1 {
	font-size: 36px;
	line-height: 40px;
	margin-right: 20px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
}
h3 {
	font-size: 20px;
	line-height: 26px;
}
.grayital {
	color: #999;
	font-style: italic;
}
.red {
	color: red;
}
.tallthin {
	font-family: Oswald, sans-serif;
	font-size: 36px;
	color: #333366;
	text-decoration: none;
	margin-top: 5px;
	line-height: 1.2em;
	font-weight: 300;
}
.tallthin a, visited {
	color: #333366;
	text-decoration: none;
}
.tallthin a:hover {
	text-decoration: underline;
	color: black;
}
.tweet_quote {
	color: black;
	text-decoration: none;
	background-image: url(images/Twitter_logo_blue_32.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 20px 20px;
	transition: .2s;
	padding-right: 20px;
}
.tweet_quote:hover {
	color: white !important;
	background-color: #56aeec;
	background-image: url(images/Twitter_logo_white_32.png);
}
.layout_table {
	border: none;
	padding: 0;
	border-spacing: 0;
}
#right_side {
	width: 200px;
}
#content {
	min-width: 400px;
	max-width: 700px;
	padding: 0 30px 0 20px;
}
.inabox {
	background-color: #EEE;
	border: 1px #999 solid;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.credited_pic_right {
	float: right;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 10px 15px;
	text-align: right;
	padding-top: 15px;
	width: 250px;
	color: #666666;
}
.tabcontents {
	clear: both;
	border: #999 1px solid;
	background-color: #eee;
	width: 100%; /* was 469px */
	padding: 15px;
}
#tabs ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}
#tabs ul li a {
	float: left;
	border-top: #999 1px solid;
	border-right: #999 1px solid;
	border-left: #999 1px solid;
	margin-right: 5px;
	padding: 5px 10px;
	background-color: #ccc;
	margin-bottom: -1px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 30px;
}
#nav { /* The background of the nav bar */
	margin: 0;
	padding: 0 6px 0;
	line-height: 100%;
}
#nav li { /* Background of each item in the nav bar */
	margin: 0 5px;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
#nav a { /* Normal item in the nav bar */
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 10px 15px; /* Change the second value to widen or narrow the nav bar. */
	margin: 0;
}
#nav li:hover > a { /* Hovered item in the nav bar */
	background: #ded79b;
}
#nav ul li:hover a, #nav li:hover li a { /* Normal item in the dropdown menu */
	background: none;
	border: none;
	color: #333;
}
#nav ul a:hover { /* Hovered item in the dropdown menu */
	background: #323565 !important;                        /* for non-css3 browsers */
	background: -webkit-linear-gradient(#4c5099, #323565); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#4c5099, #323565);      /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#4c5099, #323565);    /* For Firefox 3.6 to 15 */
	background: linear-gradient(#4c5099, #323565);         /* Standard syntax */
	color: #fff !important;
}
#nav ul { /* The background of the dropdown menu */
	background: #ded79b;                                   /* for non-css3 browsers */
	background: -webkit-linear-gradient(#ded79b, #b8b382); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ded79b, #b8b382);      /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ded79b, #b8b382);    /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ded79b, #b8b382);         /* Standard syntax */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
}
/* dropdown */

#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
}
/* level 3+ list */

#nav ul ul {
	left: 181px;
	top: -3px;
}
/* clearfix */

#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
.round_input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px gray;
	padding: 5px;
	font-size: 14px;
	background-color: #F9F9F9;
}
.round_input:focus {
	background-color: #FFE;
}
.cool_button {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #ffffff;                                   /* for non-css3 browsers */
	background: -webkit-linear-gradient(#ffffff, #ededed); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffffff, #ededed);      /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffffff, #ededed);    /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffffff, #ededed);         /* Standard syntax */
}
.cool_button:hover {
	text-decoration: none;
	background: #ededed;                                   /* for non-css3 browsers */
	background: -webkit-linear-gradient(#ffffff, #dcdcdc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffffff, #dcdcdc);      /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffffff, #dcdcdc);    /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffffff, #dcdcdc);         /* Standard syntax */
}
.cool_button:active {
	position: relative;
	top: 1px;
	color: #999;
	background: #ededed;                                   /* for non-css3 browsers */
	background: -webkit-linear-gradient(#ededed, #ffffff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ededed, #ffffff);      /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ededed, #ffffff);    /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ededed, #ffffff);         /* Standard syntax */
}
.right-sidebar {
}
#funding-title {
	text-align: center;
	background-color: black;
	color: white;
	border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border: none;
	padding: 10px;
}
#funding-box {
	text-align: center;
	background-color: #ded79b;
	border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border: none;
	padding: 15px;
}
.dropdown select {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border: 1px #666666 solid;
	color: #000000;
	border-radius: 5px;
	padding: 3px;
}
#newsletter_slider {
	position: fixed;
	background-color: #333333;
	width: 400px;
	z-index: 5;
	top: 400px;
	right: -460px;
	padding: 10px 30px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	animation: .75s;
	animation-name: newsletter_move;
	animation-delay: 30s;
	animation-fill-mode: forwards;
}
@keyframes newsletter_move {
    from {right: -460px;}
    to {right: 0px;}
}
#social_slider {
	position: fixed;
	background-color: #333333;
	width: 400px;
	z-index: 5;
	top: 400px;
	left: -460px;
	padding: 10px 30px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	animation: .75s;
	animation-name: social_move;
	animation-delay: 30s;
	animation-fill-mode: forwards;
}
@keyframes social_move {
    from {left: -460px;}
    to {left: 0px;}
}
