/*
Theme Name: default
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
Author: You
Author URI: www.theslcgroup.co.uk/blog
*/

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;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

body {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
	*font: 12px Sans-serif, Helvetica, Verdana, Arial;
	line-height: 16px;
	color: #333333;
	background: url('images/backgrounds/body.jpg') top repeat-x;
}
	
/* links */

a:link, a:visited {
	text-decoration: none;
	color: #009DDC; 
	}

a:hover {
	text-decoration: underline;
	}

/* page structure 
--------------------------------------------- */

div#wrap {
	padding-top: 75px;
}

div#wrap, div#footer {
	margin: 0 auto;
	width: 960px;
}
	
div#left-side {
	float: left;
	width: 720px;
	padding: 10px 0 0 0;
}

div#right-side {
	float: right;
	width: 240px;
}

div#footer-container {
	width: 100%;	
	background: url('images/backgrounds/footer.jpg') repeat-x;
	clear: both;
	height: 125px;
}

/* header 
--------------------------------------------- */

div#main-nav, div#main-nav ul {
	float: left;
}

div#main-nav {
	float: left;
	width: 100%;
}

div#main-nav form {
	float: right;
	*margin-top: -2px;
}

div#main-nav li {
	float: left;
	display: block;
	background-color: #F2F2F2;
}

div#main-nav li a {
	display: block;
	padding: 5px;
	border-right: 2px solid #fff;
}

div#main-nav li a:hover {
	color: #fff;
	background: url('images/buttons/menuBt.jpg') repeat-x top;
	text-decoration: none;
}

div#main-nav form #search, #s {
	border: 1px solid #ccc;
	padding: 3px 3px 3px 20px;
	color: #666;
	background: url('images/icons/search.jpg') left no-repeat;
	width: 150px;
}

label.screen-reader-text {
	visibility: hidden;
}

div#main-nav form #goBtn, input#searchsubmit {
	color: #fff;
	background: url('images/buttons/menuBt.jpg') repeat-x;
	border: 0;
	padding: 3px;
}

/* Matshead */

div#masthead {
	float: left;
	width: 100%;
	background: url('images/backgrounds/masthead.jpg') right no-repeat;
	padding-top: 23px;
	color: #fff;
	height: 178px;
}

div#masthead img, div#masthead p {
	display: block;
}

div#masthead img {
	padding-bottom: 5px;
}

div#masthead p {
	font-size: 16px;
	width: 230px;
	background: url('images/backgrounds/blockquote.jpg') no-repeat left;
	padding: 25px 0px 25px 30px;
	line-height: 18px;
}

/* main styles 
--------------------------------------------- */

div#content {
	float: left;
	width: 700px;
	padding: 15px 5px 0 5px;	
}

div#post {
	float: left;
	width: 100%;
	padding-bottom: 5px;
}

div#post h1 {
	color: #009DDC;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0px;
}

div#post p, ul#post-info {
	padding: 5px 0px;
	line-height: 16px;
}

p.date span {
	padding: 5px 0 5px 35px;
	background: url('images/icons/date.png') left no-repeat;
	color: #808080;
}

p.date {
	margin: 5px 0;
}

ul#post-info {
	display: block;
}

ul#post-info li {
	display: inline;
	padding: 0 2px;
	color: #808080;
}
	
/* secondary styles 
--------------------------------------------- */

div.comment, form#add-comment, ol.commentlist {
	float: left;
	width: 700px;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 10px 0px;
}

div.comment-heading, div.comment-author.vcard {
	padding: 10px 0px 10px 40px;
	color: #009DDC;
	font-size: 14px;
	background: #F5F5F5 url('images/icons/comment.jpg') left no-repeat;
	display: block;
}

div.comment-heading span {
	color: #666;
}

div.comment-text, div.comment-body {
	background-color: #ededed;
	border-top: 2px solid #fff;
	padding: 10px;
	display: block;
	color: #666;
	line-height: 16px;
}

form#add-comment span {
	border-bottom: 2px solid #fff;
	padding: 10px 10px 10px 40px;
	border-bottom: 2px solid #fff;
	margin-bottom: 5px;
	background: #F5F5F5 url('images/icons/add-comment.jpg') no-repeat left;
	color: #009DDC;
	font-size: 14px;
	display: block;
}

form#add-comment fieldset {
	background-color: #EDEDED;
	color: #009DDC;
	padding-bottom: 5px;
}

form#add-comment fieldset p {
	float: left;
	padding: 10px 0 5px 10px;
}

form#add-comment fieldset input, form#add-comment fieldset textarea {
	border: 1px solid #CCCCCC;
	background: url('images/backgrounds/input.jpg') repeat-x top #fff;
	padding: 2px;
	margin-top: 2px;
}

form#add-comment fieldset textarea {
	width: 670px;
}

form#add-comment #name, form#add-comment #email {
	width: 200px;
}

form#add-comment fieldset #send {
	background: url('images/buttons/submitBtn.jpg') left top no-repeat;
	border: 0;
	text-align: center;
	width: 124px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

div#recent-posts, div#twitter_div {
	padding: 20px;
	display: block;
	width: 200px;
}

div#recent-posts {
	background: url('images/backgrounds/recent-posts.png') left top no-repeat;
	height: 430px;
	z-index: 2;	
}



/* any IE */

div#recent-posts p, div#twitter_div p {
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 16px;
}

div#recent-posts p.heading {
	padding-left: 40px;
	background: url('images/icons/recent-posts.jpg') left no-repeat;
	font-size: 16px;
	color: #009DDC;
}

div#recent-posts p.sub-heading {
	color: #009DDC;
	font-size: 14px;
}

div#recent-posts span, div#twitter_div li {
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}

div#recent-posts span a {
	color: #333;
}

div#recent-posts span a:hover {
	color: #999;
	text-decoration: none;
}

div#recent-posts .moreBtn a {
	padding-left: 8px;
	background: url('images/arrows/grey.jpg') left no-repeat;
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

div#twitter_div {
	background: url('images/backgrounds/twitter.jpg') no-repeat left top;
	height: 405px;
	line-height: 16px;
}

div#twitter_div li {
	margin: 5px 0px;
}

div#twitter_div p.heading {
	padding-left: 40px;
	background: url('images/icons/twitter.jpg') left no-repeat;
	font-size: 16px;
	color: #009DDC;
}

div#twitter_div p a {
	padding-left: 8px;
	background: url('images/arrows/grey.jpg') left no-repeat;
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

div#tags {
	display: block;
	padding: 0 15px 5px 15px;
}

div#tags p {
	padding: 5px 0px;
	color: #808080;
	line-height: 18px;
}

div#tags p.heading {
	padding-left: 40px;
	background: url('images/icons/tags.jpg') left no-repeat;
	font-size: 16px;
	color: #009DDC;
}

/* footer 
--------------------------------------------- */

#footer {
	padding-top: 30px;
	font-size: 11px;
	color: #666;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

#validation, #dpi21 {
	float: right;
}

#contact-details, #dpi21 img, #dpi21 p, #footer-nav {
	float: left;
}

#contact-details {
	width: 475px;
	line-height: 16px;
}

#contact-details span {
	padding-top: 10px;
	display: block;
}

#validation {
	text-align: right;
	padding-top: 10px;
	width: 450px;
}

#validation li, #footer-nav li {
	display: inline;
}

#validation li {
	padding: 0px 2px 0px 10px;
	background: url('images/icons/tick.jpg') left no-repeat;
}

#dpi21 p {
	padding: 4px;
	margin-left: 4px;
	line-height: 14px;
	border-left: 1px solid #ccc;
}

#footer-nav {
	text-align: center;
	padding: 20px 0px;
	width: 950px;
	color: #999999;
	line-height: 14px;
}

/* misc. 
--------------------------------------------- */

hr, .hide {
	display: none;
	}
	
a img {
	border: none;
	}

.blue {
	color: #009DDC;
}

/* self-clear floats */

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