/*   

*/

body {
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	font-size: 83%;
	line-height: 2em;
	text-align: center;
}

#hd {
	background: #3672ae url(fade.jpg) bottom repeat-x;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0;
}

.blogtitle {
	display: block;
	width: 240px;
	height: 70px;
	background-image: url(badham-logo.jpg);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	text-indent: -9999px;
	float: left;
}

.blogdescription {
	font-family: Arial, Helvetica, san-serif;
	font-size: 2em;
	color: #99ccff;
	clear: both;
	line-height: 1.5em;
	font-weight: bold;
	padding: 1em 0 0.5em 0;
	color: #99ccff;
	clear: both;
}

.blogdescription em {
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	color: #e5e5e5;
	font-size: 0.7em;
	display: block;
	line-height: 1.6em;
	font-weight: normal;
	font-style: normal;
}

#navigation {
	position: relative;
	padding-top: 15px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 1.6em;
	font-weight: bold;
	float: right;
}

#navigation li {
	float: left;
	padding: 0 0 0 1em;
	color: #e7e7e7;
}

#navigation li.home {
	padding: 0;
}

#navigation li a:link, #navigation li a:visited {
	color: #fff;
	text-decoration: underline;
}

#navigation li a:hover {
	text-decoration: none;
}

#hd a:link, #hd a:visited {
	color: #99ccff;
	text-decoration: underline;
}

#hd a:hover {
	text-decoration: none;
}

/* Bottom half */

#bd {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	position: relative;	
}

#yui-main {
	padding: 30px 0;
}

h1.post-title {
	font-family: Arial, Helvetica, san-serif;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 0.5em;
	color: #000;
}

h1.post-title a:link, h1.post-title a:visited {
	color: #59adbc;
	text-decoration: underline;
}

h1.post-title a:hover {
	text-decoration: none;
}

.post-wrap {
	font-size: 1.2em;
	padding-bottom: 1em;
	color: #666;
}

.post-wrap p, .post-wrap ul {
	padding-bottom: 1em;
}

.post-wrap strong {
	color: #333;
}

.metawrap {
	padding-top: 1em;
	font-size: 0.7em;
}

.post-meta {
	padding-top: 0.5em;
	font-size: 0.7em;
}

#recentposts {
	padding-bottom: 30px;
}

#categories, #archives, #meta {
	float: left;
	width: 32.9%;
}

.yui-b h2 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 1.5em;
	font-weight: bold;	
}

#bd a:link, #bd a:visited {
	color: #5db4c5;
	text-decoration: underline;
}

#bd a:hover {
	text-decoration: none;
}

/* Footer info */

#ft {
	clear: both;
	padding-top: 30px;
	font-size: 0.9em;
	margin-bottom: 40px;
}

#ft p {
	color: #666;
}

#ft p a:link, #ft p a:visited {
	color: #666;
	text-decoration: underline;
}

#ft p a:hover {
	text-decoration: none;
}

