/*  
Theme Name: Dickens
Theme URI: http://www.tredford01.co.uk
Description: Quite literally hand-crafted, this unique WordPress theme takes inspiration from William Morris.
Version: 2.0.2
Author: T. Redford
Author URI: http://www.tredford01.co.uk/

*/

/* Changelog: */
/* 28.VI.10, added p.line-height. */

/* Primary Structural Elements */
/* Do NOT use this section to define stylistic elements! */

body {
}

#header {
	width: 50em;
	margin: 0 auto;
}

#content_section {
	width: 50em;
	margin: 0 auto;
	margin-top: 0em;
	padding-top: 2em;
}

#footer {
	width: 50em;
	margin: 0 auto;
}

/* Secondary Structural Elements - Header */

#header_container {
	width: 50em;
	margin: 0 auto;
	height: 24em;
}

#header_container_light {
	width: 50em;
	margin: 0 auto;
	height: 5em;
}

#top_section {
	width: 50em;
	margin: 0 auto;
	height: 2em;
}

#logout {
	float: left;
	padding-top: 0.5em;
	width: 15em;
}

#search_area {
	float: right;
	padding-top: 0.3em;
	padding-right: 0.5em;
}

#navigation_section {
	margin: 0 auto;
	float: left;
	width: 15em;
}

#illustration {
	margin: 0 auto;
	float: right;
	width: 32em;
}

#light_title {
	margin: 0 auto;
	width: 50em;
	height: 4em;
	background: #FFFFFF;
}

/* Secondary Structural Elements - Content Section */

/* Tertiary Structural Elements - The Loop */

#post-data {
	width: 49em;
	margin: 0 auto;
	border-top: solid thin #333333;
	border-bottom: solid thick #000000;
}

/* Secondary Structural Elements - Footer */

/* Primary Stylistic Elements */
/* Do NOT use this section to define structural elements! */

body {
	background-color: #FFFFFF;
	/* font-family: 'Cardo', 'Palatino Linotype', 'Book Antiqua', Palatino, serif; */
	font-family: Georgia, Georgia, serif;
}

#header {
	background-color: #FFFFFF;
	/*
	border-left: solid 3px #333333;
	border-right: solid 3px #333333;
	*/
}

#content_section {
	background-color: #FFFFFF;
	/*
	border-left: solid 3px #333333;
	border-right: solid 3px #333333;
	*/
}

#footer {
	background-color: #FFFFFF;
	/*
	border-left: solid 3px #333333;
	border-right: solid 3px #333333;
	*/
}

/* Secondary Stylistic Elements */

img {
	border: none;
}

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}

blockquote {
	text-align: justify;
	border-left: 3px solid #8BBB71;
	padding: 0.1em;
}

h3.special_title {
	text-align: center;
	padding-top: 1em;
	padding-bottom: -5em;
}

/* Secondary Stylistic Elements - Header */

#header_container {
}

#top_section {
	background-color: #8BBB71;
	border-bottom: double 5px #FFFFFF;
}

a.logout_link {
	padding-left: 0.7em;
	font-weight: bold;
}

a:hover.logout_link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#navigation_section {
	background-color: #FFFFFF;
}

#illustration {
	background-color: #FFFFFF;
}

#light_title {
	text-align: center;
}

/* Tertiary Stylistic Elements - Navigation Menu */

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

li.navigation_menu_item {
	font-size: 3em;
	margin-left: -0.7em;
	padding-bottom: 0.1em;
}

a:link.menu_item {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

a:active.menu_item {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

a:visited.menu_item {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

a:hover.menu_item {
	text-decoration: none;
	color: #8BBB71;
	font-weight: bold;
}

/* Secondary Stylistic Elements - Content Section */

h1.post_title {
	text-align: center;
}

p.byline {
	text-align: center;
	font-style: oblique;
}

#post_data {
}

/* Secondary Stylistic Elements - Footer */

#footer_image_holder {
	width: 9.1em;
	margin: 0 auto;
}

#footer_text_holder {
	width: 20em;
	margin: 0 auto;
}

/* Typography */

h1 {
}

h2 {
}

h3 {
}

p {
	text-align: justify;
	margin-left: 1em;
	margin-right: 1em;
	line-height: 1.6em;
}

p.footer_text {
	text-align: center;
}

p.copyright_text {
	text-align: center;
	padding-bottom: 1em;
}

/* Hyperlinks */

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: #8BBB71;
}
