/*
Theme Name: Optimum-Health
Theme URI: http://hookins.net
Description: Custom theme for the Optimum Health & Wellbeing Website.
Author: Daniel Hookins
Author URI: http://hookins.net
Version: 1.0
Tags: responsive, custom

License: Licenced for use by Optimum Health and Wellbeing
License URI:

General comments (optional).
*/

/**
* Styling for the website in general
**/
body {
  background-image:url('/wp-content/themes/optimum-health/img/bg.jpg'); 
  background-repeat: repeat;
}
.spacer-top {
  height:35px;
}
.main-view {
  background-color:white; border-style:solid;
}
.header-bar {
  background-color:white; 
  margin-bottom:10px; 
  margin-top:10px;
}
.brand-logo {
  padding:10px;
}
.brand-logo, a:hover {
  text-decoration: none;
}
.address-top {
  padding:15px;
}

/**
* Modified (from bootstrap) styling for the nav-bar
**/
.navbar {
  margin-bottom:0px; 
  letter-spacing:1px;
}
.navbar-inner {
  background: #627d4d; /* Old browsers */
  background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#627d4d), color-stop(100%,#1f3b08)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* IE10+ */
  background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
  border: 0;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #99FFCC;
  text-decoration: none;
  background-color: #556B2F;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .nav > li > a {
  float: none;
  color: #99FFCC;
  text-decoration: none;
  text-shadow: none;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #99FFCC;
  text-decoration: none;
}
.nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
  background-color: #556B2F;
}
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nav-collapse .btn {
  padding: 4px 10px 4px;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .btn-navbar {
  float: right;
  padding: 5px 8px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom:3px;
  text-shadow: none;
  background: #556B2F;
  color:#99FFCC;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #556B2F;
  background-color:  #99FFCC;
}


/**
* Styling for the Promo Boxes
**/
.promo-box {
  background-color:#99FFCC;
}
.promo-text {
  padding:12px;
}
.promo-text > h1 {
  font-size:20px;
  line-height:1; 
  color:#006699; 
  padding: 20px;
}
.promo-text > h2 {
  margin-top: 0px;
  font-size:18px;
  line-height:1;
  color:#006699;
}
.promo-text > h3 {
  font-size:14px;
  line-height:1;
  color:#006633;
}
.promo-text, .btn {
  margin-top:10px;
}

.promo-photo {
  padding: 0px;
  margin-right:0px;
}


/**
*Styling for the Info Sections
**/
.hr-info {
  background-color:#006699;
}
.info-view {
  padding:15px;
}
.info-view > h1 {
  font-size:24px;
  line-height:1; 
  color:#006699; 
  padding: 25px;
}
.info-view > h2 {
  font-size:18px;
  line-height:1;
  color:#006699;
}
.contact-col >h2 {
  font-size:18px;
  line-height:1;
  color:#006699;
}

/**
* Styling for the Page footer Section
**/
.page-footer {
  color:#CC99FF;
  background-color:white; 
  text-align:center; 
  letter-spacing:2px; 
  padding:3px;
}
.fb-icon {
  background: url('img/social_media.png') no-repeat -8px -6px;
  width: 32px;
  height: 32px;
  display:inline-block;
}
.fb-icon:hover {
  background: url('img/social_media.png') no-repeat -48px -6px;
  width: 32px;
  height: 32px;
}
.twitter-icon {
  background: url('img/social_media.png') no-repeat -8px -51px;
  width: 32px;
  height: 32px;
  display:inline-block;
}
.twitter-icon:hover {
  background: url('img/social_media.png') no-repeat -48px -51px;
  width: 32px;
  height: 32px;
}
.rss-icon {
  background: url('img/social_media.png') no-repeat -9px -94px;
  width: 32px;
  height: 32px;
  display:inline-block;
}
.rss-icon:hover {
  background: url('img/social_media.png') no-repeat -48px -94px;
  width: 32px;
  height: 32px;
}