/*
Theme Name: LaBorde Therapy Center 550
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);

* {
	margin: 0;
}
html, body {
	height: 100%;
}

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

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

body {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-family: "lato",sans-serif;
}


h1,h2,h3,h4,h5,h6 {
    font-family: "aldrich",sans-serif;font-weight:normal;
}
h1,#faqTitle{font-size:145%;}
h2{font-size:125%;}
h3{font-size:105%;}
h5{border-bottom:none;}


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

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

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

.altcolor {
    color: #000
}

a:link {
    color: #812c33
}

a:visited,a:active {
    color: #812c33
}

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

.box {
    border: 3px solid #e1e1e1;
    background-color: #FFF;
    padding: 6px;
}

.box h2 {color:#315772 !important;font-size:18px;text-transform:uppercase;}
.box p {font-size:14px; color:#812c33;}

.box1 {
    border: 3px solid #315772;
    background-color: #a7bfd2;
    padding: 12px;
}

.brd {
    border: solid 1px #FFF;
}

/* blue border*/
.brd1 {
    border: solid 1px #315772;
}

/* burgundy border*/
.brd2{
border:solid 1px #812c33;
}

.dbrd {
    border: 3px solid #e1e1e1;
    background-color: #FFF;
    padding: 3px;
}

.dbrd1 {
    border: 3px solid #315772;
    background-color: #a7bfd2;
    padding: 3px;
}

.faqbackground {
    background-color: #c3c3c1;
}

/* Ticker Styles */

.tickercontainer { /* the outer div with the black border */
border: 1px solid #315772;
background: #FFF;
width: 878px;
height: 30px;
margin: 12px 0 18px 10px;
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;
top: 4px;
width: 860px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 738px;
font: bold 14px Verdana;
list-style-type: none;
margin: 0 !important;
padding: 0 !important;

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

/*-----Header--------*/
header {
    height: 125px;
    margin: 0 auto;
    text-align: left;
    background: #FFF;
    position: relative;
}
#headercenter {
    height: 125px;
    width: 990px;
    margin: 0 auto;
    text-align: left;
    background-color: transparent;
    position: relative;
}

#logo{width:368px;height:116px;position:relative;margin:0 auto;padding-top:6px;}

#topaddr1, #topaddr2 {
    font-family: 'aldrich', sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
}
#topaddr1 *, #topaddr2 * {
    text-decoration: none;
    color: #812c33;
}

#topaddr1 a:hover, #topaddr2 a:hover {
    color: #315772 !important;
}

#topaddr1{
    position: absolute;
    left: 12px;
    bottom: 5px;
    width: 265px;
    /*text-shadow: 1px 1px 2px #000;*/
    z-index:10;
}

#topaddr2 {
    position: absolute;
    right: 12px;
    text-align: right;
    bottom: 5px;
    width: 265px;
    /*text-shadow: 1px 1px 2px #000;*/
    z-index:10;
}

#socialmedia{width:200px;position:absolute;top:10px;right:0;
    z-index:20;}
#socialmedia i {padding-right:8px;}

#socialmedia a{color:#315772 !important;}
#socialmedia a:hover {color:#812c33 !important;}

/*-------Main Area/Content-------*/
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position:relative;
    margin: 0 auto -300px;
    background:url('images/centerbg.png') repeat-y center;
}
#maincontent{
    min-height:750px;
    }
.main {
    position: relative;
    padding: 0;
    width: 900px;
    margin: 20px auto 20px;
    text-align: left;
    overflow: hidden;
    background: transparent;
}

#leftcol {
    float: left;
    width: 680px;
    margin: 0;
    padding: 10px 20px;
}

#sidebar {
	position: absolute;
	top:200px;
	right:10px;
    width: 220px;
    height: 500px;
    margin: 0;
    padding: 0;
    z-index:100;
}

#wrap {
    padding: 0 8px;
}

/*MENUS*/

#horimenu {
    margin: 0 auto;
    position: relative;
    z-index: 200;
    height: 44px;
    background:#812c33;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000');
}

#navCenter{
width:980px;
margin:0 auto;
position:relative;
}

.current_page_item a {
    color: #a7bfd2 !important
}

.sf-menu a {
    font-family: 'aldrich', sans-serif;
    font-variant:small-caps;
    /*text-shadow: 1px 1px 0 #333333;*/
    font-size: 16px;
	/*font-weight: bold;
    letter-spacing: 1px;*/
    padding: 14px 11px;
    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: 6px 13px;
    font-size:16px;
    font-variant:normal;
}

.sf-menu li li {
    background: #812c33;
}

.sf-menu li li li {
    background: #812c33;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    color: #a7bfd2;
    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: #a7bfd2;
    background:#315772;
    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: #a7bfd2;
    background:#315772;
    outline: 0;
}

/*DESIGN ELEMENTS - boxes and such*/
#homeboxes {width: 630px; float: left;}

#footer,.push {
    height: 300px;
}

#footer {
position:relative;
width:100%;

    background:#812c33;
	-webkit-box-shadow: 0 8px 6px 10px black;
	   -moz-box-shadow: 0 8px 6px 10px black;
	        box-shadow: 0 8px 6px 10px black;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000');
}
#footercenter {
    position: relative;
    color: #FFFFFF;
    width: 990px;
    text-align: left;
    margin: 0 auto;
    padding-top: 15px;
}

#footercenter a,#footercenter a:hover {
    color: white !important;
}

/* SEO Styles */
.seoH1{ color: #812c33;font-size:18px; }
.seoH1home{ color: #812c33;font-size:18px; }
.seoH2{ color: #812c33;font-size:14px; }
.seoFooter{ font-size:x-small;color:white;margin:0;}
.seoFooter a:link,.seoFooter a:visited{color:white !important;text-decoration:none;}
.seoFooter a:hover,.seoFooter a:active{color:#FFF !important;text-decoration:none;}
.seoPhrase{font-weight:normal;}

#footercenter p {
    padding: 0 8px;
    margin: 0;
    text-align:center;
    color:#FFF;
}


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

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

.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-size:13px;
	color:#315772;
	border:solid 1px #812c33;
}

#comment, #s {
	color:#315772;
	border:solid 1px #812c33;
}

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

/* 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: #a7bfd2}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: #a7bfd2}


#hero {width:880px;height:364px;background:#812c33;
    box-shadow: 0 0 10px #a0a0a0;
    margin-bottom:20px;
}

#hero img {width:846px;height:334px;margin:14px 18px;}


.burgundybrd1{border:solid 5px #812c33;
    box-shadow: 0 0 10px #a0a0a0;
    margin-bottom:20px;}


#tagline{color:#315772;font-family:aldrich; font-size:20px;line-height:1.35em;text-transform:uppercase;letter-spacing:.1em;margin:26px auto 0;text-align:center;}

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

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

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

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

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

.mbbrd1 {border:solid 2px #FFF;}
.mbbrd2 {border:solid 2px #812c33;}
img{border:0;border:none;}

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

hr.burgundy {
border: 0;
color: #812c33;
background-color: #812c33;
height: 1px;
width: 100%;
text-align: left;
margin-left:0;
}

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

.question a{padding-left:18px;text-decoration:none;display:inline-block;}
.question a{background-image:url("http://www.ptclinic.com/x3/images/plusdark.png"); background-repeat:no-repeat; background-position:0px 4px;}
.questionOver a{background-image:url("http://www.ptclinic.com/x3/images/minusdark.png"); background-repeat:no-repeat; background-position:0px 4px;}

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

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

.bluetext{color:#315772 !important;}
.bluebrd{border:solid 1px #315772;}
.bluestrip{background:#315772;color:#FFF;font-weight:bold;text-align:center;padding:4px;margin-bottom:9px;}

.blacktext{color:#000 !important;}

.burgundytext{color:#812c33 !important;}
.burgundybrd{border:solid 1px #812c33;}
.burgundystrip{background:#812c33;color:#FFF;font-weight:bold;text-align:center;padding:4px;margin-bottom:9px;}

#employer-ss {margin:auto;height:200px;width:300px;}

.staffbox {float:left;margin-right:15px;margin-bottom:5px;}

.locations {height:246px;width:616px;margin:0 auto 20px;}

#insurance {margin-bottom:5px;height:234px;width:175px;}

#paperworkbtn {
    position: absolute;
    left: 12px;
    top: 10px;
}

#paymentbtn {
position:absolute;
left:150px;
top:10px;
}