<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Petition.co.uk
Theme URI: http://www.petition.co.uk/
Description: A custom Wordpress theme for Petition.co.uk
Author: Adept Media
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

ol,ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before,blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

/* *** Custom CSS *** */
body {
	background: #fafafa;
	font: normal 13px Arial, Verdana, Helvetica, sans-serif;
	color: #3d3d3d;
}

a,a:link,a:visited {
	color: #2768a9;
	text-decoration: underline;
}

a:hover {
	color: #3d3d3d;
}

/* *** global *** */
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
}

.container {
	margin: 0 auto;
	width: 960px;
}

/* *** nunito font *** */
#search label,#nav a,#footernav a,#sidebar h3,.pagetitle,#why strong,.tabs a,#reply-title,#fbGo a span,#wpcGo
	{
	font-family: 'Nunito', Arial, sans-serif;
	font-weight: normal;
}

/* *** header *** */
#header {
	background: #eae9e9 url(images/header-outer.gif) no-repeat top center;
	border-top: 4px solid #aed845;
}

#header .container {
	background: #fff url(images/header.gif) no-repeat 292px 100%;
	height: 133px;
	position: relative;
}

/* logo */
#logo {
	background: url(images/logo.png) no-repeat center center;
	float: left;
	height: 74px;
	margin: 28px 0 0 25px;
	text-indent: -9999px;
	width: 235px;
}

#logo a {
	display: block;
	height: 74px;
	outline: none;
}

#tagline {
	display: none;
}

/* search */
#search {
	background: #eeeded;
	height: 34px;
	padding: 6px 10px 0 11px;
	width: 493px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	position: absolute;
	right: 26px;
	top: 0;
}

#search label {
	display: inline;
	float: left;
	font-size: 15px;
	height: 28px;
	line-height: 28px;
	width: 161px;
}

#search .input {
	background: #fff;
	border: 1px solid #d1cfcf;
	color: #6e6e6e;
	float: left;
	font: normal 12px Arial, Tahoma, Verdana, sans-serif;
	padding: 6px;
	width: 239px;
}

#search .go {
	background: url(images/searchgo.gif) no-repeat center center #2667a8;
	border: 0;
	cursor: pointer;
	display: block;
	float: right;
	height: 28px;
	text-indent: -9999px;
	text-transform: uppercase;
	width: 69px;
}

/* *** login / logged in *** */
.userbox {
	display: inline;
	float: right;
	margin: 68px 26px 0 0;
}

#login .inner,#loggedin {
	background: #2667a8;
	border: 1px solid #1b5a97;
	border-top-color: #386fa4;
	color: #fff;
	height: 40px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login form,#loggedin .inner {
	border-top: 1px solid #4d93d8;
	display: block;
	float: left;
	height: 26px;
	margin: 0;
	padding: 6px 7px;
	width: 388px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* *** loggedin *** */
#loggedin {
	
}

#loggedin .inner {
	line-height: 26px;
	padding: 6px 15px;
	width: 480px;
}

#loggedin li {
	display: inline;
	margin-right: 15px;
}

#loggedin a {
	color: #fff;
}

/* *** login form *** */
#login {
	height: 26px;
	width: 514px;
}

#login .inner {
	float: left;
	width: 402px;
}

#login li {
	float: left;
	margin-right: 10px;
}

#login li.alignright {
	float: right;
	margin-right: 0;
}

#login label {
	display: none;
}

#login .input {
	background: #fff;
	border: 0;
	color: #6e6e6e;
	float: left;
	font: normal 12px Arial, Tahoma, Verdana, sans-serif;
	padding: 6px 7px 5px;
	width: 145px;
}

#login .go {
	background: #2667a8 url(images/logingo.gif) no-repeat center center;
	border: 0;
	cursor: pointer;
	display: block;
	float: right;
	height: 26px;
	text-indent: -9999px;
	text-transform: uppercase;
	width: 50px;
}

#login .register {
	background: #9fcd2c url(images/register.gif) no-repeat center center;
	display: block;
	float: right;
	height: 42px;
	text-indent: -9999px;
	outline: none;
	width: 100px;
}

/* *** navigation *** */
#nav {
	background: #1c5d9d;
	border-top: 1px solid #1c5d9d;
}

#nav .container {
	background: #2768a9;
	border-top: 1px solid #4d93d8;
	height: 41px;
}

#nav ul,#footernav ul {
	padding: 5px 0 0 25px
}

#nav li,#footernav li {
	float: left;
	margin-right: 18px;
}

#nav a,#footernav a {
	border: 1px solid #2768a9;
	color: #fff;
	display: block;
	float: left;
	font-size: 15px;
	line-height: 28px;
	padding: 0 7px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#nav .current-menu-item a,#nav a:hover {
	background: #1c5a98;
	border: 1px solid #1b5793;
	-moz-box-shadow: inset 0 0 4px #1a558f;
	-webkit-box-shadow: inset 0 0 4px #1a558f;
	box-shadow: inset 0 0 4px #1a558f;
}

#subnav,#footer {
	background: url(images/subnav-outer.gif) repeat-y top center #e1e1e1;
}

#subnav .container,#footer .container {
	background: #e5e5e5 url(images/subnav.gif) repeat-x bottom left;
	height: 38px;
}

#subnav ul {
	padding: 0 0 0 25px;
}

#subnav li,#footer li,#copyright {
	background: url(images/subnav-link.gif) no-repeat center right;
	display: inline;
	line-height: 38px;
	padding-right: 15px;
	margin-right: 14px;
}

#subnav li:last-child,#footer li:last-child {
	background: none;
	margin: 0;
	padding: 0;
}

#crumbs li {
	background-image: url(images/bullet-dark.png);
	margin-right: 9px;
	padding-right: 18px;
}

#subnav a,#footer a {
	color: #3d3d3d;
}

#subnav a:hover,#footer a:hover {
	color: #a7a6a6;
}

#subnav .alignright {
	padding: 8px 25px 0 0;
}

/* *** footer navigation *** */
#footernav {
	background: #474747;
}

#footernav .container {
	background: #686868;
	border-top: 1px solid #686868;
	height: 42px;
}

#footernav ul {
	border-top: 1px solid #9f9f9f;
}

#footernav a {
	border-color: #686868;
}

#footernav .current-menu-item a,#footernav a:hover {
	background: #5c5c5c;
	border: 1px solid #575757;
	-moz-box-shadow: inset 0 0 4px #565656;
	-webkit-box-shadow: inset 0 0 4px #565656;
	box-shadow: inset 0 0 4px #565656;
}

/* *** footer *** */
#footer {
	
}

#copyright,#footer li {
	padding-right: 13px;
	margin-right: 12px;
}

#copyright {
	float: left;
	margin-left: 25px;
	padding-right: 12px;
}

/* *** lower content area *** */
#lower {
	background: url(images/lower.gif) repeat-y top center;
}

#lower .container {
	background: #fff;
	padding: 25px;
	padding-bottom: 1px;
	padding-top: 10px;
	width: 910px;
}

/* *** sidebar *** */
#sidebar {
	float: left;
	width: 235px;
}

#sidebar .widget {
	margin-bottom: 27px;
}

#sidebar h3 {
	background: #e6e6e6;
	border-bottom: 1px solid #2768a9;
	font-size: 15px;
	line-height: 42px;
	padding: 0 15px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#sidebar .inner {
	background: #f5f5f5;
	padding: 15px 14px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

/* *** categories *** */
#cats {
	
}

#cats .inner {
	padding-bottom: 8px;
}

#cats li {
	background: url(images/bullet.png) no-repeat center left;
	margin-bottom: 7px;
	padding-left: 15px;
}

#cats .current-cat {
	background-image: url(images/bullet-dark.png);
}

#cats .current-cat a {
	color: #3c3f41;
	text-decoration: none;
}

#cats .current-cat a:hover {
	text-decoration: underline;
}

/* *** share *** */
#social {
	
}

#social .inner {
	padding-right: 0;
}

#social ul {
	height: 43px;
	text-align: center;
}

#social li {
	float: left;
	margin-right: 12px;
}

#social li.twitter {
	margin-right: 11px;
}

#social a {
	background: url(images/social.png) no-repeat top left;
	display: block;
	height: 43px;
	text-indent: -9999px;
	outline: none;
	width: 43px;
}

#social .twitter a {
	background-position: -55px 0;
}

#social .google a {
	background-position: -109px 0;
}

#social .rss a {
	background-position: -164px 0;
}

/* *** facebook *** */
#likeUs h3 {
	border-bottom: 0;
}

/* *** main content *** */
#content {
	float: right;
	margin-bottom: 27px;
	padding-top: 10px;
	width: 647px;
}

.pagetitle {
	color: #2768a9;
	font-size: 25px;
	letter-spacing: -1px;
	line-height: 25px;
	margin-bottom: 12px;
}

/* *** post content *** */
.post {
	background: url(images/border.gif) repeat-x bottom left;
	margin-bottom: 24px;
	padding-bottom: 24px;
}

.post.single {
	padding-bottom: 1px;
}

#content .post .pagetitle {
	margin-bottom: 10px;
}

.meta {
	font-size: 12px;
	margin-bottom: 17px;
}

.meta .numSigs {
	margin-right: 4px;
}

.meta .go {
	margin-left: 4px;
}

#content .meta .go a {
	background: url(images/meta-go.png) no-repeat center right;
	display: inline-block;
	height: 17px;
	padding-right: 21px;
}

.share {
	float: right;
	
}

.share li {
	float: left;
	margin-left: 5px;
}

.single .entry,.excerpt {
	padding-bottom: 5px;
	padding-top: 4px;
}

.single .entry {
	margin-right: 225px;
	min-height: 100px;
}

.postimg {
	float: left;
	margin: 0 15px 10px 0;
}

.postimg img {
	max-width: 200px;
	vertical-align: middle;
}

.entry h1,.entry h2,.entry h3,.entry h4 {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.entry p,.excerpt p,#searchform {
	line-height: 150%;
	margin-bottom: 15px;
}

.entry ul,.entry ol {
	padding-bottom: 8px;
}

.entry li {
	line-height: 150%;
	padding-bottom: 7px;
}

.entry ul li {
	list-style: disc outside;
	margin-left: 20px;
}

.entry ol li {
	list-style: decimal outside;
	margin-left: 25px;
}

.postmeta {
	padding-bottom: 15px;
}

.postmeta dt {
	display: block;
	float: left;
	font-weight: bold;
	width: 65px;
}

.postmeta dt,.postmeta dd {
	margin-bottom: 10px;
}

/* *** homepage *** */
#intro {
	float: left;
	width: 309px;
}

#intro .entry {
	margin: 0;
}

#intro .go {
	background: url(images/start.png) no-repeat top center;
	display: block;
	height: 40px;
	margin: 35px auto 0;
	text-indent: -9999px;
	outline: none;
	width: 247px;
}

#intro .go:hover {
	background-position: bottom center;
}

#why {
	float: right;
	width: 300px;
}

#why ul {
	margin-top: -5px;
}

#why li {
	background: url(images/tick.png) no-repeat 0 2px;
	line-height: 150%;
	margin-bottom: 15px;
	padding-left: 32px;
	position: relative;
}

#why strong {
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 4px;
}

/* *** tabs *** */
#myTabs {
	background: url(images/border.gif) repeat-x top left;
	margin-top: 25px;
	padding-top: 26px;
}

.single #myTabs {
	background: url(images/border.gif) repeat-x bottom left;
	margin: 0 0 25px;
	padding: 0 0 26px;
}

.tabs {
	border-bottom: 2px solid #474747;
	height: 39px;
}

.tabs li {
	float: left;
	height: 38px;
	margin-right: 7px;
}

#myTabs .tabs a {
	border: 1px solid #d4d4d4;
	border-bottom: 0;
	color: #3d3d3d;
	display: block;
	float: left;
	font-size: 15px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#myTabs .tabs span {
	background: #d4d4d4;
	border-top: 1px solid #e6e6e6;
	cursor: pointer;
	display: block;
	float: left;
	height: 37px;
	line-height: 35px;
	padding: 0 37px;
	text-decoration: underline;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

#myTabs .tabs a.current {
	border-color: #474747;
	color: #fff;
	text-decoration: none;
}

#myTabs .tabs a.current span {
	background: #474747;
	border-color: #949494;
	text-decoration: none;
}

.panes {
	
}

.panes .inner {
	background: url(images/pane.gif) no-repeat bottom center #e9f1f9;
	padding: 22px 27px 17px;
}

.home .panes li {
	background: url(images/bullet.png) no-repeat center left;
	margin-bottom: 7px;
	padding-left: 15px;
}

/* *** category page *** */
.heading {
	background: url(images/border.gif) repeat-x bottom left;
	height: 21px;
	margin-bottom: 20px;
	padding-bottom: 12px;
}

.heading .pagetitle {
	color: #474747;
	float: left;
}

.heading .navigation {
	float: right;
	font-size: 12px;
	margin-right: 5px;
}

.heading .navigation div {
	float: right;
	margin-left: 15px;
}

.heading .navigation .nav-previous {
	background: url(images/bullet.png) no-repeat center right;
	padding-right: 15px;
}

.heading .navigation .nav-next {
	background: url(images/bullet-left.png) no-repeat center left;
	padding-left: 15px;
}

/* category post excerpt */
#content .post .more a {
	background: url(images/view.png) no-repeat top center;
	display: block;
	height: 36px;
	text-indent: -9999px;
	outline: none;
	width: 183px;
}

#content .post .more a:hover {
	background-position: bottom center;
}

/* *** page navigation *** */
.wp-pagenavi {
	clear: both;
	height: 29px;
}

#content .wp-pagenavi a,.wp-pagenavi span {
	text-decoration: none;
	background: #686868;
	color: #fff;
	float: left;
	font-size: 12px;
	margin-right: 4px;
	padding: 7px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content .wp-pagenavi a:hover,.wp-pagenavi span.current {
	background: #2768a9;
}

.wp-pagenavi span.current {
	background: #2768a9;
}

/* *** comments page navigation *** */
.single #content {
	position: relative;
	padding-bottom: 45px;
}

.single .wp-commentnavi {
	background: url(images/border.gif) repeat-x top left;
	margin: 25px 0 0;
	padding: 26px 0 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* *** start a petition *** */
#postnew {
	
}

#postnew td,#registerForm td {
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
}

/* *** misc page content *** */
textarea.codebox {
	width: 100%;
}

/* *** comments *** */
#comments {
	
}

#comments-title {
	color: #2768a9;
	font-size: 13px;
	padding-bottom: 15px;
}

.comment {
	border-top: 1px solid #b1c0cf;
	background: url(images/comment.png) no-repeat 0 17px;
	padding: 17px 17px 20px 26px;
	position: relative;
}
/* author */
.comment cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 3px;
}

.comment cite img {
	margin-left: 10px;
}

/* edit links */
.edit-comment-admin-links {
	float: right;
	position: absolute;
	right: 0;
	top: 17px;
}

/* comment body */
.comment-body p {
	margin-top: 12px;
}

/* meta */

/* *** Tell Everyone box *** */
#textLinks {
	
}

#textLinks dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#textLinks dd {
	margin-bottom: 15px;
}

/* *** my petitions page *** */
.export {
	margin-top: 15px;
}

/* *** contact author box *** */
#contactAuthor {
	
}

#contactAuthor td {
	padding: 7px;
	vertical-align: top;
}

/* *** comment form *** */
#respond {
	font-weight: bold;
	margin-bottom: 24px;
}

#respond form {
	display: block;
	padding: 8px 0 0 30px;
	position: relative;
}

#reply-title {
	background: url(images/reply-title.png) no-repeat center left;
	color: #474747;
	font-size: 25px;
	letter-spacing: -1px;
	line-height: 22px;
	margin-bottom: 12px;
	padding-left: 30px;
}

/* field wrappers */
#respond p {
	margin-bottom: 14px;
}

.share-email {
	padding: 7px 0;
}

/* field labels */
#captchaImgDiv label,.input label {
	display: block;
	float: left;
	line-height: 28px;
	width: 120px;
}

#captchaImgDiv #captcha_code_label {
	margin-top: 17px;
}

#respond .share-email label {
	font-weight: normal;
}

/* input fields */
.input input,.input textarea,#captchaInputDiv input {
	background: #fff;
	border: 1px solid #2768a9;
	color: #3d3d3d;
	font: normal 12px Arial, Tahoma, Verdana;
	padding: 5px;
}

.input input {
	width: 217px;
}

.input textarea {
	height: 70px;
	width: 482px;
}

#captchaInputDiv #captcha_code {
	width: 122px;
}

/* captcha */
#respond .captchaSizeDivSmall {
	float: none;
	margin-left: 120px;
	padding-top: 0;
}

#respond #captchaInputDiv {
	clear: both;
	margin-bottom: 15px;
	margin-left: 120px;
	padding-top: 10px;
}

#respond #si_image_com {
	border: 1px solid #2768a9;
	margin-right: 5px;
	padding: 0;
}

/* submit button */
#submit {
	background: url(images/sign.png) no-repeat center center #9fcd2b;
	border: 0;
	cursor: pointer;
	display: block;
	height: 36px;
	text-indent: -9999px;
	text-transform: uppercase;
	width: 250px;

	/*position: absolute; bottom: 0; right: 0;*/
}

#fbconn {
	margin-left: 35px;
}

/* *** register *** */
#fbGo {
	
}

#fbGo a {
	background: url(images/fbGo.gif) no-repeat top center;
	color: #3a589e;
	cursor: pointer;
	display: block;
	font-size: 24px;
	height: 64px;
	letter-spacing: -1px;
	line-height: 64px;
	padding-left: 67px;
	width: 276px;
}

#fbGo a span {
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	color: #3a589e;
}

#fbGo.formFbGo {
	padding: 5px 0 2px 30px;
}

/* Download PDF */
#download_petition {
	margin: 2px 0 10px 0;
	text-align: center;
}
/* Petition Comments Pending */
.comment-awaiting-moderation {
	display: block;
	padding: 10px 20px;
	border: 2px solid green;
	border-radius: 5px;
	color: green;
	margin: 10px 0 20px;
	font-style: normal;
}

.comment-awaiting-moderation br {
	margin: 8px 0;
}

#banner {
	padding-top: 15px;
	margin
}

/* Msgs */
.red_text {
	color: red;
	font-weight: bold;
}

/* Subscribe to Comments */
.comment-subscription-form {
	display: none;
}

/* Captcha */
#si_refresh_com,#si_image_com {
	float: left;
}

.share-email {
	clear: both;
}

#wpcGo {
	font-size: 20px;
	margin: 30px 20px 0px 10px;
}

/* Start Petition */
.gform_wrapper .start_petition input[type="text"],.gform_wrapper .start_petition textarea,.gform_wrapper .start_petition select
	{
	line-height: 1.5em;
	font-size: 14px;
	padding: 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: none repeat scroll 0 0 #FFF;
	border: 1px solid #A7C1D0;
	box-shadow: 0 0 0 4px #E6E6E6;
	-webkit-border-radius: 3px;
	color: #4D4D4D;
}

.gform_wrapper .start_petition input.large, .gform_wrapper .start_petition textarea.textarea {
	width: 96% !important;	
}

.gform_wrapper .start_petition input[type="text"]:focus,.gform_wrapper .start_petition textarea:focus,.gform_wrapper .start_petition select:focus
	{
	box-shadow: 0 0 0 4px #A5D2FF;
}

.gform_wrapper .start_petition .top_label .gfield_label {
	font-size: 15px;
	margin: 15px 0 6px;
}

.gform_wrapper .start_petition .gform_footer {
	text-align: center;
}</pre></body></html>