/*
Theme Name: PYE 2009 Version 2
Theme URI: http://www.seren-group.co.uk/
Description: 
Version: 2.0
Author: Kevin Bradwick
Author URI: http://www.seren-group.co.uk/
*/



/*********************************************** RESET ***********************************************/
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, 
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-weight: inherit; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit; 
vertical-align: top; 
} 
body { line-height: 1; color: black; background: white; } 
ol, ul { list-style: none; } 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th, td, tr { text-align: left; font-weight: normal; padding:0; margin:0; } 
blockquote:before, blockquote:after, 
q:before, q:after { content: ""; } 
blockquote, q { quotes: "" ""; }
img, div { display:block; }
html, body { height:100%; }


/****************************************** STICKY FOOTER ********************************************/
* {
	margin:0;
	padding:0;
} 
html, body, #wrap {
	height:100%;
}
body > #wrap {
	height:auto;
	min-height:100%;
}
#main {
	padding-bottom:287px;
}
#footer {
	position:relative;
	margin-top:-287px;
	height:287px;
	clear:both;
} 
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}


/******************************************* TYPOGRAPHY **********************************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:14px;
	color:#023381;
}

h1 {
	font-family:"Century Gothic", Arial, sans-serif;
	font-size:36px;
	font-weight:normal;
	color:#2b8fc9;
	padding-bottom:15px;
	line-height:1.2em;
	text-transform:lowercase;
}
h2 {
	font-weight:bold;
	font-size:18px;
	line-height:1.2em;
	padding-bottom:10px;
}
h3 {
	font-family:"Century Gothic", Arial, sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#2b8fc9;
	padding-bottom:10px;
	line-height:1em;
	text-transform:lowercase;
}
	h3#comments {
		line-height:1.4em;
	}
h4 {
	font-weight:normal;
	color:#666;
	line-height:1em;
	padding-bottom:10px;
}
h5 {
	font-weight:normal;
	color:#333;
	font-size:16px;
	font-style:italic;
	padding-bottom:14px;
	line-height:1.5em;
}
h6 {
	font-weight:bold;
	margin-bottom:4px;
	font-size:18px;
	color:#2b8fc9;
}
p {
	padding-bottom:20px;
}
	p.postmeta {
		font-size:12px;
		font-style:italic;
		color:#666;
		padding-bottom:5px;
	}
span.message-text {
	color:#ffffff;
	font-weight:normal;
	font-family:"Century Gothic", Arial, sans-serif;
	font-size:42px;
	line-height:1.2em;
	text-align:right;
	}
a {
	color:#006eb6;
	text-decoration:none;
	font-weight:bold;
}
	a.more {
		display:inline-block;
		background-color:#2b8fc9;
		padding:2px 10px 2px 10px;
		color:#ffffff; width:auto;
		font-weight:normal;
		font-size:12px;
	}
	a.more:hover {
		text-decoration:none;
		background-color:#e64215;
	}
	a:hover {
		text-decoration:underline;
	}
#nav li a {
	font-size:16px;
	padding:0 0 9px 0;
	}
	#nav li a:hover {
		text-decoration:none;
		border-bottom:6px solid #2b8fc9;
	}
li.red {
	font-weight:bold;
	color:#e64215;
}
li.yellow {
	font-weight:bold;
	color:#F9B200;
}
li.orange {
	font-weight:bold;
	color:#EE7F00;
}
li.green {
	font-weight:bold;
	color:#97BE0D;
}
li.turq {
	font-weight:bold;
	color:#008DA3;
}
li.blue {
	font-weight:bold;
	color:#004687;
}
span.footer-text {
	font-size:10px;
	color:#6e8cba;
}
	span.footer-text a {
		color:#6e8cba;
	}
#breadcrumb, #breadcrumb a {
	color:#949494;
	font-size:12px;
	line-height:1em;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
a {
	color:#006eb6;
	text-decoration:none;
	font-weight:bold;
}
ul.job-feed li.title h4 {
	font-size:20px;
}
blockquote {
	margin:22px 20px;
	padding:3px;
	padding: 0 50px;
	background: transparent url("images/blockquote.gif") no-repeat 0 0;
}
hr {
	background-color:#CCC;
	height:1px;
	border:none;
}
/******************************************** LAYOUT GENERAL *******************************************/
#wrap {
	width:840px;
	margin:0 auto;
}
#header {
	width:100%;
	height:240px;
}
#main {
	width:840px;
	
}
#footer {
	width:100%;
	height:287px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
span.footer-text {
	display:block;
	float:left;
	text-align:center;
	width:100%;
	margin-top:110px;
}
#content {
	display:inline;
	width:525px;
	margin:0 21px 0 21px;
	float:left;
}
span.message-text {
	display:block;
	float:right;
	width:620px;
	margin-top:45px;
}
#nav {
	float:right;
}
#nav li {
	float:left;
	margin-right:10px;
	display:block;
	padding:20px 0 20px 0;
}
#breadcrumb {
	width:800px;
	float:left;
	margin:100px 0 20px 20px;
	border-bottom:1px solid #949494;
	padding-bottom:10px;
}
#sidebar {
	width:252px;
	float:left;
}
	ul.sidebar-list {
		margin-bottom:40px;
	}
		ul.sidebar-list li {
			width:241px;
			height:21px;
			background-image:url(images/sidebar-li-bg.jpg);
			background-repeat:no-repeat;
			border-bottom:1px solid #e5e5e5;
			padding:8px 0 10px 10px;
		}
		ul.sidebar-list li.title {
			background-image:none;
			border-bottom:1px solid #e5e5e5;
			padding-bottom:18px;
		}
		ul.sidebar-list li.dl {
			padding:5px 0 18px 30px;
			background-image:url(images/dl-icon-22.gif);
			background-repeat:no-repeat;
			background-position:left;
			width:221px;
		}
div#message {
	width:500px;
	padding:5px;
	background-color:#FFC;
	display:inline;
	float:left;
	margin-bottom:20px;
	color:#000;
}

div.apost {
	width:100%;
	float:left;
	margin-bottom:24px;
}
	div.post-thumbnail {
		width:90px;
		height:90px;
		background-color:#e1e1e1;
		padding:2px;
		margin-right:17px;
		float:left;
	}
		div.post-thumbnail img {
			display:block;
			float:left;
		}
	div.post-excerpt {
		display:block;
		float:left;
		margin-top:-4px;
	}
		div.post-excerpt.with-thumb {
			width:414px;
		}
.single-head {
	width:100%;
	display:block;
	float:left;
	padding-bottom:7px;
	margin-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}
div.navigation {
	display:block;
	width:100%;
	float:left;
	margin:10px 0 10px 0;
}
	.alignleft {
		float:left;
	}
	.alignright {
		float:right;
	}

/******************************************** ELEMENTS ****************************************************/
#content ul {
	margin:0 0 20px 40px;
}
	#content ul li {
		background-image:url(images/bullet.gif);
		background-repeat:no-repeat;
		background-position:0 10px;
		padding-left:14px;
	}

#content ol {
	margin:0 0 20px 40px;
	list-style:decimal;
}
ul.contact-form {
	margin:0 0 60px 0 !important;
	padding:0 !important;
}
	ul.contact-form li {
		background-image:none !important;
		padding:0 !important;
		margin-bottom:7px;
	}
	ul.contact-form label {
		width:125px;
		float:left;
	}
	.regular-text {
		padding:3px;
	}
	ul.contact-form input[type=text] {
		width:280px;
	}
	ul.contact-form textarea {
		width:280px;
		height:160px;
	}
	input.button {
		border:1px solid #999;
		padding:3px 7px 3px 7px;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		-khtml-border-radius:10px;
		border-color: #dfdfdf;
		color: #464646;
		background-color:#e1e1e1;
	}
	input.button:hover {
		background-color:#cecece;
		cursor:pointer;
	}
	input#sendmail {
		margin-left:125px;
	}
ul.job-feed {
	margin:0 0 40px 0 !important;
}
	ul.job-feed li {
		background-image:none !important;
		padding:0 !important;
		margin:0 0 3px 0 !important;
	}

span.download {
	display:block;
	margin:7px 0 7px 0;
}
span.download img {
	float:left;
	margin-right:7px;
}
span.download a {
	display:block;
	position:relative;
	top:-5px;
	left:0;
}
ul.job-feed li.title {
	padding-bottom:4px;
	border-bottom:2px dotted #999;
}
/************************************************** FRONT PAGE ***************************************************/
#content-home {
	display:inline;
	width:800px;
	float:left;
	margin:100px 20px 0 20px;
}
span.fp-image {
	display:block;
	float:left;
}
div.fp-text {
	width:400px;
	display:inline;
	float:left;
	margin-left:20px;
}
.fp-cola, .fp-colb, .fp-colc {
	width:250px;
	float:left;
	margin-right:25px;
}
.fp-colc {
	margin-right:0 !important;
}
hr.fp {
	width:100%;
	float:left;
	display:block;
	background-color:#e1e1e1;
	border:none;
	color:#e1e1e1;
	margin-bottom:22px;
}
/********************************************** GOOGLE TOOLS ***************************************************/
#google_translate_element {
	width:242px;
	padding:5px;
	float:left;
	margin:10px 0 10px 0;
}
	#google_translate_element select {
		padding:3px;
		width:236px;
	}

/********************************************** BLOG SIDEBAR ***************************************************/
div.blog-widgets {
	width:252px;
	display:block;
	float:left;
}
div.widget {
	display:block;
	float:left;
	width:100%;
	margin-bottom:24px;
}
	div.widget-title {
		font-family:"Century Gothic", Arial, sans-serif;
		font-size:26px;
		font-weight:normal;
		color:#2b8fc9;
		padding-bottom:10px;
		line-height:1em;
		text-transform:lowercase;
		width:100%;
		border-bottom:1px solid #e1e1e1;
	}
#wp-calendar {
	width:100%;
}
	#wp-calendar td, #wp-calendar th {
		padding:2px;
		text-align:center;
		vertical-align:middle;
	}
	#wp-calendar caption {
		text-align:center;
	}
	

/****************************************** COMMENTS ******************************************/
ol.commentlist {
	width:100%;
	float:left;
	margin:0 !important;
	padding:0 !important;
	margin-top:20px;
}
	ol.commentlist li {
		list-style:none;
		width:100%;
		display:block;
		float:left;
		list-style:none;
		padding:0 !important;
		margin:17px 0 17px 0 !important;
	}
div.comment-author.vcard {
	width:64px;
	height:64px;
	display:block;
	float:left;
	margin-right:17px;
}
div.comment-body {
	display:block;
	float:left;
	width:424px;
	padding:5px 10px 5px 10px;
	background-color:#e1e1e1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	color:#000;
}
ul.children {
	margin-left:27px !important;
}
	ul.children .comment-body {
		background-color:#f6f6f6;
	}
li.depth-2 .comment-body {
	width:397px;
}
li.depth-3 .comment-body {
	width:370px;
}
li.depth-4 .comment-body {
	width:343px;
}
li.depth-5 .comment-body {
	width:316px;
}
div.comment-meta {
	font-size:12px;
	font-style:italic;
	color:#333;
	display:block;
	width:100%;
	float:left;
	margin-bottom:7px;
	padding-bottom:5px;
	border-bottom:1px solid #dadada;
}