/*
Theme Name: Sports and Ortho Physical Therapy 1108
Theme URI: http://www.e-rehab.com/
Version: 1.0
Description: Designed by jon shiroma
Author: jon shiroma
Author URI: http://www.e-rehab.com
Template: xwp
*/
@import url(superfish.css);

* {
    margin: 0;
}

html, body {
    height: 100%;
}

/*STRUCTURE - header, footer, etc*/
html {
    background: url('images/bodybg.png');
    overflow-y: scroll;
}
#outerwrapper{
    background:url('images/centerbg.png') repeat-y center;
    min-height: 100%;
    width: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -139px;
    position:relative;
}

.wrapper {
    min-height: 100%;
    width: 950px;
    height: auto !important;
    height: 100%;
    position: relative;
    margin:0 auto;
}

#footer, .push {
    height: 139px;
    clear: both;
 /* .push must be the same height as .footer */
}

body,td,.bottom,.mceContentBody,.normal {
    color: #000;
}

body {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-family: "cabin",verdana,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Cabin",verdana,sans-serif;
}

h1 {
    font-size: 150%;
    text-transform:uppercase;
}
h1 span {color:#FFF !important; font-size:85%;}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 115%;
}

.base,.gmaptopper {
    background-color: #ed1b24 !important;
    border-color: #ed1b24 !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: #ed1b24 !important;
}

.altcolor {
    color: #000
}

a:link {
    color: #ed1b24
}

a:visited,a:active {
    color: #ed1b24
}

a:hover {
    color: #58585a;
    text-decoration: none
}

.box3 {
    border-top: 1px solid #ed1b24;
    border-bottom: 1px solid #ed1b24;
    padding: 6px;
    z-index: 1;
}

.brd {
    border: solid 1px #ed1b24;
}

.brd1 {
    border: solid 1px #7f8da9;
}

.dbrd {
    border: solid 1px #ed1b24;
    background-color: #FFF;
    padding: 3px;
}

.dbrd1 {
    border: solid 1px #58585a;
    background-color: #FFF;
    padding: 3px;
}

.box {
    border: solid 1px #ed1b24;
    background-color: #FFF;
    padding: 3px;
}

.box1 {
    border: solid 1px #58585a;
    background-color: #FFF;
    padding: 3px;
}

.faqbackground {
    background-color: #FFF;
}


/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
    /
}



/*-----Header--------*/
header {
    width: 100%;
    height: 173px;
    background: url('images/headerbg.png') repeat-x;
    position: relative;
}


.tagline{color:#505051 !important;letter-spacing:.1em;text-transform:uppercase;font-size:26px;text-align:center;margin-bottom:20px;}

#hero{width:915px;height:416px;margin:0 auto;margin-bottom:20px;}


#topaddr {
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 14px;
    width: 400px;
    /*text-shadow: 1px 1px 2px #000;*/
    letter-spacing: .1em;
    line-height: 1.25em;
}

#topaddr span {
    font-size: 1.5em;
    color:#ed1b24;
    line-height: 1.25em;
}

#topaddr * {
    text-decoration: none;
    color: #58585a;
}

#topaddr a:hover {
    color: #ed1b24 !important;
}

#topaddr a:hover span {
    font-size: 1.5em;
    color: #58585a !important;
}


/*-------Main Area/Content-------*/
.main {
    position: relative;
    padding: 0;
    width: 920px;
    min-height:450px;
    text-align: left;
    margin: 0 auto;
    text-align: left;
    margin: 14px;
    overflow: hidden;
}

#leftcol {
    float: left;
    width: 750px;
    display: inline;
    margin: 0;
    padding: 10px;
}

#rightcol {
    float: left;
    width: 220px;
    height: 788px;
    display: inline;
    margin: 0;
    padding: 0;
}

#wrap {
    padding: 0 8px;
}

/*MENUS*/

#horimenu {
    width: 990px;
    position: relative;
    z-index: 100;
    height: 30px;
    margin:0 auto;
}

#navCenter {
    margin-left: 33px;margin-top:20px;
}

.current_page_item a {
    color: #000 !important
}

.sf-menu a {
    font-size: 15px;
/*font-weight: bold;
    letter-spacing: 1px;*/
    padding: 5px 10px;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
}

.sf-menu a, .sf-menu a:visited, .sf-menu a:active {
 /* visited pseudo selector so IE6 applies text colour*/
    color: #FFF;
  /*Match color above*/
}

.sf-menu {
    float: left;
}

.sf-menu li {
	/*background:		transparent;*/
}

.sf-menu li li a {
    border-right: none;
    text-transform: capitalize;
}

.sf-menu li li {
    background: #ed1b24;
}

.sf-menu li li li {
    background: #ed1b24;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover {
    color: #000;
    outline: 0;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover {
    color: #000;
    outline: 0;
    background: #878787;
}

.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 {
    color: #000;
    outline: 0;
    background: #878787;
}

/*DESIGN ELEMENTS - boxes and such*/

#footer {
    position: relative;
    color: #FFFFFF;
    width: 100%;
    height: 139px;
    text-align: left;
    margin: 0 auto;
    padding: 3px 0;
    background: url('images/footerbg.png') repeat-x;
}

#footer a:link,#footer a:visited {
    color: #d7d7d7;
}

#footer p {
    padding: 0 8px;
    margin: 0;
    font-size:14px;
    color: #d7d7d7 !important;
    text-align:center;
}

#socialmedia{width:150px;margin:0 auto;}

/*-------- Specific to this site ------------*/
#maincontent ul li, #maincontent 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;
}

a.linkopacity:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -khtml-opacity: 0.5;
}

a.linkopacity img {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    -khtml-opacity: 1.0;
}

hr {
    border: 0;
    color: #e2edf7;
    background-color: #e2edf7;
    height: 1px;
    width: 100%;
    text-align: left;
}

hr.black {
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px;
    width: 100%;
    text-align: left;
}

hr.grey {
    border: 0;
    color: #58585a;
    background-color: #58585a;
    height: 1px;
    width: 100%;
    text-align: left;
}

.redbrd {
    border: solid 1px #e2edf7;
}

.greybrd {
    border: solid 1px #58585a;
}

.blackbrd {
    border: solid 1px #000;
}

.redtext {
    color: #e2edf7;
}

.redstrip {
    background-color: #ed1b24 !important;
    border-color: #ed1b24 !important;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 9px;
}

/* SEO Styles */
.seoH1 {
    color: #e2edf7;
    font-size: 18px;
}

.seoH2 {
    color: #e2edf7;
    font-size: 14px;
}

.seoFooter {
    font-size: x-small;
    color: #fff;
    margin: 0;
}

.seoFooter a:link,.seoFooter a:visited {
    color: #fff;
    text-decoration: none;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 95%;
font-size: 18px;
}

ul#navlist li
{
display: block;
float: left;
width: 191px;
height:88px;
margin-right: 36px;
padding: 0;
}

ul#navlist li:last-child {
margin-right:0;
}

ul#navlist li a, l#navlist li#active a
{
display: block;
width: 100%;
padding: 35px 0;
background: url("images/buttonbg.png") no-repeat;
color: #ccc;
text-decoration: none;
text-align:center;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity = 50);
}

.seoFooter a:hover,.seoFooter a:active {
    color: #fff;
    text-decoration: none;
}

.seoPhrase {
    font-weight: normal;
}

.rnd {-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
behavior: url(http://1226.ptclinicng.com/wp-content/themes/1226theme/PIE.php); /* Internet Explorer */
}
.toprnd{
-webkit-top-left-radius: 12px;
-moz-top-left-radius: 12px;
border-top-left-radius: 12px;
-webkit-top-right-radius: 12px;
-moz-top-right-radius: 12px;
border-top-right-radius: 12px;
behavior: url(http://1226.ptclinicng.com/wp-content/themes/1226theme/PIE.php); /* Internet Explorer */
}


/* 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;}

#ins-vid {width:425px;height:344px;margin:0 auto}