body {
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	color: #f1f1f1;
	background-color: #444c51;
	border-top: 4px solid #444c51;
}

#main {
	background-color: #f1f1f1;
	color: #444c51;
	overflow: hidden;
	padding-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

h1 {
	font-size: 4.8em;
	letter-spacing: -2px;
	margin: 0;
	padding: 20px 0 0 0;
	color: #101010;
/*	padding: 0 6px 0 10px;
	line-height: 71px;
	background-color: #101010;
	color: #f1f1f1;*/
}

h1 span#title-info {
	display: none;
}

h2 {
	margin-top: 30px;
}

p#av-edition {
	background-image: url('/img/av-edition.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 100px;
	text-indent: -8888px;
	float: right;
	margin: 0;
}

p#av-edition span {
	position: absolute;
	display: block;
	text-align: center;
	font-size: 0.3em;
	width: 100px;
	line-height: 1em;
	letter-spacing: 0;
	font-weight: bold;
	left: 0;
	bottom: 16px;
}

p#power-rank span#power-rank-rank {
	top: 16px;
}

p#power-rank span#power-rank-total {
	bottom: 16px;
}

p#logo {
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
	float: right;
	background: url('/img/voter-power-index.gif') no-repeat center center;
}

p#logo a {
	display: block;
	text-indent: -8888px;
	width: 100px;
	height: 100px;
}

h2 {
	font-size: 3.2em;
	line-height: 1em;
	letter-spacing: -2px;
}

h3 {
	font-size: 1.6em;
	border-bottom: 4px solid #444c51;
	padding-bottom: 4px;
}

h4 {
	font-size: 1.4em;
}

img {
	border: none;
}

p, li, dt, dd, label {
	font-size: 1.4em;
	margin: 10px 0;
}

li p, li h3 {
	font-size: 1em;
}

li h3 {
	margin: 0;
	border: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0 0 0 1.8em;
}

a:link,
a:visited,
a:focus,
a:active,
a:hover {
	color: #444c51;
	outline: none;
}

.align-center {
	text-align: center;
}

.no-top-margin {
	margin-top: 0;
}

.bold {
	font-size: 1.8em;
	line-height: 1.1em;
}

.big {
	font-size: 4.8em;
}

.green {
	background-color: #6dc4a2 !important;
}

.green-text {
	background-color: #6dc4a2;
	color: #fff;
	padding: 0 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.red-text {
	display: block;
	color: #fff;
	padding: 0 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fb4949;
}


.grid-inner {
	padding: 0px 10px;
}

.super-important {
	font-size: 4.8em;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 1em;
}

.important {
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1em;
	margin: 10px 0;
}

.important-info {
	font-size: 2.8em;
	display: block;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 0.8em;
	margin: 6px 0;
	text-transform: uppercase;
}

.left-indent {
	padding-left: 10px;
	height: 210px;
	position: relative;
}

div#header {
	padding: 0 0 20px 0;
}

div#header.top-space {
	padding-top: 20px;
}

.votes {
	font-size: 2.4em;
	line-height: 0.5em;
	color: #6cd4a2;
}

.deadvotes {
	color: #fb4949;
}

.winners {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.winners li {
	padding: 110px 0 0 0;
	background-position: center top;
	background-repeat: no-repeat;
	width: 75px;
	float: left;
	text-align: center;
	background-image: url('/img/candidate.png');
	background-color: #c1c1c1;
}

.winners strong {
	display: block;
}

.box {
	background-color: #fff;
	padding: 10px;
	font-size: 4.8em;
	color: #333;
	float: left;
}

.section {
	overflow: hidden;
}

.voter-power-head {
	background-color: #333;
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #f3f3f3;
	overflow: hidden;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	text-align: center;
	margin-top: 30px;
}

.voter-power-head h3 {
	border: 0;
	margin: 0;
	padding: 6px 0;
	font-size: 2.4em;
}

.voter-power {
	background-color: #fce07c;
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #101010;
	overflow: hidden;
	text-align: center;
}

.voter-power p {
	padding: 0 10px;
}

.voter-power h4 {
	margin: 10px;
	padding: 0;
	border: none;
}

#voter-power-avg {
	background-repeat: no-repeat;
	background-position: -30px bottom;
}

#voter-power-avg p.super-important {
	margin-left: 160px;
	line-height: 80px;
}

#seat-marginality {
	border-top: 1px solid #333;
	background-color: #fb4949;
	color: #fff;
	padding: 10px;
	text-align: center;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#seat-marginality.vsafe {
	background-color: #fb8f49;
}

#seat-marginality.fsafe {
	background-color: #fbd449;
}

#seat-marginality.marginal {
	background-color: #85c793;
}

#seat-marginality.vmarginal {
	background-color: #6dc4a2;
}

#seat-marginality-change {
	border-top: 1px solid #333;
	background-color: #fb4949;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	padding: 10px;
	text-align: center;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	overflow: hidden;
	zoom: 1;
}

#seat-marginality-change.usafe-vsafe {
	background-image: url('/img/marginality-usvs.gif');
}

#seat-marginality-change.vsafe-safe {
	background-image: url('/img/marginality-vsfs.gif');
}

#seat-marginality-change.safe-marginal {
	background-image: url('/img/marginality-fsm.gif');
}

#seat-marginality-change.marginal-vmargina {
	background-image: url('/img/marginality-mfm.gif');
}

h4#marginality-title {
	background: #fce07c;
	margin: 0;
	text-align: center;
	padding: 2px 0;
}

h4#marginality-title span {
	padding: 2px 10px;
	text-transform: uppercase;
	background: #333;
	color: #f1f1f1;
}

#seat-marginality p,
#seat-marginality-change p {
	font-size: 2.4em;
	font-weight: bold;
	margin: 0px;
}

#seat-marginality-change p {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

#seat-marginality p.small {
	font-size: 1.2em;
}

#proportional-power {
	background-color: #444c51;
	color: #fce07c;
	margin: 20px 0 10px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#proportional-power p {
	margin: 10px;
}


#power-meter {
	position: relative;
}

#power-gauge-info {
	padding: 10px;
}

#power-gauge-wrapper {
	margin-top: 10px;
	margin-left: 10px;
}

#power-gauge {
	width: 248px;
	height: 73px;
	background: url('/img/gauge.png') no-repeat 0 0;
}

#power-gauge-level {
	position: absolute;
	top: 18px;
	left: 10px;
	border-right: 2px solid #101010;
	height: 70px;
	width: 10px;
}

#uk-marginality {
	padding-bottom: 160px;
	background: url('/img/uk-marginality.png') no-repeat center bottom;
}

.row-2 h3 {
	margin-top: 60px;
}

div#size-section p {

}

p#size {
	background-color: #fb4949;
	line-height: 70px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
}

p#voter {
	font-size: 3.6em;
	font-weight: bold;
	letter-spacing: -1px;
	overflow: hidden;
	background-color: #fbd449;
	line-height: 1em;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

p#voter del {
	display: block;
	color: #444c51;
}

p#voter span {
	float: left;
	display: block;
	width: 260px;
}

p#voter span#one-voter {
	background: url('/img/voter.gif') no-repeat left center;
	text-align: right;
	line-height: 2em;
}

p#voter span#equals {
	width: 60px;
	text-align: center;
	line-height: 2em;
}

p#voter span#vote-pc {
	background: url('/img/vote.gif') no-repeat right center;
}

#voter-power-info {
}

/* Search page */
form#SearchPage {
	margin: 40px 0;
	padding: 40px 60px;
	background-color: #fce07c;
	overflow: hidden;
}

form#SearchPage h2 {
	border: none;
	font-size: 2em;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

form#SearchPage div.text {
	float: left;
	margin-right: 20px;
}

form#SearchPage label {
	display: block;
	margin-top: 0;
	font-size: 1em;
}

form#SearchPage p {
	clear: left;
	margin: 0;
	padding: 0;
	font-size: 2em;	
}

form#SearchPage div#search-page-box {
	/*
	padding: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #f7e8bf;
	overflow: hidden;*/
}

form#SearchPage div.text input {
	border: 6px solid #fbd449;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	background-color: #fff;
	font-size: 1.8em;
	font-family: arial, sans-serif;
	width: 580px;
}

form#SearchPage div.submit {
	float: left;
}

form#SearchPage div.submit input {
	border: 6px solid #fbd449;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 0px;
	width: 184px;
	background-color: #fbd449;
	font-size: 2.8em;
	font-weight: bold;
	margin: 0;
	color: #444c51;
	font-family: arial, sans-serif;
}

ul.search-results li {
	font-size: 1.8em;
	color: #444c51;
}

/* Top search */
div#top-search {
}

div#top-search form {
	position: relative;
	background-color: #444c51;
	margin: 0;
	padding: 2px 6px 6px 6px;
	float: left;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

div#top-search label {
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 1.2em;
	color: #999;
	margin: 0;
	padding: 0;
}

div#top-search input#SearchTerm {
	border: none;
	background-color: #f1f1f1;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	padding: 4px 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div#top-search input#SearchSubmit {
	border: none;
	background-color: #6dc4a2;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 3px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* Share buttons */
ul.share-buttons {
	list-style-type: none;
	margin: 10px 0;
	padding: 6px 0px;
	background-color: #a9ddf3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

ul.share-buttons li {
	margin: 0;
	zoom: 1;
	float: left;
	width: 50%;
}

ul.share-buttons li.last {
	margin-bottom: 0;
}

ul.share-buttons li a {
	display: block;
	line-height: 32px;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-color: #c1e7f6;
	padding: 4px 4px 4px 52px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #101010;
	margin: 3px 10px;
}

ul.share-buttons li a:hover {
	background-color: #f1f1f1;
}

ul.share-buttons li.twitter a {
	background-image: url('/img/twitter_32.png');
}

ul.share-buttons li.facebook a {
	background-image: url('/img/facebook_32.png');
}

ul.share-buttons li.digg a {
	background-image: url('/img/digg_32.png');
}

ul.share-buttons li.stumbleupon a {
	background-image: url('/img/stumbleupon_32.png');
}

ul.share-buttons li.delicious a {
	background-image: url('/img/delicious_32.png');
}

/* Links */
div.nef {
	background-color: #fff;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 10px 0;
}

div.nef p {
	clear: left;
}

div.nef p.report {
	float: right;
	clear: none;
	margin-left: 20px;
	margin-right: 10px;
}

div.nef h3.nef-logo {
	border: none;
	margin: 0;
	padding: 0;
}

div.nef h3.nef-logo a {
	display: block;
	background-image: url('/img/nef-logo.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
	float: left;
	width: 150px;
	border: none;
	display: block;
	line-height: 1.3em;
	text-decoration: none;
	text-indent: -8888px;
}

p.power-2010 {
	background-color: #464748;
	padding: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.3em;
}

p.power-2010 a {
	background-image: url('/img/power2010-logo.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0 10px 148px;
	display: block;
	color: #f1f1f1;
	line-height: 1.3em;
	text-decoration: none;
}

/* Footer */
div#footer {
	padding: 20px 0;
	overflow: hidden;
	background-color: #444c51;
	color: #f1f1f1;
}

div#footer a:link,
div#footer a:visited,
div#footer a:active,
div#footer a:focus,
div#footer a:hover {
	color: #f1f1f1;
}

div#footer h3 {
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
}

div#footer p#nef-logo {
	float: left;
	margin-right: 16px;
}

div#footer p#guardian-logo {
	background: url('/img/guardian-logo.gif') no-repeat 0 0;
	height: 44px;
}

div#footer p#guardian-logo a {
	display: block;
	height: 44px;
	text-indent: -8888px;
}

/* Disqus */
#disqus_thread {
	overflow: hidden;
}

#dsq-content {
	font-size: 10px !important;
}

/* Twitter widget */
.twtr-widget h3 {
	border: none;
}

/* Sitemap */
ul#sitemap {
	margin: 20px 0;
	padding: 0;
}

p#view-blog-link {
	float: left;
	font-weight: bold;
	margin-left: 10px;
}

p#view-blog-link span.red {
	color: #fc6d6d;
}

/* Referendum arguments */
div#referendum-arguments {
	padding: 10px;
	margin: 10px 0;
	overflow: hidden;
	zoom: 1;
	background-color: #a9ddf3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

div.referendum-arguments-header {
	padding: 10px 0;
	overflow: hidden;
	zoom: 1;
}

div.referendum-arguments-content {
	padding: 10px 0;
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

div#referendum-arguments h2 {
	margin: 10px 0;
}

div#referendum-arguments .alpha {
	width: 440px;
	margin-left: 10px;
}

div#referendum-arguments .omega {
	width: 440px;
	margin-right: 10px;
}

div#referendum-arguments table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

div#referendum-arguments td {
	width: 50%;
	padding: 5px 10px;
	vertical-align: top;
}

div#referendum-arguments h3 {
	border: none;
	margin: 0;
	padding: 0;
}

.voter-power-comparison {
	float: left;
	width: 50%;
}

.voter-power-comparison h3 {
	border: none;
	padding: 0;
	margin: 0;
}

