/* MAIN BACKGROUND */

BODY {background-color: #373737; color: white; background-image: url(metal004.jpg) }

.title {color: #e0ffff; font-family: verdana, sans-serif; font-size: 200%; text-align:center }

.toplinks {margin: 1; padding: 2; width: 300; background-color: white; color: black; font-weight: bold; text-align: center; float: center}

/* Page Layout for non-front pages */
.page {background-color: #3a0000; color: #ffeed0; width: 100%; padding: 5; margin: 1%}


/* Rant Space */
.matrix {padding: 2; background-color: #00003a; color: #e0e0e0; font-family: sans-serif; font-size: 90%}


/* Date Separator */
.date {margin: 3; padding: 3; width: 100%; height: 30; color: yellow; font-family: "Comic Sans MS", helvetica, sans-serif; text-align: center}


/* Timestamp and ID Header */
.time {width: 50%; padding: 4; color: #000040; background-color: white; font-family: sans-serif}

.time A:link {color: #400000}
.time A:visited {color: black}
.time A:hover {color: red}


/* Contents Lists */
.list {margin: 1; padding: 5; background-color: #a0a0a0; color: black; font-family: Trebuchet MS, sans-serif; font-size: 90%; align: top}

.list A:link {color: #ffffbb}
.list A:visited {color: white}
.list A:hover {color: red}


/* Actual Blog Posts */
.post {padding: 5; color: #ffffe0; background-color: black; font-family: Arial, sans-serif; width: 98%}

.post A:link {color: #ffffdd}
.post A:visited {color: yellow}
.post A:hover {color: #bbddff}


/* Miscellaneous Other */

DIV.media {padding: 2; color: black; background-color: #dddddd; font-size: 90%; width: 60%}

DT {font-weight: bold; font-size: 130%; font-family: serif}

DD {font-family: "Trebuchet MS", sans-serif}
