/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/*#breadcrumbs {
    padding: 10px 25px;
}*/

#navigation {
    font: bold 1.2em/1 sans-serif;
}

#navigation .nav li ul li a {
    padding: 6px 10px;
    margin: 0px;
    width: 160px;
    color: rgb(94, 95, 102);
    background: none repeat scroll 0% 0% transparent;
    font-size: 0.9em;
    border-bottom: 1px solid rgb(45, 46, 49);
}

#featured article header h1, #featured article header h1 a {
    margin: 0px 0px 0.5em;
    font-size: 40px;
    text-align: center;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    display: none;
}

#featured .slide-img a img {
    opacity: 1;
}

.two-col .post {
  width: 100%;
  margin: 0 10% 0 0;
  float: center;
}

.size-full, .entry-content img {
border: none;
}

#header .site-description {
    font: bold 13px/1em 'Muli',arial,sans-serif;
    color: rgb(255, 250, 250);
}
