/*
 Theme Name:   Florence Child
 Theme URI:    http://solopine.com/theme/florence/
 Description:  Florence Child Theme
 Author:       Angela Korra'ti
 Author URI:   http://www.angelahighland.com/
 Template:     florence
 Version:      1.0.0
 Tags:         light, two-columns, right-sidebar, responsive-layout
 Text Domain:  florence-child
*/

@import url("../florence/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* These changes are to fix problems in the dropdowns when I have my
Bootstrap plugin active, since otherwise I'll have style collisions. */

.post-entry ul.dropdown-menu
{
padding-left: 0px !important;
}

ul.list-inline
{
padding-left: 5px !important;
}

.inline
{
display: inline !important;
padding-left: 2px;
padding-right: 2px;
}

/* These changes are to adjust the defaults that come with the theme to the
colors I actually want. */

a {
	text-decoration:none;
	color:#43ab59;
}

        /***
        /* Top Social
        /********************/
        #top-social a {
                color:#a0a0a0;
        }
        #top-social a:hover {
                color:#43ab59;
        }

/* This is to do a second flavor of blockquote. */

.post-entry blockquote.long-quote
{
font-style: normal;
font-size: small;
padding-left: 5px;
padding-right: 5px;
border-left-style: solid 2px #43ab59;
}

.blurb
{
font-style: italic;
color: #777777;
font-size: 16px;
}

.important
{
font-weight: bold;
color: #43ab59;
}

div.comment-text > p {
margin-bottom: 20px;
}

.post-entry {
padding: 0px 30px 15px;
}
