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


.wrapper {
    min-height: 100%;
    width: 990px;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    zoom:1;
    position: relative;
    background:url('images/centerbg.png') repeat-y top center;
}

#footer, .push {
    height: 215px;
    clear: both;
 /* .push must be the same height as .footer */
}

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

body {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    /*font-family: "Cabin",verdana,sans-serif;*/
}

h1,h2,h3,h4,h5,h6 {
    /*font-family: "Cabin",verdana,sans-serif;*/
    font-family: 'Francois One', sans-serif;
}

h1 {
    font-size: 150%;
}

h1 span {color:#b9d6eb;font-size:90%;}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 115%;
}

.base,.gmaptopper {
    background-color: #01548f !important;
    border-color: #01548f !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: #0068b6;*/
    color: #5da0d1 !important;
}

.altcolor {
    color: #000;
}

a:link {
    color: #FFF;
    text-decoration:underline;
}

a:visited,a:active {
    color: #FFF;
    text-decoration:underline;
}

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

.box2 {
    border-top: 1px solid #01548f;
    border-bottom: 1px solid #01548f;
    padding: 6px;
    z-index: 1;
}

.brd {
    border: solid 1px #01548f;
}

.brd1 {
    border: solid 1px #b9d6eb;
}

.dbrd {
    border: solid 1px #01548f;
    background-color: #b9d6eb;
    padding: 3px;
}

.dbrd1 {
    border: solid 1px #b9d6eb;
    background-color: #000;
    padding: 3px;
}

.faqbackground {
    background-color: #494949;
}


/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
    /
}



/*-----Header--------*/
header {
    height: 253px;
    position: relative;
    width: 990px;
    margin:0 auto;
    background:url('images/headerbg.png') no-repeat;
}

#logo {
    height: 61px;
    width: 339px;
    position: absolute;
    top:14px;
    left:15px;
}

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

#topaddr * {
    text-decoration: none;
    color: #01548f;
    font-weight: bold;
}

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

#hero{width:986px;height:125px;position:absolute;top:125px;left:5px;}


/*-------Main Area/Content-------*/
.main {
    position: relative;
    padding: 0;
    width: 990px;
    text-align: left;
    margin: 20px auto 0;
    text-align: left;
    /*margin: 14px;*/
    overflow: hidden;
}

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

#rightcol {
    float: left;
    width: 727px;
    /*min-height: 788px;*/
    display: inline;
    margin-right: 25px;
    padding: 0;
}

#sidebar{width:160px;}

/*MENUS*/

#horimenu {
    width: 770px;
    position: absolute;
    top:95px;
    right:0;
    z-index: 100;
    height: 30px;
}

#navCenter {

}

.current_page_item a {
    color: #000 !important
}

.sf-menu a {
    font-size: 16px;
/*font-weight: bold;*/
/*letter-spacing: 1px;*/
    padding: 5px 10px;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    text-align:right;
}

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

.sf-menu {
    float: left;
}

.sf-menu li {
	/*background:		transparent;*/
	text-align:right;
}

.sf-menu li li a {
    border-right: none;
    text-transform: capitalize;
   text-align:left;
}

.sf-menu li li {
    background: #FFF;
}

.sf-menu li li li {
    background: #FFF;
}

.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: #b9d6eb;
}

.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: #b9d6eb;
}

/*DESIGN ELEMENTS - boxes and such*/

#footer {
    position: relative;
    color: #FFFFFF;
    width: 990px;
    height: 215px;
    text-align: left;
    margin: 0 auto;
    padding: 3px 0;
    background: url('images/footer.png') no-repeat;
}

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

#footer p {
    padding: 0 8px;
    margin: 0;
    color: #FFF !important;
}

#socialmedia{width:112px;height:32px;position:absolute;top:16px;left:24px;}

#map{width:220px;height:132px;position:absolute;top:23px;right:32px;}

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

#medlib a, #medlib a:active,#medlib a:visited {
    color: #ac1619;
}

#medlib a:hover,#medlib a:hover:visited {
    color: #525d73;
}

#medlib h1, #medlib h2, #medlib h3, #medlib h4, #medlib h5, #medlib h6 {
    color: #08213b;
}

#medlib #bodyText {
    color: #000;
}

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: #01548f;
    background-color: #01548f;
    height: 1px;
    width: 100%;
    text-align: left;
}

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

.bluebrd {
    border: solid 1px #01548f;
}

.blackbrd {
    border: solid 1px #000;
}

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

.bluetext {
    /*color: #0068b6;*/
    color: #66ccff;
}

.bluestrip {
    background-color: #01548f !important;
    border-color: #01548f !important;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 9px;
}

/* SEO Styles */
.seoH1 {
    color: #01548f;
    font-size: 18px;
}

.seoH2 {
    color: #01548f;
    font-size: 14px;
}

.seoFooter {
    font-size: x-small;
    color: #FFF;
    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;
}

/* CODE ADDED by K. Pash 9-5-2013*/
#bios > div.clr,
.home #rightcol div.clr {
    margin-top:75px;
}

.home #rightcol p img.fr {
    margin-top: 45px;
}

.home img.fr {
	box-shadow: 3px 3px 10px #0A122A;
}

.home img.fl {
	box-shadow: -3px -3px 10px #0A122A;
}

.home #rightcol {
	width: 670px;
	padding-left: 35px;
}

div.locations.slideshow.fr {
    width:449px;
    height:300px;

}