/*  
Theme Name: Remuera Physiotherapy
Theme URI: N/A
Description: Bespoke design for NZ based client. <br/><br/>[ Based Heavily on Kubrick Default Theme ]
Version: 1.0
Author: Michael Kelly
Author URI: http://whatsthat.co.nz/ Verdana, Tahoma, Arial, Sans-Serif;

*** REGARDING IMAGES ***
All CSS that involves the use of images, can be found in the 'index.php' file.
This is to ease installation inside subdirectories of a server.
*/



/* Begin Typography & Colors */
body {
    font-size: 72.5%; /* Resets 1em to 10px */
    background-color: #EAEAEA;
    }
    
* {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
        }
    
font {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 100%;
    }
    
strong {
    font-weight: bold;
    }

#page {

    }
    
#header {
    border: 1px solid #41345F;
    border-bottom: 0px;
    }
    
#main {
    border: 1px solid #41345F;
    border-top: 0px;
    background-color: #fff;
    }
    
a {
    color: #BE8E61;
    text-decoration: underline;
    }
    
a:hover {
    color: #41345F;
    text-decoration: overline;
    }
    
a.special,
.entrytext a.more {
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    color: #BE8E61;
    font-weight: bold;
    font-size: 92%;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px 25px 3px 0px;
    width: 38%;
    }
    
a.special:hover,
.entrytext a.more:hover {
    color: #4D445F;
    text-decoration: none;
    width: 38%;
    }
    
a img {
    border: 0;
    }
    
#header .navigation a {
    font-family: "Arial Narrow", Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 111%;
    font-weight: bold;
    text-align: center;
    }
    
#header .navigation a:hover,
#header .navigation ul li.current_page_item a,
#header .navigation ul li.current-cat a {
    color: #000;
    background-color: #CCCCCC;
    }
    
#header .navigation ul li ul li a {
    background-color: #999999;
    border-top: 1px solid #474747;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    
    }
#header .navigation ul li ul li a:hover {
    background-color: #CCCCCC;
    }

.content h1 {
    color: #000;
    font-size: 190%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    }
    
.content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%;
    }   

.content p {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 140%;
    }   
    
.content h2 {
    color: #D4AC71;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 130%;
    }

.content h2 a.purple {
    color: #41345F;
}	
	
.content h2 a {
    color: #D4AC71;
    text-decoration: none;
    font-size: 135%;
    }
    
.content h2 a:hover {
    color: #000;
    text-decoration: underline;
    
    }
    
.content h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 130%;
    }
    
.content h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 116%;
    }
.booking  a{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;    }
.newsletter a {
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    }
#col_centre .content ul {
    list-style: disc outside;
    }
    
#col_centre .content ul li {

    }
    
#col_centre .content ul ul {
    list-style: circle outside;
    }
    
.fm-txt {
    border: 1px solid #41345F;
}

.fm-but {
    background-color: #41345F;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.fm-but:hover {
    background-color: #D4AC71;
    color: #000;
}

#col_left .content,
#col_left .content p {
    text-align: center;
    }
#col_left .navigation h2{
    font-size: 110%;    
    
    }
#col_left .navigation ul a {
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 95%;
    color: #666666;
    }
    
#col_left .navigation ul li {

    }
#footer {
    height: 60px;
    background-color: #41345F;
    }

#footer * {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 95%;
    }
    
#footer a:hover {
    color: #D4AC71;
    }

/* End Typography & Colors */

/* Begin Structure */
body {
    margin: 0;
    padding: 0;
    }
    
* {
    margin: 0;
    padding: 0;
    }

#page {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    width: 759px;
    height: auto;
    margin-left: -380px;
    }
    
#header {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 757px;
    height: 270px;
    
    z-index: 10;
    }
    
#logo {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 757px;
    height: 83px;
    
    overflow: hidden;
    
    /*background-color: pink;*/
    }
    
#flash {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 83px;
    left: 0px;
    width: 757px;
    height: 155px;
    
    overflow: hidden;
    
    /*background-color: pink;*/
    }

#header .navigation {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 33px;
    }
    
#header .navigation ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 12px;
    list-style: none;
    width: 100%;
    }
    
#header .navigation ul li {
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
    position: relative;
    width: auto;
    padding-left: 16px;
    
    voice-family:"\"}\"";
    voice-family:inherit;
    padding-left: 0px;

    }
    
#header .navigation ul li ul {
    display: none;
    position: absolute;
    top: 33px;
    left: 0px;
    width: 119px;
    margin-top: 18px;
}

html[xmlns] #header .navigation ul li ul {
    margin-top: 0px;
}

#header .navigation ul li:hover ul {
	top: 33px;
    display: block;
}

#header .navigation ul li ul li {
    float: none;
}
    
#header .navigation ul li a {
    padding: 8px;
    padding-left: 2px;
    padding-right: 2px;
    width: 105px;
    height: 33px;
    display: block;
    voice-family:"\"}\"";
    voice-family:inherit;
    width: 101px;
    height: 17px;
    }
    
#header .navigation ul li ul li a {
    width: 104px;
    voice-family:"\"}\"";
    voice-family:inherit;
    width: 100px;
    height: auto;
}
    
#main {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 270px;
    left: 0px;
    width: 757px;
    height: auto;
    
    z-index: 5;
    }
    
#col_left {
    padding: 0;
    margin: 0;
    float: left;
    width: 200px;
    height: auto;
    padding-bottom: 10px;
    }
    
#col_centre {
    padding: 0;
    margin: 0;
    padding-left: 200px;
    height: auto;
    }
    
#col_centre .content {
    margin: 15px 20px 0px 15px;
    padding: 0;
    }
    
#col_centre .content p,
#col_centre .content h1,
#col_centre .content h2,
#col_centre .content h3,
#col_centre .content h4 {
    margin-top: 10px;
    }

#col_centre .content ul {
    margin-left: 30px;
    }

#col_centre .content ul li,
#col_centre .content ol li {
    margin: 10px;
    margin-left: 0px;
    }
    
#col_centre .content ul ul,
#col_centre .content ol ol {
    margin-left: 30px;
    }
    
#col_centre .content td {
    padding: 5px;
    }
    
#col_left .content {
    margin-top: 10px;
    }
    
#col_left .navigation {
    list-style: none;
    margin-top: 5px;
    
    }
#col_left .navigation ul {
    list-style: none;
    margin-top: 5px;
    
    }
    
#col_left .navigation ul li {
    margin-bottom: 5px;
    }
    
.specialoffer {
    position: relative;
    top: -25px;
    left: -50px;
    }

.col_left {
    padding: 0;
    margin: 0;
    float: left;
    width: 35%;
    height: auto;
    voice-family:"\"}\"";
    voice-family:inherit;
    width: 49%;
}

.col_right {
    padding: 0;
    margin: 0;
    padding-left: 37%;
    height: auto;
    voice-family:"\"}\"";
    voice-family:inherit;
    padding-left: 36%;
}

html[xmlns] .col_right {
    padding-left: 51%;
}

.newsletter .post p img {
    float: left;
    margin-right: 10px;
    }
    
.entrytext a.more {
    display: block;
    text-align: left;
    }
    
.booking .post {
    width: 60%;
    }

.clear {
    clear: both;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}

#footer {
    clear: both;
    margin-top: 10px;
    text-align:center;
    font-size:10px;
    color:#000000;
    background:#41345f;
    padding:3px 0 3px;
    border-top:solid 1px #675900;
    border-bottom:solid 1px #675900;
}
#footer h5 {
    display:inline;
    font-size:10px;}

#footer ul {
    text-align: right;
    list-style: none;
    clear: right;
    padding-top: 10px;
    }
    
#footer li {
    float: right;
    margin-right: 10px;
    }
.entrytext img {
    margin-right: 11px;
    }
    
.entrytext table {
    margin-bottom: 10px;
    }
