/*
Theme Name: OrthoSport Physical Therapy 1241
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/sliver.jpg') repeat-x;
    overflow-y: scroll;
}

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

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

body {
    background:url('images/centerbg.png') repeat-y center;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Cabin',sans-serif;
    font-size: 20px;
}

.base,.gmaptopper {
    background-color: #004080 !important;
    border-color: #5a264a !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: #5a264a !important;
}

.altcolor {
    color: #7e130f
}

a:link {
    color: #5a264a
}

a:visited,a:active {
    color: #5a264a
}

a:hover {
    color: #000;
    text-decoration: none
}
.homebox{
    width:275px;
    height:auto;
    border: 3px solid #5a264a;
    background-color: #052e5d;
    padding: 12px;
    color:#FFF;
    font-style:italic;
    text-align:right;
}

.box, .dbrd {
    border: 2px solid #5a264a;
    background-color: #052e5d;
    padding: 12px;
    color:#FFF;
}

.box1, .dbrd1 {
    border: 2px solid #052e5d;
    background-color: #5a264a;
    padding: 12px;
    color:#FFF;
}

.brd {
    border: solid 2px #5a264a;
}

.brd1 {
    border: solid 2px #592615;
}

.faqbackground {
    background-color: #b7c2cd;
}


/*-----Header--------*/
header {
    height: 212px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background-color: transparent;
    position: relative;
background:url('images/headerbg.png') repeat-x;
}
#headercenter{
position:relative;
width:872px;
height:212px;
margin:0 auto;
}
#logo{width:781px;height:155px;position:absolute;top:10px;left:50px;}

#topaddr {
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    right: 75px;
    text-align: right;
    top: 30px;
    width: 400px;
    /*text-shadow: 1px 1px 2px #000;*/
    letter-spacing: .1em;
}

#topaddr span {
    font-size: 1.75em;
    line-height: 1.05em;
}

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

#topaddr a:hover {
    color: #5a264a !important;
}

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

.main {
    position: relative;
    padding: 36px;
    width: 804px;
    min-height:450px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    background: transparent;
}

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

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

#wrap {
    padding: 0 8px;
}

#hero{width:798px;height:322px;display:block;margin:0 auto 20px;}

#blueshadow{width:870px;height:30px;background:url('images/blueshadow.png') no-repeat;margin-left:-36px;margin-bottom:20px;zoom:1;}

.tagline{text-align:center;font-size:24px;color:#FFF;font-style:italic;margin-bottom:20px;}

/*MENUS*/

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

.current_page_item a {
    color: #9db6e4 !important
}

.sf-menu a {
    font-family: 'Cabin', sans-serif;
    /*text-shadow: 1px 1px 0 #333333;*/
    font-size: 10px;
	/*font-weight: bold;*/
    letter-spacing: 1px;
    padding: 10px 10px;
    border: none;
    text-decoration: none;
    text-transform:uppercase;
}

.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;
    text-transform:capitalize;
}

.sf-menu li li {
    background: #5a264a;
}

.sf-menu li li li {
    background: #5a264a;
}

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

    /***FIRST STYLE THE PAYMENT BUTTON***/
    input#pmtbtn{
    font-family: 'Cabin', sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 10px 10px;
    border: none;
    text-decoration: none;
    text-transform:uppercase;
    color:#FFF;
    background:transparent;
    }
    /***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
    input#pmtbtn:hover, input#pmtbtn:focus{
    color: #9db6e4 !important;
    }


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

#footer {
    position: relative;
    color: #FFFFFF;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    background:#5a264a;
}

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

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

/*-------- Specific to this site ------------*/
#staffbox{width:auto;min-height:200px;clear:both;}
#staffphoto{width:150px;float:left;}
#stafftext{width:380px;float:right;}
#stafftext p {margin:0;padding-top:0;padding-bottom:12px;}


.underline {
    text-decoration: underline;
}

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

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

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

ul li, ol li {padding-bottom:9px;}
ul li:last-child, ol li:last-child {padding-bottom:0px;}
ul ul li:last-child, ol ol li:last-child {padding-bottom:0px;}
ul ul li:first-child, 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: transparent}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: transparent;}

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

.underline {
    text-decoration: underline;
}

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

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

hr.blue {
border: 0;
color: #052e5d;
background-color: #052e5d;
height: 1px;
width: 100%;
text-align: left;
}

.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: verdana, sans-serif;
	font-size:13px;
	width:190px;
	color:#000;
	border:solid 1px #5a264a;
}
#s{border:solid 1px #5a264a;}

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

label{margin-bottom:20px;}

p.purple2{
    color:#5A264A;
}

h3#faqTitle, h5#clickquestiontosee {
    /*visibility: hidden;*/
    display: none;
}

#ofc-photo {width:300px;}

#svc-ss {height:225px; width:300px;}

#about-ss-1 {width:350px;height:298px;}

#about-ss-2 {width:350px;height:467px;}

#about-top {width:350px;}

#location-ss {width:350px;}

#location-ss div.slideshow {width:350px;height:298px;}

#testim-ss {width:350px;height:278px;}

#socialmedia {height:32px; width:32px; position:absolute; right:0; top:0px;}
#paymentbtn {height:32px; width:70px; position:absolute; right:95px; top:-2px;}
.pmtbtn{font-size:14px;}

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