/*
 Theme Name:   Wp Radiance Child
 Description:  Wp Radiance Child Theme
 Author:       Mark Austin
 Template:     wp-radiance103
 Text Domain:  wp-radiance103-child
*/

@import url("../wp-radiance103/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
#outer-wrap {
    margin: 0 auto;
    padding: 0;
    width: 960px;
}
#wrap.wrap-top {
    padding: 0;
}
#wrap {
    padding: 0 25px;
}
body #header {
    padding: 0;
}
body #topnav {
    background-image: url("img/bg-nav.png");
    background-position: left top;
    background-repeat: repeat-x;
    margin: 0 3px;
}
body #topnav ul a {
    color: #ffffff;
    padding: 3px 25px;
}
p {
    color: #111111;
    font: arial, Tahoma, sans-serif;
    font-size: 13px;
}
#topnav ul li {
    background: url("img/divider.png") no-repeat scroll right 50% rgba(0, 0, 0, 0);
    float: left;
    width: auto;
}
#topnav li.current-menu-item > a, #topnav li.current_page_item > a {
    background-color: transparent;
    color: #ffffff;
}
body #footer {
    background: url("img/footer.jpg") no-repeat scroll center top #000;
    padding: 53px 0 0;
    text-align: center;
}

body #footnav {
    margin: 0 auto;
}
body #footnav ul a, #footnav ul a:link, #footnav ul a:visited {
    color: #ffffff;
    font: Tahoma, sans-serif;
    font-size: 12px;
}
#footnav ul a:hover {
    font: Tahoma, sans-serif;
    color: #e2e2e2;
}
#footnav ul li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footnav ul li:after {
    color: #fff;
    content: "|";
    padding: 0 4px;
    vertical-align: top;
}

#footnav ul li:last-child:after {
    content: "";
}

.sub-icons a {
    margin: 0 4px 0 0;
}

body .featured-post-area {
    text-align: left;
}

.featured-post-area .featured-post-item {
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
    width: 32%;
}

.featured-post-area .featured-post-item:last-child {
    margin-right: 0;
}

.featured-post-title > h3 {
    border-bottom: 1px dotted #999;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 1px 0;
}

.featured-post-title > h3 > a {
    color: #333;
    font-size: 18px;
    letter-spacing: normal;
}

body .featured-post-area .featured-post-item .featured-post-thumbnail img {
    height: auto;
    max-width: 100%;
}
 
@media all and (max-width: 1040px) {

    body #wrap > #header {
        text-align: center;
    }

    body #wrap > #header img {
        height: auto;
        width: 100%;
    }

    body #footer {
        background-size: 100% auto;
        padding-top: 60px;
    }


}

@media all and (max-width: 860px) {

    .select-menu, .select-menu-catnav {
        display: block !important;
    }
}

@media all and (max-width: 480px) {

    .post-left, .post-right {
        clear: both;
        float: none;
        margin-bottom: 60px;
        padding-bottom: 10px;
        width: 100%;
    }
    .featured-post-area .featured-post-item {
        width: 100%;
    }

    .featured-post-title > h3 {
        padding: 6px 0;
    }
    
    body #footer {
        background: none repeat scroll 0 0 #222;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}