@import 'base.css';

div.linktext {
    position:absolute;
    width: 100px;
    font-variant: small-caps;
}

img {
    margin-top: 50px;
    z-index: 1;
}
div#link_box {
    position: relative;
    width: 20px;
    margin-left: auto;
    margin-right: auto;
}

div#books {
    bottom: 350px;
    right: 180px;
}

div#interviews {
    bottom: 450px;
    left: 80px;
}

div#short-fiction {
    bottom: 140px;
    right: 160px;
}

div#non-fiction {
    bottom: 260px;
    left: 200px;
}

div#about {
    bottom: 40px;
    left: 180px;
}

div#news {
    bottom: 150px;
    left: 170px;
}

div#appearances {
    bottom: 340px;
    left: 180px;
}

div#links {
    bottom: 420px;
    right: 70px;
}
/* This stylesheet gets used for the About page as well*/

div#about_div{
    width: 600px;
    margin: auto;
}
div#colophon {
    margin-top: 80px;
    font-size: 85%;
}
div#colophon p.copyright {
    margin-top: 30px;
    font-size: 80%;
}
