body {
	background-color: #202020;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	color: #202020;

}
a:link {
	color: #608EBF;

}
a:visited {
	color: #608EBF;
}
a:hover {
	color: #333;

}
a:active {
	color: #608EBF;
}

h1,h2, h3, h4, h5{
	margin-bottom: 3px;
	color: #608EBF;
}


h1 {
	font-size: 16pt;
	margin-top: 0px;
	padding-top: 0px;
	font-style: oblique;
	margin-bottom: 17px;
	font-family: "Times New Roman", Times, serif;
	color: #608EBF;
	font-weight: normal;
	width: 350px;
	display: block;
}

h1 a {
	text-decoration: none;	
	
}

h1 a:hover {
	text-decoration: underline;	
	
}

h2, h3 {
	font-size: 10pt;
	margin-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;

}
h3 {

	margin-top: 16px;

}

h4 {

}


p {
	margin-bottom: 15px;
	line-height: 1.5em;

}


.grey {
	color: #666;
}
	

.highlightYellow {
	color: #FFC;
}
	

#content ul {
	margin-top: 2px;

}
#content ul li {
	margin-bottom: 5px;
}
blockquote {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;

}

#content blockquote {
	padding: 20px 30px 16px 50px;
	margin-bottom: 16px;
	background-image: url(../img/quote.png);
	background-repeat: no-repeat;
	background-position: 18px 17px;
	background-color: #F5F5EF;

}
#content blockquote p {
	color: #514D46;
	font-size: 12pt;

}

/* Utilities */

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.notopmargin{
	margin-top: 0px;	
}
.floatRight, .alignright {
	float: right;
	display: block;
	margin-bottom: 5px;
	margin-left: 10px;
}

.alignleft {
	float: left;
		display: block;
	margin-right: 10px;
	margin-bottom: 5px;	
}

.nobotmargin{
	margin-bottom: 0px;
}


/* COLORS */

.grey {
	color: #666;
}
	

.highlightYellow {
	color: #FFC;
}
	

.blue {
	color: #608EBF;
}


.white{
	color: #FFF;	
}


/* BEGIN TEMPLATE */
#wrapper {
	position: relative;
	background-color: #E4E5C3;
	width: 900px;
	margin: 0px auto;
	border-right: 10px solid #A1BEE6;
	border-left: 10px solid #202020;
}


/* HEADER */

#header {
	width: 900px;
	height: 200px;
	position: relative;
	background-color: #CDC9B0;
	border-bottom: 3px solid #FFF;

}


#contactBlock {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 8pt;
	color: #FFF;
	margin-left: 35px;
	margin-top: 17px;
	display: none;
}


#contactBlock h3 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#contactBlock a {
	color: #FFF;
	text-decoration: none;
}

#preHeader {
	display: block;
	position: relative;
	background-color: #C1BEAA;
	width: 900px;
}



#logo {
	background-image: url(../img/DanielTitle.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 59px;
	width: 333px;
	position: absolute;
	left: 259px;
	top: 124px;

}
#logo span {
	display: none;
}

#MainPic {
	position: absolute;
	left: 670px;
	top: 140px;
	padding: 2px;
	background-color: #FFF;
}


/*  NAVIGATION */

#navigation {
	display: block;
	margin: 0px 0px 0px 270px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background-color: #E6E4D8;
	text-transform: uppercase;
	font-size: 8pt;

}

#navigation li {
	display: inline;
	list-style-image: none;
	list-style-type: none;

}

#navigation li a{
	padding: 5px 15px;
	display: block;
	text-decoration: none;
	width: auto;
	float: left;
	color: #8C7870;

}

#navigation li a:hover{
	background-color: #FAF9F5;
	color: #403C38;

}

body#Home a#navHome, 
body#News a#navNews, 
body#About a#navAbout, 
body#Specialties a#navSpecialties, 
body#Details a#navDetails, 
body#Treatment a#navTreatment, 
body#Contact a#navContact,
body#Blog a#navBlog{
	background-color: #96B7E2;
	color: #FFF;
	border-right: 5px solid #D0DFF4;

}

/* CONTENT AREA */

#content {
	display: block;
	min-height:600px;
	width: 455px;
	float: right;
	margin-right: 70px;
	background-color: #EEEEE4;
	padding: 35px 70px 70px 35px;

}
.fullPostHolder h1 {
	margin-bottom: 0px;
}
.fullPostHolder {
	display: block;
	padding-bottom: 10px;

}
.postDate {
	font-size: 11px;
	color: #999;
	margin-bottom: 15px;
}
.postWrapper {
	display: block;
	margin-bottom: 35px;

	padding-bottom: 10px;
}

.postWrapper h1 {
	margin-bottom: 3px;
}
.postWrapper h1 + small {
	font-size: 11px;
	color: #999;
	padding-bottom: 15px;
	display: block;	
}

p.postmetadata{
	border-top: 1px solid #CDC9B0;
	font-size: 11px;
	color: #999;
	padding-top:2px;
	display: block;
	clear: both;
}

.comment-author {
	font-weight: bold;
	color: #608EBF;
}

.comment-meta.commentmetadata {
		color: #999;
			font-size: 10px;
	padding-bottom:3px;
}
.comment-meta.commentmetadata a,
.comment-meta.commentmetadata a:link,
p.postmetadata a, p.postmetadata a:link{
	color: #999;
	text-decoration:none
}
.comment-meta.commentmetadata a:hover,
p.postmetadata a:hover{
	color: #333;
	text-decoration:underline;
}


h3#comments, #respond h3{
	padding-top:8px;
	border-top: 1px solid #AAC2DD;
}

ol.commentlist{
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 20px;
	padding: 0px;
}

ol.commentlist li.comment {
	display: block;
	padding: 15px;
	list-style-image: none;
	list-style-type: none;	
	
}

ol.commentlist li.comment.even {
	background-color: #F8F8ED;
}

ol.commentlist li.comment.odd {
	background-color: #EEEDE3;	
}

/*#recaptcha_table{
	margin-bottom: 10px;	
}*/
#recaptcha-submit-btn-area{
	margin-top: 10px;	
}

#container h1#logo {
	display: none;	
}

/* SIDEBAR */
#sidebar {
	width: 270px;
	display: block;
	clear: left;
	float: left;
	position: relative;

}
#sidebar blockquote {
	padding: 35px;
	font-size: 13pt;
	color: #8C7870;
	line-height: 1.5em;
}
a#mapSidebar {
	background-image: url(../img/map-desaturated.jpg);
	background-position: left top;
	height: 90px;
	width: 90px;
	display: none;
	margin: 35px;
}
a#mapSidebar span {
	display: none;
}

#blogSidebar {
	margin-right: 35px;
	padding-left: 35px;
	padding-top: 17px;
	padding-bottom: 35px;
}
#blogSidebar h3 {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #A1BEE6;
}

#blogSidebar ul {
	list-style-image: none;
	list-style-type: none;
	line-height: 1.4em;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 10px;
	color: #999;
}

#blogSidebar ul li{
	margin: 0px;
	padding: 0px;	
	font-size: 10px;
}


#blogSidebar ul li.current-cat{
	font-weight: bold;	
	
}
#blogSidebar ul li a,
#blogSidebar ul li.current-cat a{
	font-size: 12px;
	
}

a#blogHome {
	display: block;
	padding: 5px 10px 5px 35px;
	margin-bottom: 0px;
	text-decoration: none;
	background-color: #CDC9B0;
	color: #6D6A5F;
	float: left;
	position: relative;
	margin-top: 35px;
}

a#blogHome:hover {
	color: #FFF;
	background-color: #A1BEE6;
	text-decoration: none;
}

#contactSidebar {
	background-color: #A1BEE6;
	color: #FFF;
	margin-right: 35px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 17px;
	position: relative;
	float: none;
	clear: both;
}
#contactSidebar p {
	font-size: 8pt;
	margin: 0px 0px 16px 35px;
	padding: 0px;
	font-style: normal;
}
#contactSidebar .contactTelNote {
	font-style: normal;
	color: #FFC;
	line-height: normal;
	margin-bottom: 16px;
	margin-left: 35px;
}
#contactSidebar h4 {
	font-size: 12pt;
	font-family: Cambria, "Times New Roman", Times, serif;
	color: #8C7870;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	background-color: #DFE9F7;
	display: block;/*	display: none;*/
	padding: 5px 2px 5px 35px;
	font-style: oblique;
/*	border-top: 1px solid #A1BEE6;*/
}
#contactSidebar .contactTel {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: oblique;
	font-weight: normal;
	margin: 0px 0px 0px 35px;
}
#contactSidebar .contactEmail {
	font-size: 10pt;
		margin-left: 35px
}
#contactSidebar .contactForm {
	font-size: 9pt;
	margin-left: 35px;
}

#contactSidebar a, #contactSidebar a:link {
	color: #FFF;
}
#contactSidebar a:hover {
	color: #202020;
	background-color: #FFC;
	text-decoration: none;
}



/* FOOTER */
#footer {
	clear: both;
	background-color: #CDC9B0;
	display: block;
	padding: 17px 70px 35px 35px;
	color: #FFF;
	font-size: 8pt;
	text-align: right;
	border-top: 1px solid #FFF;

}


#footer a {
	color: #FFF;

}
#footer a:hover {
	color: #DFE9F7;

}


#footerCopy {

}

#footerCredits {

}
#footerCredits a {
	color: #E0DECF;

}
#footerCredits a:hover {

}
#footernav {
		display: block;
	float: left;
}
/*#blogLogin {
	display: block;
	float: left;
}*/

/* TEMPLATE OVERRIDES */
/*body#Blog #MainPic {
	display: none;
}*/
body#Blog #sidebar {
}
#content  .navigation {
	display: block;
	height: 25px;
}
#content .navigation .alignleft {
	float: left;
}
#content .navigation .alignright {
	float: right;
}

textarea#comment {
	width: 450px;
}
