/*

Theme Name: Dr. Rod Block Theme
Description: Theme for Dr. Rod Block Website. Child of The Common Blog.

Author: Custom Software Solutions, Inc.
Author URI: https://www.css-oc.com
Template: the-common-blog
Version: 1.0.0

Tags: white, tan, light, black, two-columns, right-sidebar,  fixed-width, custom-background, threaded-comments, sticky-post, translation-ready, custom-menu, custom-header, editor-style
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html

*/

/* Header */
#header .heading {
    margin: 25px 0 0;
}

#header .subtitle {
    margin-right: 20px;
}

#header .social-media a {
    margin-right: 10px;
    padding: 5px 0;
}

#header .social-media i.fa {
    width: 20px;
    background-color: #525244;
    color: #FCFAE7;
    text-align: center;
    padding: 5px;
    border-radius: 15px;
}

#header .social-media a:hover i.fa {
    background-color: #E50000;
}


/* Buttons */
.button ul {
    font: small-caps 1.15em/1em Georgia,"Times New Roman",Times,serif;
}

.button ul li {
    padding: 0;
}

.button ul li a {
    color: #FFF;
    background-color: #000;
    display: inline-block;
    font-family: "Lucida Sans", Lucida, Arial;
    font-size: 15pt;
    line-height: 38px;
    padding: 3px 15px;
}

.button ul li a:hover {
    background-color: #faebc9;
    color: #E50000;
    text-decoration: none;
}

#sidebar .button {
    text-align:center;
}

/* Footer */
#copyright {
    float: none;
    text-align: center;
}