/*
Theme Name: XWP Child
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-color: #e6e6e6;
    overflow-y: scroll;
}

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

body {
    background:url('images/headersliver.jpg')repeat-x;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-family: 'Raleway', sans-serif;
    line-height: 20px;
    letter-spacing: .1em;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Playfair Display', serif;

}

.slidedeck-frame {margin-top: -10px;}

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

.altcolor {
    color: #7e130f
}

a:link {
    color: #D64262
}

a:visited {
    color: #D64262
}

a:hover,a:active {
    color: #B7B7B7;
    text-decoration: none
}

.box {
    border: 2px solid #7e130f;
    background-color: #592615;
    padding: 12px;
}

.box1 {
    border: 2px solid #592615;
    background-color: #592615;
    padding: 12px;
}

.lbrd {
    border:solid 1px #B7B7B7;
    border-left: solid 20px #B7B7B7;
}


.brd {
    border: solid 2px #CB003A;
}

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

.dbrd {
    border: solid 2px #7e130f;
    background-color: #592615;
    padding: 3px;
}

.dbrd1 {
    border: solid 2px #592615;
    background-color: #7e130f;
    padding: 3px;
}

.faqbackground {
    background-color: #ffffc2;
}


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

#topaddr {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 36px;
    width: 400px;
    /*text-shadow: 1px 1px 2px #000;*/
    letter-spacing: .1em;
}

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

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

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

#topaddr a:hover span {
    font-size: 1.5em;
    color: #CC1543 !important;}

/*-------Main Area/Content-------*/
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -150px;
}

.main {
    position: relative;
    padding: 0;
    width: 990px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    background: transparent;
}

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

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

#wrap {
    padding: 0 8px;
}

/*MENUS*/

#horimenu {
    width: 990px;
    margin: 0 auto;
    font-family: arial, serif;
    position: relative;
    z-index: 100;
    height: 34px;
    margin-left: 76px;
}

.current_page_item a {
    color: #CA003A !important
}

.sf-menu a {
    font-family: 'Playfair Display', serif;
    /*text-shadow: 1px 1px 0 #333333;*/
    font-size: 17px;
	font-weight: bold;
    letter-spacing: 2px;
    padding: 12px 16px;
    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;
}

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

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

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #B7B7B7;
    outline: 0;
}

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

#footer {
    position: relative;
    background:#000;
    color: #fff;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    border-top:10px solid #464646;
}

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

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

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

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

.sidebarmb a {
    background: url("http://ptclinic.com/site/images/mb1.png") repeat scroll 0 0 transparent;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    margin: 20px auto 0;
    padding-top: 48px;
    text-align: center;
    width: 166px;
}

.sidebarmb a:link,.sidebarmb a:visited {
    color: white !important;
}

.sidebarmb a:hover,.sidebarmb a:active {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity = 50);
}

.mb {
    width: 166px;
    height: 98px;
    margin: 0 auto 20px auto;
}
