/*
Theme Name: Hereford Physical Therapy 962
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);
@import url(superfish2.css);

* {
    margin: 0;
}

html, body {
    height: 100%;
}

div#box-sp-med {
    width: 70%;
}

div#box,
div#box-sp-med,.box {
  /* CSS for all browsers. */
  border: solid 1px #939598;
  background: #FFF;
  margin: 10px 0 20px 0;
  padding: 10px;

  /* CSS3 Box-shadow code: */
  box-shadow: 5px 5px 0px #939598;
  -webkit-box-shadow: 5px 5px 0px #939598;
  -moz-box-shadow: 5px 5px 0px #939598;
}

.home.box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #939598;
  box-shadow: 5px 5px 0 #939598;
  margin: 10px 0 20px;
  padding: 24px 26px 14px;
}

div#box, div#box-sp-med, .box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #939598;
  box-shadow: 5px 5px 0 #939598;
  margin: 10px 0 20px;
  padding: 24px 26px 14px;
}

/* IE6-8 Specific Code */
body.ie6 div#box,
body.ie6 div#box-sp-med,
body.ie7 div#box,
body.ie7 div#box-sp-med,
body.ie8 div#box,
body.ie8 div#box-sp-med {
   zoom: 1;
   filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#939598);
}

/*STRUCTURE - header, footer, etc*/
html {
    background: #e7e7e7;
    overflow-y: scroll;
}

.wrapper {
    min-height: 100%;
    width: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -150px;
    position: relative;
}

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

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

body {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-family: "Cabin",verdana,sans-serif;
    line-height: 1.4em;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Cabin",verdana,sans-serif;
}

h1 {
    font-size: 150%;
    text-transform:uppercase;
}

h1 span {font-size:85%;color:#5a69a5;}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 115%;
}

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

.altcolor {
    color: #000
}

a:link {
    color: #5a69a5
}

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

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

.brd {
    border: solid 1px #08004a;
}

.brd1 {
    border: solid 1px #5a69a5;
}

.dbrd {
    border: solid 1px #08004a;
    background-color: #525d73;
    padding: 3px;
}

.dbrd1 {
    border: solid 1px #5a69a5;
    background-color: #323b4e;
    padding: 3px;
}

.faqbackground {
    background-color: #525d73;
}


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

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

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

/*-----Header--------*/
header {
    width: 990px;
    height: 179px;
    position: relative;
    margin:0 auto;
}

#logo {
    width:565px;
    height: 166px;
    position: absolute;
    left:30px;
    top:28px;
}

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

#topaddr span {
    font-size: 1.25em;
    line-height:1.05em;
    font-weight:bold;
}

#topaddr * {
    text-decoration: none;
    color: #08004a;
}

#topaddr a:hover {
    color: #5a69a5 !important;
}
#hero{width:100%;height:365px;background:#4a7192;position:relative;}
#herocenter{width:990px;height:365px;margin:0 auto;position:relative;}

/*-------Main Area/Content-------*/
.main {
    position: relative;
    padding: 0;
    width: 990px;
    min-height:375px;
    margin: 20px auto 20px;
    padding:12px;
    text-align: left;
    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: 100%;
    height: 46px;
    z-index: 100;
    background: url('images/menubg.png') repeat-x;
}

#navCenter {
    position: relative;
    margin:0 auto;
    padding-top:6px;
    width:990px;
    height:36px;
}

.current_page_item a {
    color: #08004b !important
}

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

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

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

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

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

.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: #08004a;
    outline: 0;
    background: #5a69a5;
}

/* test home page menu */
#newmenu>ul
{
	margin:			0;
	padding:		0;
	list-style:		none;
	display:inline;
}

#newmenu {
    float: left;
}

#newmenu ul li a, #newmenu ul li a:active
{
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 20px;
    border: none;
    text-decoration: none;
}

#newmenu li li {
    background: #5a69a5;
}

#newmenu li li li {
    background: #5a69a5;
}

#newmenu ul li a:hover
{
 /* visited pseudo selector so IE6 applies text colour*/
    color: #08004a;
    outline: 0;
}

.#newmenu li:hover, #newmenu li.sfHover, #newmenu a:focus, #newmenu a:hover
{
    color: #08004a;
    outline: 0;
    background: #FFF;
}

#newmenu a:active {
color: #000;
    outline: 0;
    background-color: #5A9842;
}

.sf-menu2 a {
    font-size: 18px;
/*font-weight: bold;*/
    letter-spacing: 1px;
    padding: 12px 16px;
    border: none;
    text-decoration: none;
    margin-top:-5px;
}

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

.sf-menu2 {
    float: left;
}

.sf-menu2 li {
	/*background:		transparent;*/
}

.sf-menu2 li li a {
    border-right: none;
}

.sf-menu2 li li {
    background: #5a69a5;
}

.sf-menu2 li li li {
    background: #5a69a5;
}

.sf-menu2 li:hover, .sf-menu2 li.sfHover,
.sf-menu2 a:focus, .sf-menu2 a:hover {
    color: #08004a;
    outline: 0;
}

.sf-menu2 li li:hover, .sf-menu2 li li.sfHover,
.sf-menu2 li li a:focus, .sf-menu2 li li a:hover {
    color: #08004a;
    outline: 0;
    background: #FFF;
}

.sf-menu2 li li li:hover, .sf-menu2 li li li.sfHover,
.sf-menu2 li li li a:focus, .sf-menu2 li li li a:hover {
    color: #08004a;
    outline: 0;
    background: #5a69a5;
}
/* end test home page menu */

/*DESIGN ELEMENTS - boxes and such*/

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

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

#footer p {
    padding: 0 8px;
    margin: 0;
    color: #FFF !important;
}
#footercenter{width:990px;margin:0 auto;padding:25px 25px 0 25px;}

/*-------- 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.wellclasses {color:#FFFF66 !important;}
a:hover.wellclasses{color:#5a69a5 !important;}

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

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

.greybrd {
    border: solid 1px #08004a;
}

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

.purplebrd {
    border: solid 1px #5a69a5;
}

.purpletext {
    color: #08004a;
}

.purplestrip {
    background-color: #08004a !important;
    border-color: #08004a !important;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 9px;
}

.purplebrd2 {
    border: solid 1px #5a69a5;
}

.purpletext2 {
    color: #5a69a5;
}

.purplestrip2 {
    background-color: #5a69a5 !important;
    border-color: #5a69a5 !important;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 9px;
}

.bluebrd2 {
    border: solid 1px #4a7192;
}

.bluetext2 {
    color: #4a7192;
}

.bluestrip2 {
    background-color: #4a7192 !important;
    border-color: #4a7192 !important;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 9px;
}

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

.seoH2 {
    color: #08004a;
    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: #888;
    text-decoration: none;
}

.seoPhrase {
    font-weight: normal;
}

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

.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:#08004a;
	border:solid 1px #08004a;
}

#s, #comment {border:solid 1px #08004a;}

legend {margin-bottom:20px;}

.video {margin-bottom:20px;}


.staffphoto {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C0C0C0;
  box-shadow: 1px 1px 6px #444444;
  clear: both;
  float: right;
  margin: 14px 0 20px 20px;
  padding: 6px;
}

.locationphoto {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C0C0C0;
  box-shadow: 1px 1px 6px #444444;
  clear: both;
  float: right;
  margin: 14px 0 20px 20px;
  padding: 6px;
}

.staff {
    margin-bottom: 6px;
}

.staff div{
    font-size: .8em;
    color:#5a69a5;
}

#socialmedia{position:absolute;top:120px;right:30px;}
#socialmedia i{padding-right:8px;}

.hr {
    border-bottom: 3px double #c0c0c0;
    margin: 12px 44px 24px;
}
/* photo with shadow behind it and padding around it */
.photo1 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C0C0C0;
    box-shadow: 1px 1px 6px #444444;
    padding: 10px;
    margin-top: 34px;
}

/* angled photo */
.photo2{
transform:rotate(4deg);
-ms-transform:rotate(4deg); /* IE 9 */
-webkit-transform:rotate(4deg); /* Safari and Chrome */
}

.gmap {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C0C0C0;
  box-shadow: 1px 1px 6px #444444;
  padding: 10px 10px 18px;
}

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

.underline{text-decoration:underline;}

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

/* Blog Styles */

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

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

.hide-in-old-theme {
    display: none;
}

