/*
 Theme Name:   Fearless Job Interview
 Theme URI:    http://fearlessjobinterview.com.au/
 Description:  Child Theme of the MyProduct Theme
 Author:       Andrew Marks
 Author URI:   http://www.nerdcoaching.com
 Template:     MyProduct
 Version:      1.0.0
*/

@import url("../MyProduct/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

#top-box a.redfeatured-button span {
    background: url("images/redbutton_bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 53px;
    padding-left: 27px;
}
#top-box a.redfeatured-button {
    background: url("images/redbutton_bg.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    color: #fff6f6;
    display: block;
    float: left;
    font-family: Georgia,serif;
    font-size: 18px;
    height: 53px;
    line-height: 45px;
    margin: 8px 3px 0 0;
    padding-right: 32px;
    text-shadow: 1px 1px 1px #fa8282;
}

