/*
Theme Name: Environmental Barrister
Description: Environmental Barrister theme
Version: 1.0
Author: Andy
*/

/* General styles                                   */
/* ------------------------------------------------ */
body {
	margin: 4% 0 30px 0;
	background: #ffffff;
}

html, body, p, li, ul, dd, td {
	color: #333333;
	font: 1.05em 'Cabin', sans-serif;
}

img a, a img {
	border: 0;
}

td {
	vertical-align: top;
}

a {
	color: #8d8d00;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #ff9900;
}

ul {
	margin: 8px 0 18px 20px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 160%;
	padding-bottom: 6px;
    font-size: 0.95em;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	line-height: 120%;
}

h1, h1 a {
	font-size: 1.6em;
	margin-top: 0;
}

h2, h2 a {
	font-size: 1.4em;
}

h3, h3 a {
	font-size: 1.2em;
}

b, strong {
	font-weight: 700;
}

hr {
	height: 1px;
	border: 0;
	width: 100%;
	background: #81aad2;
	color: #81aad3;
	margin: 5px 0 15px 0;
}

.wrapper {
	max-width: 950px;
	min-width: 320px;
	width: auto;
	margin: 0 auto;
}

/* Header                                           */
/* ------------------------------------------------ */
#header {
	height: 60px;
	padding: 15px;
	display: block;
	border-bottom: 2px solid #333333;
	text-align: center;
	font-size: 30px;
    font-family: "Times", serif;
}

#header span {
    font-size: 40px;
}

#header a {
	color: #333333;
	text-decoration: none;
	letter-spacing: 3px;

}

#header a:hover {
	text-decoration: underline;
}

#tagline {
	text-align: center;
	padding: 12px 0 20px 0;
	font-size: 1.2em;
    font-family: "Times", serif;
}

.barrister {
	font-size:1.2em;
	font-weight: 700;
	}

.advice {
	font-size:1.3em;
	font-weight: 700;
	padding-top: 12px;
	display: block;
}

#slideshow {
	overflow: hidden;
	max-height: 302px;
}

/* Navbar                                           */
/* ------------------------------------------------ */

#navbar-wrapper {
	background: #8d8d00;
	height: 46px;
	padding-bottom: 1px;
}

#navbar {
	background: #8d8d00;
	height: 44px;
	border-bottom: 2px solid #fff;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#navbar ul {
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
}

#navbar ul li {
	display: inline-block;
	text-align: center;
	padding: 0;
	background: none;
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
}

#navbar ul li a {
	display: block;
	padding: 0 2em;
	color: #fff;
	text-decoration: none;
	line-height: 44px;
}

#navbar ul li a:hover, #navbar li.current_page_item a {
	color: #c0c069;
}

.anchor-link {
	display: none;
	float: left;
	height: 44px;
	margin-left: 15px;
	padding: 0 10px;
}

/* Content                                          */
/* ------------------------------------------------ */
#content {
	margin: 25px;
	overflow: hidden;
    text-align: justify;
}

#content, #content p {
	line-height: 160%;
}


/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	font-size: 0.9em;
	padding: 30px 0 15px 0;
	border-top: 1px solid #447a2c;
	text-align: center;
}

#footer a, #footer, #footer p {
	color: #447a2c;
}

#footer img:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
}




/* WP Common Styles */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px;
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}