/*
Theme Name: FNS
Theme URI: http://www.fivenines.co.uk/
Description: The theme for our main site.
Version: 1.0
Author: Michael Canavan
Author URI: http://www.fivenines.co.uk/
Tags: blue, custom header, fixed width, two columns, widgets

*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #f2f2f2 url(images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
a img {
	border: none;
}
#wrapper {
	width: 950px;
	margin: 0px auto 0px auto;
}
#both {
	clear: both;
}
/* ----------- Text Formatting ------------ */
h1 {
	color: #ea1b23;
	font-size:16px;
	margin: 10px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px #CCCCCC solid;
}
h2 {
	color: #ea1b23;
	font-size:14px;
	margin: 10px 0 5px 0;
}
h2 a {
	text-decoration:none;
}
h2 a:hover {
	color: #1A8AEA;
	text-decoration:none;
}
h2 a:visited {
	color: #ea1b23;
	text-decoration:none;
}
h3 {
	color: #ea1b23;
	font-size:14px;
}
h4 {
	color: #ea1b23;
	font-size:14px;
}
p {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding-bottom: 10px;
}
p a {
	color: #ea1b23;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px #ea1b23 dotted;
}
p a:hover {
	color:#1A8AEA
}
/* -------------- Lists -------------- */

#content ul, ol {
	margin: 10px 0 15px 15px;
	line-height: 150%;
	font-size: 12px;
}
#content ul li, #content ol li {
	list-style-position:outside;
	margin-left: 2em;
}
#content dl {
	font-size: 12px;
	padding: .3em 0 .8em;
}
#content dt {
	float: left;
	clear: left;
	width: 9em;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
#content dd {
	margin: 0 0 0 10em;
	padding: 0 0 0.5em 0;
}
#content blockquote {
	background: transparent url(images/blockquote.png) no-repeat left top;
	margin: 10px 65px 10px 10px;
	padding: 20px 20px 10px 10px;
	font-style: italic;
	color: #939494;
}
#content blockquote p {
	padding: 8px;
	margin: 2px;
	border: 1px dotted #939494;
}
/*------------------ Tables ---------- */
table {
	font-size: 12px;
	margin: .5em 0 1em;
	border-bottom: 3px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
table td, table th {
	text-align: left;
	padding: .2em .4em;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
table th {
	background: #ebebeb;
	border-bottom: 2px solid #d9d9d9;
}
table tr.odd {
	background: #ebebeb;
}
table tr:hover {
	background: #d9d9d9;
}
/* ----------------- Header Start ----------------- */
#header {
	background: url(images/headbg.png);
	height: 108px;
	width: 950px;
	margin-top: 20px;
}
#maintop {
	background: url(images/maintop.png);
	height: 10px;
}
/* ----------------- Content Start ----------------- */
#contwrap {
	float: left;
	width: 725px;
}
#content {
	background:#FFFFFF;
	width: 673px;
	padding: 15px 25px 0;
	border-left: 1px #b2b2b2 solid;
	border-right: 1px #b2b2b2 solid;
}
#contentbottom {
	background: url(images/contentbottom.png);
	height: 10px;
	width: 725px;
}
/* ----------------- Sidebar Start ----------------- */
#sidewrap {
	float: right;
	width: 215px;
}
#sidebar {
	margin: 0;
	width: 213px;
	background:#FFFFFF;
	padding: 0 0 15px 0;
	border-left: 1px #b2b2b2 solid;
	border-right: 1px #b2b2b2 solid;
	list-style: none;
}
#sidebar h2 {
	margin: 0;
	border: none;
	padding: 5px 0 10px 20px;
}
#sidebar ul li {
	margin: 0;
	line-height: 20px;
	border-top: 1px #E9E9E9 solid;
	padding-left: 25px;
	display:block;
}
#sidebar ul li a {
	display: block;
	width: 100%;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}
#sidebar ul li:hover {
	background: #1A8AEA;
}
.remote {
	width: 215px;
	height: 42px;
	background: url(images/remote.png) no-repeat;
}
.remote a {
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
	display: block;
	width: 151px;
	height: 28px;
	padding: 13px 0px 0px 64px;
}
.remote a:hover {
	background: url(images/remote.png) no-repeat;
	background-position:0px -42px;
}
/* ----------------- Footer Start ----------------- */
#footer {
	margin:10px 8px 35px;
	color:#999999;
	font-size: 11px;
	width: 709px;
}
#footer .footleft {
	float:left;
	width:550px;
}
#footer .footright {
	float:right;
	width:150px;
	text-align:right;
}
#footer a {
	color:#b0b0b0;
	text-decoration:none;
}
#footer a {
	color:#e4797d;
	text-decoration:none;
}
#footer a:hover {
	color:#1A8AEA;
}
#footer a.but {
	background:url(images/foot-check.gif) left no-repeat;
	padding:1px 6px 0px 18px;
}
#footer a.czero {
	background:url(images/foot-carbon.png) left no-repeat;
	padding:1px 0px 0px 15px;
}
/*--------------- Start Head Nav --------------*/

div#main_navi {
	background: url(images/navbg.png) no-repeat;
	float: left;
	margin: 0 0 10px 0;
	height: 34px;
	width: 950px;
}
div#main_navi ul.left {
	margin: 0;
	float: left;
	list-style-type: none;
	padding: 1px 20px 0px 20px;
	width: 695px;
	height: 34px;
	overflow: hidden;
}
div#main_navi ul li {
	line-height: 100%;
	display: inline;
}
div#main_navi ul.left li a {
	float: left;
	overflow: hidden;
	font-size: 13px;
	background:url(images/navon.png) 1000px 0px no-repeat;
	padding: 8px 20px 8px;
	text-decoration: none;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #d1d1d1;
	color:#333333;
}
div#main_navi ul.left li a:hover {
	background:#ffcc00 url(images/navon.png) 0px 0px repeat-x;
	border-right:1px solid #1a8aea;
}
div#main_navi ul.right {
	background: url(images/searchbox.png) no-repeat;
	margin: 6px;
	display:block;
	height: 23px;
	width:203px;
	float: right;
	list-style-type: none;
}
div#main_navi ul.right li a {
	float: left;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}
/* -------------- Search Box ---------------- */
#searchbox {
}
#searchbox .textfield {
	background:none;
	border:0px;
	width:175px;
	float:left;
	margin-right:2px;
	padding:3px 0 3px 4px;
	color: #DDD;
}
#searchbox .button {
	background:none;
	border:0px;
	width:18px;
	height:21px;
	cursor:pointer;
	float:left;
	padding:3px 0 3px 0px;
}
/*--------------- Posts --------------*/

.post {
	margin-bottom:20px;
}

.postHeader {
	position:relative;
	width:673px;
	margin-bottom:10px;
}
.postTitle {
	width:640px;
	background:url(./images/posts.png) no-repeat -0px -26px;
	min-height:24px;
	padding:1px 0;
	margin: 0 0 0 32px;
}
.postTitle a,
.postTitle a:visited,
.postTitle a:hover {
	text-decoration:none;
	color:#000;
	padding-left:10px;
	position:relative;
	display:block;
	line-height:24px;
}

.postTitle span {
	display:block;
	width:640px;
	height:5px;
	bottom:0;
	left:0;
}
.postDateWrap {
	float:left
}
.postMonth {
	display:block;
	top:0;
	left:0;
	width:28px;
	padding-right:2px;
	height:13px;
	padding-top:0px;
	font-size:11px;
	color:#fff;
	text-align:center;
	background:url(images/posts.png) no-repeat 0px 0px;
}
.postDay {
	display:block;
	top:13px;
	left:0;
	width:28px;
	padding-right:2px;
	height:13px;
	font-size:10px;
	color:#555;
	text-align:center;
	background:url(images/posts.png) no-repeat 0px -13px;
}
.postSubTitle {
	text-align:right;
	padding-right:10px;
	font-size:11px;
	overflow:hidden;
}
.postCategories {
	float:right;
	padding:3px 0 3px 25px;
	font-size:11px;
	background:url(images/posts.png) no-repeat 0px -96px;
}

.postContent {
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:12px;
	line-height:145%;
	padding:0 10px 0 33px;
	overflow:hidden;
}

.postLinkPages {
	margin:20px 20px -16px;
	font-size:11px;
}
.postFooter {
	overflow:hidden;
	border-top:1px solid #d9d9d9;
	padding: 8px 5px 10px 30px;
	margin:15px 0px 0;
}
.postFooter a{
	color: #ea1b23;
	text-decoration:none;
}
.postFooter a:hover{
	color:#1A8AEA;
}
.postComments {
	float:left;
	width:95px;
	padding:2px 0 3px 25px;
	font-size:11px;
	background:url(images/posts.png) no-repeat 0px -116px;
	color:#aaa;
}
.postTags {
	float:left;
	width:355px;
	padding:2px 10px 3px 25px;
	font-size:11px;
	background:url(images/posts.png) no-repeat 0px -76px;
}
.postTags span {
	color:#aaa;
	font-style:italic;
}
.postReadMore {
	display:block;
	float:right;
	width:100px;
	outline:none;
}
.postReadMore b {
	display:block;
	margin:0 1px;
	border:1px solid #ccc;
	border-width:1px 0;
	background:url(images/posts.png) no-repeat -34px 2px;
}
.postReadMore b b {
	margin:0 -1px;
	border-width:0 1px;
	padding:3px 20px 3px 10px;
	background:none;
}
.postReadMore b b b {
	border-width:0;
	margin:0;
	padding:0;
	cursor:pointer;
	height:14px;
	font-size:11px;
	overflow:hidden;
}
.postReadMore:hover {
	text-decoration:none;
}
.postReadMore:hover b {
	border-color:#9b9b9b;
}
.post-edit-link {
	float:right;
	display:block;
	padding:0 5px;
	font-size:11px;
}

.nocomments {
	margin:0 0 40px;
}

.post ul,
.comment ul,
.post ol,
.comment ol{
	/*padding:0 0 10px 30px;*/
	clear:left;
}
.post ul li,
.comment ul li {
	list-style-type:disc;
}
.post ol li,
.comment ol li{
	list-style-type:decimal;
}
.post img {
	max-width:630px;
}
.post table {
	background:#fff;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post th, 
.post td {
	border:1px solid #ccc;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post tr.even td {
	background:#f2f2f2;
}
.post th {
	background:#e5e5e5;
}
.post strong {
	font-weight:bold;
}
.post em {
	font-style:italic;
}

.commentHeader {
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0 0 5px 33px;
}
.commentHeader h4 {
	float:right;
	margin-right:10px;
	font-size:16px;
}
.commentHeader span {
	float:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.commentHeader .addComment {
	width:100px;
	padding:5px 10px 0 25px;
	font-size:11px;
	background:url(images/posts.png) no-repeat 0px -134px;
}
.commentHeader .addTrackback {
	width:120px;
	padding:5px 10px 0 23px;
	font-size:11px;
	background:url(images/posts.png) no-repeat 0px -134px;
}

.commentList {
	border-top:1px solid #ddd;
	margin:0 -10px;
	padding:10px 20px 0;
}
li.comment {
	overflow:hidden;
}
li.comment .author {
	float:left;
	width:100px;
}
li.comment .avatar {
	margin-left:5px;
	width:60px;
}
li.comment .author {
	float:left;
	width:100px;
	margin-bottom:10px;
}
li.comment .author .name {
	text-align:left;
	font-size:11px;
	color:#666;
	margin-left:10px;
}
li.comment .messageBox {
	margin-left:100px;
	background-color:#eee;
	border:1px solid #ddd;
	padding:5px;
	overflow:hidden;
	margin-bottom:10px;
}
li.adminComment .messageBox {
	background-color:#ddd;
	border:1px solid #ccc;
}
li.comment .messageBox .date {
	font-size:11px;
	color:#666;
	float:left;
	height:20px;
}
li.comment .messageBox .links {
	font-size:11px;
	float:right;
	margin-right:10px;
	height:20px;
	color:#aaa;
}
li.comment .messageBox .links a {
	padding:0 3px;
}
li.comment .messageBox .content {
	clear:both;
}
li.comment .messageBox p {
	margin:0 0 10px;
}
ul.children {
	margin:0 0 0 20px;
	clear:both;
}

.commentNavigation {
	overflow:hidden;
	padding:3px 10px;
	text-align:center;
}
.commentNavigation .page-numbers {
	padding:0 3px;
}
.commentNavigation .prev,
.commentNavigation .older {
	background:url(./images/Arrows.gif) no-repeat 0 1px;
	padding:0 10px 0 15px;
}
.commentNavigation .next,
.commentNavigation .newer {
	background:url(./images/Arrows.gif) no-repeat 100% -24px;
	padding:0 15px 0 10px;
}
.commentNavigation .older {
	float:left;
}
.commentNavigation .newer {
	float:right;
}

.hr {
	border-top:1px solid #a6afb3;
	margin:0 -10px 20px;
}
.hr hr {
	display:none;
}
#respond {
	padding:0 10px;
}
#respond textarea {
	width:99%;
}
#respond p {
	margin:0 0 2px;
}
#respond h3 {
	margin:0 0 10px;
}
#respond .textField,
#respond textarea {
	border:1px solid #999;
	padding:2px 5px;
	color:#333;
	background:#f2f2f2;
}
#respond .submitBar {
	overflow:hidden;
	margin:0;
	padding:3px 10px 10px;
}
#respond .submitButton {
	float:right;
}



#pageNavigation {
	background-color:#dee5ee;
	margin:10px 0 0 0;
	padding:3px 10px;
	border:1px solid #a6afb3;
	border-width:1px 0;
	font-size:12px;
	overflow:hidden;
}
#newerEntries {
	float:left;
}
#olderEntries {
	float:right;
}
#newerEntries a {
	background:url(./images/Arrows.gif) no-repeat 0 1px;
	padding-left:15px;
}
#olderEntries a {
	background:url(./images/Arrows.gif) no-repeat 100% -24px;
	padding-right:15px;
}

#feedbox {
	border:1px solid #bbb;
	padding:2px 3px;
}

#postExtra {
	position:relative;
	top:-30px;
	width:300px;
	padding-left:10px;
}
#postExtra .rss{
	padding:3px 10px 2px 25px;
	font-size:11px;
	background:url(images/posts.png) no-repeat 0px -52px;
	text-decoration:none;
}
#postExtra .rss a{
	color: #ea1b23;
	text-decoration:none;
}
#postExtra .rss a:hover{
	color:#1A8AEA;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 6px;
	margin: 0px 0px 10px 15px;
	display: inline;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

img.alignleft {
	padding: 6px;
	margin: 0px 15px 10px 0;
	display: inline;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin-bottom:5px;
margin-left:15px;
margin-right:15px;
padding-top:4px;
text-align:center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align:center;
}
/* End captions */
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider ul li {
		margin: 0px;
	}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:673px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		/* left:154px; */
		top:270px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		/*left:857px;*/
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(images/slider/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/slider/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

    /* image replacement */
        .graphic, #prevBtn, #slider1prev{
            margin:0 0 0 -30px;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
		#nextBtn, #slider1next {
		    margin:0 0 0 673px;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
			
    /* // image replacement */
	
	/*----------------- Header Image ---------- */
#head {
padding:30px 0 0 355px;
position:absolute;
width:300px;
}
#head-wrap {
	width:300px;
	height:100px;
	background:url(images/head-bg.png) no-repeat;
	padding:10px 8px 10px 10px;
}
#head h1 {
	border:0;
	margin:5px 0 5px 10px;
	padding:0;
}
#head ul {
	list-style:none;
	margin:5px 0 15px 10px;
}
#head ul li {
	margin:0;
	color:#666666;
	height:24px;
	font-size:12px;
}
#head li {
	background:url(images/ul.png) no-repeat;
	padding-left: 25px;
	margin: 0;
}
