

span.dropcap {
    display: inline;
    margin: 0;
    padding: .25em .08em 0 0;
    _padding: 0.25em 0.08em 0.4em 0.00em;
    line-height: .4em;
    font-size: 3.2em;
    font-family: "Georgia", "Times New Romans", "Trebuchet MS", "Lucida Grande";
    text-transform: capitalize;
    color: #c30;
    float: left;
}


.pullquote:before {
    content: open-quote;
    position:relative;
    font-size: 2rem;
}
.pullquote {
    width: 200px;
    float: right;
    border-top: 3px #868686 solid;
    border-bottom: 3px #868686 solid;
    background: top left no-repeat url(../images/quote.png);
    text-indent: 10px;
    padding: 6px;
    margin: 10px 0 10px 10px;
    -webkit-box-shadow: 7px 7px 8px 0px rgba(129,129,129,1);
    -moz-box-shadow: 7px 7px 8px 0px rgba(129,129,129,1);
    box-shadow: 7px 7px 8px 0px rgba(129,129,129,1);
  
}

.button {
	background-color: #053f25;
}
.button:hover {
	background-color: #1e6746;
}
a {
	color: #053f25;
}

.logo {
	padding-top: .5rem;
}

@media screen and (max-width: 600px) {
	#wpadminbar {
	    position: fixed;
	}
}
