/* $Header: /home/shields/CVSroot/www.msrl.com/style.css,v 1.12 2007/02/20 06:12:04 shields Exp $ */

body {
    color: #404040;
    background: white;
    font: 12px/1.4 Verdana, sans-serif;
}

a:link, a:visited {
    color: #0000b0;
    text-decoration: none;
}
a:active {
    color: black;
}
a:hover {
    text-decoration: underline;
}

.content {
    margin: 0px 0px 0px 125px;
    width: 500px;
}
.home {
    position: absolute;
    top: 10px;
    left: 10px;
}
img {
    border: 0;
}

.suppressed {
    display: none;
}

blockquote {
    border-left: solid #b0b0b0 2px;
    margin-left: 10px;
    padding-left: 10px;
}

.bloghead {
    font-weight: bold;
    font-size: 14px;
}
.blogsubhead {
    font-weight: bold;
}
.blogfoot {
    color: #808080;
    font-size: 9px;
}
.blogfoot a:link, .blogfoot a:visited {
    color: #8080d0;
}

.blogstory {
    margin-bottom: 50px;
}

.booktitle {
    font-style: italic;
}
.movietitle:before {
    content: "“";
}
.movietitle:after {
    content: "”";
}

/* idea from jwz */
.xml_button {
    color: #ffffff !important;
    background: #ff6600;
    font-size: 8px;
    font-weight: bold;
    padding: 2px;
    border: 2px outset #ff6600;
    margin-left: 20px;
}
.xml_button:hover {
    background: #ff9900;
    text-decoration: none;  /* override underline */
}
.xml_button:active {
    border-style: inset;
}
