/* File: /_css/pastel.css
 * This file contains font styles & color choices */

/*********** General Stuff ***********/
body {
    background-image: url(/_images/new_small_star_background_10.png);
    background-color: #666;
    background-repeat: repeat;
}
body, td {
    color: #000;
    font: 13px/1.4 Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
    font: 18px Georgia, Times, serif;
    font-weight: bold;
    color: #636;
    margin: 10px 0px 10px 25px;
}
a {
    color: #14f;
    text-decoration: none;
    border-bottom: 1px solid #922;
}
a:hover {
    background-image: url(/_images/transpix_white_40.png);
    background-repeat: repeat;
    text-decoration: none !important;
    border-bottom: 1px dashed #922;
}


a.pic, a.pic:link, a.pic:hover, a.pic:visited {
    text-decoration: none !important;
    border: none !important;
}

a.pic img {
    vertical-align: middle;
}


.header { font-weight: bold; }
.warning {
    color: #F00;
    font-weight: bold; }
.aside { color: #999; }
span.sidenote { color: #777; }
.author, .instructions { color: #444; }
.permalink { font-weight: normal; }

a img {
    border: none;
    text-decoration: none;
}
img.thumb { border: 1px solid #000; }

/*********** Log ***********/
#log { border: 1px solid #000; }
#log #pic {
    background: #a8e1ff;
    border: 1px solid #000; }
#log #pic div.caption {
    line-height: 100%;
    margin: 1px 2px 3px 2px; }
#log #pic img { border-bottom: 1px solid #000; }
/* for archive */
#log #pic .header {
    background: #98d1ff;
    border-bottom: 1px solid #000; }
div.date {
    color: #333;
    font-weight: bold;
    font: 20px/1.4 Georgia, Times, serif;
}
div.text { border-left: 1px solid #aaa; }
.logdisplay {
    background: #caedff;
    background-image: url(/_images/stars_background_05.png);
    background-repeat: repeat; }
.title {
    font: 18px Georgia, Times, serif;
    font-weight: bold; }

/*********** Comments ***********/
form#comment, form#comment table, form#comment table td { background: transparent; }
textarea {
    font: 11px/1.4 Verdana, Arial, Geneva, Helvetica, sans-serif;
    background: #f0f0ff;
    border: 1px solid #aaa; }
input {
    font: 11px/100% Verdana, Arial, Geneva, Helvetica, sans-serif;
    background: #f0f0ff;
    border: 1px solid #aaa; }
/* Radio buttons, etc .*/
input.nobackground {
    background: transparent;
    font-family: monospace;
    border: none; }
