/*
Theme Name: Justice
Theme URI: http://del.tv
Description: Theme for Make Justice Work by Dominic Hawken - modified from deFusion by <a href="http://webdemar.com">webdemar</a>
Version: 0.1.1
Author: Dominic Hawken
Author URI: http://del.co.uk
Tags: simple, clean, widgets, widget ready, two columns, right sidebar, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #bfbfbf url(images/background_base.jpg) repeat-x left top;
	color: #333;
	font: 13.5px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

strong a {
	font-size: 18px;
}

a {
	color: #6e7073;
	outline: none;
}

p {
	margin: 0 0 12px 12px;
}

ul, ol {
	margin-bottom: 20px;	
}

li {
	margin-bottom: 8px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 940px;
	margin: 0 auto 30px auto;
	background: #fff url("images/background_content.jpg") repeat-y left top;
}
	
#header {
	position: relative;
/*	background: #fff url("images/header-image.gif") no-repeat scroll left top; */
	background: #fff;
	margin: 0px 0px 0px 0px;
	height: 205px;
}


#content {
/*	padding: 14px 0 0 0; */
/*	background: #fff; */
	background: #fff url("images/background_content.jpg") repeat-y left top;
}

#content-left {
	background: #fff url("images/background_left.jpg") repeat;
	float: left;
	width: 240px;
	margin: 0px 0px 0px 0px;
	height: 100%;

}

#content-right {
	float: right;
	width: 700px;
/*	text-align: justify; */
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
}

h1 a {
/*	color: #fff; */
	color: #333;
	text-decoration: none;
}

h2 {
	margin: 0 0 20px 20px;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h3 {
	padding: 10px 12px 0px 12px;
	margin: 0px 0px 10px 0px;
	font-size: 1.7em;
	line-height: 1.1em;
	font-weight: normal;
/*	border-bottom: 1px solid #d9d9d9; */ 
}

h3 a {
	text-decoration: none;
}

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

h4 {
	margin: 0 0 2px 0;
	font-size: 14px;
}

/*	##################################
   	HEADER
	################################## */

img#top-logo {
	margin: 0px 0px 0px 0px;
	border: none;
	float: left;
}

#top-nav {
	position: absolute;
	top: 8px;
	right: 12px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
	color: #000;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-right {
	margin: 0px 0px 2px 8px;
	padding: 6px 28px 22px 0px;
/*	background:#F7F7F7 url(images/bg-box-right.gif) no-repeat scroll left top; */
	background: #fff;
	
}
	
.meta {
	clear: both;
	font-size: 0.8em;
	padding: 2px 12px 0px 12px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	
	margin-top: 26px;
	font-size:10px;
	clear: both;
}

/** box right */

.box-left {
	margin: 0 12px 16px 12px;
	padding: 6px 6px 6px 15px;
	background: #c9bcad;
/*	background: #f7f7f7 url(images/bg-box-left.gif) no-repeat left top; */
}

.box-left ul {
	margin: 0 0 0px 0;
	padding: 0px;
	list-style: none;
}

.box-left li {
	margin: 6px 0px 12px 0px;
	padding: 0px 3px 0px 0px;
/*	border-bottom: 1px solid #dedede; */
}

.box-left li a {
	text-decoration: none;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 8px;
	margin: 0px;
	background: url(img/bg-comment-quote.gif) no-repeat right top;
}

.commentlist li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background: #4a4f54 url(img/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0px 20px 0px 4px;
}

/*	##################################
   	SEARCHFORM
	################################## */

#searchform {
	margin: 0px;
	padding: 0px;
}
#searchform  form{
	margin: 0px;
	padding: 0px;
}
	
#searchform #search {
	float: left;
	width: 110px;
	height: 16px;
	margin: 0px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	font-size: 0.8em;
	width: auto;
	height: 24px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0 0px 0px;
}

#footer p {
	text-align: left;
	margin: 0px 20px 20px 12px;
	line-height: 1.3em;
	color: #333333;
}

#legal {
/*	float: left; */
/*	width: 400px; */
}

#webdemar {
	float: right;
	width: 400px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

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

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

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
	font-size:11px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}

h3.contact {
	font-size: 1.3em;
	margin: 0px 0px 0px 0px;
}
h3.contact a{
	color: #333333;
}
h3.contact-head {
	font-size: 1.3em;
	margin: 12px 0px 0px 0px;	
}

p.smaller {
	font-size: 0.8em;
}

p.address {
	padding: 3px 0px 12px 0px;
	margin: 0px 3px 0px 0px;
	font-size: 12px;
}
p.copyright {
	padding: 16px 0px 6px 0px;
	margin: 0px 3px 0px 0px;
	font-size: 10px;
	line-height: 1.2em;
}

.box-caption-right {
	border: #bbb 1px solid;
	color: #555;
	float: right;
	font-size: 12px;
	margin: 4px 0px 10px 20px;
	padding: 3px 5px 3px 8px;
	width: 250px;
}

h4.sign-up a {
	text-decoration: none;
	color: #333;
/*	background-color: #854e4e; */
	border: #333 1px solid;
	padding: 4px 50px 4px 50px;
	text-align: center;
}