/*
Theme Name: gold
Theme URI: 
Description: Child theme for the Adventurous theme
Author: 
Author URI: 
Template: adventurous
Version: 2.1
*/

p{text-align:justify;}

#header-featured-image img, .featured-image img, .entry-content img, img.size-full, img.size-large, img.wp-post-image {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 25px;
}

.content-area {
    border-radius: 25px;
}


#masthead {
    background: url('http://californiaisgolden.com/img/bg.png') repeat;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 999;
    width: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#header-right {
    float: right;
    background: rgba(26, 38, 126, 0.81);
    border: 1px solid #011b67;
}

#header-right .widget ul.menu a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

#header-right .widget ul.menu li:hover > a, #header-right .widget ul.menu a:focus, #header-right .widget ul.menu .current-menu-item > a, #header-right .widget ul.menu .current-menu-ancestor > a, #header-right .widget ul.menu .current_page_item > a, #header-right .widget ul.menu .current_page_ancestor > a {
    color: #fce975;
}

.widget-area .widget a {
    color: #424b93;
}

a {
    color: #424b93;
    outline: none;
    text-decoration: none;
}

.entry-header .entry-title a {
    color: #414a92;
    text-decoration: none;
    font-weight: bold;
    font-size: 30px;
}

#homepage-message {
    background-color: transparent;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #404040;
    line-height: 1.5;
}