/*   
Theme Name: UKBlog_theme_v1
Theme URI: http://blog.esendex.co.uk/
Description: Our UK Blog Theme.
Author: Paul Smith
Author URI: http://www.esendex.co.uk
Version: 1.0
*/

/* Colours ----- */
/* Green - 97c311 */
/* Purple - 61127b */
/* Grey - 666 */
/* Light Grey - ececec */

/* CSS Document */
body, h1, h2, h3, h4, h5, h6, blockquote, form {
margin: 0;
padding: 0;
}

body {
font: 0.7em Verdana, Arial, Helvetica, sans-serif;
background-color: #ccc;
}

div{
	padding: 0px;
	margin: 0px;
}
img {
border: 0px;
padding: 10px;
}

h1, h2 {
font: Verdana, Arial, Helvetica, sans-serif;
color: #61127b;
}

h2.posttitle{
padding-left: 60px;
}

.entrytext h2{
padding-top: 5px;
padding-bottom: 5px;
}

.entrytext h3{
padding-top: 5px;
padding-bottom: 5px;
}


.purple {
color: #61127b;
}

.green {
color: #97c311;
}

h2 {
font-size: 1.1em;
}

h2 a, h2 a:hover, h2 a:visited{
color: #61127b;
}

h2 a:hover {
text-decoration: underline;
}

h3 {
font: Verdana, Arial, Helvetica, sans-serif;
color: #fff;
font-size: 1.1em;
}

a{
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

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;
	}

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

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position:relative;
}

.left {
	float:left;
}

.right {
	float:right;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.navigation a {
	color: #ccc;
	text-decoration: none;
}
.navigation a:visited {
	color: #ccc;
	text-decoration: none;
}

.navigation a:hover {
	color: #ccc;
	text-decoration: underline;
} 

.hidden
{
	display: none;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	height: auto;
	width: 871px;
	top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
}

#white {
	background-color: #FFFFFF;
	height: auto;
	width: 871px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#heading {
	background: url(images/header.jpg) no-repeat;
	height: 156px;
	width: 871px;
	position: relative;
}

#navbar {
	background: url(images/navbar.jpg) repeat-x;
	height: 28px;
	width: 100%;
	color: #fff;
}
#navbar ul li { 
	display: inline;
	color: #fff;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
#navbar ul {
	padding: 0px;
	margin-top: 0px;
	position:relative;
	top: 7px;
	margin-left: 25px;
}

#navbar ul li a, a:visited{ 
	color: #fff;
	text-decoration:none;
}

#navbar ul li a:hover{ 
	color: #fff;
	text-decoration:underline;
}

#bodybox {
	height: auto;
	overflow:hidden; 
	width: 100%;
}

.green {
	color: #97c311;
}
#headline{
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 20px;
}

.entry{
	clear:both;
	position: relative;
	top: 10px;
	margin-bottom: 30px;
	padding: 0px;
	height: auto;
}

.entry h2 a{
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #61127b;
	font-size: 1.1em;
	font-weight: bold;
}

.contentheader a:hover{
	text-decoration: none;
}

.contentheader {
	padding-bottom: 15px;
}

.cal img, .month img, .date img, .year img{
	padding: 0px;
	margin: 0px;
}
	

.cal{
	height: 63px;
	width: 42px;
	border:#CCC solid 1px;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 0px;
	float: left;

}

.month{
	padding: 0px;
	margin: 0px;
}

.date{
	padding: 0px;
	margin: 0px;
}

.year{
	padding-top: 3px;
}

.entrytext{
	float: right;
	width: 550px;
	color: #666;
	position: relative;
	top: 0px;
	padding-top:0px;
	margin-top:0px;
	line-height: 170%;
}

.entrytext p{
	padding-top:0px;
	margin-top:0px;
}

.entrytext a {
	text-decoration: underline;
	color: #666;
}

.entrytext a:hover {
	text-decoration: underline;
	color: #61127b;
}

div.entrytext ul li  {
	line-height: 170%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

div.entrytext ul li a {
	text-decoration: underline;
	color: #666;
}

div.entrytext table {
	padding-bottom: 10px;
}

.addthis_container{
	float: right;
}
.entrywrap{
clear:both;
	position: relative;
	top: 5px;
}

#divider{
	clear: both;
	width: 530px;
	height: 2px;
	background-color: #ececec;
	position: relative;
	top: 10px;
}

#sidebar {
	float: right;
	height: auto;
	width: 190px;
	position: relative;
	background-color: #fff;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#emailbox{
	margin-top:5px;
}
#rssbar {
	position: relative;
	top: 10px;
}

div.go{
width:31px;
height:22px;
float: right;
}

#techrssbar {
	position: relative;
	top: 10px;
}
#techrsstitle{
	margin-top: 25px;
}

#techrssicon{
position: relative;
right: -7px;
}

#techrssicon img{
padding-top: 0px;
}

#rsstitle{
	margin-top: 15px;
}

#rssicon{
position: relative;
right: -7px;
}

#twitterbar {
	position: relative;
}
#twittertitle{
	margin-top: 33px;
}

#twittericon{
position: relative;
right: -7px;
}

.box ul{
list-style-image: url(images/arrow.jpg)
}

.box ul, li{
	font: 0.95em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-left: 10px;
}

#latestposts{
	clear:both;
}

#latestpostslist ul li a{
	color: #666;
	text-decoration: none;
}

#latestpostslist ul li a:hover{
	text-decoration: underline;
}

#archive{
	clear:both;
	padding-top: 20px;
	padding-bottom: 20px;
}

#archivelist ul li a{
	color: #666;
	text-decoration: none;
}

#archivelist ul li{

	margin-top: 5px;
}

#archivelist ul li a:hover{
	text-decoration: underline;
}

#category{
	clear:both;
	padding-top: 10px;
}

#catlist ul li a{
	color: #666;
	text-decoration: none;
}

#catlist ul li{

	margin-top: 5px;
}

#catlist ul li a:hover{
	text-decoration: underline;
}

#freetrialbox{
	margin-top: 10px;
	margin-bottom: 5px;
}

a.freetrial
{
	height: 53px;
	width: 174px;
	margin: 10px;
	display: inline-block;
	background-image: url("images/free-trial.jpg");
}

a.freetrial:hover
{
	background-image: url("images/free-trial-h.jpg");
}

#whitetext {
	background-image:url(images/bodyfade.jpg);
	background-repeat:repeat-y;
	background-position:right;
	height:auto !important;
	min-height:660px;
	width: 610px;
	position: relative;
	float: left;
	margin-left: 10px;
	padding: 20px;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-color: #9cc829;
	height: 167px;
	width: 100%;
	clear: both;
}

#table{
	position: relative;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

#box0{
	height: 100px;
	padding-left: 65px;
	background: url(images/footerbar.jpg) repeat-y right;
}

#box0 ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}

#box0 ul li {
	padding-top:8px;
	margin:0px;
	color: #fff;
	font-size: 1em;
}

#box0 ul li a, ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#box0 ul li a:hover{
	color: #fff;
	text-decoration: underline;
}

#box1{
	height: 100px;
	padding-left: 50px;
	background: url(images/footerbar.jpg) repeat-y right;
}

#box1 ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}

#box1 ul li {
	padding-top:8px;
	margin:0px;
	color: #fff;
	font-size: 1em;
}

#box1 ul li a, ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#box1 ul li a:hover{
	color: #fff;
	text-decoration: underline;
}

#box2{
	height: 100px;
	padding-left: 50px;
	background: url(images/footerbar.jpg) repeat-y right;
}

#box2 ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}

#box2 ul li {
	padding-top:8px;
	margin:0px;
	color: #fff;
	font-size: 1em;
}

#box2 ul li a, ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#box2 ul li a:hover{
	color: #fff;
	text-decoration: underline;
}

#box3{
	padding-left: 40px;
}

#box3 ul li a, ul li a:visited {
	color: #fff;
	text-decoration: none;
	
}

#box3 ul li a:hover{
	color: #fff;
	text-decoration: underline;
}

#box3 .flaginfo a, .flaginfo a:visited{
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
}

#box3 .flaginfo a:hover{
	text-decoration: underline;
}

#flags{
	position: relative;
	top: 10px;
	left: -8px;
}

#box3 img{
	padding-right: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
}

#copyright {
	clear:both;
	position: relative;
	bottom: -5px;
	color: #c6eb64;
}

#copyright p{
padding: 0px;
margin: 0px;
margin-bottom: 3px;
}

textarea#comment 
{ 
	width: 318px; 
	overflow: auto;
	border: 0px;
	position:relative;
	top:20px;
	left:55px;
	
	
}

.commentmetadata 
{ 
	font-size: 10px; 
}

ul.commentlist
{
	list-style-type:none;
}

ul.commentlist li
{
	
	margin: 0px;
}

ul.commentlist li a {
	color: #666;
	text-decoration: none;
}


ul.commentlist li p {
	width: 360px;
}

.comm-auth
{
	float:right;
	position:relative;
	top:-20px;
}

ul.commentlist li.even div.row {
	background-color: #f4f3f3;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
}

ul.commentlist li.odd div.row {
	background-color: #fff;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}

#respond {
	padding-top: 20px;
}

#bubble{
	width:397px;
	height:158px;
	background: url(images/comment-box.jpg) no-repeat;
	padding: 0px; 
	margin:0px;
	
}
.submit-but{
	position:relative;
	bottom: -10px;
	left:310px;
	padding: 0px;
	margin:0px;
}

#cat-header{
	padding: 0px;
	margin-left: -15px;
}