@import url(http://fonts.googleapis.com/css?family=Lato);

body {
  color: #666666;
  background-image: url('images/wood/bg.jpg');
  background-color: #ead5b7;
}
a {
  color: #1a1a1a;
}
a:hover {
  color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  color: #1a1a1a;
  font-weight: bold;
  text-transform: uppercase;
}
tr {
  border-bottom: 1px solid #666666;
}
/* HEADER */
header#cc-header #search #searchform .search-query {
  border: 1px solid #555555;
}
header#cc-header h1.site-title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
/* NAV */
.full-width-container.full-nav {
  background-image: none;
  background-color: #e2cbaa;
  background-color: rgba(0, 0, 0, 0.1);
}
.main-navigation .nav > li > a {
  color: #555555;
  text-shadow: none;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.main-navigation .nav > li > a:hover {
  color: #ffffff;
  background: #af4343;
  background: -moz-linear-gradient(top, #af4343 0%, #8f3434 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af4343), color-stop(100%, #8f3434));
  background: -webkit-linear-gradient(top, #af4343 0%, #8f3434 100%);
  background: -o-linear-gradient(top, #af4343 0%, #8f3434 100%);
  background: -ms-linear-gradient(top, #af4343 0%, #8f3434 100%);
  background: linear-gradient(to bottom, #af4343 0%, #8f3434 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#af4343', endColorstr='#8f3434', GradientType=0);
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 50%;
  border-radius: 30px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > li.current_page_item > a,
.navbar .nav > li.current-menu-ancestor > a {
  color: #ffffff;
  background: #af4343;
  background: -moz-linear-gradient(top, #af4343 0%, #8f3434 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af4343), color-stop(100%, #8f3434));
  background: -webkit-linear-gradient(top, #af4343 0%, #8f3434 100%);
  background: -o-linear-gradient(top, #af4343 0%, #8f3434 100%);
  background: -ms-linear-gradient(top, #af4343 0%, #8f3434 100%);
  background: linear-gradient(to bottom, #af4343 0%, #8f3434 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#af4343', endColorstr='#8f3434', GradientType=0);
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 50%;
  border-radius: 30px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav > li.current-menu-ancestor.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.main-navigation .nav > li > ul {
  background: #e2cbaa;
}
.main-navigation .nav li.dropdown:hover ul.dropdown-menu {
  display: block;
  margin-top: 0;
  border: 2px solid #555555;
  -webkit-border-radius: 10px;
  -moz-border-radius: 0;
  border-radius: 10px;
}
.navbar .nav > li > .dropdown-menu::before {
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #555555;
  border-left: 7px solid transparent;
  content: '';
}
.navbar .nav > li > .dropdown-menu::after {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -4px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #e2cbaa;
  border-left: 6px solid transparent;
  content: '';
}
.navbar .nav .dropdown-menu li > a {
  color: #555555;
}
.navbar .nav .dropdown-menu li > a:hover {
  color: #ffffff;
}
.navbar .nav .dropdown-menu li.active > a,
.navbar .nav .dropdown-menu li.active > a:hover {
  color: #ffffff;
}
/* CONTENT */
article {
  border-bottom: 1px dashed #999999;
}
.featured-image img {
  width: 92%;
  background: #fff;
  border-color: #473220;
  border-style: double;
  border-width: 26px;
  -moz-border-image: url('images/wood/border.png') 26 repeat;
  -webkit-border-image: url('images/wood/border.png') 26 repeat;
  border-image: url('images/wood/border.png') 26 repeat;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
.featured-image::before,
.featured-image::after {
  display: none;
}
.entry-meta .datetime {
  background: url('images/yellow/date.png') 0 0 no-repeat;
}
.entry-meta .author {
  background: url('images/yellow/author.png') 0 0 no-repeat;
}
.entry-meta .comments-link {
  background: url('images/yellow/comment.png') 0 0 no-repeat;
}
.entry-meta {
  color: #666666;
}
h2.entry-title {
  font-size: 2em;
}
.edit-link a {
  background: #555555;
}
.more-content .next-post {
  background: url('images/wood/next.png') 100% -20px no-repeat;
}
.more-content .previous-post {
  background: url('images/wood/next.png') 0 0 no-repeat;
}
/* SIDEBAR WIDGETS */
.full-width-container.top-header {
  background-color: #1a1a1a;
}
.full-width-container.top-header .widget-container h3.widget-title,
.footer-full-width h3.widget-title {
  color: #1a1a1a;
  background: #ead5b7;
}
.full-width-container.top-header .widget-container h3.widget-title::after,
.footer-full-width h3.widget-title::after {
  border-left: 5px solid #ead5b7;
}
.full-width-container.top-header .widget-container,
.full-width-container.top-header .widget-container a,
.footer-full-width,
.footer-full-width a {
  color: #ffffff;
}
.full-width-container.top-header .widget-container a:hover {
  color: #666666;
}
h3.widget-title,
#widget-boxes-container h2.box-widget-title {
  font-family: 'Lato', sans-serif;
  background: #555555;
}
h3.widget-title::after,
#widget-boxes-container h2.box-widget-title::after {
  border-left: 5px solid #555555;
}
.navbar-search .search-query {
  border: 1px solid #555555;
}
#callout-container .btn-primary,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #ffffff;
  background-color: #555555;
  background-image: none;
  filter: none;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#callout-container .btn-primary:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-image: none;
  background-color: #666666;
  border-color: none;
}
/* FOOTER */
.footer-full-width {
  background-image: none;
  background-color: #1a1a1a;
}
