/*
 * Cyningstan Web Site Theme
 * Cascading Style Sheets - HTML5 layout for screens < 960px
 *
 * Copyright (C) Damian Walker 2016
 * Created: 25-Mar-2016
 */

/*----------------------------------------------------------------------
 * Archive template styling
 */

/* archive page styling */
#archive .content ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#archive .content ul li {
    padding-left: 16px;
    text-indent: -16px;
}

/*----------------------------------------------------------------------
 * General content section
 */

/* boxouts want a dark brown border */
.lower-inset {
    padding-left: 0.5em;
    padding-right: 0.5em;
}


