@import url(https://nxg.me.uk/style/base.css);

div.blog-entry {
    margin-top: 3ex;            /* space things out a bit */
}
h3 {
    font-weight: normal;
    color: #AAA;
    font-size: 10pt;
}
span.entry-title {
    display: block;
    /* font-style: italic; */
}

/* Inherit most styling from base.css  */
div.topsidebar {
    width: 20%;
    margin-left: 2em;
    color: #AAA;
}
div.topsidebar ul {
    list-style: none;
    padding: 0pt; margin: 0pt;
}
div.topsidebar li {
    padding-bottom: 1ex;
    padding-left: 0em;
    margin-bottom: 1ex;
}

/* The <p> inside a <div class='image'> is a caption */
div.image p {
    font-style: italic;
    text-align: right;
}

/* As with img.smallimage, but with the whole div.
 * The width is expressed as a fraction of the paragraph width at this
 * point.  The actual size chosen here is somewhat arbitrary. */
div.smallimage {
    float: right;
    width: 50%;
    margin: 24pt;
    margin-right: -30%;
}

figure {
    float: right;
    width: 50%;
    margin: 24pt;
    margin-right: -30%;
}
