/*
Theme Name: whitelight - Child	
Description: Child theme for the Whitelight theme 
Author: Makin Hey
Author URI: http://www.makin-hey.com/
Template: whitelight
Version: 1.0
*/

@import url("../whitelight/style.css");

a {
    color: rgb(186, 15, 0);
    text-decoration: none;
}

#features.home-section li h2 a {
    color: rgb(37, 37, 37);
}

#navigation {
    font: 300 1.3em/1 "Signika",sans-serif;
    padding-top:30px;
}

#featured article header {
    padding: 15px 20px 10px;
    height: 75px;
    background: none repeat scroll 0% 0% rgba(221, 39, 22, 0.9);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}

.home-section header {
    float: left;
    margin-right: 4.16%;
    width: 21.88%;
    line-height: 140%;
}

.fix, .col-full {
line-height: 140%;
}

body {
  background-color: #FFF;
}


h4 {
  font-size: 1.4em;
  line-height: 2.4;
  color:#804c40;
}


body #top {
  background: #FFF url(../whitelight/images/bg-texture.png) scroll repeat left bottom;
}

#top #top-nav {
  float: none;
  padding: 1em 0 1px 0;
  text-align: right;
}

#top #top-nav li {
  border-left: 1px solid #4B4B4B;
  display: inline;
  float: none;
  padding: 0 0.5ex 0 1ex;
}

#top #top-nav li:first-child {
  border-left: 0 none;
  padding-left: 0;
}

#top #top-nav li:last-child {
  padding-right: 0;
}

#top #top-nav li a,

#top #top-nav li a:hover {
  background-color: transparent;
  color: #4B4B4B !important;
  display: inline;
  margin: 0;
  padding: 0;
}

#top #top-nav li a:hover {
  text-decoration: underline;
}

#header {
  padding-top: 1px;
  padding-bottom: 1.5em;
}

#headerPadding {
  padding: 30px 0 0 0;
}

#headerSidebar {
  float: right;
  width: 159px;
}

#headerSidebar .widget {
  margin: 0;
  padding: 0;
}


#footer {
  font-weight: normal;
  font-size: 11px;
}


.entry table {
  width: 100%;
  border: 1px solid #e1e1e1;
  margin-bottom: 1.2em;
}

.entry table tr.alt-table-row {
  background: #fff;
}

.entry table th {
  padding: 6px 0 3px 0;
  background: #eee;
  border: 1px solid #e1e1e1;
  text-shadow: 1px 1px #fff;
  box-shadow: inset 0 0 1px 0 #ffffff 3px 3px 3px #888888;
  -webkit-box-shadow: inset 0 0 1px 0 #ffffff 3px 3px 3px #888888;
  -moz-box-shadow: inset 0 0 1px 0 #ffffff 3px 3px 3px #888888;
  -o-box-shadow: inset 0 0 1px 0 #ffffff 3px 3px 3px #888888;
}

.entry table td {
  padding: 6px 0 3px 10px;
  border: 1px solid #e1e1e1;
  vertical-align: middle;
}