/*
Theme Name: Above Quota Elections
Author: Patrick Clearwater for Above Quota Elections
Description: This is the theme developed for Above Quota Elections.
Version: 0.9
*/
html, body {
	margin: 0;
	padding: 0;
	font-family: "Source Sans Pro", "Tahoma", sans-serif;
	font-size: 14pt;
	color: #111111;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Josefin Sans", "Verdana", sans-serif;
}
h1 {
	color: #fa5344;
}
h2 {
	color: #333;
}
a:link {
	color: #000066;
}
a:visited {
	color: #440066;
}
a:link:hover, a:visited:hover {
	color: #fa5344;
}
#title-block {
	background-color: #000;
	color: #fff;
	height: 233px;
}
#title-image-block {
	height: 233px;
	max-width: 928px;
	margin: 0 auto;
	background-image: url("img/main-header-background.png");
	background-position: center center;
	background-repeat: no-repeat;
}
#title-block h1 {
	text-indent: -9999px;
	background-image: url("img/logo.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	max-width: 400px;
	height: 140px;
	margin: 0;
	padding: 0;
}
#nav-wrap {
	border-top: 3px solid #fa5344;
	border-bottom: 1px solid #fa5344;
}
#navigation-block {
	max-width: 928px;
	height: 45px;
	margin: 0 auto;
	line-height: 45px;
}
#navigation-block ul {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
#navigation-block ul ul {
	display: none;
	width: 400%;
	position: absolute;
	top: 100%;
	z-index: 10;
	left: 0;
	background-color: #fff;
	border-right: 1px solid #fa5344;
	border-bottom: 1px solid #fa5344;
	border-left: 1px solid #fa5344;
	padding: 0;
}
#navigation-block ul li {
	float: left;
	position: relative;
	margin: 0 25px 0 25px;
	font-family: "Josefin Sans", "Verdana", sans-serif;
}
#navigation-block ul li :link, #navigation-block ul li :visited {
	color: #333;
	font-size: 120%;
	text-decoration: none;
}
#navigation-block ul li a:hover {
	color: #fa5344;
	text-decoration: underline;
}
#navigation-block ul li:hover ul {
	display: block;
}
#navigation-block ul ul li {
	float: none;
}
#main-content, #footer {
	max-width: 928px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
}
#end-nav {
	clear: both;
}
#footer-wrapper {
	margin-top: 40px;
	border-top: 1px solid #fa5344;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	float: left;
	margin: 0 15px 0 15px;
}
#footer ul li :link, #footer ul li :visited {
	color: #333;
}
#footer ul li a:hover {
	color: #fa5344;
}
.formmandatory {
	color: #cc0000;
	font-weight: bold;
}
.candidate-image {
	float: right;
	border: 1px solid #ccc;
	margin-left: 30px;
}
