* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a, a:link, a:visited {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: inherit;
}

a img {
	outline: none;
	border: none;
}

body {
	background-color: white;
	color: black;
	font-family: Helvetica;
	padding: 40px 0px 200px 0px;
}

.align {
	margin: 0 auto;
	width: 915px;
}

#header {
	font-size: 11px;
}

#header img {
	margin-bottom: 15px;
}

form.search {
	float: right;
}

#search {
	background-color: white;
	border: 1px solid black;
	color: black;
	font-family: Helvetica;
	font-size: 12px;
	padding: 3px;
	width: 270px;
	margin-bottom: 10px;
}

#page {
	padding-top: 50px;
}

#nav {
	display: inline-block;
	vertical-align: top;
	width: 185px;
}

#nav li {
	color: black;
	font-family: "league-gothic", "Arial Narrow", Tahoma, sans-serif;
	text-transform: uppercase;
	font-size: 49px;
	height: 25px;
	line-height: 30px;
	margin-bottom: 15px;
	padding: 10px;
}

#nav li.donate {
	line-height: 45px;
	background-color: black;
	color: white;
	height: auto;
}

#nav li a {
	text-decoration: none;
}

#nav li.selected, #nav li:hover {
	text-align: right;
}

#nav li.purple {
	background-color: #a965a2;
}

#nav li.pink {
	background-color: #f06ea2;
}

#nav li.yellow {
	background-color: #feed61;
}

#nav li.orange {
	background-color: #f26f23;
}

#nav li.red {
	background-color: #ca3f27;
}

#nav li.black {
	background-color: #999999;
}

#content {
	display: inline-block;
	margin-left: 70px;
	vertical-align: top;
	width: 655px;
}

.article {
	margin-bottom: 50px;
	position: relative;
}

.title {
	color: black;
	display: inline-block;
	font-family: "league-gothic", "Arial Narrow", Tahoma, sans-serif;
	text-transform: uppercase;
	font-size: 49px;
	height: 25px;
	line-height: 30px;
	min-width: 350px;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
}

.article.purple .title {
	background-color: #a965a2;
}

.article.pink .title {
	background-color: #f06ea2;
}

.article.yellow .title {
	background-color: #feed61;
}

.article.orange .title {
	background-color: #f26f23;
}

.image, .text {
	display: inline-block;
	vertical-align: top;
}

.image {
	padding-top: 25px;
	width: 355px;
}

.image img {
	width: 100%;
}

.text {
	padding: 55px 0px 0px 25px;
	width: 270px;
}

.paras {
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}

.paras > * {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 15px;
}

.paras li {
	margin-left: 15px;
	list-style-type: square;
}

.read_more {
	color: black !important;
	display: inline-block;
	font-family: "league-gothic", "Arial Narrow", Tahoma, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	margin: 10px 20px 0px 0px;
	padding: 3px;
	text-decoration: none !important;
	vertical-align: top;
}

.article.purple .read_more {
	background-color: #a965a2;
}

.article.pink .read_more {
	background-color: #f06ea2;
}

.article.yellow .read_more {
	background-color: #feed61;
}

.article.orange .read_more {
	background-color: #f26f23;
}

.tags {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	padding-top: 7px;
	vertical-align: top;
	width: 150px;
}

.social {
	float: right;
	padding-top: 5px;
}

.social img {
	width: 20px;
}

.clip {
	display: inline-block;
	width: 130px;
}

.clip img {
	width: 130px;
}

.slideshow {
	width: 915px;
	height: 515px;
	position: relative;
}

.slideshow .arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	cursor: pointer;
}

.slideshow .arrow.left {
	left: -30px;
}

.slideshow .arrow.right {
	right: -30px;
}

.cycle-slideshow {
	overflow: hidden;
	width: 915px;
	height: 515px;
}

#supporters {
	font-size: 0;
	margin: 0px -20px;
}

#supporters .column {
	width: 33.33%;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	padding: 0px 20px;
}

#supporters .column:first-of-type {
	border-right: 1px solid black;
}

#supporters .cell {
	margin: 15px 0px;
}

#supporters .cell img {
	width: 100%;
	margin-bottom: 20px;
}

#supporters h1 {
	font-size: 16px;
	padding-bottom: 15px;
}

#supporters p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 15px;
}