/*
 Theme Name:   JayceLand
 Theme URI:    http://jayceland.com/JayceLand/
 Description:  JayceLand customizations on twentyeleven
 Author:       Jason Olshefsky
 Author URI:   http://example.com
 Template:     twentyeleven
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  jayceland
*/

/* Fix entry view in sidebar */
.entry-title { padding-right: 0.5em; font-size: 1.3em; }
ol.vcalendar { margin-left: 0px; }

/* Add quotation marks to blockquotes */
blockquote {
    font-size: 100%;
    font-style: italic;
    padding-left: 4em;
    line-height: 1.45;
    position: relative;
}

blockquote:before {
    display: block;
    padding-left: 0em;
    content: "\201C";
    font-size: 500%;
    position: absolute;
    left: 0px;
    top: -0.25em;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 75%;
    display: block;
    margin-top: 1em;
}

blockquote cite:before {
    content: "\2014 \2009";
}