/*
Theme Name: CHCR
Theme URI: http://world.yee-dor.com
Description: Wordpress Theme by Doris Yee
Version: 1.1
Author: Doris Yee
Author URI: http://www.designforsocialgood.com
Tags: flexible layout, fixed width, widgetized footer
*/


/***Main Components***/

* {
    margin: 0px;
    padding: 0px;
}

html, body {
}


body {
	font-size: 12px;
	background: #fff;
	line-height: 1.5em;
	color: #888;
}

#container {
	width: 960px;
	margin: auto;
}

body, address, dd, dl, hr, p, form {
	font-family: Arial, Helvetica, sans-serif;
}

address {
	font-style: normal;
	padding: 0px 0px 0px 15px;
	border-left: 1px solid #5387f5;
	margin-bottom: 10px;
}

.clearMe {
	clear: both;
}

.wrapper {
    padding: 0px 20px;
}

/***HYPERLINKS***/

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #224594;
}

a:hover {
	text-decoration: underline;
	color: #1561d4;
	outline: none;
}

a:focus {
	outline: none !important;
}

/***Text Elements***/


p {
	padding: 0 0 1em 0;
	text-align: left;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 1em 0px;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}


/***** HEADER *****/

#header {
	margin: auto;
	width: 960px;
	height: 160px;
	padding: 10px 0px;
}

#header #logo {
    float: left;
}

#header .hover {
    cursor: pointer;
}

#header #availability {
    float: right;
    margin-top: 50px;
}

#post-header {
    width: 100%;
    background: #f8f8f8;
    background: url('images/menu.png') repeat-x top left;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #eaeaea;
    -moz-box-shadow: 0px 2px 3px #ccc;
    -webkit-box-shadow: 0px 2px 3px #ccc;
    box-shadow: 0px 2px 3px #ccc;
}

/***** MENU *****/
ul#mainNav {
    list-style: none;
    width: 960px;
    height: 30px;
    padding: 0px;
    margin: 0px;
    margin: auto;
}

ul#mainNav li {
    display: block;
    float: left;
    width: 135px;
    text-align: center;
    height: 30px;
    border-left: 1px dotted #eaeaea;
    border-right: 1px dotted #fff;
}

ul#mainNav li a {
    font-weight: normal;
    /*color: #939598;*/
    display: block;
    width: 126px;
    padding: 8px 5px 0px;
    height: 22px;
    text-decoration: none;
}

ul#mainNav li a:hover {
    background-image: url('images/current_page_item_rollover.png');

}

ul#mainNav li.current_page_item {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

ul#mainNav li.current_page_item a{
    background-image: none;
    background-color: #fff;
}


/***** IMAGES *****/

img {
border: none; outline: none;
}

p img { padding: 0; max-width: 100%;
}

a img {background: none; border: 0px;
}


img.avatar { float: left; margin: 5px; border: #544b40 1px solid;
}

img.centered { display: block; margin-left: auto; margin-right: auto;
}

img.alignright { padding: 3px; margin: 0 0 0 7px; display: inline;
}

img.alignleft { padding: 3px; margin: 0 7px 0 0; display: inline;
}


.alignright { float: right;
}

.alignleft { float: left;
}

.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; /* optional rounded corners for browsers that support it */ -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;
}

h3, .widget h3, .widget h3 a {
    color: #f26522;
    font-weight: bold;
}



/***** CAROUSEL *****/

#carousel {
    margin: auto;
    width: 100%;
    height: 340px;
    text-align:center;
    -moz-box-shadow: 0px 0px 0px #ccc;
    -webkit-box-shadow: 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px #ccc;
    margin: 0px 0px 20px 0px;
    background: url('images/ajax-loader.gif') center center no-repeat #FFFFF;

}

#carousel-wrapper {
    width: 960px;
    position: relative;
    height: 340px;
    margin: auto;
    overflow: hidden;
}

#carousel .image {
    width: 960px;
    height: 350px;
    margin: auto;
    position: relative;
    z-index: 1px;
}

#carousel .caption {
    text-align: left;
    position: absolute;
    margin: auto;
    z-index: 2;
    top: 0px;
    left: 0px;
}

/***** QUADS (As featured on Homepage) *****/

#quads {
    width: 960px;
    margin: auto;
}

#quads .quad {
    width: 220px;
    float: left;
    padding: 0px 10px;
}

#quads .quad ul {
    padding-left: 15px;
}

#quads .quad ul li{
    padding-left: 10px;
}

#quads .quad ul.sticky-list,
#quads .quad ul.sticky-list li {
    list-style: none;
    padding-left: 0px;
}

#quads .quad ul.sticky-list li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #d8d8d8;
}

ul.sticky-list li.hover {
    border-bottom: 1px solid #f26522 !important;
}

.top {
    border-top: 1px solid #cacaca;
    margin-bottom: 10px;
}

.top .thicker {
    border-top: 5px solid #cacaca;
    width: 60px;
}

/***** SIDEBAR *****/

.sidebar {
    width: 240px;
    float: left;
}

.sidebar ul {
    list-style:none;
}

.sidebar h3 {
    font-size: 12px;
    font-weight: bold;
    color: #F26522;
}

.widget {
    margin-bottom: 20px;
}


#execphp-3 .day {
    margin-bottom: 10px;
}

#execphp-3 p{
    padding-bottom: 0px;
}

#execphp-3 .day p:first-child {
    font-weight: bold;
}

/***** FOOTER *****/

#footer {
    width: 960px;
    margin: 20px auto 0px;
    min-height: 100px;
    padding: 20px 0px 0px 0px;
    background: url('images/footer.png') repeat-x top left #fff;
}

#footer .widget {
    width: 470px;
    float: left;
    height: 170px;
    position: relative;
    background: #999;
}

#footer .widget h3 {
    position: absolute;
    top: 10px;
    left: 0px;
    background: #000;
    padding: 5px;
    color: #fff;
    line-height: 1.5em;
}

#footer a {
    color: #939598;
    font-weight: bold;
}

#footer .even {
    margin-right: 20px;
}

/***** CLOSURE *****/

#closure {
    padding: 20px 0px 10px 20px;
}

#closure #credits,
#closure #information{
    float: left;
    font-size: 10px;
    text-transform: uppercase;
}

#closure #credits {
    width: 240px;
}
#closure #information {
    width: 680px;
    line-height: 1em;
}

#closure #credits #icons {
    margin: 10px 0px 0px 0px;
}

#closure #icons img {
    padding-right: 30px;
}

#closure .hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    -khtml-opacity: .7;
    -moz-opacity: .7;
}

#closure #information p {
    text-align: right;
    font-size: 10px;
}

span.extrapadding {
    padding: 0px 5px;
}


/***** BLOG *****/

#mainContent {
    width: 680px;
    margin-right: 40px;
    float: left;
}

.archive #container,
.category #container,
.blog #container,
.single #container,
.page-template-default #container{
    padding-top: 20px;
}

.archive .entry,
.category .entry,
.blog .entry,
.single .entry{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

.post ul.post-meta-data{
    list-style: none;
    margin-bottom: 10px;
    font-size: 10px;
    border-top: 1px dotted #ddd;
}

.post ul.post-meta-data li{
    display: inline-block;
    padding-right: 5px;
    border-right: 1px dotted #ddd;
    margin-right: 5px;
}

.archive .thumbnail,
.category .thumbnail,
.blog .thumbnail {
    width: 150px;
    height: 113px;
    background: #f9f9f9;
    float: left;
    overflow: hidden;
}

.archive .excerpt,
.category .excerpt,
.blog .excerpt {
    float: left;
    width: 510px;
    padding-left: 20px;
}


/*About Us Page*/

.page-id-5 #carousel .caption {
    margin: 60px 0px 0px 20px;
}

/*Patients Page*/

.page-id-28 #carousel .caption {
    margin: 75px 0px 0px 20px;
}

.secondary-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 200;
    height: 19px;
    width: 960px;
    background: url('images/white.png') transparent;
    text-align: left;
    border-top: 1px solid #ccc;
}

.secondary-menu ul {
    list-style: none;
    height: 20px;
    width: 960px;
    font-size: 10px;
    letter-spacing: 1.75px;
}

.secondary-menu ul li {
    display: inline-block;
    padding: 0px 25px;
    text-transform: uppercase;
}

.secondary-menu ul li a{
    color: #666;
}

.secondary-menu ul li a:hover{
    color: #444;
    text-decoration: none;
}

.secondary-menu ul li.hover {
    background: url('images/secondary-menu.png');
}

#secondary-menu-holder {
    position: relative;
    width: 960px;
    height: 25px;
    margin-bottom: 20px;
}

#secondary-menu-holder .secondary-menu {
    background-image: none;
    border-top-width: 0px;
    padding: 5px 0px 0px 0px;
    border-bottom: 1px dotted #ccc;

}

.secondary-menu .current_page_item{
    background: url('images/secondary-menu.png');
}

.secondary-menu .current_page_item a {
    font-weight: bold;
}

/***** SUBPAGE *****/

.page-child .post {
    width: 680px;
    margin-right: 40px;
    float: left;
}
.page-child .post, .page-child .sidebar {

}


/***Contact Page***/

.officehours label{
    font-weight: bold;
    display: inline-block;
    width: 175px;
}

.officehours p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/***** SERVICES PAGE *****/

.page-template-servicespage-php .half {
    min-height:118px;
}

.page-template-servicespage-php .widget .thumb {
    height: 80px;
    width: 90px;
    float: left;
    overflow: hidden;
}

.page-template-servicespage-php .details {
    float: left;
    width: 370px;
    text-align: justify;
}

.banner {
    clear: both !important;
    width: 100%;
    text-align: center;
    margin: 30px auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;
}

/***** PATIENTS PAGE *****/

#halves .half {
    width: 460px;
    float: left;
}

#halves .odd {
    padding: 0px 0px 0px 20px !important;
}

#halves .even {
    padding: 0px 20px 0px 0px !important;
}


.half p {
    text-align: justify;
}


.page-template-policiespage-php #carousel .caption {
    top: 20px;
}

#container .post blockquote p{
    font-size: 20px;
    font-family: Georgia, serif;
    font-style: italic;
    line-height: 26px;
    padding: 10px 75px 15px;
}

#container .sidebar blockquote p {
    font-weight: bold;
    color: #224594;
    font-size: 14px;
}

#container .post h4 {
    color: #224594;
    font-size: 13px;
}

#container .post h4 {
    margin-bottom: 0px;
}

/***** MEET OUR CEO PAGE *****/

.page-id-195 #container .post,
.page-id-205 #container .post{
    width: 680px;
    float:left;
    margin-right: 40px;
}

/***** STAFF PAGE *****/

.widget h6 {
    font-weight: bold;
    margin-bottom: 0px;
    color: #F26522;
    font-size: 11px;
}

.member .thumb {
    width: 60px;
    height: 80px;
    background: #f0f0f0;
    float: left;
    margin-right: 10px;
}

.member .thumb img {
    width: 60px;
    height: auto;
}

.member .member-details {
    float: left;
    width: 140px;
    height: 100px;
}

.member {
    margin-bottom: 10px;
    height: 80px;
    float: left;
    width: 240px;
}

.member p {
    font-size: 10px;
    line-height: 14px;
    padding-right: 10px;
}

#container .sidebar .execphpwidget ul.sticky-list li.post {
    width: auto;
    margin-right: 0px;
    border-bottom:1px dotted #D8D8D8;
    margin-bottom: 10px;
}

.entry ul {
    padding-left: 40px;
}

.entry ul.post-meta-data {
    padding-left: 0px;
}

.page-id-66 #container .half ul {
    padding-left: 15px;
    margin-bottom: 1em;
}

.page-id-66 #container .half strong {
    color: #224594;
    display: block;
    margin-bottom: 1em;
}

#container #post-54 {
    width: 100%;
}

.board-members {
    margin: 10px 0px;
    padding-top: 20px;
    border-top: 1px dotted #d8d8d8;
}

.page-child #container {
	padding-top: 0px !important;
}

#text-10 {
	border-left: 1px dotted #ccc;
	padding-left: 20px;
}


.FB { 
 
  width: 50px;
  height: 50px;
  background-image: url("http://yaaya.mobi/images/fbLike.png");
  background-repeat: no-repeat;
}

.FB iframe{ 
  
   opacity: 0.0;
}
 
#frm_field_86_container, #frm_field_83_container, #frm_field_229_container, #frm_field_95_container, #frm_field_93_container, #frm_field_100_container, #frm_field_102_container, #frm_field_108_container { 
  float: right;
  margin-top: -60px;
}

#frm_field_240_container
{ 
  margin-top: -70px;
  float: right;
}

#frm_field_100_container{ 
  margin-top: -70px !important;
}

#frm_field_220_container, #frm_field_222_container, #frm_field_253_container, #frm_field_255_container, #frm_field_258_container, #frm_field_260_container
{ 
  margin-top: -80px;
  float: right;
}

#frm_field_88_container input{ 
  width: 100% !important; 
}

#frm_field_84_container input[type="text"], #frm_field_84_container input[type="tel"], #frm_field_84_container input[type="email"], #frm_field_92_container input[type="text"], #frm_field_98_container input[type="text"], #frm_field_84_container select, #frm_field_106_container select, #frm_field_112_container input[type="text"], #frm_field_112_container select, #frm_field_115_container input[type="text"], #frm_field_115_container select, #frm_field_218_container input[type="text"], #frm_field_218_container input[type="tel"], #frm_field_251_container input[type="text"], #frm_field_251_container input[type="tel"], #frm_field_250_container input[type="text"],  #frm_field_250_container input[type="tel"], #frm_field_252_container input[type="text"], #frm_field_252_container input[type="tel"]{ 
  
  width: 300px;
  border: 1px solid #888;
}

#frm_field_84_container textarea, #frm_field_115_container textarea{ 
  border: 1px solid #888;
}

#frm_field_90_container input { 
  width: 150px !important;
}

p.careers{ 
  background-color: #224594;
  width: 180px;
  padding: 3px 3px 0px;
  margin-left: 175px;
    margin-top: 4px;
}


p.careers a{ 
  text-decoration: none;
  color: white;
  font-size: 1.050em;
  margin-left: 10px;
  text-transform: uppercase;

}

.triangle{ 
width: 0px;
height: 0px;
border-top: 18px solid transparent;
border-bottom: 15px solid transparent;
border-right: 18px solid white;
display: block;
float: right;
margin: -29px 104px;
}

.triangle2{
    width: 0px;
    height: 0px;
    border-top: 18px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 18px solid white;
    display: block;
    float: right;
    margin: -29px 104px;
}