body {
	background: #d4deea url('images/background-grey.png') repeat-x 0 0;
	font-size: 12px;
	color: #525252;
}
h1, h2 {
	color: #222;
	text-decoration:none;
}
h3 {margin-bottom:0.88em;}
h3 a:link, h3 a:visited {color:#fff;}
a:link, a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
img.aligncenter {
	border:solid 1px #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	padding:0.5em;
	float:none;
}
p {
	margin-bottom:1em;
}
#posts p {
	font:normal 1.25em/1.5em Arial, Helvetica, sans-serif;
	color:#333;
}
caption {
	padding:0.25em 1em;
	border:solid 1px #ddd;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
}
td {padding:0.75em 1.5em 0;}
th {
	background:none;
	}
pre, code {white-space: normal;}
#block {
	display:block;
}
#top {
	text-align: left;
	height:3em;
}
#top .menu {
	margin:2em 47px;
	border:1px solid #ddd;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	}
#top .menu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#top .menu a {
	text-decoration: none;
	color: #333;
	font:bold 1.25em Verdana, Geneva, sans-serif;
}
#top .menu a:hover {color: #000;text-decoration:underline;}
.menu ul {margin:0; padding:1em;}
#contenttop {
	background: transparent url('images/topbg.png') no-repeat 0 0;
	height: 37px;
	clear:both;
}
#contentwrapper {background: transparent url('images/contentbg.png') repeat-y 0 0;}
#header {height: 50px;}
#header #title {
}
#header #title .logo {float: left;}
#header #title #blogtitle {margin-left: 68px;}
#header #title h1 { 
	font:bold 1.75em Arial, Helvetica, sans-serif;
	color: #525252;
	margin-bottom: 5px;
}
#header #title h2 {
	font-size: 14px;
	color: #525252;
}
#header #searchbar {margin-top:20px;}
#introcontainer {margin-top:40px;padding-top:2em;}
#intro {
	height: 200px;
	background: url('images/introbg.jpg') no-repeat 0 0;
	margin-left: 7px;
}
#intro #introtext {
	float: left;
	height: 165px;
	margin: 20px auto auto 20px;
	overflow: hidden;
}
#intro #introtext h1 {
	font-size: 18px;
	color: #00599d;
	margin-bottom: 16px;
}
#intro #introtext p {font-size: 1.3em;}
#intro #introicon {
	float: right;
	margin: 5px 30px;
}
#posts {padding-right:30px;}
.post {
	background: #fafafa;
	border: solid 1px #ddd;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
	margin: 40px 5px 20px 5px;	
	padding: 15px;	
}
.post .postheader .commentcount {
	width: 27px;
	line-height: 12px;
	float: left;
	text-align: center;
	padding-right: 10px;
	padding-top:19px;
	background:url('images/commentsicon.png') no-repeat;
}
.post .postheader .commentcount a {
	text-decoration: none;
	color: #4884bc;
}
.post .postheader .posttitle {line-height: 20px;}
.post .postheader .posttitle h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0;
	margin: 0;
}
.post .postheader h2 a {text-decoration: none;}
.post .postheader .posttitle .postmeta {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
}
.post .postcontent {
	margin-top: 20px;
	line-height: 17px;
}
.post .postcontent p {margin-bottom: 1em;}
.post .posttags, .post .posttags a {
	color: #333;
	clear:both;
	margin-top: 20px;
	text-align: right;
}
.commentbox {
	background: #fff;
	border: solid 1px #eeeeee;
	margin: 10px 5px 20px 5px;
	padding: 15px;
}
.commentmeta .avatar {
	float: left;
	padding-right: 6px;
}
.commenttext {
	clear: both;
	margin-top: 10px;
}
.commentform input {
	padding: 0;
	margin: 0;
	line-height: 0;
}
#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}
#commentform textarea {
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}
.navlinks {margin: 0px 5px 40px 5px;}
.navlinks a {text-decoration: none;}
.navlinks img {margin-right: 5px;}
#sidebar {width:200px;}
#sidebar #wrapbox {
	background: #fafafa;
	border: solid 1px #ddd;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	padding: 15px;
	margin: 40px 5px 20px 5px;
}
#sidebar .sidebarbox {
	line-height: 20px;
	margin-bottom: 40px;
}
#sidebar .sidebarbox h3 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	padding:0.25em 0;
	text-align:center;
	border:solid 1px #ddd;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	background-color:#06C;
}
#sidebar .sidebarbox a {text-decoration: none;}
#sidebar .sidebarbox ul {
	list-style-type: none;
	text-indent: -1em;
}
#sidebar .sidebarbox .pages ul {text-indent: -3em;}
#footer {
	height:22px;
	background: url('images/bottombg.png') no-repeat 0 0;
	padding:4em 0 0 4em;
}
.searchform #searchbox {
	float: left;
	background: #f1f1f1;
	border: solid 1px #e3e3e3;
	width: 120px;
	height: 14px;
	font-size: 11px;
}
.searchform #searchbutton {
	float:left;
	height: 18px;
	width: 18px;
	margin-left: 6px;
	border: none;
	cursor: pointer;
	background: url('images/searchbutton.jpg') no-repeat 0 0;
}
/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin:1em auto;
}
.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}
.alignright {
   float: right;
   margin: 0 0 10px 10px;
}
.wp-caption {
   background: #fafafa;
   border: solid 1px #eeeeee;
   text-align: center;
   padding-top: 4px;
}
.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}
.sociable_tagline {
	margin:0.75em 0;
}