
/* @group MAIN styles */

body {
	margin: 0;
	font: 11pt georgia;
	color: #333;
	background-color: #FFF; }
	
.content { 
	position: relative;
	width: 8.4in;
	border-top: 3px solid #666;
	border-bottom: 3px solid #666;
	/*border: 1px solid #666;*/
	margin: 10px auto 0 auto;
	padding: 10px 0 0 0; }
	
.content_bottom {
	clear: both;
	height: 0px;
	font-size: .9em;
	padding-top: 0px; 	}
	
	
.content_bottom p {
	text-align: center;
	padding: 5px 0 0 0; }	
	/* @end */	
	

/* @group GENERAL */
	
a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #333; }
	
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #000; }
	
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #666; }
	
h1 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: normal;
	font-size: 2.6em;
	z-index: 100;
	color: #111; }
	
h2 { 
	font-size: 2.1em;
	text-decoration: none;
	margin: 1.0em 0em .2em 0em;
	padding: 0;
	line-height: 1.2em;
	color: #333; }

h2 a:link, h2 a:visited { 
	text-decoration: none;
	font-weight: bold; }
	
h2 a:hover {
	text-decoration: underline; }
	
h3 {
	font-weight: normal;
	font-size: 1.6em;
	margin: .2em 0em -.6em 0em;
	padding: 0;	}
	
h4 { /* vote description */
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;	}
	
h5 { /* subtitle for page */
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin: 5px 300px -7px 115px;
	border-bottom: 1px solid #ccc;
	padding: 0 0px 5px 0; }
	
h6 { 
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;	}
	
img {
	border: 0;	}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em; 	}
	
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;	}
	
strong, b {
	font-weight: bold;	}
	
.smalltext {
	font-size: .8em;
	color: #666; }
	
	/* @end */
	
	
/* @group CONTENT */

.header { 
	position: relative;
	padding: 10px 0; }
	
.photo {
	padding: 2px;
	border: 1px solid #999;
	margin: 0 10px 0 0; }
	
.map {
	position: absolute;
	top: 5px;
	right: 0; }
	
.mapcaption {
	position: absolute;
	top: 210px;
	right: 2px;
	width: 300px;
	text-align: center;
	font: .9em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

.mapcaption a {
	text-decoration: none;
	font-size: 1.1em; }
	
.intro {
	padding: 0 300px 0 0;
	margin: 15px 0 -5px 0; }
	
.main {
	position: relative;
	float: left;
	/* width: 500px; */
	padding: 0;
	margin: 0; }
	
.vote {
	position: relative;
	padding: 10px 1px 0 45px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #ccc; }
	
.summary {
	font: bold 1.1em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333; }

	
/*.vote.good {
	background: url(images/check.png) no-repeat 0 10px; }
	
.vote.bad {
	background: url(images/x.png) no-repeat 0 10px; } */
	
.vote img {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 12px;
	left: 1px; }
	
	/* @end */
