/*   
Theme Name: Dynamic Physio
Description: Theme created for Dynamicphysiotherapy.ie
Author: Daragh O'Shea
Author URI: http://www.daraghoshea.com/
Version: 1.0
*/



/* ---------------------------------------------------------------------- Global Colours 
Blue: #21819B;
Lighter Blue: #2CAAE2
Orange: #DC7C27;
*/





/* ---------------------------------------------------------------------- Reset all */
@import "files/css/reset.css";


/* ---------------------------------------------------------------------- Global Classes */
.clear {
    clear: both;
    height: 1px;
}

.border10{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.title {
    font-weight: bold;
}

a.underline:hover {
    text-decoration: underline;
}


/* ---------------------------------------------------------------------- Typography Basics */

h1, h2, h3 {    font-family: Garamond, Times, serif; }
li, a, p {      font-family: Helvetica, "Lucida Sans", sans-serif;
                font-size: 12px; }
                
h2 {    color: rgb(220, 124, 39);
        font-weight: bold;
}

p, a, li    { font-size: 14px; }

p   { margin-bottom: 10px; }

a   { font-weight: bold;
      color: #2CAAE2; }


/* ---------------------------------------------------------------------- Layout  */
.content {
    width: 800px;
    margin: 0 auto;
}


/* ---------------------------------------------------------------------- Header */
#header {
    background: url('files/images/header-bg.png') repeat-x center left;
}

#header-wrap {
    width: 800px;
    margin: 0 auto;    
}

#header-wrap {
    height: 90px;
    padding: 15px;
}

#header-wrap h1 {
    float:left;
}

#header-wrap h1 a {
    height: 90px;
    width: 250px;
    background: url('files/images/logo.png') no-repeat;
    text-indent: -2000em;
    display: block;
    overflow: hidden;
}

#header-contact-info {
    float: right;
    text-align: right;
    margin-top: 4px;
}

#header-contact-info a.header-contact-info {
    margin-bottom: 10px;
    padding-right: 10px;
    border-right: 3px solid #495963;
    
    clear: both;
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

#header-contact-info a.header-contact-info:hover {
    cursor: default;
    border-right-color: #21819B;
}

#header-contact-info span.number {
    /* padding-left: 25px; */
    /* background: url('files/images/icon-phone.png') no-repeat left center; */
    text-shadow: 0px 1px 0 #fff;
    color: #111;
}

#header-contact-info span.name {
    margin-top: 2px;
    margin-bottom: 0;
    
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #111;
    text-shadow: 0px 1px 0 #fff;
}

#header-contact-info a.header-contact-info:hover span.number {
    color: #21819B;
}

/* ---------------------------------------------------------------------- Navigation */
.main-menu-container {
    background: #1a1a1a;
    height: 35px;
    border-top: 2px solid #2599C1;
    border-bottom: 2px solid #2599C1;
    margin-bottom: 30px;
}

#nav {
        
}

#main_menu {
    width: 800px;
    margin: 0 auto;
}

#main_menu li {
    display: inline;
}

#main_menu li a {
    position: relative;
    float: left;
    padding: 0 0px;
    margin-right: 25px;
    
    /* margin-top + line-height + border-bottom = #nav height */
    padding-top: 5px;
    line-height: 30px;
    
    font-size: 15px;
    font-weight: normal;
    color: #ddd;
    text-transform: uppercase;
}

#main_menu li.current-menu-item a{
    color: #2599C1;
}

#main_menu .right {
    float: right !important;
    margin-right: 0px !important;
    margin-left: 25px;
}

#main_menu li a:hover {
    color: #2599C1;
}


/* ---------------------------------------------------------------------- Footer */

#footer-bar {
    height: 25px;
    background: #1a1a1a;
    border-top: 2px solid #2599C1  ;
    border-bottom: 2px solid #2599C1;
    margin-top: 50px;
    
    color: #eee;
    line-height: 25px;
    font-size: 12px;
}

#footer {
    background: url('files/images/footer-x.png') repeat-x center left;
    height: 150px;
    width: 100%;
}

#footer-wrap,
#footer-bar-wrap {
    width: 800px;
    margin: 0 auto;
}

#footer-wrap {
    background: url('files/images/footer-bg.png') no-repeat top center;
    height: 100px;
    width: 175px;
    padding: 25px 0 25px 625px;
}

#footer-wrap p,
#footer-wrap p a {
    font-size: 12px;
    font-weight: bold;
}

#footer-wrap p {
    margin-bottom: 5px;
}




/* ---------------------------------------------------------------------- Homepage */

#homepage #intro {
    height: 240px;
    overflow: hidden;
}

#homepage .clear {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

#homepage #intro p span {
    font-weight: bold;
}

#homepage #content {
    position: relative;
    height: 295px;
}

#homepage .left-column {
    float: left;
    width: 200px;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #ccc;
}

#homepage #content #links a {
    width: 175px;
    height: 140px;
    display: block;
    overflow: hidden;
    position: relative;
}

#homepage #content #links a:first-child {
    margin-bottom: 20px;
}

#homepage #links a img {
    position: absolute;
}

#homepage #links a:hover img {
    top: -140px;  
}

#content #side {
    width: 250px;
    margin-right: 25px;
    float: left;
}

#content #side p {
    border-left: 3px solid #333;
    padding-left: 10px;
    margin-bottom: 25px;
}

#content #side p:hover {
    border-left: 3px solid #2CAAE2;
}

#content #side a img {
    max-width: 200px;
    margin: 10px 0 0 5px;
    padding: 10px;
    border: 1px solid #fff;
}

#content #side a:hover img {
    border: 1px solid #2CAAE2;
}

#content .contact-info {
    width: 525px;
    float: right;
}

#content .contact-info #docklands,
#content .contact-info #castle-avenue {
    height: 120px;
    padding: 15px 15px 10px 185px;
    font-size: 14px;
}

#content .contact-info #docklands {
    background: url('files/images/docklands.png') no-repeat;
    margin-bottom: 15px;
}

#content .contact-info #castle-avenue {
    background: url('files/images/castle-avenue.png') no-repeat;
}

#docklands h3,
#castle-avenue h3 {
    font-size: 15px;
    margin-bottom: 5px;
}

#docklands p,
#castle-avenue p {
    padding-left: 35px;
    font-weight: bold;
    font-size: 14px;
}

#docklands a,
#castle-avenue a {
    font-size: 14px;
}

.contact-info .tel {
    background: url('files/images/tel.png') no-repeat top left;
    line-height: 20px;
}

.contact-info .address {
    background: url('files/images/address.png') no-repeat top left;
}

.contact-info .email {
    background: url('files/images/email.png') no-repeat top left;
    line-height: 20px;
}

#content-footer #associates {
    text-align: center;
}

#content-footer #associates a.img {
    
}

#content-footer #associates a img {
    max-height: 70px;
    padding: 5px;
    border: 1px solid #ccc;
}



/* ---------------------------------------------------------------------- Homepage Intro */
#homepage #intro img {
    max-height: 250px;
    float: right;
}

#homepage #intro #feature_list {
    width: 550px;
    float: left;
}

#homepage #intro #feature_list {
    width: 550px;
    float: left;
}

div#feature_list {
    width: 750px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

div#feature_list ul {
        position: absolute;
        top: 0;
        list-style: none;	
        padding: 0;
        margin: 0;
}

ul#tabs {
        left: 0;
        z-index: 2;
        width: 200px;
}

ul#tabs li {
        font-size: 12px;
        font-family: Arial;
        overflow: hidden;
        background: url('files/images/feature-tab.png') no-repeat center left;
}

ul#tabs li a:hover span {
    color: #222;
}


ul#tabs li a {
        color: #666;
        text-decoration: none;	
        display: block;
        padding: 15px 10px 15px 15px;
        height: 30px;
        outline: none;
        
        line-height: 30px;
        font-size: 12px;
}

ul#tabs li.current {
        background: url('files/images/feature-tab-current.png') no-repeat center left;
}

ul#tabs li.current a span {
        color: #2CAAE2;
}

ul#tabs li a:hover,
ul#tabs li.current a:hover {
        text-decoration: none;
}

ul#output {
        right: 0;
        width: 340px;
        height: 240px;
        position: relative;
}

ul#output li {
        position: absolute;
        width: 340px;
        height: 240px;
}

ul#output li,
ul#output li p {    
        line-height: 1.3em;
        font-size: 14px;
}

ul#output li p:first-child {
    font-weight: bold;
    font-size: 16px;
}

/*
ul#output li a {
        position: absolute;
        bottom: 10px;
        right: 10px;
        padding: 8px 12px;
        text-decoration: none;
        font-size: 11px;
        color: #FFF;
        background: #000;
        -moz-border-radius: 5px;
}

ul#output li a:hover {
        background: #D33431;
}
*/


/* ---------------------------------------------------------------------- Services / Common Injuries */

#services h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

#slider {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

#slider #left {
    float: left;
}

#slider #right {
    float: right;
}

#slider .navigation {
    display: block;
    width: 250px;
}

#slider .navigation li {
    display: block;
    width: 100%;
    background: #f6f6f6;
}

#slider .navigation li a {
    padding: 5px 5px;
    margin-bottom: 2px;
    background: #f6f6f6;
    display: block;
    
    font-size: 14px;
}

#slider .navigation li a:hover {
    background: #e3e3e3;
    color: #1a1a1a;
}

#services #slider .navigation li a.selected {
    background: #2CAAE2;
    color: #eee;
}

#injuries #slider .navigation li a {
    color: #DC7C27;
}

#injuries #slider .navigation li a.selected {
    background: #DC7C27;
    color: #FFFFFF;
}

.scroll {
    height: 500px;
    width: 540px;
    float: right;
    overflow: auto;
    position: relative; /* fix for IE to respect overflow */
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}

#services .scroll {
    background: url('files/photos/services-bg.jpg') no-repeat bottom right;
}

#injuries .scroll {
    background: url('files/photos/injuries2.jpg') no-repeat bottom right;
}

.scrollContainer div.panel {
    height: 500px;
    width: 340px;
    padding: 0 10px;
}

.scrollContainer div.panel h3 {
    font-size: 18px;
    padding-top: 10px;
    color: #DC7C27;
}

#injuries .scrollContainer div.panel h3 {
    font-size: 18px;
    padding-top: 10px;
    color: #2CAAE2;
}

.scrollContainer div.panel p {
    color: #111;
}


/* ---------------------------------------------------------------------- Contact Page */

#contact h3 {
    text-align:center;
    font-size: 18px;
    margin: 10px 0;
    padding: 10px;
    background: #2CAAE2;
    color: #f9f9f9;
    border: 1px solid #ddd;
}

#contact #left,
#contact #right {
    width: 375px;
    min-height: 400px;
    margin-top: 25px;
}

#contact #left {
    float: left;
    padding-right: 25px;
    border-right: 1px solid #ccc;
}

#contact #right {
    float: right;
}

#contact a.img {
    display: block;
    width: 250px;
    margin: 0 auto 30px auto;
}

#contact a img {
    max-width: 250px;
}

#contact #left > p,
#contact #right > p {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    font-style: italic;
    font-size: 12px;
}

#contact h2 {
    margin-bottom: 20px;
    font-size: 18px;
}

#contact .contact-info {
    margin-bottom: 20px;
}

#contact .contact-info p {
    padding-left: 35px;
    font-weight: bold;
}


/* ---------------------------------------------------------------------- Fees and About*/

#fees-content #main-content .groups,
#about-content #main-content .groups {
    margin-left: 225px;
    position: relative;
    padding-bottom: 20px;
}

#fees-content #main-content .groups h2,
#about-content #main-content .groups h2 {
    display: block;
    float: left;
    position: absolute;
    left: -225px;
    
    width: 190px;
    background: #2CAAE2;
    color: white;
    padding: 3px 5px;
    text-align: right;
}

#fees-content .clear,
#about-content .clear {
    margin-bottom: 20px;
}

#fees-content h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #DC7C27;
    clear: both;
}

#fees-content hr {
    clear: both;
    color: #ccc;
    margin-top: 20px;
}

#fees-content #main-content div.groups > p img {
    border: 1px solid #ccc;
    float: left;
    margin: 0 15px 20px 0;
}

#fees-content #main-content div.groups > ul li {
    margin-bottom: 5px;
}

#fees-content #main-content div.groups > ul li a:hover {
    text-decoration: underline;
}

#about-content strong {
    color: #DC7C27;
}
