/* Your Seas Your Voice - Marine Protected Area Vote */
/*-----------------------------------------------------------------*/


#ysyv_logo {
	position: absolute;
	top: 16px;
	left: 78%;
	z-index: 5;
}
#ysyv_logo img {
	width: 150px;
	height: 150px;
	border: 0;
}



/*-----------------------------------------------------------------*/


#left {
	float: left;
	width: 150px;
	margin: 0;
	padding: 10px 10px 0 10px;
	color: #333;
}

#left .box {
	margin: 0 0 20px 0;
	padding: 0s;
/*	border-bottom: 1px solid #fff;*/s
}

#left h3 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
#left h3 a:link,
#left h3 a:visited {
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 0 10px 10px;
	background: transparent url("/images/ysyv_logo_110.jpg") left top no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
#left h3 a:hover,
#left h3 a:active {
	background-position: left -110px;
	text-decoration: none;
}

#left ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#left ul li {
	margin: 0 0 4px 0;
	padding: 0;
	list-style: none;
}

#left ul li a {
	font-size: 12px;
	color: #f60;
	color: #333;
	text-decoration: none;
}
#left ul li a:hover {
	color: #333;
	color: #f60;
	text-decoration: none;
}

#left ul li a.on, #left ul li a.on:hover {
	color: #333;
	color: #f60;
	text-decoration: none;
	font-weight: bold;
}

#left ul li a.uk, #left ul li a.uk:hover {
	font-weight: bold;
}

#left ul li ul {
	margin: 2px 0 0 15px;
}

li.new {
	margin-bottom: 2px;
	font-size: 11px;
	font-style: italic;
	color: #e31b23;
}

/*-----------------------------------------------------------------*/


#mpa, #home, #page {
	float: left;
	width: 770px;
	width: 803px;
	margin: 0;
	padding: 10px 0 0 20px;
	color: #333;
/*	background: #2c4653 url("/mpa/i/page4_container_gradient.gif") top left repeat-y;*/
	background: transparent;
	border-left: 1px solid #f60;
	border: none;
}

#mpa {
	margin-top: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

/*#page a {
	color: #0c0;
}
#page a:hover {
	color: #f60;
}*/

#mpa h1 {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ff6600;
	padding: 0;
	border: none;
}

#mpa h1.region {
	font-size: 1.3em;
	border: none;
}
#mpa h1.site {
	color: #f60;
	color: #00334e;
	font-weight: bold;
}


p.step {
	margin: 10px 0;
}


/*-----------------------------------------------------------------*/

p.vote-closes {
	display: block;
	margin: 0.5em 0 0 0;
	margin: 0 0 0.5em 0;
	padding: 8px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #f60;
	background: #c00;
}

p.vote-closes.closed {
	background: #f60;
}

/*p.vote-classes {
	width: 410px;
}*/

/*-----------------------------------------------------------------*/


#page {
	background: none;
	border: none;
}

#page h1,
#page h2 {
	margin-bottom: 10px;
}

#page p {
	margin-right: 90px;
}

#page table {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #ccc;
	border-width: 1px 0 0 1px;
}
#page th,
#page td {
	padding: 4px 5px 0 5px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
}

#page th p,
#page td p {
	margin: 0 0 6px 0;
	line-height: normal;
}

/*-----------------------------------------------------------------*/


#map {
	float: left;
/*	float: right;*/
	width: 540px;
	margin: 0;
	padding: 0;
}


img#uk_map, img#uk_map_trans, #uktrans,
img#region_map,
img#site_map {
	z-index: 1;
	width: 540px;
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-shadow: 3px 3px 6px #999;
  -webkit-box-shadow: 3px 3px 6px #999;
  box-shadow: 3px 3px 6px #999;
}

img#uk_map, img#uk_map_trans, #uktrans, img#site_map {
  position: relative;
	height: 716px;
}

img#region_map {
/* variable height - defined in source */
}

img#site_map {
	height: 345px;
}

p.latlong {
	height: 20px;
	margin: 0;
	padding: 3px 0 4px 4px;
	padding: 0 0 0 3px;
	padding: 3px 0 0 6px;
	background: #eee;
	-moz-box-shadow: 3px 3px 6px #999;
  -webkit-box-shadow: 3px 3px 6px #999;
  box-shadow: 3px 3px 6px #999;
	font-size: 80%;
	border-bottom: 1px solid #ddd;
}


/*-----------------------------------------------------------------*/
/*
UK map and map rollovers
*/

.ukmap {
	position: relative;
}

#uktrans {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.rollregion {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
}

.rollregion img {
/*	width: 100px;
	height: 100px;*/
	margin: 0;
	padding: 0;
	border: 0;
}



/*-----------------------------------------------------------------*/
/*
Region map and site rollovers
*/

.regionmap {
	position: relative;
}

.rollsite {
	display: none;
	position: absolute;
	top: 35px;
	left: 25px;
	z-index: 10;
	width: 450px;
	min-height: 380px;
	margin: 0;
	padding: 20px 20px 10px 20px;
	background: #999;
	background: #666;
}

.rollsite img {
	width: 450px;
	height: 288px;
	margin: 0;
	padding: 0;
	border: 0;
}

.rollsite h3 {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	line-height: normal;
	color: #D9D3A4;
}

.rollsite p.oneliner {
	font-size: 15px;
	color: #fff;
}

p.more {
	margin: 15px 0 10px 0;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
	text-align: right;
}



/*-----------------------------------------------------------------*/


.sitemap {
	position: relative;
}


#map_key {
/*	display: none;*/
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 2;
/*	width: 300px;
	height: 100px;*/
	margin: 0;
	padding: 0;
}

.sitemap #map_key {
	top: 24px;
}

#map_key img {
	margin: 0;
	padding: 0;
	border: 0;
}

#map_key img#map_key1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 79px;
	height: 29px;
}
#map_key img#map_key1:hover {
	cursor: pointer;
}

#map_key img#map_key2 {
	display: none;
	position: absolute;
	top: 0;
	left: 0x;
	z-index: 4;
	width: 285px;
	height: 92px;
}


/*-----------------------------------------------------------------*/


#site_content {
	clear: both;
	margin: 0;
	padding: 0;
}


#site_images {
/*	clear: both;*/
	float: right;
	width: 350px;
/*	height: 275px;*/
	margin: 0 0 15px 0;
	padding: 0 0 12px 0;
	color: #333;
/*	background: #3b6276 url(/mpa/i/page4_container_gradient.gif) top left repeat-y;*/
	border: 0px solid #D9D3A4;
}

#site_images h3 {
	margin: 0 0 5px 0;
	font-size: 1em;
}

#site_images img {
/*	width: 350px;
	height: 197px;*/
	margin: 0;
	padding: 0;
	border: 0;
}


#carousel {
	margin: 0 auto;
	width: 350px;
	height: 197px;
	padding: 0;
	overflow: scroll;
	border: 1px solid #999;
	border: none;
}
#carousel ul {
	list-style: none;
	width: 1500px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}


#site_images p {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 80%;
	line-height: normal;
}

#site_images p.img_nav {
	text-align: right;
}

#site_images p.pcredits {
	margin: 5px 3px 0 0;
	line-height: normal;
	text-align: right;
}

p#site_pdf {
	clear: both;
	float: right;
	width: 350px;
	margin: 0 5px 0 0;
	padding: 10px 0 0 0;
	text-align: right;
}

#site_text {
	clear: left;
	width: 410px;
}

#site_text h3 {
	margin: 0;
	font-size: 1em;
}

#site_text p {
	margin: 0 0 10px 0;
	font-size: 80%;
}


#site-status {
	min-height: 156px;
	margin: 0 0 14px 0;
	padding: 8px 8px 12px 10px;
	background: #eee;
	-moz-box-shadow: 3px 3px 6px #999;
  -webkit-box-shadow: 3px 3px 6px #999;
  box-shadow: 3px 3px 6px #999;
}

#site_text #site-status p.site-status {
	margin: 15px 0 0 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #00334e;
}

#sign-up {
	min-height: 150px;
	margin: 0 0 10px 0;
	padding: 8px 6px 10px 8px;
	color: #fff;
	background: #00334e;
}

#site_text #site-status p {
	margin: 0;
}

#site_text #site-status p,
#sign-up p {
	font-size: 16px;
	line-height: 22px;
}

#sign-up p {
	margin-top: 0;
	color: #fff;
}

#sign-up p.sign-up {
	margin: 5px 0 0 0;
	font-weight: bold;
}


/*-----------------------------------------------------------------*/


#right {
	float: left;
	width: 240px;
	margin: 0 0 0 20px;
	padding: 0;
/*background: #f00;*/
}

#right .box {
/*height: 323px;*/
	margin: 0 10px 20px 0;
	padding: 0;
	border: none;
}

#right .votebox {
	height: 323px;
	margin-top: 22px;
}

#right .box h3 {
	margin: 0 0 5px 0;
}

#right .box p {
	margin: 0;
	font-size: 12px;
	line-height: 21px;
}

#right .votebox p {
	margin: 0;
	font-size: 12px;
	line-height: normal;
}


#right .box img.photo {
	width: 185px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}
#right .box img.photo.last {
	margin: 0;
}


/*-----------------------------------------------------------------*/


form.vote {
	margin: 0 70px 0 0;
	padding: 0;
}

form.vote input, form.vote textarea, form.vote textarea {
	font: 12px helvetica, arial,sans-serif;
	color: #000;
}

/*input#mpa_name,
input#mpa_email,
input#mpa_address1,
input#mpa_address1,
input#mpa_address1,
input#mpa_address1*/
form.vote input {
	width: 185px;
}
input#mpa_postcode {
	width: 90px;
}

form.vote input.radio,
form.vote input.checkbox {
	width: auto;
}

form.vote textarea {
	width: 300px;
}

form.vote textarea {
	height: 48px;
	margin: 0;
	padding: 3px;
}

input#mpa_name, input#mpa_email {
/*	margin: 5px 0 0 0;*/
/*	padding: 3px;*/
}

input#mpa_vote {
}

/*
#right .votebox p.voteradio {
	float: right;
	width: 50px;
	margin: 10px 0 0 10px;
	padding: 1px 0 0 0;
	line-height: normal;
	font-weight: bold;
}
#right .votebox p.votetext {
	margin: 10px 0;
	padding: 0 0 0 4px;
}
*/

#right .votebox p.datap {
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
}

#right .thanks p {
	margin: 0 0 10px 0;
}

a.vote_btn {
	display: block;
	width: 192px;
	height: 192px;
	margin: 0 0 0 30px;
	padding: 0;
	border: none;
/*	background: #00334e url("/mpa/i/vote_button.png") 5px 5px no-repeat;*/
	background: transparent url("/mpa/i/vote_now.jpg") -191px top no-repeat;
	text-indent: -9999px;
/*	-moz-box-shadow: 3px 3px 6px #999;
  -webkit-box-shadow: 3px 3px 6px #999;
  box-shadow: 3px 3px 6px #999;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;*/
}
a.vote_btn:hover {
	background-color: #f60;
	background-position: left top;
}


/*---------------------------*/

#TB_ajaxContent p {
	padding: 0;
}

#TB_window {
	color: #333;
/*	background: #000 url("/mpa/i/page4_container_gradient.gif") left top repeat-y;*/
	background: #fff;
	border: 4px solid #ccc;
	font: 14px arial,helvetica,sans-serif;
}

#TB_window form.vote {
	margin-right: 20px;
}

#TB_window a:link, #TB_window a:visited {
	color: #d9d3a4;
	color: #333;
}
#TB_window a:hover, #TB_window a:active {
	color: #f60;
}

form.vote label {
	display: inline-block;
	width: 120px;
	margin: 0 5px 0 0;
	padding: 3px 0 3px 5px;
	text-align: right;
}

#TB_ajaxContent p.votetext {
	clear: both;
	margin-bottom: 6px;
	padding-top: 10px;
	font-size: 16px;
/*	font-weight: bold;*/
}
p.voteradio {
	font-size: 16px;
	font-weight: bold;
}

p.votetext,
p.voteradio,
p.votecomms,
input#mpa_vote,
input#mpa_cancel {
	margin-left: 129px;
}

input#mpa_vote {
	margin-bottom: 5px;
	font-weight: bold;
}

input#mpa_vote,
input#mpa_cancel {
	width: 60px;
	text-align: center;
}


/*---------------------------*/
/* comments */

#mpa #front-news {
	margin: 0 0 20px 0;
	padding: 70px 0 0 10px;
	background: transparent url("/mpa/i/comments_bubble.jpg") 7px top no-repeat;
}

#mpa #front-news h3 {
	margin: 0;
	color: #e16603;
	color: #f78d1d;
	font-weight: bold;
  text-align: left;
}

#mpa #front-news div.container {
  overflow: hidden;
  width: 210px;
  height: 200px;
/*  margin-bottom: 4px;*/
}

#mpa #front-news.tall div.container {
	height: 300px;
}

#mpa #front-news div.container.show {
	overflow: visible;
}

#mpa #front-news div.item {
  overflow: auto;
  display: inline-block;
  width: 100%;
  padding: 4px 0 4px 0;
  border-bottom: 1px dotted #ccc;
}

#mpa #front-news div.buttons {
  position: absolute;
  padding: 4px 0 0 174px;
}

#mpa #front-news h5 {
	display: inline;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
	color: #0a2856;
}

#mpa #front-news p {
	display: inline;
	margin: 0;
  font-size: 11px;
  line-height: 18px;
}

#mpa #scroll_down {
	margin-top: 180px;
}

#mpa #front-news.tall #scroll_down {
	margin-top: 280px;
}


/*-----------------------------------------------------------------*/


/*#site_nav {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
}*/

p.site_nav {
	clear: both;
	float: right;
	width: 180px;
	margin: 0;
	padding: 0 10px 10px 0;
	font-size: 11px;
	line-height: normal;
	text-align: right;
}

.rollsite p.site_nav {
	width: 250px;
	margin: 0 0 0 5px;
	padding: 0 5px 5px 0;
	color: #ccc;
}

.site_nav a {
	color: #f60;
	text-decoration: none;
}
.site_nav a:hover {
	color: #333;
	text-decoration: underline;
}



/*---------------------------------------------------------------------------------------------------------------------*/


a#seazone {
	float: right;
	margin-top: 10px;
	padding: 0 20px 0 20px;

	display: block;
	width: 90px;
	height: 34px;
	background: transparent url("/mpa/i/seazone_logo2.jpg") 20px 0 no-repeat;
	text-indent: -9999px;
}
a#seazone:hover {
	background-position: 20px -40px;
}


p.map_terms {
	margin: 0 0 10px 0;
	padding: 7px 2px 0 2px;
	font-size: 10px;
	line-height: normal;
}
.map_terms a {
	color: #333;
}
.map_terms a:hover {
	color: #000;
}


/*---------------------------------------------------------------------------------------------------------------------*/


p.last {
	margin: 0;
}

.why_vote {
	float: right;
	width: 200px;
}


/*---------------------------------------------------------------------------------------------------------------------*/

/* HOME page */

#home {
	margin-left: 3px;
	background: none;
	border: none;
}

#flash {
	width: 760px;
	height: 300px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	padding: 0;
	background: #00334e;
/*	border-bottom: 1px solid #999;*/
}

#home h1 {
	margin-bottom: 10px;
}

.click-box {
	float: left;
	width: 340px;
	margin: 0 20px 0 0;
	padding: 0 0 50px 0;
	border: 0;
	text-align: right;
}

/*.click-box:hover {
	cursor: pointer;
	background: #f60;
	border: 1px solid #fff;
}*/

.click-box a, .click-box a:hover {
	color: #f00;
	text-decoration: none;
}

.click-box img {
/*	float: right;*/
	width: 225px;
	height: 75px;
	margin: 0;
	padding: 0;
	border: 0px;
}

.click-box p {
	margin: 5px 0 0 10px;
	font-size: 12px;
}



.totals-box {
	float: left;
	width: 360px;
	margin: 0;
	padding: 10px 0 20px 0;
	border: 0;
}

.nominations {
	width: 350px;
/*	padding-left: 10px;*/
}

.totals-box p {
	font-size: 18px;
	line-height: normal;
	color: #0a2856;
}

.num {
	font-size: 30px;
}
.nominations .num {
	color: #bdb870;
}
.votes .num {
	color: #c01620;
	color: #f60;
}


/* totals on site pages */

#title {
	clear: both;
	margin: 0 0 12px 0;
}

#mpa .totals-box {
	float: right;
	width: 360px;
	width: auto;
	padding: 0 10px 0 0;
	text-align: right;
	
	width: 350px;
	margin: 0;
	padding: 5px 0 6px 0;
	color: #fff;
	background: #00334e;
	text-align: center;
}

#mpa .totals-box h1 {
/*	padding-top: 0.3em;*/
	font-size: 1.2em;
	color: #fff;
	border: none;
}

#mpa .num {
	font-size: 1em;
}


/*---------------------------------------------------------------------------------------------------------------------*/

/* Use of the sea questionnaire - overwrites definitions in ysyv.css */

h3 .ysyv-step {
	color: #777;
	font-size: 0.8em;
/*	padding-left: 20px;*/
}

form.q {
	border: none;
}

.use-label, .use-label2 {
	color: #333;
}

p.inline input {
	width: 150px;
}

p.inline:hover {
	color: #d9d3A4;
	color: #e16603;
}

p.tick {
	color: #d9d3a4;
	color: #e16603;
}


/*---------------------------------------------------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------------------------------------------------*/

