/* 
Theme Name: davidblatherwick.org
Description: Custom CSS for David Blatherwick dot org
Author: Kathleen F Nicholls
Author URI: http://paisleyprojects.com
Version: 1.0
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

/* html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,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 {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
/*

/*
Here is a list of all the <DIV>s davidblatherwick.org.
*/

a
{
  outline: none;
}


a:link {
	color: #1C1C1C;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #1C1C1C;
	text-decoration:underline;
}

a:visited {
	color: #1C1C1C;
	text-decoration: none;
}

a img {
border:0 none;
}

img {
	padding-top: 12px;
	padding-bottom: 12px;
}

h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 16px;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	border-bottom: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}

h3 {
	font-size: 16px;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}


body {
	background-color: #FFFFFF;
	color: #1C1C1C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:none;	
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6;
	margin:0;
	padding:0;
}

#recentwork {
	position: absolute;
	top: 0px;
	left: 271px;
	width: 114px;
	height: 108px;
	background: url(images/recentwork.png) no-repeat;
	z-index: 100;
}

#container {
	height: auto;
	position: relative;
}

#sitelogo {
	position: fixed;
	top: 0px;
	width: 220px;
	height: 120px;
	left: 25px;
	border-bottom: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
}

#sitelogo a.logo {
	text-indent: -9999px;
	display: block;
	height: 120px;
	width: 220px;
	background: url(images/logo.png) no-repeat;
}

#sitelogo a.logo:hover {
	background: url(images/logo2.png) no-repeat;
}		

#content {
	position: absolute;
	top: 10px;
	width: 700px;
	left: 290px;
}

.post {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0;
	padding-bottom: 20px;
}

.dummy {
	height: 16px;
	widith: 700px;
}

#sidebar {
	position: fixed;
	width: 220px;
	top: 140px;
	left: 25px;
}

#leftbar {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 270px;
	height: 100%;
	background: url(images/whitebg.gif) repeat;
	border-right: #999999 solid 1px;
}

/*sidebar styling*/

#navmenu{
	position: relative;
	list-style: none;
	margin-left: -40px;
	height: auto;
}

#navmenu ul{
	list-style: none;
	color: #999999;
}

#navmenu li{
	
}

#navmenu>ul{
}



#navmenu ul h2 {
display: inline;
outline: none;
}

#navmenu ul li ul li{
	font-size: 10px;
	line-height: 20px;
}

#navmenu li a:link {
	color: #00AF8A;
}

#navmenu li a:visited {
	color: #00AF8A;
	text-decoration: none;
}

#navmenu li a:hover {
	background-color: #E0F1FF;
	color: #999999;
	text-decoration: none;
}

h2.selected{
	border: none;
}

/*end sidebar styling*/

#footer {
	position: fixed;
	bottom: 0;
	padding-bottom: 11px;
	width: 220px;
	list-style: none;
	text-align: left;
	font-size: 10px;
	color: #666666;
	left: 25px;
	
}

#footer a{
background-color: #D6D6D6;
color: #666666;
}

/*start contact form styling*/

fieldset {
	border: none;
	padding-bottom: 20px;
}

.form-input input {
	color: #1C1C1C;
	background: #D6D6D6 none repeat scroll 0 0;
	border: none;
	font-weight: bold;
	width: 60%;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.form-textarea textarea {
	color: #1C1C1C;
	background: #D6D6D6 none repeat scroll 0 0;
	border: none;
	font-weight: bold;
	width: 80%;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.form-submit .button {
	background:#D6D6D6 none repeat scroll 0 0;
	border:medium none;
	color:#666666;
	cursor:pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.2;
	padding:6px;
}

legend {
	color: #1C1C1C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.formcontainer {
	color: #666666;
}

/*end contact form styling*/


.postmeta{}
.postnavigation{}
#searchform{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}