@import url('../standard/style.css');
/*  
Theme Name: Get Busy Living Child Theme
Theme URI: http://getbusylivingblog.com/
Version: Preview 3
Description: This is a child theme for Standard Theme 3
Author: Jason Bradley
Author URI: http://www.everchangingmedia.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: standard
*/
/* ------------------------------------------------------------------------ Import Standard Styles */
/* ------------------------------------------------------------------------ Customizations */
.latest-date { display:none !important; }

body {
  background-color: #e9e7e0;
}
a {
  color: #d23719;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: Arial, Helvetica, Sans-serif;
  color: #000000;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0;
}
sub {
  vertical-align: sub;
  font-size: 10px;
}
sup {
  vertical-align: super;
  font-size: 10px;
}
#hgroup {
  padding: 5px 0 5px;
}
#wrapper {
  padding: 0;
  margin-top: 10px;
}
/* Posts */
.post,
#comments,
#pings,
#no-comments,
#respond,
.well,
.breadcrumb {
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 15px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
  -moz-box-shadow: inset 0 1px 15px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
}
.entry-content .wp-caption {
  border: 1px solid #EEE;
  text-align: center;
  background-color: #ffffff;
  padding: 12px 8px 8px 8px;
  -moz-box-shadow: 0 2px 5px #333333;
  -webkit-box-shadow: 0 2px 5px #333;
  box-shadow: 0 2px 5px #333;
  border-radius: 0px;
}
p.wp-caption-text {
  margin-top: 8px;
}
.post-title a,
.post-title a:visited {
  text-decoration: none;
}
.post.format-quote .post-header {
  background-color: #d27f6f;
}
.post.format-link .post-header {
  background-color: #df7d23;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#df7d23), to(#df7d23));
  background-image: -webkit-linear-gradient(top, #df7d23, #df7d23);
  background-image: -moz-linear-gradient(top, #df7d23, #df7d23);
  background-image: -o-linear-gradient(top, #df7d23, #df7d23);
  background-image: -ms-linear-gradient(top, #df7d23, #df7d23);
  background-image: linear-gradient(top, #df7d23, #df7d23);
  filter: progid:dximagetransform.microsoft.gradient(GradientType=0, StartColorStr='@orange', EndColorStr='@orange');
  margin-bottom: 0;
  border-bottom: 0;
}
/* Comments */
#comments .bypostauthor > .comment-container {
background: #e4bc99;
border-right: none;
}
/* Navigation */
.navbar .nav > li > a {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 12px;
  font-size: 12px;
}
#menu-under-header .navbar-inner,
#menu-under-header .navbar .fill {
  background-color: #191613;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#191613), to(#191613));
  background-image: -webkit-linear-gradient(top, #191613, #191613);
  background-image: -moz-linear-gradient(top, #191613, #191613);
  background-image: -o-linear-gradient(top, #191613, #191613);
  background-image: -ms-linear-gradient(top, #191613, #191613);
  filter: progid:dximagetransform.microsoft.gradient(GradientType=0, StartColorStr='@top-color', EndColorStr='@bottom-color');
}
#menu-under-header .nav > li > a:hover {
  text-decoration: underline;
}
#menu-under-header-bottom .navbar-inner,
#menu-under-header-bottom .navbar .fill {
  background-color: #3c332a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c332a), to(#3c332a));
  background-image: -webkit-linear-gradient(top, #3c332a, #3c332a);
  background-image: -moz-linear-gradient(top, #3c332a, #3c332a);
  background-image: -o-linear-gradient(top, #3c332a, #3c332a);
  background-image: -ms-linear-gradient(top, #3c332a, #3c332a);
  filter: progid:dximagetransform.microsoft.gradient(GradientType=0, StartColorStr='@top-color', EndColorStr='@bottom-color');
}
#menu-under-header-bottom .nav > li > a:hover {
  color: #d23719;
}
#menu-under-header-bottom .menu-header-container {
width: 940px;
}
.pager a,
.previous-page a,
.next-page a {
  text-decoration: none;
}
.pager a:hover,
.previous-page a:hover,
.next-page a:hover {
  background: #d23719;
  border-color: #d23719;
  color: #ffffff;
}
/* Sidebar */
/* Widgets */
.widget h4.widget-title {
  text-transform: uppercase;
  border-bottom: 1px solid #B0B0B0;
}
.widget ul li a {
  color: #d23719;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.widget ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
/* Footer */
#footer {
  background: #000000;
}
#footer-widgets .widget h4.widget-title {
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 1px solid #B0B0B0;
}
#footer-widgets .widget ul li {
  color: #ffffff;
}
#footer-widgets .widget ul li a {
  color: #ffffff;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  text-decoration: none;
}
#footer-widgets .widget ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#footer-links li a {
  color: #ffffff;
  font-size: 11px;
  line-height: 9px;
  text-shadow: none;
}
#footer-links li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#sub-floor #credit {
  color: #ffffff;
}
#sub-floor #credit a {
  color: #ffffff;
  text-decoration: none;
}
#sub-floor #credit a:hover {
  color: #ffffff;
  text-decoration: underline;
}
/* Misc */
input:focus,
textarea:focus {
  border-color: rgba(210, 55, 25, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(210, 55, 25, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(210, 55, 25, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(210, 55, 25, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
/* ------------------------------------------------------------------------ Media Queries */
/* Smartphones */
@media (max-width: 480px) {
  
}
/* Tablet and Mobile */
@media (max-width: 979px) {
  
}
/* Mobile to Tablet */
@media only screen and (max-width: 767px) {
  
}
/* Landscape Tablets */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Desktop */
@media (min-width: 980px) {
  
}