/*
Theme Name: Spring Pilates Website
Theme URI: http://wordpress.org/
Description: The Spring Pilates website theme, as designed by Jacquie Larcombe of <a href="http://admad.com.au">admad.com.au</a>.
Version: 1.0
Author: Paul Scott-Murphy
Author URI: http://sixleaf.com
Tags: red, custom header, fixed width, two columns, widgets
*/

html {
  background-color: #e6e6e6;
}

body {
  background-color: #e6e6e6;
}

/* Full content */

div#doc4 {
  background: #ffffff;
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

/* Header */

div.header {
  background-color: #f2f2f2;
}

div.header img.logo {
  margin: 1em 1em 1em 2em;
}

div.header div.contact {
  margin: 1.5em 2em 1em 1em;
  float: right;
  font-family: Futura Light, Century Gothic, Helvetica, Arial, Verdana, Sans-Serif;
  text-align: right;
}

div.header div.contact span.phone {
  display: block;
  font-size: 180%;
  font-weight: bold;
  color: #e0002b;
  margin-bottom: 0.5em;
}

div.header div.contact span.address {
  display: block;
  font-weight: bold;
  color: #666666;
}

div.header div.contact span.email {
  display: block;
  font-weight: bold;
  color: #666666;
}

div.header div.contact span.email a {
  text-decoration: none;
  color: #666666;
}
div.header div.contact span.email a:hover {
  text-decoration: underline;
}

div.header span.like {
  margin: 0em 0em 1em 2em;
}

/* Horizontal list */

div#hd ul.nav {
  display: block;
  width: 974px;
  text-align: center;
  position: absolute;
  background-color: #ebebeb;
  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#d0d0d0));
  background: -moz-linear-gradient(left, #ebebeb, #d0d0d0);
  -webkit-background-origin: padding;
  -webkit-background-clip: content;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

div#hd ul.nav li {
  display: inline;
  font-family: Georgia;
  position: relative;
  text-align: center;
  color: #666666;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}

div#hd ul.nav li a {
  line-height: 2em;
  padding: 0.5em 1em 0.5em 1em; 
  height: 2em;
  text-decoration: none;
  color: #666666;
}

div#hd ul.nav li:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}

div#hd ul.nav li:hover > a {
  background-color: #808080;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}

div#hd ul.nav li>ul {
  display: none;
  position: absolute;
  left: 0px;
  right: 3px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}

div#hd ul.nav li:hover>ul {
  display: block;
}

div#hd ul.nav li>ul li {
  display: block;
  background-color: #ebebeb;
  height: 2em;
  left: 0px;
  right: 3px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

div#hd ul.nav li>ul li a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}

div#hd ul.nav li>ul li:hover a {
  color: #ffffff;
}

/* Body */

div#bd {
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  background-color: #ffffff;
  margin-top: 2em;
}
div#bd div.content {
  margin-top: 3em;
  margin-right: 2em;
}

div#bd.massage {
  background: #ffffff url('images/massage.jpg') no-repeat right top;
}
div#bd.massage div.content div.post {
  width: 50%;
}

div#bd.physio {
  background: #ffffff url('images/physio.jpg') no-repeat right top;
}
div#bd.physio div.content div.post {
  width: 60%;
}

div#bd.mentoring {
  background: #ffffff url('images/mentoring.jpg') no-repeat right top;
}
div#bd.mentoring div.content div.post {
  width: 60%;
}

div#bd.ball {
  background: #ffffff url('images/UCP0021806B.jpg') no-repeat right top;
}
div#bd.ball div.content div.post {
  width: 60%;
}

div#bd.bike {
  background: #ffffff url('images/bike.jpg') no-repeat right top;
}
div#bd.bike div.content div.post {
  width: 50%;
}

div#bd.studio {
  background: #ffffff url('images/studio2.jpg') no-repeat right top;
}
div#bd.studio div.content div.post {
  width: 55%;
}

div#bd.studio1 {
  background: #ffffff url('images/studio1.jpg') no-repeat right top;
}
div#bd.studio1 div.content div.post {
  width: 55%;
}

div#bd.services {
  background: #ffffff url('images/services.jpg') no-repeat right top;
}
div#bd.services div.content div.post {
  width: 60%;
}

div#bd.homeopathy {
  background: #ffffff url('images/homeopathy.jpg') no-repeat right top;
}
div#bd.homeopathy div.content div.post {
  width: 50%;
}

div.gallery {
  width: 80%;
}

div#bd h1 {
  font-family: Futura Light, Century Gothic, Helvetica, Arial, Verdana, Sans-Serif;
  font-weight: bold;
  font-size: 160%;
}

div#bd div.content h2 {
  font-familt: Verdana;
  font-weight: bold;
  font-size: 120%;
  margin-top: 1em;
}

div#bd div.content p {
  color: #666666;
  margin-top: 0.5em;
  line-height: 1.5;
}

div#bd div.content ul {
  color: #666666;
  margin-top: 0.5em;
  line-height: 1.5;
}
div#bd div.content ul li {
  margin-top: 0.5em;
  margin-left: 2em;
  list-style: disc;
}

div#bd p+h1 {
  margin-top: 1em;
}

div#bd div.content blockquote {
  display: block;
  margin-top: 4em;
  margin-bottom: 1em;
  padding: 0 60px;
  width: 250px;
  position: relative;
}
div#bd div.content blockquote:before {
  color: rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 1000%;
  font-family: Georgia, 'Times New Roman', Times, serif;
  position: absolute;
  top: -40px;
  left: -0px;
  height: 0;
  content: "\201c";
}

/* Pricing page */

p.lead {
  text-align: right;
  font-size: 75%;
  font-style: italic;
}

span.price {
  font-size: 110%;
  color: #000000;
  margin-left: 1.5em;
}

p.description {
  margin-left: 3em;
}

/* Contact page */

div#bd div.content pre.address {
  font-family: Futura Light, Century Gothic, Helvetica, Arial, Verdana, Sans-Serif;
  color: #000000;
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: 1.5;
}

div#bd div.content span.email {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

div#bd div.content div.left {
  float: left;
  width: 48%;
  margin-right: 1em;
  margin-top: 1em;
}
div#bd div.content div.right {
  float: right;
  width: 48%;
  margin-left: 1em;
  margin-top: 1em;
}
div#bd div.content iframe.map {
  margin-top: 2em;
}

div#bd div.content div.address {
  background: #eeeeee;
  padding: 1em;
  border: 4px solid silver;
  margin: 0em 2em 4.5em 0em;
}

/* Sidebar */

div#sidebar {
  margin: 3em 1em 1.5em 1.5em;
  color: #ffffff;
  line-height: 1.5;
  background-color: #e0002b;
}

div#sidebar a {
  text-decoration: none;
  color: #ffffff;
}
div#sidebar a:hover {
  text-decoration: underline;
}

div#sidebar h2 {
  font-family: Futura Light, Century Gothic, Helvetica, Arial, Verdana, Sans-Serif;
  font-weight: bold;
  font-size: 180%;
  margin-bottom: 0.5em;
}

div#sidebar p {
  margin: 1em 0em 0em 0em;
}

div#sidebar ul {
  display: block;
}

div#sidebar ul li {
  padding: 1em;
  background-color: #e0002b;
}

div#sidebar ul li+li {
  padding: 1em;
  background-color: #808080;
}

div#sidebar ul li+li+li {
  padding: 1em;
  background-color: #b3b3b3;
}

div#sidebar ul:after {
  content: "";
  display: block;
  min-height: 3em;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#ffffff));
  background: -moz-linear-gradient(top, #e7e7e7, #ffffff);
}

/* Footer */

div#ft {
  color: #666666;
  background-color: #ffffff;
  padding: 1.5em;
  font-size: 85%;
  line-height: 1.5;
  margin-top: 1em;
}

div#ft ul.nav {
  display: block;
  margin: 0 auto;
}

div#ft ul.nav li {
  text-transform: uppercase;
  display: inline;
}

div#ft ul.nav li a {
  color: #666666;
  text-decoration: none;
}
div#ft ul.nav li a:hover {
  text-decoration: underline;
}

div#ft ul.nav li:before {
  content: "| ";
  color: #666666;
}

div#ft ul.nav li:first-child:before {
  content: "";
}

div#ft p a {
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
}
div#ft p a:hover {
  text-decoration: underline;
}

/* Tables and fractions */

sup {
  vertical-align: super;
}

table {
  margin: 20px auto;
  background-color: white;
  border-collapse:collapse;
}

td {
  padding: 1em;
  text-align: center;
  border: 2px solid white;
  background-color: #eeeeee;
}

thead td {
  background-color: #cccccc;
  font-weight: bold;
}
