/*
Theme Name: Alan Bluden Blog
Theme URI: http://www.alanblunden.co.uk/
Description: The theme used for the Alan Blunden weblog.
Version: 1.0
Author: Alan Osborne
Author URI: ---
*/

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* CSS Document */
a img, #headerimg a {
	border:none;
}

a, h2 a:hover, h3 a:hover {
	border-bottom: 1px solid #fff;
	color: #039;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #06C;
	color: #06C;
}

acronym,abbr {
	border-bottom: 1px dashed #999;
}

acronym,abbr,span.caps {
	cursor: help;
	font-size: .9em;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid #ddd;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}

blockquote cite {
	display: block;
	margin: 5px 0 0;
}

blockquote,q {
	quotes: "";
}

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}

body {
	background: #96BAF9 url(images/bg.png) repeat-x;
	color: #333;
	font: 70.5% 'Calibri', Arial, Helvetica, sans-serif;
	line-height: 1;
	min-height: 800px;
	text-align: center;
}

caption,th,td {
	font-weight: 400;
	text-align: left;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

h1 {
	margin: 0;
	padding-top: 70px;
	font-size: 24px;
	font-weight: 700;
	color: #294579;
}

h1 a:hover,h1 a:focus {
	border-bottom: 1px solid #06C;
}

h1,h1 a,h1 a:visited,#headerimg .description,h2,h2 a,h2 a:hover,h2 a:visited,h3,h3 a,h3 a:hover,h3 a:visited,#sidebar h2,#wp-calendar caption,cite {
	border-bottom: 1px solid transparent;
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: 700;
}

h2 {
	font-size: 1.6em;
	margin: 10px 0;
	color: #294579;
}

h2.pagetitle {
	margin-left: 18px;
}

h2 a:hover,h3 a:hover,h2 a:focus,h3 a:focus {
	border-bottom: 1px solid #06C;
}

h3 {
	font-size: 1.3em;
	margin: 30px 0 0;
	padding: 0;
	color: #294579;
}

h3#comments, h3#respond {
	margin: 40px 18px 20px;
	padding: 0;
}

hr {
	display: none;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

html>body .entry ul {
	list-style: none;
	margin-left: 0;
	padding: 0 0 0 10px;
	text-indent: -10px;
}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

input[type=text] {
	background: #fff url(images/inputs.png) repeat-x top;
	font-size: 1.1em;
}

ol li,#sidebar ul ol li {
	list-style: decimal outside;
}

ol,ul {
	list-style:	none;
}

p img {
	/*max-width: 100%;*/
	padding: 0;
}

select {
	border: 1px solid #999;
	width: 130px;
}

small {
	font-size: .9em;
	line-height: 1.5em;
}

small,#sidebar ul ul li,#sidebar ul ol li,.nocomments,.postmetadata,blockquote,strike {
	color: #999;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
	background: #fff url(images/inputs.png) repeat-x top;
	font: 1.1em Calibri, Arial, Helvetica, sans-serif;
}

#commentform {
	margin: 10px 18px;
	margin-bottom: 30px;
}

#commentform #submit {
	float:right;
	margin:0;
}

#commentform input {
	margin:5px 5px 1px 0;
	padding:2px;
	width:170px;
}

#commentform input[type=text] {
	border: 1px solid #999;
}

#commentform p {
	margin: 5px 0;
}

#commentform textarea {
	border: 1px solid #999;
	padding: 2px;
	width: 100%;
}

#content {
	font-size: 1.2em;
}

#footer {
	background: #829DCA;
	padding: 4px 6px;
	border: 1px solid #6C88B0;
	border-top: 0;
}

#footer a {
	border-bottom: 1px solid transparent;
	color: #E8EFFF;
}

#footer a:hover,#footer a:focus {
	border-bottom: 1px solid #fff;
	color: #fff;
}

#headerimg {
	margin-top: 10px;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

#searchform {
	margin: 10px auto;
	padding 5px 3px;
	text-align: center;
}

#sidebar {
	font-size: 1.1em;
	margin-left: 690px;
	padding: 20px 0 10px;
	width: 207px;
	border-left: 1px solid #6C88B0;
	border-bottom: 1px solid #6C88B0;
	background: #fff url('images/page.png') repeat-x;
}

#searchform #s {
	border: 1px solid #999;
	padding: 2px 2px 3px 2px;
	width: 128px;
}

#sidebar #searchsubmit {
	padding: 0;
}

#sidebar h2 {
	border-bottom: 1px solid #294579;
	color: #294579;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin: 5px 0 0;
	padding: 2px 5px;
}

#sidebar ul li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 15px;
}

#sidebar ul p,#sidebar ul select {
	margin: 5px 8px;
}

#sidebar ul ul li,#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar ul ul ul,#sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ul,#sidebar ul ol {
	margin: 5px 0 0 10px;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar #prev a,#wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background-color: #fff;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

* html .clearfix {
	height: 1%;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.alt {
	background-color: #E6EFFF;
	margin: 0;
	padding: 10px;
}

.alt a {
	border-bottom-color: #E8EFFF;
}

.border {
	background: #fff;
	border: 1px solid #6C88B0;
	border-top: 0;
}

.clear {
	clear: both;
}

.clearfix,.post hr {
	display: block;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.commentlist {
	padding: 0;
	text-align: justify;
	margin: 10px 18px;
}

.commentlist cite,.commentlist cite a {
	font-size: 1.1em;
	font-style: normal;
	font-weight: 700;
}

.commentlist li {
	font-weight: 700;
	list-style: none;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
}

.commentlist li,#commentform input,#commentform textarea {
	font-size: .9em;
}

.commentlist p {
	font-weight: 400;
	line-height: 1.5em;
	margin: 10px 5px 10px 0;
	text-transform: none;
}

.commentmetadata {
	display: block;
	font-weight: 400;
	margin: 0;
}

.description {
	background: #fff url(images/page.png) repeat-x;
	border: 1px solid #6C88B0;
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 20px;
	padding: 6px 12px;
}

.entry form,.center {
	text-align: center;
}

.entry ol {
	margin: 0;
	padding: 0 0 0 35px;
}

.entry ol li,#sidebar ul,#sidebar ul ol {
	margin: 0;
	padding: 0;
}

.entry p {
	margin: 10px 0;
}

.entry p a:visited {
	color: #039;
}

.entry ul li:before,#sidebar ul ul li:before {
	content: "\00BB \0020";
}

.footerleft {
	float: left;
	padding: 6px 12px;
}

.footerright {
	float: right;
	padding: 6px 12px;
}

.narrowcolumn {
	float: left;
	margin: 0;
	padding: 0;
	width: 690px;
}

.narrowcolumn .entry,.widecolumn .entry {
	line-height: 1.4em;
}

.narrowcolumn .post {
	margin: 10px 18px;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	text-align: center;
}

.navigation {
	display: block;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align: center;
}

.nocomments {
	margin: 0;
	padding: 0;
	text-align: center;
}

.post {
	text-align:justify;
}

.postmetadata {
	clear: left;
}

.postmetadata ul,.postmetadata li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

.widecolumn {
	line-height: 1.6em;
	margin: 0 0 0 50px;
	padding: 0;
	width: 680px;
}

.widecolumn .attachment {
	margin: 5px 0;
	text-align: center;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.widecolumn .post,#sidebar form {
	margin: 0;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	float: left;
	margin: 5px 5px 5px 0;
	text-align: center;
	/*width: 128px;*/
}

:focus {
	outline: 0;
}