/*
Theme Name: Pete Wishart 2014
Description: Bespoke WordPressTheme designed Exclusively for Pete Wishart
Author: Hotscot
Author URI: http://www.hotscot.net
Version: 1.0
*/

/* ------------------------------------------------------------------ */
/* Reset */
/* ------------------------------------------------------------------ */
* {
	margin: 0; padding: 0;
}
a img, :link img, :visited img {
	border: 0;
	}
table {
	border-collapse: collapse; border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

strong, b {font-weight:bold;}

/* ------------------------------------------------------------------ */
/* CLEARS - COLOURS - ALIGNMENTS */
/* ------------------------------------------------------------------ */
.clear {clear:both;}
.delimeter {margin:0px 10px 0px 10px;}

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

.yellow {color:#F1DC2A;}

/* ------------------------------------------------------------------ */
/* BODY & OUTER WRAPPERS */
/* ------------------------------------------------------------------ */
body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:"Open Sans", "Open Sans Extrabold", "Open Sans Light", "Open Sans Semibold";
	font-size:100%;
	background: #DDDDDD url('images/bg-top.gif') no-repeat center top;
}
#wrapper {
	width:100%;
	min-height:1540px;
 	height:auto !important;
  	height:1540px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url('images/bg-image.jpg') no-repeat center bottom;
}
#page {
	width:980px;
	min-height:1240px;
 	height:auto !important;
  	height:1240px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border-bottom: solid 10px #F1DC2A;
}

/* ------------------------------------------------------------------ */
/* HEADER */
#header {
	position:relative;
	width:980px;
	height:440px;
	margin:0px 0px 1px 0px;
	padding:0px 0px 0px 0px;
}
#header-top {
	width:940px;
	height:50px;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	background: url('images/bg-header-top.gif') repeat-x left bottom;
}
#header-top-col-01 {
	width:420px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
#header-top-col-02 {
	width:80px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
#header-top-col-03 {
	width:440px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
/* HEADER FONTS */
#header-top-col-01 p {
	margin:14px 0px 0px 140px;
	padding:0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#F1DC2A;
	line-height:100%;
}
#header-top-col-02 img {
	display:block;
	width:30px;
	height:30px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	border:none;
}
#header-top-col-03 ul {
	margin:0px 0px 0px 0px;
	padding:14px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height:100%;
	list-style-type:none;
}
#header-top-col-03 ul li {
	height:17px;
	margin:0px 0px 0px 0px;
	padding:3px 18px 0px 18px;
	list-style-type:none;
	float:left;
	border-left: solid 1px #404040;
	line-height:100%;
}
#header-top-col-03 a {color:#F1DC2A; text-decoration:none;}
#header-top-col-03 a:hover {color:#F1DC2A; text-decoration:underline;}


/* ------------------------------------------------------------------ */
/* SNP LOGO */
#snp-logo {
	position:absolute;
	left:0;
	top:0;
	width:108px;
	height:75px;
	margin:0px 0px 0px 36px;
	padding:0px 0px 0px 0px;
}

/* ------------------------------------------------------------------ */
/* HEADER IMAGE */
#header-pic {
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}

/* ------------------------------------------------------------------ */
/* NAV */
#nav {
	width:940px;
	height:50px;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	background-color:#F1DC2A;
}
#nav ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	line-height:100%;
	font-weight:bold;
}
#nav ul li {
	height:33px;
	margin:0px 0px 0px 0px;
	padding:17px 18px 0px 18px;
	list-style-type:none;
	float:left;
	border-right: solid 1px #ffffff;
}
#nav ul li a {
	color:#000000;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#000000;
	text-decoration:underline;
}

/* ------------------------------------------------------------------ */
/* CONTENT */
#content-wrapper {
	width:980px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#content-left {
	width:300px;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	float:left;
}
#content-right {
	width:620px;
	margin:0px 0px 0px 0px;
	padding:35px 30px 20px 30px;
	float:left;
}

/* ------------------------------------------------------------------ */
/* FONTS */
/* ------------------------------------------------------------------ */
#content-right p {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:160%;
	font-weight:normal;
	color:#333333;
}
#content-right h1 {
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:42px;
	line-height:100%;
	font-weight:bold;
	color:#000000;
	border-bottom: solid 1px #DDDDDD
}
#content-right h2 {
	margin:0px 0px 15px 0px;
	padding:5px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:130%;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
}
#content-right h3 {
	margin:0px 0px 15px 0px;
	padding:10px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:130%;
	font-weight:bold;
	color:#000000;
}
#content-right h4,
#content-right h5,
#content-right h6 {
	margin:0px 0px 15px 0px;
	padding:10px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:130%;
	font-weight:bold;
	color:#000000;
}
#content-right h4 {
	text-transform:uppercase;
}
#content-right h6 {
	margin:0px 0px 0px 0px;
}

#content-right a {
	color:#0066CC;
	text-decoration:underline;
}
#content-right a:hover {
	color:#000000;
	text-decoration:underline;
}

/* ------------------------------------------------------------------ */
/* LISTS */
/* ------------------------------------------------------------------ */
#content-right ul,
#content-right ol,
#content-right dl {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:160%;
	font-weight:normal;
	color:#333333;
}
#content-right ul {
	margin:0px 0px 20px 35px;
	padding: 0px 0px 0px 0px;
}
#content-right ul li {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
#content-right ol {
	margin:0px 0px 20px 40px;
	padding: 0px 0px 0px 0px;
}
#content-right ol li {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
#content-right dl {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}
#content-right dt{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	color:#000000;
}
#content-right dd {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
/* nested */
#content-right ul li ul,
#content-right ol li ol {
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	font-size:100%;
	}
#content-right ul li ul li,
#content-right ol li ol li {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	}
#content-right dl dd dl {
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px 0px;
	margin-left:30px;
	font-size:100%;
}
#content-right dl dd dl dt,
#content-right dl dd dl dd {font-size:100%;}

/* META SLIDER */
#content-right .metaslider {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#content-right .metaslider ul,
#content-right .metaslider ol {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#content-right .metaslider ul li,
#content-right .metaslider ol li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* ------------------------------------------------------------------ */
/* TABLE */
/* ------------------------------------------------------------------ */
#content-right table {
	width:100%;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:160%;
	font-weight:normal;
	color:#333333;
}
#content-right th {
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	text-align:left;
	background-color:#F1DC2A;
	border: solid 1px #ffffff;
	color:#000000;
	font-weight:bold;
}
#content-right table td {
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	background-color:#DDDDDD;
	border: solid 1px #ffffff;
	color:#000000;
}
#content-right table p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size:100%;
}
#content-right .rsct_caldiv th,
#content-right .rsct_caldiv td {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}


/* ------------------------------------------------------------------ */
/* SIDEBAR */
/* ------------------------------------------------------------------ */
#sidebar-post-container {
	width:280px;
	margin:0px 0px 20px 20px;
	padding:0px 0px 0px 0px;
}
#sidebar-post-head {
	width:280px;
	height:100px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#sidebar-post-box {
	width:278px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#e5e5e5;
	border: solid 1px #BBBBBB;
}
#sidebar-post-box p.post {
	margin:0px 0px 0px 0px;
	padding:20px 20px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
#sidebar-post-box p.link {
	margin:0px 0px 0px 0px;
	padding:10px 20px 10px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#DADADA;
	text-align:right;
}

#sidebar-post-box p.post a {color:#333333; text-decoration:none; text-transform:uppercase;}
#sidebar-post-box p.post a:hover {color:#000000; text-decoration:underline;}

#sidebar-post-box p.link a {color:#333333; text-decoration:none;}
#sidebar-post-box p.link a:hover {text-decoration:underline;}

/* TWEETS */
#sidebar-tweets {
	width:280px;
	margin:0px 0px 20px 20px;
	padding:0px 0px 0px 0px;
}
/* VIDEO */
#sidebar-video {
	width:280px;
	margin:0px 0px 15px 20px;
	padding:0px 0px 0px 0px;
}
#sidebar-video iframe {
	border:none;
}
/* VOTE */
#sidebar-vote {
	width:280px;
	height:50px;
	margin:0px 0px 20px 20px;
	padding:0px 0px 0px 0px;
}
#sidebar-vote a {
	display:block;
	width:280px;
	height:50px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url('images/button-vote.gif') no-repeat 0px 0px;
}
#sidebar-vote a:hover {
	background: url('images/button-vote.gif') no-repeat 0px -50px;
}
#sidebar-vote span {display:none;}

/* NEWSLETTER */
#sidebar-newsletter {
	width:280px;
	height:50px;
	margin:0px 0px 20px 20px;
	padding:0px 0px 0px 0px;
}
#sidebar-newsletter a {
	display:block;
	width:280px;
	height:50px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url('images/button-newsletter.gif') no-repeat 0px 0px;
}
#sidebar-newsletter a:hover {
	background: url('images/button-newsletter.gif') no-repeat 0px -50px;
}
#sidebar-newsletter span {display:none;}

/* ------------------------------------------------------------------ */
/* SIDEBAR NEWS BOXES */
/* ------------------------------------------------------------------ */
/* LATEST NEWS POSTS */
.sidebar-news {
	width:278px;
	margin:0px 0px 20px 20px;
	padding:0px 0px 0px 0px;
	background-color:#E5E5E5;
	border: solid 1px #BBBBBB;
}
.sidebar-news h2 {
	margin:0px 0px 17px 0px;
	padding:15px 20px 15px 20px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:100%;
	color:#F1DC2A;
	text-transform:uppercase;
	background: #171717 url('images/bg-news-icon.gif') no-repeat 235px 8px;
}
.sidebar-news ul {
	margin:0px 20px 17px 20px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
}
.sidebar-news ul li {
	margin:0px 0px 18px 0px;
	padding:0px 0px 18px 0px;
	list-style-type:none;
	border-bottom: solid 1px #BBBBBB;
}
.sidebar-news ul li .date {
	font-style:italic;
}
.sidebar-news a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
.sidebar-news a:hover {
	color:#000000;
	text-decoration:underline;
}

/* NEWS LIST */
.sidebar-box {
	width:278px;
	margin:0px 0px 20px 20px;
	padding:0px 0px 0px 0px;
	background-color:#E5E5E5;
	border: solid 1px #BBBBBB;
}
.sidebar-box h2 {
	margin:0px 0px 17px 0px;
	padding:15px 20px 15px 20px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:100%;
	color:#F1DC2A;
	text-transform:uppercase;
	background: #171717 url('images/bg-news-icon.gif') no-repeat 235px 8px;
}
.sidebar-box ul {
	margin:0px 20px 17px 20px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:180%;
	text-transform:uppercase;
}
.sidebar-box ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.sidebar-box a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
.sidebar-box a:hover {
	color:#000000;
	text-decoration:underline;
}

/* SIDEBAR NEWS FORMS STYLES - ARCHIVES AND SEARCH */
.sidebar-box form {
	margin:0px 0px 20px 20px;
	padding:0px 0px 0px 0px;
}
.sidebar-box select {
	width: 238px;
	margin:0px 0px 20px 20px;
	padding:5px 5px 5px 5px;
}
.sidebar-box option {
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
}

.sidebar-box input.text {
	width:165px;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
}
.sidebar-box input {
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
}


/* ------------------------------------------------------------------ */
/* MAIN POST ITEMS */
#content-right .post-item {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	border-bottom: solid 1px #DDDDDD;
}
#content-right .post-item h2 a {
	color:#333333;
	text-decoration:none;
}
#content-right .post-item h2 a:hover {
	color:#333333;
	text-decoration:underline;
}

/* ------------------------------------------------------------------ */
/* PAGE FOOTER */
/* ------------------------------------------------------------------ */
#page-footer {
	width:980px;
	height:300px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
}
#page-footer img.port {
 	display: block;
    margin:0px auto 20px auto;
	padding: 40px 0px 0px 0px;
}
#page-footer h2 {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#000000;
	line-height:100%;
}
#page-footer h3 {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000000;
	line-height:100%;
}
#page-footer p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:200%;
}
#page-footer a {
	color:#000000;
	text-decoration:none;
}
#page-footer a:hover {
	color:#000000;
	text-decoration:underline;
}

/* ------------------------------------------------------------------ */
/* FOOTER */
/* ------------------------------------------------------------------ */
#footer-wrapper {
	width:100%;
	height:50px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#000000;
}
#footer {
	width:980px;
	height:50px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}
#footer-col-01 {
	width:480px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
#footer-col-02 {
	width:80px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
#footer-col-03 {
	width:420px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
/* HEADER FONTS */
#footer-col-01 p {
	margin:0px 0px 0px 0px;
	padding:18px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height:100%;
}
#footer-col-02 img {
	display:block;
	width:30px;
	height:30px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
#footer-col-03 ul {
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height:100%;
	list-style-type:none;
}
#footer-col-03 ul li {
	height:17px;
	margin:0px 0px 0px 0px;
	padding:3px 18px 0px 18px;
	list-style-type:none;
	float:left;
	border-left: solid 1px #404040;
	line-height:100%;
}
#footer-col-03 ul li.email {
	padding:3px 0px 0px 18px;
}
#footer-col-03 a {color:#F1DC2A; text-decoration:none;}
#footer-col-03 a:hover {color:#F1DC2A; text-decoration:underline;}


/* ------------------------------------------------------------------ */
/* IMAGES */
/* ------------------------------------------------------------------ */
#content-right div.wp-caption {
	width:280px!important;
	margin:0px 0px 20px 20px;
	padding:0px 0px 0px 0px;
	float:right;
	clear:both;
}
#content-right div.wp-caption img {
	display:block;
	width:280px!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#content-right .wp-caption p {
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	font-size:12px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:130%;
}
#content-right img.alignleft,
#content-right img.alignright,
#content-right img.aligncenter,
#content-right img.alignnone {
	width:280px!important;
	height:auto!important;
	margin:0px 0px 20px 30px;
	padding:5px 0px 0px 0px;
	float:right;
	clear:both;
}

/* ------------------------------------------------------------------ */
/* FORM */
/* ------------------------------------------------------------------ */
#content-right input.wpcf7-text,
#content-right INPUT.wpcf7-captchar,
#content-right textarea.wpcf7-textarea {
	margin:5px 0px 0px 0px;
	padding:2px 3px 2px 3px;
}
#content-right input.wpcf7-submit {
	margin:0px 0px 0px 0px;
	padding:2px 5px 2px 5px;
}
#content-right .wpcf7 p {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

#content-right h2.news-header{
    margin-bottom: 0;
    padding-bottom: 0;
}

#content-right h5.news-date{
    padding-top: 5px;
    margin-top: 0;
    font-size: 14px;
    color: #808080;
}