/*
Theme Name:     Twenty Thirteen Firstborn
Theme URI:      http://kvet.ch/
Description:    Child theme for the Twenty Thirteen theme
Author:         emory
Author URI:     http://incumbent.org/
Template:       twentythirteen
Version:        0.1.0
*/

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

h1.site-title {
	text-shadow: 1px 1px 1px #111;
	filter: dropshadow(color=#111,offx=1,offy=1);
}

h2.site-description {
	text-shadow: 1px 1px 1px #111;
	filter: dropshadow(color=#111,offx=1,offy=1);
}

.pulledquote {
    border-top: none;
    border-bottom: none;
    background: transparent;
    text-indent: 0;
    margin: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-transform: uppercase;
    color: #c65800;
    font-style: italic;
    font-size: 1.6em;
}
span.pulledquote {
        max-width:35%;
}