@charset "utf-8";

/*
Theme Name: CMH Services

*/



/* Begin Typography & Colors */

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}





/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry  p{
	margin-top: 0.5em;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

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 */


* {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Begin CSS Popout Menu */

	#menu{
	background: #0066B9; 
	color: #FFFFFF;
	background-image:url(../images/topmenubevel.jpg);
	height:20px;
	margin:0 auto;
	padding-left: 20px;
	padding-top: 5px;
	}

	#menu h3{
		font:bold 12px/14px arial,helvetica,sans-serif;
		color: #ffffff;
	}

	#menu a, #menu h2{
	font: 10px/16px arial,helvetica,sans-serif;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:1px 0 1px 3px;
	}

	#menu h2{
	color:#ffffff;
	background:#de7a7a url(images/expand3.gif) no-repeat 100% 100%;
	text-transform:uppercase
	}

	#menu a{
	background:#F2F9FE;
	text-decoration:none;
	}

	#menu a, #menu a:visited{
	color:#000;
	}

	#menu a:hover{
	color:#FFFFFF;
	background:#000080;
	}

	#menu a:active{
	color:#000000;
	background:#de7a7a;
	}

	#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:6em;
	}

	#menu li{
	position:relative;
	width: 108px;
	}
	
	#menu ul li ul li{
	border-left: solid 1px #bbb;
	border-top: solid 2px #D3DFED;
	border-right: solid 1px #888;
	border-bottom: solid 1px #555;
	z-index:500;	
	}

	#menu ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	}

	#menu ul ul ul{
	top:0;
	left:100%;
	}
	
	/* Begin non-anchor hover selectors */

div#menu h2:hover{
background:#000 url(images/expand3.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000000;
background:#de7a7a url(images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#ffffff;
background:#800000;
}

#menu a.x:active{
color:#000000;
background:#de7a7a;
}
 
/* End CSS Popout Menu */


/**************** menu coding *****************/
#sidemenu {
width: 160px;
background: #F2F9FE;
margin: 20px 0 0 0;
}

#sidemenu ul {
list-style: none;
margin: 0;
padding: 0;
}

#sidemenu a, #sidemenu h3 {
font: 11px/16px arial, helvetica, sans-serif;
display: block;
/*border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;*/
margin: 0;
padding: 2px 2px;
}

#sidemenu h3 {
color: #000000;
}

#sidemenu a {
color: #000;
background: #F2F9FE;
text-decoration: none;
}

#sidemenu a:hover {
color: #a00;
background: #fff;
font-weight: bold;
}

#sidemenu li {
position: relative;
}

#sidemenu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#sidemenu ul ul,
div#sidemenu ul li:hover ul 
{display: none;}

div#sidemenu ul li:hover ul,
div#sidemenu ul ul li:hover ul
{display: block;}



a {
	color: #CC0033; 
}

a:hover {
	color: #333366;
	text-decoration: none;
}

body  {
	background: #003E7E;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 18px;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0 0 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #topmenu { 
	background: #0066B9; 
	color: #FFFFFF;
	background-image:url(../images/topmenubevel.jpg);
	padding: 3px 0 3px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}

.twoColFixLtHdr #mainContent { 
	margin: 0 160px 0 165px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
} 

.twoColFixLtHdr #mainContent h1{
	font-size: 16px;
} 

.twoColFixLtHdr #mainContent h2{
	font-size: 14px;
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EEEEEE; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 10px 0;
	text-align: center;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 400px;
	background: #F2F9FE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	margin: 0;
}


.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 400px;
	background: #F2F9FE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	font-size: 11px;
	margin: 0;
}

.twoColFixLtHdr #sidebar2 ul {
	padding: 0px 0px 0px 20px;
	list-style-image: url(../images/bullet.png)
}

.twoColFixLtHdr #sidebar2 ul li {
	padding: 0px 0px 10px 0px;
}

/*BLOCKS*/
.block { margin: 0;}
.block .header { background:url(../images/block_header2.gif);padding:0px 0px 0px 0px; }
.block .wrap { margin:0;}
.block .top, .block .bottom { font-size:2px;}

.block .header h4 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.block .header h5  { color:#FFFFFF; font-size:12px; font-weight:bold; }
.block.left ul, .block.right ul { list-style-type:none;}
.block.left li, .block.right li { padding:0 0 0 0px; margin:0px 0; background:url(images/bullet.gif) left no-repeat;}

.block.left {margin: 10px 0 0 0;width:160px; border-left: 1px solid #003E7E; border-right: 1px solid #003E7E; border-bottom: 1px solid #003E7E; border-top: 1px solid #003E7E;}
.block.left .top { height:4px;}
.block.left .content { padding:3px 5px;background-color:#FFFFFF;}
.block.left .bottom { height:auto; font-size: 12px; background-color:#0066B9; color: #FFFFFF}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


