/*
Theme Name: Tackwood Services
Theme URI: http://www.tackwood.co.uk
Description: Custom theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Matt Easom
Author URI: http://www.glenfieldsoftware.com
Tags: fixed width, two columns, widgets
*/


#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/* 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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

.widget #searchform #s {
	width: 100px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
.fn {
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	color:#0055a5;
}

.avatar {
	position:relative; float:right;
}	

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: 10px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */

/* Start Custom CSS */

body {
	background: url(images/tack-bg.gif) repeat-x #ffffff;
	margin:0;
	padding:0;
}

body,td,th,p {
	font-size:12px;
}

body,td,th,p,p a,h1,h2,h3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	text-decoration:none;
}

body a:hover,td a:hover,th a:hover,p a:hover,h1 a:hover,h2 a:hover,h3 a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	line-height:1em;
	color:#0055a5;
	padding:0;
}

#bg-container {
	position:relative;
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0;
	background:#ffffff;
}

#bg-container #top {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:590px;
	background: url(images/top-bg.gif) repeat-x;
}

#bg-container #bottom {
	bottom:0;
	left:0;
	position:absolute;
	width:100%;
	height:590px;
	background: url(images/bottom-bg.gif) repeat-x;
}

#main {
	position:relative;
	margin:0 19px 0 19px;
	width:922px;
	min-height:1000px;
	height:auto;
	background:#ffffff;
}

#header {
	position:relative;
	height:468px;
	width:922px;
}

#top-links {
	position:relative;
	margin-top:0;
}

#top-links ul {
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor:auto;
	list-style-type: none;
	display: inline;
}

#top-links ul {
	display: table;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	line-height:24px;
}
#top-links ul li {
	display: table-cell;
	position: relative;
	float:left;
	padding: 0 7px 0 7px;
}

#top-links ul li a {
	color:#5a5a5a;
	text-decoration:none;
}

#top-links ul li a:hover {
	color:#5a5a5a;
	text-decoration:underline;
}


#header #left-logo {
	position:absolute;
	left:10px;
	top:29px;
}

#header #best-of {
	position:absolute;
	margin-left:50%;
	left:-102px;
	top:37px;
}


#header #right-logo {
	position:absolute;
	right:11px;
	top:29px;
}

#image-cycle {
	position:absolute;
	bottom:38px;
	left:0;
	width:922px;
	height:318px;	
}

#tacknav {
	position:absolute;
	bottom:0;
	left:0;
	height:37px;
	width:922px;
	background: url(images/tack-navbg.gif) repeat-x;
	border-top:solid 1px #ffffff;
}

#tacknav ul {
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor:auto;
	list-style-type: none;
	display: inline;
}

#tacknav ul {
	display: table;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#tacknav ul li {
	display: table-cell;
	position: relative;
	float:left;
	padding: 10px 11px 8px 12px;
	text-transform: uppercase;
}

#tacknav ul li a {
	color:#ffffff;
	text-decoration:none;
}

#tacknav ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#main-col {
	position:relative;
	width:504px;
	height:auto;
	margin:24px 12px 24px 12px;
	float:left;
}

#right-col {
	position:relative;
	width:382px;
	height:auto;
	margin:24px 0 24px 12px;
	float:left;
}

#side-news {
	position:relative;
	width:358px;
	height:auto;
	min-height:300px;
	padding:11px 12px 150px 12px;
	background:url(images/newsBG.jpg) bottom no-repeat #008ac7;
}

#side-news small, #side-news .small, #side-news .small a {
	color:#003281;
	font-size:10px;
}

#side-news .small a:hover {
	color:#ffffff;
	text-decoration:underline;
}	

.entry, .entry p {
	color:#d8feff;
	padding:0;
	margin:4px 0 10px 0;
}

#main-col .entry p, #main-col .entry ul {
	color:#5a5a5a;
}

#widget-left {
	position:relative;
	width:185px;
	height:auto;
	margin:20px 12px 12px 0;
	float:left;
}

#widget-right {
	position:relative;
	width:185px;
	height:auto;
	margin:20px 0 12px 0;
	float:left;
}

.widget h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	line-height:1em;
	color:#0055a5;
	padding:0;
}

.widget ul, .widget ul li{
	list-style:none;
	padding-left:0;
}
	
#foot {
	position:relative;
	width:900px;
	height:240px;
	background:url(images/footerBG.jpg) bottom no-repeat;
	margin:0 12px 0 12px;
}

#foot #footcycle {
	position:absolute;
	top:80px;
	right:64px;
	width:478px;
	height:50px;
}

#foot #copyright {
	position:absolute;
	bottom:0;
	left:0;
	height:auto;
	width:900px;
}

#foot #siteby {
	position:absolute;
	bottom:0;
	right:0;
	height:auto;
	width:100px;
}

#foot #siteby p, #foot #siteby p a {
	color:#979292;
}	

.kill {
	clear:both;
}


