html {
	height: 101%;
}
body, form, input, textarea, select, label, table, tr, td, object, iframe, hr {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}
img {
	display: block;
}
a img {
	border: none;
}
form p {
	margin: 1em 0; /*corrects IE 6 & 7 error of double vertical margin inside a form */
}
a {
	text-decoration: none;
}
hr {
	height: 1px;
	border: 0;
}
/*--TYPOGRAPHY--*/
body	{
	font: 75%/160% arial, sans-serif;
}
#leftContainer .excerpt {
	font-family: Georgia, "Bitstream Charter", serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/*--COLOR--*/
body {
	background-color: #EDF0E3;
}
#innerContent img, form input, textarea {
	background-color: #E5EAD0;
}
body, #menu a, .boxy a, input, textarea {
	color: #90AB2E;
}
h1 {
	color: #6D8022;
}
a, #menu a:hover, #menu li.current a, .article_list a:hover, .boxy li.current a {
	color:#BFBB3D;
}
#header span {
	color: #E5E055;
}
hr {
	background-color:#fff;
	color: #fff;
}
form input, textarea, .boxy {
	border: 1px solid #fff;
}
.boxy, #innetContent img {
	background-color: #E5EAD0;
} 
/*--LAYOUT--*/
body {
	background-image: url("http://www.drdelsondc.com/images/bg.jpg");
	background-position: 0 10px;
	background-repeat: repeat-x;
}
#container {
	width: 904px;
	min-width: 904px !important;
	margin: 0 auto;
	padding-bottom: 2em;
	background-image: url("http://www.drdelsondc.com/images/watermark.jpg");
	background-position: 100% 80px;
	background-repeat: no-repeat;
}
#leftContainer {
	width:200px;
	float:left;
}
#rightContainer {
	margin: 0 0 0 240px;
}

/* --LEFT BAR-- */
#header {
	height: 320px;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width:200px;
	height:100px;
	background: transparent url("http://www.drdelsondc.com/images/20.png") no-repeat 0 0;
}
#header h1 span {
	display:none;
}
#header p {
	display:none;
}
#header img.imge {
	width: 200px;
	height: 300px;
}
#leftContainer form p input {
	width: 93%;
}
.boxy {
	padding: 15px;
	text-align: center;
	margin: 1em 0;
}
.boxy table {
	width:150px;
	text-align:center;
}
ul.boxy {
	list-style: none;
	text-align: left;
}
ul.boxy li {
	line-height: 100%;
	padding: .3em 0;
}

#leftContainer p, .boxy table a {
	text-align:center;
}
#leftContainer .excerpt {
	font-size:130%;
}

/* --MENU-- */
#menu {
	padding: 55px 0 40px 0;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline;
	padding: 0 1em 0 0;
}

/*-- CONTENT--*/
#innerContent a:hover {
	text-decoration:underline;
}
#innerContent ul li {
	list-style-type: square;
}
#innerContent table {
	border-collapse: collapse;
}
#innerContent table td, #innerContent table th{
	vertical-align:top;
	margin:0;
	padding:.5em .3em;
	line-height:100%;
	border-bottom:1px solid #9DAA63;
}
#innerContent table th {
	text-align:left;
	font-weight:bold;
	border-width: 0 0 2px 0;
}
#innerContent table td.dload a {
	display: block;
	padding:0 0 .5em 1.5em;
	background-image: url("http://www.drdelsondc.com/images/icon_pdf.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size:95%;
}
#innerContent .contact {
	line-height: 100%;
}
#innerContent label {
	display:block;
	float:left;
	width:8em;
	line-height:140%;
}
#Email, #Name, #Message {
	width: 400px;
}
#innerContent form textarea {
	height: 150px;
}
#innerContent form input, #innerContent form textarea { 
	line-height:140%;
}

.post {
	margin-bottom:3em;
	border-bottom: 1px solid #fff;
}
.postmeta {
	margin: -1.5em 0 0 0;
	font-size: 80%;
	padding: 0;
}
.clearer {
	clear:both;
}
.postnav {
	margin:0;
	padding:0;
	float:right;
}
.postnav .previous, .postnav .next {
	background-color: #fff;
	padding: .3em .6em;
	margin: 0 .5em 0 0;
}
.searchresult strong {
	text-decoration: underline;
}
.small {
	font-size: 80%;
}
#innerContent img {
	margin: 1em;
}
.h_newsletter #innerContent img {
	margin: 0;
	padding: 0;
	border: 0;
}