body {
  background: #dedede;	
  font-family: arial, helvetica, sans-serif;
  overflow: hidden;
}

#page-wrap {
	width: 995px;
	background: url('images/page_bg.png') top center;
	margin: 0 auto;
}

#header {
	margin: 0 7px;
}

#topbar {
    height: 29px;
	background: url('images/topbar_bg.png') repeat-x;
	text-align: right;
	padding-top: 10px;
}

#topbar a {
	color: white;
}

#topbar ul {
	float: right;
	margin-right: 20px;
}

#topbar ul li {
	list-style: none;
	display: inline;
	border-right: 1px solid white;
	padding: 1px 5px;
	font-size: 0.85em;
}

#topbar ul li:last-child {
	border-right: none;
}

#topbar #search {
	float: right;
	display: inline;
	margin-right: 20px;
	position: relative;
	top: -3px;
}

#topbar #advancesearch {
	float: right;
	display: inline;
	font-size: 0.85em;
	margin-right: 20px;
	width: 50px;
	position: relative;
	top: -3px;
	text-align: left;
}


#masthead {
	height: 145px;
	background: url('images/masthead_bg.png') no-repeat;
	background: url('images/masthead_newblogs.jpg') no-repeat;
}

#maststrapline {
	color: white;
	position: relative;
	top: 90px;
	left: 650px;
	font-size: 2.4em;
}

#masthead #logolink {
	width: 140px;
	height: 140px;
	position: absolute;
}

#masthead #logolink a {
	width: 140px; 
	height: 140px;
	display: block;
}

#masthead #logolink span {
	position: absolute;
	left: -9999em;
}

#nav {
	margin: 0 7px 0 8px;
	padding: 13px 20px 5px 10px;
	background: url('images/nav_bg.png') repeat-x;
	height: 30px;
}

#nav ul#staticnav {
	float: left;
}

#nav li {
	list-style: none;
	font-size: 1.4em;
	padding: 2px 10px;
	display: inline;
	border-right: 1px solid #aaa;
}

#nav li:first-child {
	border-left: 1px solid #aaa;
}

#nav #staticnav li:first-child {
	border-left: none;
}

#nav li:last-child {
	border-right: none;
}

#nav li a {
}

#breadcrumb {
	padding: 10px 0;
	font-size: 0.9em;
}

#main {
	margin: 0 30px;
	font-size: 1.2em;
	line-height: 140%;
}

#main h1 {
	font-size: 1.8em;
	color: #888;
	border-bottom: 1px solid #888;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 10px;
}

#main h1 span {
	font-size: 0.6em;
	margin-left: 0px;
}

#content {
	width: 500px;
	float: left;
	margin-right: 20px;
}

#content-aggregator {
	width: 600px;
	float: left;
	margin-right: 20px;	
}

article {
	padding: 10px 0;
	border-bottom: 1px solid #888;
}

article p {
	margin-bottom: 10px;
}

p.postmeta {
	color: #888;
	font-size: 0.9em;
	padding: 5px 0;
}

.entry, .entry-content {
	padding: 5px 0;
}

.entry-tags {
	font-size: 0.9em;
	color: #888;
}

.entry-meta {
	font-size: 1.2em;
}

#respond {
	padding-top: 20px;
}

#respond label {
	display: block;
	font-size: 0.9em;
	margin-top: 10px;
}

#respond textarea {
	margin-bottom: 10px;
}

#respond .fullwidth {
	width: 100%;
}

#respond h2 {
	font-size: 1.4em;
}

ol.commentlist li.comment div.comment-meta a  {
	font-size: 1.4em;
	color: #888;
}

ol.commentlist li.comment {
	padding: 10px 0;
}

ol.commentlist li.comment {
	border-bottom: none; 
}

ol.commentlist li.parent, ol.commentlist li.comment ul.children li.depth-2, ol.commentlist li.comment ul.children li.depth-3, ol.commentlist li.comment ul.children li.depth-4, ol.commentlist li.comment ul.children li.depth-5 {
	border-left: none !important;
}

ol.commentlist li.odd {
	background: none;
}

ol.commentlist ul.children li {
	list-style: none !important;
}

h2#comments {
	font-size: 1.4em;
	padding-top: 20px;
}

#footer {
	margin: 20px 8px 0 8px;
	padding: 0 10px 10px 0 ;
	background: #f6f6f6;
}

#footer h3 {
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

.footernav, .footernavnobullet {
	float: left;
    width: 140px;
    margin: 20px 0 0 20px;
    text-align: left;
}

.footernav ul {
    list-style-image: url('images/list_arrow.png');
    margin: 0;
    padding: 0 0 0 15px;
    }
    
.footernav li, .footernavnobullet li {
    line-height: 1.5em;
	font-size: 0.85em;
    margin: 0;
    padding: 0;
}   

.footernavnobullet ul {
    list-style-type: none;    
    margin: 0;
    padding: 0 0 0 15px;
}

.footernavnobullet li {
    line-height:1.7em;
}

.footerutility {
	text-align: right;
	width: 290px;
}

#sharebar {
	width: 80px;
	float: left;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-left: 20px;
	overflow: hidden;
	padding-top: 10px;
}

#sidebar {
	width: 300px;
	float: right;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-top: 10px;
}

.bloggerpic {
	float: left;
	margin: 0 10px 10px 0;
}

#sharebuttons li {
	margin-bottom: 10px;
}

div.widget {
	margin: 0 0 20px 0;
}

div.widget ul {
	padding-left: 5px !important;
    list-style-image: url('images/list_arrow.png');
	list-style-position: inside;
	margin-left: 0;
}

div.widget ul li {
	padding-left: 5px;
	margin-bottom: 5px;
}

div.widget h2, div.widget h3 {
	border-bottom: 1px solid #888;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #888;
}

.bloglocation {
	font-size: 80%;
	clear: left;
}

.blogbio {
	font-size: 1.2em;
	color: #888;
	margin: 5px 0;
}

.authorbio h3, .authorbio .bloggerpic  {
	margin-bottom: 20px;
}

.bloggermap {
	margin-top: 10px;
}

#bloggerlinks {
	clear: both;
}

#bloginfo {
	clear: both;
}

.postthumb {
	float: left;
	margin: 0 10px 10px 0;
}

.widget-social {
	padding: 0 !important;
	margin: 10px 0 !important;	
}

.widget-social li.social-twitter {
	list-style-image: none;
	background: url('images/button-twitter.png') no-repeat top left;
	padding-left: 25px;
	margin-left: 0;
	margin-bottom: 10px;
}

.widget-social li.social-youtube {
	list-style-image: none;
	background: url('images/button-youtube.png') no-repeat top left;
	padding-left: 25px;
	margin-left: 0;
	margin-bottom: 10px;
}

.widget-social li.social-flickr {
	list-style-image: none;
	background: url('images/button-flickr.png') no-repeat top left;
	padding-left: 25px;
	margin-left: 0;
	margin-bottom: 10px;
}

.widget-social li.social-news {
	list-style-image: none;
	background: url('images/button-news.png') no-repeat top left;
	padding-left: 25px;
	margin-left: 0;
	margin-bottom: 10px;
}

.widget-social li.social-rss {
	list-style-image: none;
	background: url('images/button-rss.png') no-repeat top left;
	padding-left: 25px;
	margin-left: 0;
	margin-bottom: 10px;
}

/* general element styles */

blockquote {
	border-left: 7px solid #0074b3;
	padding: 3px 15px 0 15px;
	margin: 10px 5px;
}

a {
	color: #0066ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#sidebar a:hover img {
	opacity: 0.7 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.2em;
}

#main ul {
	padding-left: 20px;
}

#main ol {
	padding-left: 20px;
}

#main ul li {
	list-style-type: disc;
	margin-bottom: 0.25em;
}

#main ol li {
	margin-bottom: 0.25em;
}

#sidebar ol.widget-social  li, #sidebar ul.widget-social li {
	list-style: none;
}

.hiddentext, #wpml_credit_footer {
	position: absolute;
	left: -9999em;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.bloggerfeed {
	text-align: right;
	background: url('images/button-rss.png') no-repeat 88% 1px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.wp-caption-text {
	font-size: 80%;
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	line-height: 130%;
}

/* GOV.UK debranding experiment */

#masthead {
	background: url('images/masthead_newblogs.jpg') no-repeat;
}

#maststrapline {
	color: #000;
}

#topbar {
	display: none;
}

/* end of GOV.UK debranding */

/* WPML additional styles */

div.icl_languages_selector ul li, div.widget_betterlanguageswitcherwidget ul li {
	list-style-image: none;
}

div#lang_sel li, div#lang_sel ul ul {
	display: block;
	width: 100%;
}

#lang_sel a, #lang_sel a:visited {
	font-size: 1.1em !important;
	font-family: arial, helvetica, sans-serif;
    background-color: #FFFFE0 !important;
	border-width: 2px;
	border-color: #D5CB4F;
}

.wpml-switcher {
	font-style: italic;
	padding: 3px 0;
}