/*
Theme Name: The Road to Elysium
Description: Child theme for the twentytwelve theme, for The Road to Elysium
Author: Jorge Enrique Barrera <jorge@fbarr.net>
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

.entry-content blockquote,
.comment-content blockquote {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
    padding: 24px;
    padding: 1rem;
    background-color: #fdfdfd;
    border-color: black;
    border: solid transparent;
    border-width: 0 0 0 4px;
    border: 1px solid #BBB;
    font-style: italic;
}

.site-header h1 a,
.site-header h2 a {
    color: #21759b;
    display: inline-block;
    text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
    color: #515151;
}

ol,
ul {
        list-style: circle;
}

.widget-area .widget a {
        color: #21759b;
        text-decoration: none;
}
.widget-area .widget a:hover {
        color: #757575;
        text-decoration: underline;
}
