/*
Theme Name: AlbionFair
Description: Wordpress theme designed for Allan Frewin Jones
Author: Jules Langley
Version: 0.5
Tags: fixed width, two columns, widgets
*/

/* --- General Settings ---------------------------------- */

* {
	color: #000000;
	margin: 0;
	padding: 0;
}

body {
	background: #f3fcd7 url(images/albionfair.jpg) no-repeat fixed 50% 0%;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, hr {
	color: #091c5e;
	font-weight: bold;
	}

h1 { font-size: 21px; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }
h4 { font-size: 13px; }
h5 { font-size: 11px; }
h6 { font-size: 9px; }

p, ul, ol, dl, pre, hr {
	margin-bottom: 13px;
}

ul, ol, dd {
	margin-left: 30px;
}

li {
	list-style-position: outside;
}

blockquote {
	background: #f3fcd7 url(images/quote.gif) no-repeat left top;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 13px;
	padding-bottom: 2px;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 10px;
}

img {
	border: 0;
	display: block;
}

fieldset {
	border-color: #091c5e;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	position: relative;
}

legend {
	color: #091c5e;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

label {
	margin-bottom: 0;
}

pre {
	font-family: "Courier New", Courier, monospace;
	overflow: auto;
	width: 578px;
}

cite, em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

.clear {
	clear: both;
}

/* --- Outer Wrapper ------------------------------------- */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

/* --- Header -------------------------------------------- */

#header {
	position: relative;
	width: 800px;
}

h1 #header-tagline {
	bottom: 35px;
	color: #f3fcd7;
	font-size: 18px;
	position: absolute;
	right: 10px;
	text-align: right;
	top: auto;
}

h1 #header-title {
	bottom: 1px;
	color: #ffffff;
	font-size: 28px;
	position: absolute;
	right: 10px;
	text-align: right;
	top: auto;
}

/* Opera 6 overrides, need to test in 4, 5, 7, 7.5, 9.0 */
html>body h1 #header-tagline { bottom: auto; top: 145px; }
html>body h1 #header-title { bottom: auto; top: 165px; }

/* revert for other browsers, IE gets from original, might move to ie.css */
head:first-child+body h1 #header-tagline { bottom: 35px; top: auto; }
head:first-child+body h1 #header-title { bottom: 1px; top: auto; }

/* --- Navigation Bar ------------------------------------ */

#navbar {
	background-color: #091c5e;
	font-size: 13px;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 800px;
}

#navbar ul {
	margin-bottom: 0;
	margin-left: 0;
}

#navbar li {
	background-color: #091c5e;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	white-space: nowrap;
}

#navbar li a {
	color: #ffffff;
	display: block;
	padding: 0 8px;
	text-decoration: none;
}

#navbar li a:hover, #navbar li a:active, #navbar .current_page_item {
	background-color: #7279c1;
	color:#ffffff;
}

/* --- Container for Sidebar, Content and Footer --------- */

#main {
	margin: 0;
	padding: 0;
	width: 800px;
}

/* --- Content ------------------------------------------- */

#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
}

#content-wide {
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
}


.post, .page {
	background: transparent url(images/semitransparent.gif);
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px;
}

.post-header h2, .post-header-empty h2, .page-header h2, .page-header-empty h2 {
	background-color: #f3fcd7;
	border-bottom-color: #091c5e;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-color: #091c5e;
	border-top-style: dotted;
	border-top-width: 1px;
	color: #091c5e;
	display: inline-block;
	font-size: 15px;
	padding-bottom: 1px;
	width: 580px;
}

#content-wide .page-header h2 {
	width: 780px;
}

.post-header-empty h2, .page-header-empty {
	margin-bottom: 13px;
}

h3.link-category, h3.sitemap {
	background-color: #f3fcd7;
	border-bottom-color: #091c5e;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-color: #091c5e;
	border-top-style: dotted;
	border-top-width: 1px;
	color: #091c5e;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 13px;
	padding-bottom: 1px;
	width: 580px;
}

.post-header p, .page-header p {
	color: #7279c1;
	font-size: 13px;
}

.post-content, .page-content {
	font-size: 13px;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6,
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
	margin-bottom: 5px;
}

.post a, .page a {
	color: #091c5e;
	font-weight: bold;
	text-decoration: none;
	}

.post a:hover, .post a:active, .page a:hover, .page a:active {
	text-decoration: underline;
	}

/* --- Image Attachments --------------------------------- */

img.attachment-full, img.attachment-large, img.attachment-medium, img.attachment-thumbnail {
	margin-bottom: 13px;
}

.caption {
	font-style: italic;
	font-weight: bold;
}

/* --- Site Map ------------------------------------------ */

.sitemap-list ul {
	list-style-type: none;
	margin-bottom: 13px;
	margin-left: 1.5em;
	text-indent: -1.5em;
}

.sitemap-list ul ul {
	margin-bottom: 0;
}

/* --- Content Prev/Next Navigation ---------------------- */

.pagenav {
	background: transparent url(images/semitransparent.gif);
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	font-size: 13px;
	height: 13px;
	line-height: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px;
}

.multi-pagenav {
	font-size: 13px;
	height: 13px;
	line-height: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.pagenav-left {
	float: left;
}

.pagenav-right {
	float: right;
}

.pagenav-left a, .pagenav-right a {
	color: #091c5e;
	font-weight: bold;
	text-decoration: none;
}

/* --- Content Comments ---------------------------------- */

.comment-link, .cancel-comment-reply {
	font-size: 13px;
}

h3#comment-header, h3#reply-header {
	background-color: #f3fcd7;
	border-bottom-color: #091c5e;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-color: #091c5e;
	border-top-style: dotted;
	border-top-width: 1px;
	color: #091c5e;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 13px;
	padding-bottom: 1px;
	width: 580px;
}

#content-wide h3#comment-header, #content-wide h3#reply-header {
	width: 780px;
}

.commentnav {
	display: inline-block;
	font-size: 13px;
	width: 580px;
}

#content-wide .commentnav {
	width: 780px;
}

.commentlist {
	font-size: 13px;
}

ul.commentlist {
	margin-left: 0;
}

ul.commentlist li.comment {
	list-style-type: none;
	list-style-position: outside;
}

ul.commentlist li.comment .comment-author {
	margin-bottom: 13px;
}

ul.commentlist li.comment .comment-author .avatar {
	float: right;
}

ul.commentlist li.comment .comment-author cite.fn {
	font-style: normal;
	font-weight: bold;
}

ul.commentlist li.comment .comment-text p {
}

ul.commentlist li.comment ul.children {
}

.reply {
	border-bottom-color: #091c5e;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

input#author, input#email, input#url, textarea#comment {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

input#author, input#email, input#url {
	width: 250px;
}

textarea#comment {
	height: 100px;
	width: 570px;
}

#content-wide textarea#comment {
	width: 770px;
}

/* --- Sidebar ------------------------------------------- */

#sidebar {
	float: right;
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: 195px;
}

.sidebar-box {
	background: transparent url(images/semitransparent.gif);
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px;
}

.sidebar-box h2 {
	background-color: #f3fcd7;
	border-bottom-color: #091c5e;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-color: #091c5e;
	border-top-style: dotted;
	border-top-width: 1px;
	color: #091c5e;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 1px;
	text-transform: uppercase;
	width: 175px;
}

.sidebar-box ul {
	font-weight: bold;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 14px;
	margin-top: 5px;
}

.sidebar-box ul li {
	margin-top: 5px;
	text-indent: -14px;
}

.sidebar-box ul ul {
	font-weight: normal;
}

.sidebar-box a {
	text-decoration: none;
}

.sidebar-box a:hover, .sidebar-box a:active {
	text-decoration: underline;
}

.sidebar-box #calendar_wrap table#wp-calendar {
	width: 175px;
}

.sidebar-box #calendar_wrap table#wp-calendar caption {
	background-color: #f3fcd7;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
}

.sidebar-box #calendar_wrap table#wp-calendar thead tr th {
	background-color: #f3fcd7;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	text-align: center;
}

.sidebar-box #calendar_wrap table#wp-calendar tbody tr td {
	background-color: #f3fcd7;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	color: #7279c1;
	text-align: center;
}

.sidebar-box #calendar_wrap table#wp-calendar tbody tr td.pad {
	background-color: transparent;
	border-style: none;
}

.sidebar-box #calendar_wrap table#wp-calendar tbody a {
	color: #091c5e;
	font-weight: bold;
}

.sidebar-box #calendar_wrap table#wp-calendar tfoot tr td#prev{
	font-weight: bold;
	text-align: left;
}

.sidebar-box #calendar_wrap table#wp-calendar tfoot tr td#next{
	font-weight: bold;
	text-align: right;
}

/* --- Footer -------------------------------------------- */

#footer {
	background-color: #091c5e;
	font-size: 13px;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
	padding: 0;
	position: relative;
	width: 800px;
}

#footer ul#footer-left {
	float: left;
	margin: 0;
	padding: 0;
}

#footer ul#footer-right {
	float: right;
	margin: 0;
	padding: 0;
}

#footer li {
	background-color: #091c5e;
	color: #ffffff;
	float: left;
	list-style-type: none;
	vertical-align: middle;
	white-space: nowrap;
	display: block;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 4px;
	padding-right: 4px;
}

#footer li.first {
	border-left-color: transparent;
	border-left-style: none;
	border-left-width: 0;
}

#footer li a {
	color: #ffffff;
	text-decoration: none;
}

#footer li a:hover, #footer li a:active {
	text-decoration: underline;
}

/* --- WordPress Classes --------------------------------- */

.alignright {
	float: right;
	margin: 0 0 5px 5px;
}

.alignleft {
	float: left;
	margin: 0 5px 5px 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background-color: #f3fcd7;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: center;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.wp-caption p.wp-caption-text {
	color: #091c5e;
	font-style: italic;
	font-size: 10px;
	line-height: 15px;
	margin: 0;
	padding-top: 5px;
}

