/*
Theme Name: PT Associates 1417
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/bgtexture.jpg'); */
     background: #fffdd3;
    overflow-y: scroll;
    position: relative;
}

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

.page-id-120 .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -150px;
    background:url('images/whitetrans.png') repeat-y center;
}


body {
    font-size: 16px;
    line-height:1.6em;
    letter-spacing: 1.2px;
    font-weight: normal;
    font-style: normal;
    font-family: 'Oxygen', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Oxygen', sans-serif;
}

.base,.gmaptopper {
    background-color: #1c2f69 !important;
    border-color: #4e4e4e !important;
}

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

.base_text,.base_sprite a,h1,h2,h3,h4,h5,h6,.brd,.testimonial,.colorlist,.bodytext {
    color: #1c2f69 !important;
}

.bluestrip{background:#1c2f69;color:#FFF;font-weight:bold;text-align:center;padding:4px;margin-bottom:10px;}

.altcolor {
    color: #1c2f69
}

a:link {
    color: #df9c39
}

a:visited {
    color: #df9c39
}

a:hover,a:active {
    color: #4e4e4e;
    text-decoration: none
}

.box {
    border: 2px solid #1c2f69;
    background-color: #fff;
    padding: 12px;
    margin-bottom:16px;
}

.box1 {
    border: 2px solid #4e4e4e;
    background-color: #fff;
    padding: 12px;
    margin-bottom:16px;
}

.brd {
    border: solid 2px #1c2f69;
}

.brd1 {
    border: solid 2px #4e4e4e;
}

.dbrd {
    border: solid 2px #1c2f69;
    background-color: #4e4e4e;
    padding: 3px;
}

.dbrd1 {
    border: solid 2px #4e4e4e;
    background-color: #1c2f69;
    padding: 3px;
}

.faqbackground {
    background-color: #4e4e4e;
}


/*-----Header--------*/
header {
    height: 133px;
    width: 990px;
    margin: 0 auto;
    text-align: left;
    background: url(/files/images/headerbg1.png) no-repeat bottom;
    position: relative;
}

.headerbg {width:100%;  height: 135px;background:#fff;position:absolute;}

#topaddr {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 3px;
    text-align: right;
      top: 40px;
    width: 400px;
    /*text-shadow: 1px 1px 2px #464646;*/
    letter-spacing: .1em;
    line-height: 1.35em;
}

#topaddr span {
    font-size: 1.5em;
    line-height: 1.25em;
}

#topaddr p {margin:0 35px 0 0;}
#topaddr p:last-of-type {margin:0 70px 0 0;}

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

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

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

#topsignature {
    position: absolute;
    top: 110px;
    right: 105px;
    font-style: italic;
    color: #636363;
    font-size: 14px;
}

/*-------Main Area/Content-------*/
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -150px;
}
.home .main {
    position: relative;
    padding: 0;
    width: 990px;
    margin: 40px auto 0;
    text-align: left;
    overflow: hidden;
    background: transparent;
}

.main {
    position: relative;
    padding: 0;
    width: 990px;
    margin: 50px auto 20px;
    text-align: left;
    overflow: hidden;
    background: transparent;
}

#rightcol {
    float: right;
    width: 950px;
    margin: 0;
    padding: 10px 20px;
}

#sidebar {
	position: absolute;
	top:200px;
    width: 220px;
    height: 500px;
    margin: 0;
    padding: 0;
}

#wrap {
    padding: 0 8px;
}

/*MENUS*/

#horimenu {
    width: 990px;
    margin: 0 auto;
    font-family: arial, serif;
    position: relative;
    z-index: 100;
    height: 34px;
    top: 0;
}

#navCenter{position:relative;height:40px;top:2px;}

.menubg {  z-index:999;top: 133px;width:100%;height:40px;position:absolute; box-shadow: 0px 2px 5px;
 background: -webkit-linear-gradient(left, #464646 , #273671); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #464646, #273671); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #464646, #273671); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #464646 , #273671); /* Standard syntax */}

.current_page_item a {
    color: #df9c39 !important
}

.sf-menu a {
    font-family: 'Oxygen', sans-serif;
    /*text-shadow: 1px 1px 0 #333333;*/
    font-size: 14px;
	/*font-weight: bold;*/
    letter-spacing: 1px;
      padding: 10px 5px;
    border: none;
    text-decoration: none;
    z-index:9999;
}

.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;
}

.sf-menu li li {
    background: #1c2f69;
}

.sf-menu li li li {
    background: #1c2f69;
}

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

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

#footer {
    position: relative;
    color: #FFFFFF;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    background: -webkit-linear-gradient(left, #464646 , #273671); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #464646, #273671); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #464646, #273671); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #464646 , #273671); /* Standard syntax */}
}

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

#footer a:hover {color:#FFF;}

#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;}

.sidebarmb a {
    background: url("http://ptclinic.com/site/images/mb1.png") repeat scroll 0 0 transparent;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    margin: 20px auto 0;
    padding-top: 48px;
    text-align: center;
    width: 166px;
}

.sidebarmb a:link,.sidebarmb a:visited {
    color: white !important;
}

.sidebarmb a:hover,.sidebarmb a:active {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity = 50);
}

.mb {
    width: 166px;
    height: 98px;
    margin: 0 auto 20px auto;
}

.logo {top: 30px;width:709px;height:98px;position:absolute;background:url('/files/images/logo.png')no-repeat;}

.threeboxbg {height:389px;width:100%;position:absolute;top: 574px;  box-shadow: 0px 5px 6px;

 background: -webkit-linear-gradient(left, #464646 , #273671); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #464646, #273671); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #464646, #273671); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #464646 , #273671); /* Standard syntax */}

.readmorebutton {text-align: center;margin:-50px auto 0;}

.readmorebutton2 {text-align: center;margin:-50px auto 0;}

.readmorebutton4 {text-align: center;margin:20px auto 15px;}


.readmorebutton a {text-align: center;padding:10px;border:1px solid #fff;border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;color:#fff;}

.readmorebutton a:hover {text-align: center;padding:10px;border:1px solid #273671;background:white;border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;color:#273671;}

.readmorebutton2 a {text-align: center;padding:10px;border:1px solid #273671;border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;color:#273671;}

.readmorebutton2 a:hover {text-align: center;padding:10px;border:1px solid #fff;border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;color:#fff;background:#273671;}



.readmorebutton3 a {text-align: center;padding:10px;border:1px solid #1c2f69;background:#1c2f69;
color:#FFF !important;
border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;color:#1c2f69;}

.readmorebutton3 a:hover {text-align: center;padding:10px;border:1px solid #1c2f69;background:#FFF;
    color:#1c2f69 !important;border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;}


.readmorebutton4 a {text-align: center;padding:10px;border:1px solid #1c2f69;background:#1c2f69;
color:#FFF !important;
border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;color:#1c2f69;}

.readmorebutton4 a:hover {text-align: center;padding:10px;border:1px solid #1c2f69;background:#FFF;
    color:#1c2f69 !important;border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;}

.fullwidthbg {background: white;}

.fullwidthbg1 {width:990px;background: hsla(70,0%,93%,1);}
.fullwidthbox {width:970px;}

.servicesheading {text-align: center;
background: white;
padding: 2px;
width: 297px;
margin-top: -4px;
  box-shadow: 0px 5px 6px;}

.readmore { float:right;}

.serviceshome{margin-top: 50px;
margin-bottom: 50px;}

.serviceshome a {padding:10px;
    color: #fff !important;
    background:#1c2f69;
    border-radius: 7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    display:block;}

.serviceshome a:hover {padding:10px;
    color: #fff !important;
    background:#464646;
    border-radius: 7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    display:block;}

.homebox {text-align: center;color:white !important;text-shadow:2px 2px 2px #464646;}
.homebox h1, .homebox2 h1 {margin-top:0px !important;padding-top:0 !important;text-align:center !important;}

.homebox p {line-height: 15px;}

.centerbox {background: white;
color: #273671;
padding: 16px;
margin-top: -10px;
height: 360px;
width: 282px;
  border-left: solid 1px #464646;
  border-right: solid 1px #464646;
}

.hometext { margin-top: 10px;}

.topbar {   background: -webkit-linear-gradient(left, #464646 , #273671);
  background: -o-linear-gradient(right, #464646, #273671);
  background: -moz-linear-gradient(right, #464646, #273671);
  background: linear-gradient(to right, #464646 , #273671);
  position: absolute;
  width: 100%;
  height: 27px;
  padding: 5px;
  z-index: 1;
  text-align: center;
  color: white;
  font-size: 20px;}

.toprowstaff {width:825px;margin:0 auto;}

.bottomrowstaff {width:850px;margin:0 auto;}

.bottomrowstaff div {float:left;}

a.staffphoto {
    display: block;
    text-align: center;
    border: 2px solid #273671;
    background-color: #D3E3EC;
    padding: 8px 3px 3px 3px;
    margin: 0 12px 12px 0;
    color:#273671;
    width:237px;
}
a.staffphoto img {
        border: 1px solid #273671;
        margin-bottom: 10.5px;
        display:block;
        margin-left:auto;
        margin-right:auto;
    }

a:hover.staffphoto {
        background: #CCC4A8;
        text-decoration: none;
        color: white;
    }

a.staffphotosm {
    display: block;
    text-align: center;
    border: 2px solid #273671;
    background-color: #D3E3EC;
    padding: 8px 3px 3px 3px;
    margin: 0 12px 12px 0;
    color:#273671;
    width:145px;
    font-size: 12px;
}
a.staffphotosm img {
        border: 1px solid #273671;
        margin-bottom: 10.5px;
        display:block;
        margin-left:auto;
        margin-right:auto;
    }

a:hover.staffphotosm {
        background: #CCC4A8;
        text-decoration: none;
        color: white;
    }


div.staffBox{
margin:0px 0px 50px 0px;
letter-spacing:0;
}

.staffBox img{
float:left;
margin-bottom:10px;
margin-right:10px;
border:2px solid #000;
}

.staffBox h3{
padding-top:0px;
}

.staffBox h3 span {font-weight:normal !important;}

.staffBox div{
margin-left:170px;
width:790px;
}

.ctr{text-align:center;}
img.ctr{display:block;margin-left:auto;margin-right:auto;}
.hideme{display:none;}

/* 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:1%;float:left;min-height:1px;margin-bottom:0;}
.last{margin-right:0!important;clear:right;}

.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 {
	color:#000;
	border:solid 1px #1c2f69;
	background:#FFF;
}

#comment, #s {
	color:#000;
	border:solid 1px #1c2f69;
	background:#FFF;
}

.gmaptopper {line-height: 1.2em !important;}

#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:0px;}

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

/* Blog Styles */

.postleftpart {
    width: 240px;
    padding-right: 14px;
    float:left;
    padding-top: 30px;
}
.postrightpart {
    float: right;
    width: 660px;
}

.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;
}

#layerslider_1 .story-container,#layerslider_2 .story-container {background:#000;width:40%;}


.slider_story {
    color: #fff;
    text-shadow: 3px 1px 0px #2B386B;
    font-size: 20px;
    font-family: "Oxygen",sans-serif;
    font-weight: bold;
}

.slider_name {
    /*color: #2C396A;*/
    color:#FFF;
    text-shadow: 2px 1px 0px #eee;
    font-size: 20px;
    font-style: italic;
    font-family: "Oxygen",sans-serif;
    font-weight: bold;
}

.massagephoto {width:300px;text-align: center;float:right;margin:0px 10px;}