/*
Theme Name: Dr. Henry
Theme URI: http://www.orthosifun.com
Description: Dr. Henry's Ortho is Fun Theme
Author: ConnectNC
Author URL: http://www.connectnc.com
*/

/*-----------Block Level Elements--------------*/
*{margin:0; padding:0;} /* removes all margins and padding */
html { min-height:100%; margin-bottom:1px; } /*keeps short pages from jumping */


body {
background-color: #deddb9;
background-image: url(images/bg.gif);
background-repeat: repeat-x;
background-position: top left;
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #595c5f;}

img a {border: none; text-decoration: none;}
img {border: none;}

#page {
	width: 971px;
	margin: 0 auto;
}

#header {
	width: 100%;
height: 58px;}

#headertxt {
color: #736357;
float: left;
margin-left: 100px;
padding-top: 15px;
}

#headertxt p {text-align: center;}

#headerlinks {
padding-top: 6px;
	float: right;
	margin-right: 20px;
}
#headerlinks img a {border: none !important}
.description {

}


/* main menu */
#nav {width: 971px;height: 59px; margin: 0 auto;background-image: url(images/top.png);background-repeat: no-repeat;}

#menu {

	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	width:915px;
	padding-top: 34px;
height: 23px;


}


#menu ul {
	margin: 0 0 0 30px;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 0px 13px 0px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff;
	
	line-height: 15px;

}

#menu ul li a:hover {
	background-color: #fff;
	color:#0B1316;
}

#logoflash {
clear: both;
width: 971px;
min-height: 276px;
background-image: url(images/headerWhiteBG.png);
background-repeat: repeat-y;

}

#logo {float: left;margin-left: 30px;}

#flash {float: right; margin-right: 25px;}

#bluediv {width: 971px; margin: 0 auto;}

#wrapper {
	width: 971px;
	background-image: url(images/mainBG.png);
	background-repeat: repeat-y;
}

#container {width: 919px; margin: 0 auto; }
#content {
float: left;
	width: 718px;

}

#sidebar {
float: right;
	width: 192px;
/*margin-left: 727px;*/

}

#footer {

	width:971px;
	background-image: url(images/footerBG.png);
	background-repeat: repeat-y;
	background-position: top left;
	/*min-height: 46px;
	clear: both;*/
	margin: 0 auto;
	padding: 0;
}

#footer p {color: #fff; text-align: center; font-size: 9pt; padding: 5px;}

#connectnc {width: 971px; margin: 0 auto;}
#connectnc p {text-align: center; font-size: 9pt;color: #595c5f;}
#connectnc a {color: #595c5f;}

/*-------------Headings-------------*/

h1 {
font-weight: lighter;
padding-bottom: 10px;
}

h2 {
padding-top: 10px;
font-weight: lighter;
padding-bottom: 10px;

}

h3 {
font-weight: lighter;
padding-top: 10px;
padding-bottom: 10px;
}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
font-weight: lighter;
text-decoration: none;
}

.post {
margin: 30px;
}

.post p {
margin-top: 5px;
margin-bottom: 5px;
font-size: 10pt;
}

.post a {
color: #595c5f;
}

.post ul {
margin-left: 35px;
margin-top: 5px;
margin-bottom: 5px;
}

.post ol {margin-left: 40px;
margin-top: 5px;
margin-bottom: 5px;}

.post li {
font-size: 10pt;
}

.post ul li ul li {margin-left: -23px;}
.entry {

}

.post img {padding: 5px; border: 1px solid silver;}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
list-style-type: none;
margin: 0; 
padding: 0;

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar a {background-image: url(images/sideMenuBG.png);background-repeat: no-repeat;height: 55px; line-height: 55px;display: block; color: #fff; font-weight: bold; text-decoration: none;text-align: center;width: 194px;}

 a#ortho {background-image: none; display: block; height: 94px;}
#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}




/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}




/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid silver
	}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
	background-color: #fff;
		border: 1px solid silver
	}

img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
		background-color: #fff;
			border: 1px solid silver
	}
	
	img.alignnone {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
		background-color: #fff;
			border: 1px solid silver
	}
	
	

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}


blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
