body{
	background: url('../images/bg.png');
	color: #000;
}
a{
	color: #003470;
}
blockquote{
	border:none;
	color: black;
}
blockquote p{
	color: black;
}
header{
	background: #014102;
}
nav{
	background: #003471;
	text-align: center;
	margin-top: -17px;
}
nav a{
	line-height: 32px;
	font-weight: bold;
	color: white;
	font-size: 18px;
	margin-right: 10px;
	margin-left: 10px;
}
nav a em{
	font-size: 125%;
	font-style: normal;
}
nav a:hover{
	color: white;
	text-decoration: underline;
}
#featured{
	margin-left: auto;
	margin-right: auto;
	width:960px !important;
	height: 147px !important;
}

#precinct{
	margin-left: 0px;
	margin-right: auto;
	width:275px !important;
	height: 225px !important;
	border:1px solid #000;
}
#precinct2{
	margin-left: 0px;
	margin-right: auto;
	width:275px !important;
	height: 225px !important;
	border:1px solid #000;
}
#precinct3{
	margin-left: 0px;
	margin-right: auto;
	width:275px !important;
	height: 225px !important;
	border:1px solid #000;
}
#whatsnext{
	margin-left: 0px;
	margin-right: auto;
	width:275px !important;
	height: 225px !important;
	border:1px solid #000;
}
#support{
	margin-left: 0px;
	margin-right: auto;
	width:275px !important;
	height: 434px !important;
	border:1px solid #000;
}

.content{
	background: white;
	padding: 12px;
	padding-bottom: 24px;
	-webkit-box-shadow:  0px 8px 24px 0px rgba(0, 0, 0, .3);
    box-shadow:  0px 8px 24px 0px rgba(0, 0, 0, .3);
	margin-top: 20px;
	border:1px solid #515151;
}
.border_right{
	border-right:1px solid #adadad;
	padding-right: 15px;
}
.border_left{
	border-left: 1px solid #adadad;
}
#countdown_box{
	display: inline-block;
	padding:12px;
	font-size: 18px;
	font-weight: bold;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border:1px solid #dadada;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, .3);
    box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, .3);
    color: #ff0000;
}
.donate_link{
	display: inline-block;
	padding:2px 18px;
	margin-top: 3px;
	margin-bottom: 3px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, .3);
    box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, .3);
    color: #ffffff;
    background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}