﻿/*
Theme Name: Simillimum
Author: http://webzen.co.nz
Author URI: http://webzen.co.nz
Description: Simplicity. Accessibility. Relevance
License: GNU General Public License
License URI: license.txt
*/


/***********************
** Light green: #b3aa7e
** Dark green: #524f26
***********************/

/* ========== fonts === */
@font-face {
	font-family: 'Conv_Sansation_Regular';
	src: url('fonts/Sansation_Regular.eot');
	src: local('☺'), url('fonts/Sansation_Regular.woff') format('woff'), url('fonts/Sansation_Regular.ttf') format('truetype'), url('fonts/Sansation_Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ========== setup === */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5 {
	font-family: 'Conv_Sansation_Regular';
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #333 !important;
}

h1 {
	font-size: 34px;
	margin-bottom: 15px;
}

h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

h4 {
	font-size: 22px;
	margin-bottom: 10px;
}

h5 {
	font-size: 18px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
}

div#page-content a,
div#about-content a {
	color: #b3aa7e;
	font-weight: bold;
}

div#page-content a:hover,
div#about-content a:hover {
	color: #524f26;
}

p {
	margin-bottom: 10px;
}

ul {
	list-style: none;
}

img {
	border: none;
}

.clear {
	height: 1px;
	clear: both;
	display: block;
}

/* ========== layout === */

/* --- header --- */
div#header {
	background: #b3aa7e;
	padding: 15px 0 10px;
	position: relative;
}

div#header-content,
div#footer-content,
div#page {
	width: 960px;
	margin: 0 auto;
}

div#header-content {
	position: relative;
	padding: 20px 0 
}

a#logo {
	width: 150px;
	height: 126px;
	display: block;
	float: left;
	margin-top: 10px;
	text-decoration: none;
	background: url(images/logo.gif) 0 0 no-repeat;
}

a#logo strong {
	display: none;
}

div#header-content h1 {
	font-size: 16px;
	color: #524f26;
	margin: 0 0 15px 190px;
	padding-left: 55px;
	letter-spacing: 6px;
	background: url(images/simil-title.jpg) 0 0 no-repeat;
}

div#header-content h1 strong {
	display: block;
	height: 52px;
	width: 298px;
}

div#header-content h1 strong span {
	display: none;
}



/* --- page --- */

div#page {
	min-height: 300px;
	position: relative;
}

div#page-content {
	padding: 20px 0;
	width: 600px;
}

div#page-content ul {
	list-style: disc;
	margin: 0 0 20px 20px;
}

div#page-content ul li {
	padding-left: 3px;
}


/* --- about-the-clinic page --- */
div#about-content {
	margin-left: 180px;
	width: 450px;
	padding-top: 20px;
}

ul.practitioners {
	padding: 30px 0;
}

ul.practitioners li {
	margin-bottom: 40px;
}

a.profile-excerpt {
	color: #333;
	width: 630px;
	height: 105px;
	display: block;
	float: left;
	padding-bottom: 30px;
	margin-right: 20px;
	border-bottom: 1px solid #524f26;
	position: relative;
}

ul.practitioners li a strong {
	display: block;
	font-family: 'Conv_Sansation_Regular';
	font-size: 16px;
	margin-bottom: 5px;
}

span.profile-pic-wrap {
	height: 125px;
	width: 125px;
	float: left;
	margin-right: 10px;
}

/*ul.practitioners li a img {
	float: left;
	margin-right: 10px;
}*/

span.view-profile {
	display: block;
	font-family: 'Conv_Sansation_Regular';
	font-size: 11px;
	padding: 4px 40px 4px 10px;
	background: url(images/quick-link-bg.gif) right -50px no-repeat;
	position: absolute;
	bottom: 0;
	left: 135px;
	color: #b3aa7e;
}

a.profile-excerpt:hover {
	border-bottom: 1px solid #b3aa7e;
}

ul.practitioners li a:hover span.view-profile{
	background-position: right top;
	color: #524f26; 
}

a.profile-contact {
	width: 276px;
	height: 120px;
	display: block;
	position: relative;
	float: right;
	color: #333;
	border: 1px solid #DDD;
	padding: 15px 15px 0 15px;
}

a.profile-contact:hover {
	border: 1px solid #b3aa7e;
}

span.email-prac {
	font-family: 'Conv_Sansation_Regular';
	font-size: 12px;
	display: block;
	width: 245px;
	padding: 5px 16px 5px 45px;
	color: #333;
	background: url(images/email.gif) 17px 5px no-repeat #DDD;
	text-decoration: underline;
	position: absolute;
	bottom: 0;
	left: 0;
}

a.profile-contact:hover span.email-prac {
	background: url(images/email.gif) 17px -45px no-repeat #b3aa7e;
	color: #524f26;
	text-decoration: none;
}

span.phone {
	padding-left: 30px;
	display: block;
	background: url(images/phone.jpg) 0 5px no-repeat;
}

a.pdf-link {
	padding-left: 25px;
	background: url(images/pdf.png) 0 0 no-repeat;
	margin-top: 10px;
	display: block;
}


/* --- prices page --- */

ul.prices {
	margin-bottom: 20px;
}




/* --- right sidebar --- */

div#right-sidebar {
	float: right;
	width: 306px;
}

a#promo {
	display: block;
	background: url(images/promo-bg.jpg) 205px -27px no-repeat #524f26;
	padding: 20px;
	margin-top: 20px;
	color: #b3aa7e;
}

a#promo:hover span {
	color: #cdc28d;
}

a#promo strong {
	display: block;
	font-size: 32px;
	
}

a#promo span {
	padding-right: 5px;
	font-size: 56px;
	font-weight: bold;
}

div#sidebar-contact {
	background: #DDD;
	margin-top: 20px;
	padding-bottom: 20px;
}

div#sidebar-contact h3 {
	background: url(images/sidebar-contact-bg.gif) -70px top no-repeat;
	color: #DDD;
	/*font-size: 18px;*/
	height: 25px;
	padding: 10px 20px 13px;
	margin-bottom: 0;
	letter-spacing: 2px;
}

div#sidebar-contact div#details {
	width: 240px;
	margin: 0 auto;
	background: #FFF;
	padding: 15px 15px 5px 15px;
	border: 1px solid #CCC;
	border-top: none;
}

div#sidebar-contact div#details h4 {
	font-size: 18px;
	/*font-weight: bold;*/
	margin-bottom: 2px;
}

div#sidebar-contact div#details ul {
	font-size: 14px;
	margin-bottom: 15px;
	margin-left: 20px;
}

div#sidebar-contact img {
	padding: 0 10px 10px 10px;
}

div#sidebar-contact a {
	color: #b3aa7e;
	font-weight: bold;
}

div#sidebar-contact a:hover {
	color: #524f26;
}




/* --- quick-links --- */

ul#home-quick-links {
	height: 170px;
}


ul#home-quick-links li {
	float: left;
	width: 306px;
	margin-right: 20px;
	
}

ul#home-quick-links li.last {
	margin: 0;
}

ul#home-quick-links li a {
	padding: 10px;
	width: 286px;
	height: 150px;
	display: block;
	color: #b3aa7e;
	background: #524f26;
	/*font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	background-image: url(images/quick-links.jpg);*/
	position: relative;
	font-size: 13px;
	/*font-weight: bold;*/
}

/*a#homeopathy { background-position: -306px 0; }
a#booking { background-position: -612px 0; }

a#practitioners:hover { background-position: 0 -140px; }
a#homeopathy:hover { background-position: -306px -140px; }
a#booking:hover { background-position: -612px -140px; }*/

ul#home-quick-links li a:hover {
	background: #b3aa7e;
	/*color: #524f26;*/
}

ul#home-quick-links li a span {
	font-family: 'Conv_Sansation_Regular';
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 6px 40px 0px 5px;
	background: url(images/quick-link-bg.gif) right -50px no-repeat;
}

ul#home-quick-links li a:hover span {
	background-position: right top;
	color: #524f26;
}







/* ========== PROFILE PAGE ========== */

div#profile-thumb {
	width: 200px;
	padding: 5px 5px 1px 5px;
	border: 1px solid #555;
	float: left;
	margin-right: 20px;
}

div#profile-thumb img {
	display: inline;
}

div#profile-contact {
	background: url('images/contact-bg.jpg') 205px -27px no-repeat #524f26;
	color: #b3aa7e;
	padding: 20px;
	margin-top: 20px;
	
}

ul#profile-phone {
	padding-left: 30px;
	background: url('images/phone.png') 0 5px no-repeat;
}

ul#profile-phone li {
	height: 20px;
}

input#fsc-submit-2,
input#fsc-submit-3,
input#fsc-submit-4,
input#fsc-submit-5,
input#fsc-submit-6,
input#fsc-submit-7 {
	background: #b3aa7e;
	color: #524f26 !important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	border: none;
	margin-top: 15px;
	padding: 5px 10px;
}

input#fsc-submit-2:hover,
input#fsc-submit-3:hover,
input#fsc-submit-4:hover,
input#fsc-submit-5:hover,
input#fsc-submit-6:hover,
input#fsc-submit-7:hover {
	background-color: #cdc28d;
}

a#view-all-prac {
	padding: 5px 10px;
	color: #b3aa7e;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none !important;
	font-weight: bold;
}

a#view-all-prac:hover {
	color: #524f26;
}




/* ========== TIMETABLE PAGE === */

table#timetable {
	/*border-collapse: collapse;*/
	border-left: 1px solid #b3aa7e;
	border-bottom: 1px solid #b3aa7e;
}

table#timetable th {
	font-family: 'Conv_Sansation_Regular';
	background: #b3aa7e;
	color: #524f26;
	
	background: #524f26;
	color: #b3aa7e;
	
	
	padding: 5px 0;
	/*border-bottom: 1px solid #524f26;*/
}

table#timetable td {
	border-right: 1px solid #b3aa7e;
	text-align: center;
	background: #b3aa7e;
	
}

table#timetable p {
	margin: 0;
}

table#timetable a {
	background: #FFF;
	color: #524f26;
	
}

table#timetable a span {
	display: block;
	font-style: italic;
	font-size: 10px;
	padding-bottom: 3px;
}

table#timetable a:hover {
	/*background: #524f26;
	color: #b3aa7e;*/
	background: #EEE;
}

table#timetable a,
div.morning,
div.afternoon {
	width: 74px;
	display: block;
	font-size: 12px;
}

.fullday {
	height: 125px;
	padding-top: 75px;
}

.morning,
.afternoon {
	height: 70px;
	padding-top: 30px;
}

.morning {
	height: 69px;
	border-bottom: 1px solid #b3aa7e;
}

.saturday {
	height: 75px;
	padding-top: 60px;
}



/* ========== CONTACT PAGE ========== */
input#fsc-submit-1 {
	border: none;
	padding: 5px 10px;
	background: #524F26;
	color: #B3AA7E;
	cursor: pointer;
}

input#fsc-submit-1:hover {
	color: #cdc28d;
}



/* ========== POSTS ========== */

div.post {
	margin-bottom: 30px;
}

span.next-post {
    float: right;
}



/* ========== footer ========== */

div#footer {
	padding: 20px 0 180px;
	margin-top: 25px;
	background: #524f26;
	clear: both;
	color: #b3aa7e;
}

div#footer a {
	color: #b3aa7e;
	text-decoration: underline;
}

div#footer a:hover {
	color: #cdc28d;
}

div#footer P,
div#footer ul {
	font-size: 12px;
}

div#footer ul {
	list-style: none;
}

div#footer ul li {
	margin-bottom: 5px;
}

div#footer-content,
div#footer-credits {
	width: 960px;
	margin: 0 auto;
	/*padding: 0px 19px;*/
}

div#footer-content div {
	float: left;
	width: 306px;
	margin-right: 20px;
}

div#footer-contact ul {
	margin: 0 0 5px 20px;
}

div#footer-contact ul li {
	margin: 0;
}

div#footer-contact h5 {
	font-size: 12px;
	font-weight: bold;
}

div#footer-credits {
	margin-right: 0 !important;
}

div#footer-content h3 {
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: normal;
}

div#footer-content h3 em {
	margin-right: 5px;
}

div#footer-content h3 span {
	margin-left: 3px;
}

div#footer-content h4 {
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b3aa7e;
	font-weight: normal;
}


a#signup {
	width: 130px;
	padding: 7px 10px 5px 35px;
	display: block;
	background: url(images/signup.gif) 8px 5px no-repeat #b3aa7e;
	color: #524f26 !important;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none !important;
	font-weight: bold;
	margin-bottom: 30px;
}

a#signup:hover {
	text-decoration: none;
	background-color: #cdc28d;
}

ul#latest-news a {
	color: #DDD !important;
	text-decoration: none;
}

ul#latest-news a:hover {
	text-decoration: underline;
}

/*div#footer-credits {
	clear: both;
	position: relative;
	padding: 20px 0;
}

div#footer-credits ul {
	position: absolute;
	top: 20px;
	right: 0;
}

div#footer-credits ul a {
}

div#footer-credits ul a:hover {
	text-decoration: none;
}

a#inject {
	padding: 5px 30px 5px 0;
	background: url('images/inject-logo.png') right top no-repeat;
}*/




















