/*  
Theme Name: Chaucer
Theme URI: http://www.tredford01.co.uk
Description: A bespoke Wordpress theme for my blogs.
Version: 3.0.6
Author: T. Redford
Author URI: http://www.tredford01.co.uk/

*/

/* Changelog: */
/* Adjusted font sizing to use ems properly and increased the line spacing for better readability. */
/* Changed colour scheme of site. */
/* Implemented Admin Bar. */


/* Page Structure */
/* Only change the body properties if a wholesale font and text-colour change is desired */

body {
	color: #333333;
	background: url(http://thursdaybriefing.eu/files/background.png) #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.35em;
}

#container {
	width: 60em;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: solid 0.5em #99CC33;
	border-right: solid 0.5em #99CC33;
}

#header {
	width: 60em;
	height: 4em;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 0em;
	/*background: url(http://socialcontract.org.uk/centralstores/head_bg.png) #A5AC2A;*/
	background: url(http://www.socialcontract.org.uk/thursday/files/head_bg.png);
}

/* See the dedicated section on the navigation system below for the rest of the properties in this area */

#navigation {
	width: 60em;
	height: 1.96em;
	margin: 0 auto;
	margin-top: 0.5em;
	background: #99CC33;
	padding-bottom: 0em;
}

#sidebar {
	background: #F3FAD3;
	width: 16em;
	margin-top: 0.5em;
	padding-left: 0.5em;
	float: right;
	border-top: solid 0.5em #99CC33;
	border-bottom: solid 0.5em #99CC33;
}

/* The widget bar refered to here is Sidebar 2, Sidebar 1 is formatted through the 'sidebar' properties above */

#widgetsbar {
    background: #F3FAD3;
    width: 16em;
    margin-top: 0.5em;
    padding-left: 0.5em;
	float: right;
	border-top: solid 0.5em #99CC33;
}

#main {
	width: 42.5em;
	float: left;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	margin: 0 auto;
	text-align: justify;
	margin-top: 0.5em;
}

.clearer {
	clear: both;
}
 
#footer {
	width: 59.5em;
	margin: 0 auto;
	margin-top: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	background: #99CC33;
	color: #FFFFFF;
}

/* Navigation Menu */

#navigation ul {
	padding-top: 0.45em;
	padding-left: 0.5em;
}

#navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 0.5em;
}

#navigation a {
	padding: 0.45em;
	background-color: none;
	border-left: solid 0.2em #FFFFFF;
	border-right: solid 0.2em #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 0em;
}

#navigation a:hover {
	background-color: #F3062B;
	color: #FFFFFF;
}

#navigation a:active {
}

/* Search Facility */

#search {
	list-style-type: none;
}

input.button {
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #99CC33;
	border: solid thin;
	border-color: #99CC33;
	height: 2em;
	width: 15em;
	margin-top: 0.5em;
	margin-right: 0.5em;
}

input.search {
	color:#333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #FFFFFF;
	border: solid thin;
	border-color: #868E17;
	height: 2em;
	width: 14.8em;
	margin-top: 0.5em;
	margin-right: 0.5em;
}

/* Widget Areas */

li.widget {
	list-style-type: none;
}

h2.widgettitle {
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	padding-left: 0.1em;
	font-size: 1em;
	color: #333333;
}

/* Post Properties */

#post-data {
	background: #F3FAD3;
	border-top: solid 0.15em #99CC33;
	border-bottom: solid 0.3em #99CC33;
}

/* Text Styling */

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	line-height: 1em;
	text-align: left;
	padding-left: 0.5em;
	color: #000000S;
}

#header h1 {
	padding-top: 0.4em;
	text-shadow: 2px 2px 2px #000000;
	color: #FFFFFF;
}
 
h2 {
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	line-height: 1.1em;
	padding-left: 0.7em;
	color: #3F3C35;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	padding-left: 0.9em;
	padding-bottom: 0.1em;
	color: #3F3C35;
}
 
h4 {
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	padding-left: 0.5em;
	padding-bottom: 0.1em;
	color: #3F3C35;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1em;
}

p.byline {
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	font-style: italic;
	padding-left: 1em;
	padding-right: 1em;
}

code {
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	padding-left: 1em;
	padding-right: 1em;
}

#sidebar p {
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	padding-left: 0.1em;	
}

blockquote {
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	background: #F3FAD3;
	border: 1px solid #868E17;
	padding: 0.1em;
}

a:link {
	text-decoration: underline;
	color: #333333;
}

a:active {
	text-decoration: underline;
	color: #333333;
}

a:visited {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #293127;
}

/* Footer Properties */

#footer a {
	color: #EEF2E1;
}

#footer a:hover {
	color: #C5D982;
}

#footer p {
	color: #EEF2E1;
	padding-top: 1em;
}

#wp-icon {
	float: right;
	padding-right: 0.5em;
	margin-top: -1.6em;
}

#wp-icon-mac {
	float: right;
	padding-right: 0.5em;
	margin-top: -1em;
}

/* Tag Cloud */

#tags {
	text-align: justify;
	padding-left: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

/* Comments */

ol.commentlist {
	list-style-type: none;
	padding-left: 0em;
}

.uniquecomment {
	padding-top: 0.1em;
	margin-top: 0.5em;
	background: #C6B893;
	border-top: solid thin #C60000;
	border-bottom: solid thin #C60000;
}

individual-comment {
	padding-left: 0em;
}

#comments-container {
	padding-left: 1em;
	width: 40.5em;
}

#comments {
	padding-left: 0em;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 0 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
	padding-top: 0.3em;
	padding-left: 0.5em;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	padding-left: 1em;
}

/* Other Styling */

img {
	border: none;
}

img.aligncenter {
	text-align: center;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
