/*ZenLite Children's Clinic Revision: CaliberGroup.com */

body {
	color:#000; /* #606060; */
}
h1,h2,h3,h4,h5,h6 {
	color:#d2492a; /* orange header */
}
#content-cleft h2 {
	color:#26BCD7;
}
blockquote {
	border-left:2px solid #DEE2E9;
}
acronym, abbr {
	border-bottom:1px dashed #ddd;
}
pre,ins {
	background:#F3F3FB;
	color:#000; /* #606060; */
}
pre {
	border:1px solid #D5CDD5;
}
fieldset {
	background:#DEE2E9;
} 
fieldset fieldset {
	background:#F3F3FB;
}
legend {
	background:#B1B4BE;
	color:#000;
}
input, textarea {
	background:#F0F3F5;
	color:#404040;
	border:1px solid #ddd;
}
input:focus,input.focus,textarea:focus,textarea.focus {
	background:#fff;
	color:#000; /* #606060; */
	border-color: #669; /* #407096; */
}
input.submit,input.button,input[type=submit] {
	background:#505050;
	color:#fff;
}

#searchform input.text {
	background: #fff;
	border: 0px;
}

#searchform input.submit {
	background: #7373a9;
	text-transform: uppercase;
}


ins {
	text-decoration:none;
}
table,th,td {

}
#footer table {
	color: white;
	margin-left:15px;
}

#footer table tr {
	color:white;
}

th {
	
}
tr {
	
	color:#000; /* #606060; */
}
tr.alt {
	background:#F3F3FB;
}
a {
	 color: #669; /* #407096; */
}
a:visited {
	 color:#669;
}
a:hover {
	 color: #669; /* #407096; */
}
a:active,a:focus {
	color:#000;
}
a img {
	/* border:5px solid #fff; */
}
a:hover img {
	border-color:#DEE2E9;
}
a:active img, a:focus img {
	border-color:#f93;
}

h2.post-title a {
	color:#d2492a; /* orange header */
}
/* WRAPPER */
#wrapper {
	background:#fff;
	color:#000; /* #606060; */
	border: 3px solid #fff;
	border-top: 0px;
}
.jumplinks a:active,.jumplinks a:focus {
	/* background:#f93; */
	color:#000;
}

/* HEADER */
#header-image {
	border-bottom: 3px solid #7373a9;
}
#header h1,#header h1 a {
	color:#000; /* #606060; */
}
#header h1 {
	/* border-bottom:3px double #aaa; */
}
#header h1 a:hover {
	 color: #669; /* #407096; */
}
#header h1 a:focus,#header h1 a:active {
	background-color:#f93;
	color:#000;
}
#header h1 small {
	color:#707070;
}

/* MENU */
.sidebar {
	/* border-top:3px double #aaa;
	border-bottom:3px double #aaa; */
}
.sidebar a {
	/* background:#fff;
	color:#000; #606060; */
	color:#fff;
}
.sidebar .current_page_item a, .sidebar .current-cat a, .sidebar .current-page-ancestor a,
.quicklinks a.current_menu_item,
.sidebar .current-menu-item a, .subnav .current-menu-item a{
	color:#ffe37e; /* #fff; */
}
.sidebar .current_page_item li a,.sidebar .current-cat li a { /* submenu item */
	background:#fff;
	color:#000; /* #606060; */
}
.sidebar a:hover {
	/* background: #7373a9;
	background:#DEE2E9;*/
	color:#ffe37e; 
}
.sidebar a:active,.sidebar a:focus {
	
    /* background:#f93; */
	color:#404040;
}

/* PAGE IMAGE */
.page-image {
	border-top: 3px solid #fff;
}

/* CONTENT */
#content {
	 color:#000; /* #606060; */
}
.postfoot {
	border-bottom:3px double #aaa;
}
.author .posts-by {
	border-top:3px double #aaa;
}
.single {
	border:none;
}
#content ul li {
	/* list-style-image:url(images/bullet.jpg); */
}
#content ul.subnav, #content-cleft ul.subnav {
	
}
#content ul.subnav li, #content-cleft ul.subnav li {
	list-style-image:none;
}

#content ul.subnav a, #content-cleft ul.subnav a {
	color:#fff;
}
#content ul.subnav a:hover, #content ul.subnav li.current_page_item a, #content-cleft ul.subnav a:hover, #content-cleft ul.subnav li.current_page_item a {
	color:#ffe37e;
}

#content ul li ul li {
	list-style-image:url(images/bullet2.jpg);
}
#content ul li ul li ul li {
	list-style-image:none;
}
#content .prevnext li,#content .meta li {
	list-style-image:none;
	list-style:none;
}

/* no bullets */
#content #commentlist li,#content .comment-links li,
#content .result-list li,#content .page-tree ul li {
	list-style-image:none;
	list-style:none;
}

/* pagination */
.page-numbers a,.pagelist a {
	background-color:#F3F3FB;
	border:1px solid #DEE2E9;
}
.page-numbers a:hover,.pagelist a:hover {
	background-color:#fff;
}
.page-numbers a:active,.page-numbers a:focus,
.pagelist a:active,.pagelist a:focus {
	background-color:#f93;
	color:#000;
	border-color:#f93;
}

/* page tree */
.page-tree {
	background-color:#F3F3FB;
	border:1px solid #DEE2E9;
}

/* COMMENTS */
#commentlist .even {
	background-color:#F3F3FB;
}
#commentlist .odd {
	background:#fff;
}
#commentlist .even,#commentlist .odd {
	border:1px solid #DEE2E9;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#commentlist li .meta li {
	background:transparent;
	border:none;
}

/* gallery & captions */
.wp-caption img,#content .gallery img {
	border:10px solid #F3F3FB;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.wp-caption a:hover img,#content .gallery a:hover img {
	border-color:#DEE2E9;
}
.wp-caption a:active img,.wp-caption a:focus img,
#content .gallery a:active img,#content .gallery a:focus img {
	border-color:#f93;
}

/* wp-calendar */	
#wp-calendar tbody td a {
	background:#E9ECF1;
}
#wp-calendar td a:hover {
	background:#407096;
	 color:#fff;
}
#wp-calendar tbody td a:active,#wp-calendar tbody td a:focus {
	/* background:#f93; */
	color:#000;
}
#wp-calendar #today,#wp-calendar #today a {
	background:#F5E6F5;
}

/* quick links */ 
.quicklinks, .quicklinks a {
	color: #fff;
}

/* footer */ 
#footer, #footer a {
	color: #fff;
}

/* search form */
form#searchform {
	background: #fff;
	text-align: right;
	border: 2px solid #fff;
	margin:5px 30px 0 685px;
}
