/*
Theme Name: XWP Child
Theme URI: http://www.e-rehab.com/
Version: 1.0
Description: Designed by John Mason
Author: John B Mason
Author URI: http://www.e-rehab.com
Template: xwp
*/
@import url(superfish.css);

html {
    background: url('images/patternbg.jpg');
    overflow-y: scroll;
}

body,td,.bottom,.mceContentBody,.normal {
    color: #464646;
}


/* Ticker Styles */
.tickercontainer { /* the outer div with the black border */
border: 1px solid #000;
background: #FFF;
width: 658px;
height: 27px;
/*margin: 12px 0 0 30px;*/
margin:0;
padding: 0;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
bottom: 2px;
width: 638px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 668px;
font: bold 14px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
list-style-type:none;
display:inline;
margin: 0;
padding-top: 4px;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #0047AB;
text-decoration:none;
font: bold 14px Verdana;
margin: 0 20px 0 0;
}
ul.newsticker span {
margin: 0 10px 0 0;
}

.newsticker ul ul {
    list-style-type: none;
}
.newsticker ul ul li:before {
    content: "•"; /* en dash here */
    position: absolute;
    margin-left: -0.5em;
    font-size: 30px;
}

/* End Ticker Styles */

#hours {
width:150px;
background:#FFF;
-moz-box-shadow: 0 0 4px #888;
-webkit-box-shadow: 0 0 4px#888;
box-shadow: 0 0 4px #888;
margin-bottom:15px;
position:relative;
}
#hours .content {width:90%;margin:0 auto;color:#003c84 !important;font-weight:600;}

#socialmedia{width:40px;position:absolute;top:0;left:160px;z-index:300;}

/* Blog Styles */

.postleftpart {
    width: 130px;
    float:left;
}
.postrightpart {
    float: right;
    width: 550px;
}

.post {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 18px;
}

.post h2,.post p {
    margin: 2px 0;
}

.post .entry {
    color:#7f7f7f;
    margin-bottom: 18px;
}

.entry p {
    margin: 10px 0;
}
.single .wp-post-image{
    margin: 0 auto 12px;
    display: block;
}

.addthis_toolbox {
    padding: 30px 0 10px;
}

.bluestrip{background:#0061d2;padding:6px;color:#FFF;text-transform:uppercase;font-weight:bold;margin-bottom:12px;text-align:center;}

.royalbluetext{color:#0061d2 !important;}
.darkbluetext{color:#003c84 !important;}
.greentext{color:#648777 !important;}
.greenbrd{border:solid 1px #648777;}

body {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-family: "raleway",sans-serif;
}
.box ul li, .box1 ul li, #box1 ul li {font-size:20px;}
.main ol li, .box ol li, .box1 ol li, #box1 ol li {font-size:16px;}
.normal{font-size:16px;}
.underline {font-size:16px !important;}

h1,h2,h3,h4,h5,h6 {
    font-family: "raleway",sans-serif;
    color:#648777 !important;
}

h1{font-size:145%;}
h2 {font-size:125%;}
h3 {font-size:105%;}
h5 {font-size:90%;border-bottom:0;text-transform:capitalize;}

h1, #faqTitle {font-size:135%;margin-top:15px}
#faqTitle{text-align:center;}
span {font-size:75%;color:#003c84;}

.base,.gmaptopper {
    background-color: #648777 !important;
    border-color: #648777 !important;
}

.base_sprite,.base_numbers li:before {
    background-image: url(images/shortcodes/sprites/custom_sprite_648777.png) !important;
}

.base_text,.base_sprite h1,h2,h3,h4,h5,h6 {
    color: #648777 !important;
}

h4 {
    text-align: center;
}

.testimonial,.colorlist,.bodytext {
color:#0061d2;
}

.altcolor {
    color: #000
}

a:link {
    color: #003c84;
    font-weight:400;
}

a:visited,a:active {
    color: #003c84;
    font-weight:400;
}

a:hover {
    color: #648777;
    text-decoration: none;
    font-weight:400;
}

.box {
    border: 2px solid #648777;
    background-color: #FFF;
    padding: 12px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.box1, #box1 {
    border: 2px solid #003c84;
    background-color: #cfdff2;
    padding: 12px;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.brd {
    border: solid 2px #648777;
}

.brd1 {
    border: solid 2px #003c84;
}

.dbrd {
    border: solid 2px #648777;
    background-color: #e0efed;
    padding: 3px;
}

.dbrd1 {
    border: solid 2px #003c84;
    background-color: #cfdff2;
    padding: 3px;
}

.faqbackground {
    background-color: #cfdff2;
}

#logo{width:448px;height:889px;position:absolute;top:20px;left:68px;}

/*-----Header--------*/
header {
    height: 165px;
    margin: 0 auto;
    text-align: left;
    background-color: transparent;
    position: relative;
    background:url('images/headerbg.png') repeat-x;
}

#headercenter {
    height: 162px;
    width: 990px;
    margin: 0 auto;
    text-align: left;
    background-color: transparent;
    position: relative;
    background:url('images/headercenter.png') repeat-x;
}

#topaddr {
    font-family: 'raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 17px;
    text-align: right;
    top: 38px;
    width: 400px;
    /*text-shadow: 1px 1px 2px #000;*/
    letter-spacing: .1em;
}

#topaddr span {
    font-size: 1.4em;
    line-height: 1.05em;
    font-weight:bold;
}

#topaddr * {
    text-decoration: none;
    color: #FFF;
}

#topaddr a:hover {
    color: #b0d1f8 !important;
}

#topaddr a:hover span {
    font-size: 1.4em;
    color: #b0d1f8 !important;
}

#topaddr p {margin:0;padding-bottom:8px;}

/*-------Main Area/Content-------*/
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -208px;
    background:url('images/centerbg.png') repeat-y center;
}

.main {
    position: relative;
    padding: 0;
    width: 960px;
    min-height:1250px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    background: transparent;
    background:url('images/watermark.png') no-repeat 30% 75%;}


#leftcol {
    float: left;
    width: 700px;
    min-height:970px;
    margin: 0 0 0 20px;
    padding: 20px 0;
}

#sidebar {
	position: absolute;
	top:205px;
    width: 200px;
    right:26px;
    min-height: 500px;
    margin: 0;
    z-index:300;
    padding: 0;
}

#wrap {
    padding: 0 8px;
}

#hero{margin: -12px 0 0 -16px;zoom:1;}

/*MENUS*/

#horimenu {
    width: 960px;
    margin: -10px auto 0;
    position: relative;
    z-index: 500;
    height: 41px;
    background:url('images/menubg.png') repeat-x;
    zoom:1;
}
#navCenter{width:950px;position:relative;margin:0 auto;}

.current_page_item a {
    color: #c1d9d6 !important
}

.sf-menu a {
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 0 #333333;
    font-size: 15px;
	font-weight: 400;
    padding: 14px 9px 0;
    border: none;
    text-decoration: none;
}

.sf-menu a, .sf-menu a:visited {
 /* visited pseudo selector so IE6 applies text colour*/
    color: #fff;
  /*Match color above*/
}

.sf-menu {
    float: left;
}

.sf-menu li li a {
    border-right: none;
    padding:5px 13px;
}

.sf-menu li li {
    background: #0061d2;
}

.sf-menu li li li {
    background: #0061d2;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    color: #c1d9d6;
    outline: 0;
}

.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
    color: #c1d9d6;
    background:#003c84;
    outline: 0;
}

.sf-menu li li li:hover, .sf-menu li li li.sfHover, .sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a:active {
    color: #c1d9d6;
    background:#003c84;
    outline: 0;
}

/*DESIGN ELEMENTS - boxes and such*/
#footer,.push {
    height: 208px;
}

#footer {
    position: relative;
    color: #FFFFFF;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    background:url('images/footerbg.png') repeat-x;
}

#footer a:link,#footer a:visited {
    color: white;
}

#footer p {
    padding: 0 8px;
    margin: 0;
}

/*-------- Specific to this site ------------*/
.underline {
    text-decoration: underline;
}

.faq-page .question {font-size: 1.2em;}
.faq-page .video {margin-bottom: 20px;}


.gfield_label, .gform_description {color: #000}

.gform_wrapper .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper .gform_body .gform_fields .gfield input[type=url],
.gform_wrapper .gform_body .gform_fields .gfield input[type=number],
.gform_wrapper .gform_body .gform_fields .gfield input[type=password],
.gform_wrapper .gform_body .gform_fields .gfield select,
.gform_wrapper .gform_body .gform_fields .gfield textarea {
	font-family: lato, sans-serif;
	font-size:13px;
	color:#0061d2;
	border:solid 1px #0061d2;
}

#comment, #s{
	font-family: lato, sans-serif;
	font-size:13px;
	color:#0061d2;
	border:solid 1px #0061d2;
}

.video{margin-bottom:20px;}
label{margin-bottom:20px;}

.hr {
    border-bottom: 3px double #c0c0c0;
    margin: 12px 44px 24px;
}

.gmap {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C0C0C0;
  box-shadow: 1px 1px 6px #444444;
  padding: 10px 10px 18px;
}

/* subtle heading box w/ white bg and lt grey border */
h4.prelist {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #DDDDDD;
  color: #648777 !important;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 3px 12px;
  margin-bottom: 4px;
  text-align: none;
}

.seoH1{ color: #648777;font-size:16px; }
.seoH2{ color: #648777;font-size:14px; }
.seoFooter{ font-size:x-small;color:white;margin:0;}
.seoFooter a:link,.seoFooter a:visited{color:#FFF;text-decoration:none;}
.seoFooter a:hover,.seoFooter a:active{color:#FFF;text-decoration:none;}
.seoPhrase{font-weight:normal;}


.imgshadow {
    box-shadow: 0 0 10px #a0a0a0;
    border: 2px solid #fff;
    margin: 14px;
}

a:hover .imgshadow,a:active .imgshadow{
    box-shadow: 0 0 10px #E78F25;
}

.slideshow div {display: none;}
.slideshow div *{display: block;}

#maincontent ul li, ol li {padding-bottom:9px;}
#maincontent ul li:last-child, #maincontent ol li:last-child {padding-bottom:0px;}
#maincontent ul ul li:last-child, #maincontent ol ol li:last-child {padding-bottom:0px;}
#maincontent ul ul li:first-child, #maincontent ol ol li:first-child {padding-top:9px;}

/* Secondary unordered list */

#maincontent ul ul {
    list-style-type: none;
}
#maincontent ul ul li:before {
    content: "-"; /* en dash here */
    position: absolute;
    margin-left: -1.1em;
}

/* Tertiary unordered list */
.main ul ul ul li:before {
    content: "\0BB \020"; /* en dash here */
    position: absolute;
    margin-left: -1.1em;
}

/* Leader Dots */
ul.leaders {
    max-width: 40em;
    margin:0;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: #e0efed}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: #e0efed}

img.center {display: block; margin-left: auto; margin-right: auto;}

a.linkopacity:hover img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-khtml-opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity = 70);
}

a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity = 100);
}

.smallmap{width:220px;height:160px;}

hr {
border: 0;
color: #0061d2;
background-color: #0061d2;
height: 1px;
width: 100%;
text-align: left;
margin-left:0;
}

.mbbrd1{border:solid 2px #000;margin-bottom:8px;}

/* Column Layouts ----------------------------------------------------- */
.one_half{width:48%;}
.one_third{width:30.66%;}
.two_third{width:65.33%;}
.one_fourth{width:22%;}
.three_fourth{width:74%;}
.one_fifth{width:16.8%;}
.two_fifth{width:37.6%;}
.three_fifth{width:58.4%;}
.four_fifth{width:79.2%;}
.one_sixth{width:13.33%;}
.five_sixth{width:82.67%;}
.custom_column{position:relative;margin:0;float:left;}
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{position:relative;margin-right:4%;float:left;min-height:1px;margin-bottom:0;}
.last{margin-right:0!important;clear:right;}

strong, b{font-weight:600;}


.rnd {-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
behavior: url(http://723.ptclinicng.com/wp-content/themes/723theme/PIE.php); /* Internet Explorer */
}
.toprnd{
-webkit-top-left-radius: 8px;
-moz-top-left-radius: 8px;
border-top-left-radius: 8px;
-webkit-top-right-radius: 8px;
-moz-top-right-radius: 8px;
border-top-right-radius: 8px;
behavior: url(http://723.ptclinicng.com/wp-content/themes/723theme/PIE.php); /* Internet Explorer */
}

.staff{margin:10px;margin-top:0px;margin-left:0px;float:left;border:3px solid #35CC01;}
.rightPhoto{margin:10px;margin-top:0px;margin-right:0px;float:right;}

.insurance {width:425px; height:344px;}
.contact {width:200px}

.ctr{text-align:center;}
img.ctr{display:block;margin-left:auto;margin-right:auto;}
div.ctr, iframe.ctr{display:block;margin:0 auto;}

#featuredimage img {max-width:640px;height:auto;}