/*
Theme Name:     VS_Child
Description:    Alex Green: Correct way to modify theme files and styles. Child theme  inherits from main theme. Changes will thus not be removed when the theme is upgraded.
Author:         Alex Green
Template:       vantage
*/

/* Top right address block. Place and style it as needed */
#masthead .hgroup {
    padding-top: 18px;
    padding-bottom: 12px;
}

#masthead .hgroup .support-text {
    line-height: 1.2em;
    right: 0px;
    top: 50%;
    margin-top: -1.6em;
    color: #4B4B4B;
    font-style: italic;
    max-width: 50%;
}

/* Remove indent from dot points on home page */
.home ul, ol { margin: 0 0 1.5em 0em; }