/*LAYOUT STYLESHEETUse this stylesheet to control layout of the page. Do not use for anything related to type.Parent Website: Scottish Green PartyAuthor: Graham C MorleyLast Revision Date: 29th March 2010*//*===================================================================================================================*//* TAG STYLES *//* Use this area to style all of the default tags - ie without selectors or classes. Tags are listed in alphabetical   order./*===================================================================================================================*/
a {
}
a:hover {
}
body {
	background: url(../_img/tile.gif);
}
em {
	font-style: normal;
	background: #cdeb8b;
	padding: 1px;
}
fieldset {
}
form {
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	font-weight: normal;
}
head {
}
html {
}
hr {
	color: #f2f2f2;
	background-color: #f2f2f2;
	height: 2px;
	border: 0;
	width: 100%;
	margin: 20px 0;
}
img {
	border: 0;
}
img[align=left]  { padding: 0 6px 6px 0 }
img[align=right] { padding: 0 0 6px 6px }
label {
	width: 120px;
	float: left;
	display: block;
}
p {
	margin-bottom: 1.2em;
}

.container {
	width: 1020px;
	margin: 20px auto;
	padding: 0
}
.nav {
	clear: both;
	height: 20px;
	margin-left: 30px;
	position: relative;
	z-index: 5;
}
.nav ul {
	list-style: none;
}
.nav li {
	float: left;
	display: block;
}
.nav ul li a {
	background: url(../_img/tab.png) 0 -64px;
	display: block;
	height: 24px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
	padding-top: 8px;
	margin: 0 1px;
}
.nav ul li a:hover {
	background-position: 0 -32px;
}
.nav ul li.current a {
	background-position: 0 0;
}
.none .hero {
	height: 25px;
	background: url(../_img/content-hero.jpg) no-repeat;
	padding: 35px 220px 35px 35px;
	color: #fff;
	position: relative;
}
.none .maincol {
  float: none;
  padding-top: 1em;
}
.none .post {
  margin-top: 0;
}
.index .hero {
	height: 385px;
	background: url(../_img/herobg.jpg) no-repeat;
	padding: 0 35px;
}
.content .hero {
	height: 45px;
	background: url(../_img/content-hero.jpg) no-repeat;
	padding: 35px 220px 35px 35px;
	color: #fff;
	position: relative;
}
.newspage .icon {
	position: absolute;
	height: 119px;
	width: 163px;
	background: url(../_img/icon-news.png) no-repeat;
	right: 0;
	top: -20px;
}
.policypage .icon {
	position: absolute;
	height: 130px;
	width: 427px;
	background: url(../_img/icon-policy.png) no-repeat;
	right: 20px;
	top: -4px;
}
.campaignspage .icon {
	position: absolute;
	height: 117px;
	width: 378px;
	background: url(../_img/icon-campaigns.png) no-repeat;
	right: 20px;
	top: -18px;
}

.publicationspage .icon {
	position: absolute;
	height: 117px;
	width: 326px;
	background: url(../_img/icon-pubs.png) no-repeat;
	right: 20px;
	top: -18px;
}

.headline {
	height: 290px;
	width: 555px;
	background: url(../_img/headlinebg.jpg) no-repeat;
	padding: 20px 25px;
	margin-top: 20px;
	position: relative;
	float: left;
}
.headline h1 {
	width: 350px;
	position: absolute;
	top: 28px;
	z-index: 5;
}
.headline h1 span, .headline h1 a {
	color: #fff;
	background: #9b6acd;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 40px;
	line-height: 42px;
	text-decoration: none;
}
.headline a{ color: #fff;text-decoration: none;}
h1 span span {
 position: relative;
 left: 4px;
}
h2 span span {
 position: relative;
 left: 2px;
}
.headline p {
	width: 200px;
	position: absolute;
	bottom: 23px;
	z-index: 5;
	left: 25px;
}
.headline p span {
	color: #fff;
	background: #9b6acd;
	padding-right: 35px;
	font-weight: normal;
	padding: 4px;
}
.headline .sink {
	position: absolute;
	top: 25px;
	z-index: 2;
}
.badges {
	float: right;
	width: 340px;
}
.badges a {
	display: block;
	width: 100%;
	height: 100%;
}
.badges .warm-scotland {
	height: 170px;
	width: 205px;
	margin-top: 10px;
	margin-left: 15px;
	background-position:right bottom;
	float: left;
}
.badges .save-local-shops {
	height: 150px;
	width: 150px;

	float: left;
}
.badges .no-person {
	height: 135px;
	width: 135px;
	
	float: left;
}
.badges .join-and-donate {
	height: 200px;
	width: 115px;
	background: url(../_img/badge-join-donate.jpg) no-repeat;
	float: right;
}
.main {
	background: url(../_img/mainbg.gif) repeat-y;
	padding: 0 30px;
	position: relative;
}
#masthead {
	height: 160px;
	width: 150px;
	float: left;
	background: url(../_img/brand.png) no-repeat;
	margin: 0 0 0 20px;
}
#masthead a {
  display: block;
  height: 160px;
  width: 150px;
}
#election_banner {
	float: left;
}
.search {
	width: 280px;
	float: right;
}
.searchbox {
	border: 0;
	background: #fff;
	color: #666;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 180px;
}
.input {
	border: 1px solid #eaebea;
	background: #fff;
	color: #666;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea{width:647px;}
.inputdrop {
	border: 1px solid #eaebea;
	background: #fff;
	color: #666;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 350px;
}
.searchbutton {
	border: 0;
	background: #62a439;
	color: #fff;
	padding: 5px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.mailbutton {
	border: 0;
	background: #004a2d;
	color: #fff;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.col {
	width: 480px;
	float: left;
}
.roundbox {
	margin: 10px 10px 23px 10px;
	background: #62a439;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
}

.blog{}

.roundbox.blog {
	background: #004a2d;
	margin-top: 31px;
}
.roundbox h1 {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 25px 20px 0;
	line-height: 75px;
	font-size: 28px;
	margin-bottom: 0;
}
.roundbox a {
	color: #fff;
}
.roundbox a:visited {
	color: #fff;
}
.roundbox a:hover {
	color: #FFF9A8;
}
.roundbox a:active {
	color: #fff;
}
.twitter {
	width: 230px;
	float: left;
	background: url(../_img/twitter-main.gif) repeat-y;
	margin: 0 0 0 10px;
}

.twitter .buffer{min-height:256px;}
.watch .buffer{min-height:203px;}

h1 a{text-decoration:none!important; color:#fff!important;}

.watch {
	width: 230px;
	float: left;
	background: url(../_img/twitter-main.gif) repeat-y;
	margin: 0 0 0 10px;
}
.minifooter {
	clear: both;
	border-top: 1px dotted #fff;
	padding: 10px 20px 0;
}
.twitter .minifooter {
	background: url(../_img/round-bl.gif) no-repeat 211px bottom;
}
.watch .minifooter {
	background: url(../_img/round-bl.gif) no-repeat 211px bottom;
}
.watch .minifooter p {
	padding-right: 50px;
	line-height: 1.2em;
}
.news h1 {
	background:  url(../_img/news-bg.jpg) no-repeat right top;
}

.news .buffer{min-height:238px;}

.vision h1 {
	background:  url(../_img/vision-bg.jpg) no-repeat right top;
}
.twitter h1 {
	background:  url(../_img/twitter-bg.jpg) no-repeat right top;
	padding: 10px 20px 0;
}
.watch h1 {
	background:  url(../_img/watch-bg.jpg) no-repeat right top;
	padding: 10px 20px 0;
}
.news h2 {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	width: 400px;
	font-size: 26px;
	line-height: 32px;
}
.news h2 span {
	background: #004a2d;
}
.buffer h2 a {
  text-decoration: none;
}
.blog h1 {
	width: 150px;
	line-height: 1em;
	border-right: 1px dotted #fff;
	float: left;
	padding: 0;
	margin: 20px 10px 0 20px;
}
.blog .author {
	width: 120px;
	float: left;
	margin: 50px 0 0 0;
}
.blog .stamp {
	width: 82px;
	height: 97px;
	float: right;
	margin: 15px 20px;
}
.meta .author {
	border-top: none;
	width: 80px;
	float: left;
	margin: 15px 0 0 0;
}
.meta .stamp {
	width: 90px;
	height: 116px;
	float: right;
	margin: 5px;
}
.blog .buffer {
	clear: both;
	padding-right: 40px;
	min-height:205px;
}
.blog h2 {
	background: #004a2d;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 26px;
}
.tweet {
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
}
.timestamp {
	font-size: 0.85em;
	margin: 0;
}
.tweet p {
	margin: 0 20px 9px 0;
	line-height:1.3em;
}
.footer {
	background: url(../_img/footer-bg.gif) no-repeat;
	padding: 15px 0 0 0;
	clear: both;
	color: #fff;
	position: relative;
	background-color:#62a439;
}
.signup {
	position: absolute;
	height: 125px;
	width: 221px;
	background: url(../_img/signup.png) no-repeat;
	top: .0px;
	left: 80px;
}
.curve {
	background: url(../_img/curve.gif) no-repeat bottom;
	height: 25px;
	clear: both;
}
.short {
	width: 200px;
}
.buffer {
	padding: 20px;
}
.footer .buffer {
	padding: 15px 40px 10px 40px;
	margin-left: 280px;
	width: 500px;
}

.footer p,.footer form{margin:0 0 7px 0; padding:0;}
.credits {
	width: 920px;
	margin: 10px auto;
	color: #999;
	padding: 0 20px;
}
.credits a {
	color: #999;
}
.credits p {
	margin: 0;
}
.rss {
	padding-right: 13px;
	background: url(../_img/rss-icon-white-9px.png) no-repeat right 2px;
}
.love {
	padding-right: 13px;
	background: url(../_img/love.png) no-repeat right 4px;
}
.top {
	padding-right: 13px;
	background: url(../_img/top.png) no-repeat right 4px;
}
.comment {
	padding-right: 13px;
	background: url(../_img/comment.png) no-repeat right 4px;
}
.addcomment {
	padding-right: 13px;
	background: url(../_img/addcomment.png) no-repeat right 4px;
}
.doc {
	padding-right: 13px;
	background: url(../_img/doc.png) no-repeat right 2px;
}
.maincol {
	width: 720px;
	float: left;
}
.post {
	background: #f7f8f7;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 40px 20px;
	margin: 20px 10px;
	position: relative;
}
.entry {
	width: 420px;
	float: left;
	border-right: 1px solid #eaebea;
	padding-right: 30px;
}
.searchresults.publicationspage .entry h2,
.entry h2 {
	background: #62a439;
	color: #fff;
	font-size: 0.9em;
	text-transform: uppercase;
        padding: 0 .4em;
        display: inline-block;
}
.policypage .entry {
	width: 420px;
}

.publicationspage .entry h2 {
	background: none;
}

.searchresults .entry h2 a {
  color: #fff;
  text-decoration: none;
}

.publicationspage .entry h2 span{
	background: #62a439;
}

.joinpage .entry {
	width: 388px;
	border: 0;
}
.joinpage .post {
	margin: 0 10px;
	padding: 10px 20px;
}
.peoplepage .entry {
	width: 440px;
	border: 0;
}
.publicationspage .entry {
	width: 640px;
	border: 0;
	border-bottom: 1px dotted #a1da7e;
}
.contactpage .entry {
	width: 450px;
	border: 0;
}
.campaignspage .entry {
	width: 420px;
	border: 0;
	border-bottom: 1px dotted #a1da7e;
}
.meta {
	width: 185px;
	float: left;
	padding-left: 20px;
}
.blogpage .meta {
	float: right;
}
.peoplepage .meta {
	width: 160px;
}
.contactpage .meta {
	width: 145px;
	float: left;
	padding-left: 20px;
	margin-top: 180px;
}
.contactpage .meta h2 {
	background: #62a439;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 1.2em;
}
.entry h1 {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	line-height: 1.2em;
	width: 380px;
}
.newspage .entry h1 {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	line-height: 1.2em;
	width: 420px;
}
.newspage .entry h1 span {
	background: #004a2d;
}
.blogpage .entry h1 {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	line-height: 1.2em;
	width: 220px;
}
.blogpage .entry h1 span {
	background: #62a439;
}
.meta h2.quote {
	color: #004a2d;
	font-weight: normal;
	padding: 2px;
	line-height:1.4em;
	
}
.meta h2.quote span {
	background: #cdeb8b;
	text-indent:10px; 
	padding: 2px;
}
.meta .author {
	border-top: 1px dotted #7acd48;
	color: #838383;
	padding-bottom: 30px;
}
.social {
	position: absolute;
	bottom: 20px;
	left: 490px;
}
.policypage .social {
	position: absolute;
	bottom: 0;
	left: 540px;
}



.social a, .sidebar a, .entry a {
	color: #000;
}
.sidebar {
	width: 220px;
	float: left;
	padding-bottom:150px;
}
.sidebar h2 {
	margin: 0px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}
.sidebar .label {
	background: #004a2d;
	width: 60px;
}
.blogpage .sidebar .label {
	background: #004a2d url(../_img/blogsidebg.gif) no-repeat top left;
	width: 60px;
	padding-top: 27px;
}
.blogpage .comments h1 {
	background: url(../_img/blogcommentheader.gif) no-repeat top left;
	width: 250px;
	padding-top: 27px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom:20px!important;
}

.sidebar .desc {
	background: #62a439;
	width: 150px;
	margin-bottom: 15px;
}
.sidebar .searchbox {
	border: 1px solid #e6e6e6;
}
.sidebar ul {
	list-style: none;
}
.sidebar .badges {
	float: none;
	width: 100%;
}
.sidebar .badges .save-local-shops {
	height: 150px;
	width: 150px;
	clear: both;
	margin: 30px 0;
}
.sidebar .badges .fair-funding {
	height: 150px;
	width: 150px;
margin-left:43px;
	float: left;
}
.badges.bottom .join-and-donate {
	height: 117px;
	width: 212px;
	background: url(../_img/badge-join-donate.png) no-repeat;
	margin-top: 20px;
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.badges a,.badges a img{border:none;}
.pager {
	padding: 40px 20px;
	margin: 10px;
	background: #62a439;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
}
.greenbox {
	padding: 40px 20px;
	margin: 10px;
	background: #62a439;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
}

.greenbox textarea{width:263px; float:none;}

.contactpage .greenbox {
	width: 440px;
	padding-top: 20px;
	margin: 10px 10px 10px 0
}
.greenbox h1 {
	background: none;
}
.blogpage .pager {
	background: #004a2d;
}
.pager a {
	color: #fff;
}
.pager p {
	float: left;
}
.pager .toplink {
	width: 120px;
}
.pager .rsslink {
	width: 120px;
}
.pager .paging {
	float: right;
}
.blogpage .current a {
	background: #fff;
	background-attachment: none;
	color: #004a2d;
}
.blogtop {
	background: url(../_img/blogtop.gif) no-repeat;
	height: 25px;
	margin-top: 1px;
}
.bloghead {
	padding: 90px 20px 20px;
	margin: 10px;
	background: #004a2d url(../_img/blogheadbg.gif) no-repeat top left;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	color: #fff;
}
.bloghead h1 {
	text-transform: uppercase;
}
.subnav {
	list-style: none;
	margin-top: 0px;
	position: relative;
	z-index: 5;
	width:800px;
	height:50px;
}
.subnav li {
	float: left;
	margin: 0 4px;
}
.subnav li a {
	color: #d0e4c3;
	padding: 8px 10px;
	text-decoration: none;
	display: block;
	height: 10px;
	line-height:1.25em;
}
.subnav li a:hover {
	color: #fff;
}
.subnav .current a {
	color: #fff;
	background: url(../_img/current-subnav.png) no-repeat bottom;
}
.content .post .label {
	margin: 0;
}
.content .post .label span {
	background: #004a2d;
	padding: 0 2px;
}



.content .post .desc {
	width: 350px;
	padding: 0 3px 0 0;
	margin: .1em 0 15px;
}
.content .post .desc span {
	background: #62a439;
	padding: 0 2px 0 0;
}
.content .post h1 span {
	margin: 0;
	background: #62a439;
}
.photo {
	width: 476px;
	height: 340px;
	background: url(../_img/photobg.png) no-repeat right;
}
.blog-comment {
	width: 430px;
	padding-right: 20px;
	float: left;
	border-right: 1px solid #eaebea;
	margin-bottom: 20px;
}
.comment-meta {
	width: 160px;
	float: left;
	margin-left: 20px;
}
.joinpage .maincol {
	width: 460px;
	float: left;
}



.publication {
	width: 310px;
	float: left;
	margin: 10px 10px 0 0;
}
.publication img.floatleft {
	margin: 0 10px 0 0;
}
.publication p.floatleft {
	width: 230px;
}
.mainarrow {
	background: url(../_img/mainarrow.png) no-repeat right;
	height: 63px;
	padding: 10px 40px 10px 10px;
	line-height: 16px;
	margin: 0 0 10px 0;
	color: #fff;
}
.mainarrow p {
	margin: 0;
}

.mainarrow a {
	color: #fff;
}
.index .arrow {
	background: url(../_img/arrow.png) no-repeat right;
	height: 15px;
	padding: 10px;
	line-height: 16px;
	margin: 0 20px 3px 0;
}
.content .arrow a {
	background: url(../_img/arrow.png) no-repeat right;
	height: 15px;
	padding: 10px 25px 10px 10px;
	line-height: 16px;
	margin: 0 20px 20px 0;
}
.mainarrow a,
.arrow a {
	color: #fff!important;
}
.arrow a span{
	color: #fff!important;
}

.finalarrow p a{
	color: #fff!important;
}
.finalarrow {
	background: url(../_img/finalarrow.png) no-repeat right;
	height: 15px;
	padding: 10px;
	line-height: 16px;
	margin: 0 20px 0 0;
	color:#fff!important;
}
.space {
	padding: 20px 0;
	clear: both;
}
em.required {
	background: none;
	color: #ff0;
}
.address {
	margin-top: 170px;
}
.lineup {
	display: block;
	float: left;
	margin-left: 0px;
}
#captcha{width:140px; float:left; margin-left:10px;}
.contactform label {
	text-align: right;
	padding-right: 10px;
	width: 110px;
}
.nolabel {
	margin-left: 120px;
}
.mailconfirm {
	margin: -10px 0 10px 130px;
}
.info {
	font-size: 0.9em;
	padding-top: 5px;
}
.campaign {
	width: 650px;
	margin: 40px 0;
}
.campaign .sticker {
	float: left;
	width: 215px;
}
.campaign .intro {
	float: left;
	width: 400px;
}
.badges #your-sticker {
	margin: 20px 0;
        vertical-align: top;
}
.badges .your-info {
	margin-bottom: 200px;
	width: 85%
}
.entry ul li{

	list-style: none;
	border-left: 5px solid #62a439;
	padding: 0 0 0 10px;
	margin: 15px 0;

}
.blogpage .comments h1 span{ background: #004a2d}
#masthead span {
	letter-spacing : -1000em;
} /* Just for Opera, but hide from MacIE */ /*\*/
html>body #masthead span {
	letter-spacing : normal;
	text-indent : -999em;
	overflow : hidden;
        display: block;
} /* End of hack */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.tall {
	height: 20px;
}
.clearer {
	clear: both;
}
.last {
	border: 0;
}

