body {
    margin:0;
    color:#ffffff;
    background-color:#000000;
}

a {
    color:#333;
}

a:link {
    color:#333;
}

a:visited {
    color:#555;
}

a:active {
    color:#aaa;
}

a:hover {
    color:#aaa;
}

b {
    color:red
}

h1, h2, h3, h4 {
    margin:0;
    padding:0;
}

img {
    border: 0;
}

/* banner (aka header) bits */
#banner {
    padding:15px;
    border-bottom:1px solid #999999;
    color:#000000;
    background:#ffffff;
    font-family:Verdana, Arial, sans-serif;
    font-size:x-large;
    font-weight:normal;
    text-transform:uppercase;
    letter-spacing:.2em;
}

/* title bits */
#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
    color:#ffffff;
    background:transparent;
    font-family:Verdana, Arial, sans-serif;
    font-size:x-large;
    text-decoration:none;
}

/* description bits */
.description {
    margin-top:5px;
    color:#000000;
    background:transparent;
    font-family:Verdana, Arial, sans-serif;
    font-size:small;
    font-weight:bold;
    text-transform:none;
    letter-spacing:normal;
}

/* left content grobal bits */
#content {
    float:left;
    clear:left;
    width:65%;
}

.blog {
    margin:15px;
    border: solid #CCC 1px;
    background-color: #ffffff;
    color: #000000;
    font-size:small;
    font-family:Verdana, Arial, sans-serif;
}

/* menu (previous and next entry link) bits */
#menu {
    margin:15px 0;
    font-weight:bold;
}

#menu a,
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
    text-decoration:none;
}

/* date bits */

/* entry bits */

.title {
    font-weight:bold;
}

.posted {
    margin:15px 0 30px 0;
    color:#999;
    background-color:transparent;
    font-size:x-small;
}

/* comments bits */
.comments-head {
    margin:15px 0;
    padding:5px;
    border:1px solid #CCC;
    font-size:small;
    font-weight:normal;
}

.comments-body {
    margin:15px 10px;
    font-size:small;
    font-weight:normal;
    line-height:140%;
}

.comments-post {
    margin:15px 0 30px 0;
    color:#999999;
    background-color:transparent;
    font-size:x-small;
}

/* what the hell!? */
#banner-commentspop {
    font-family:verdana, arial, sans-serif;
    color:#FFF;
    font-size:large;
    font-weight:bold;
    border-bottom:1px dotted #999;
    border-top:3px dotted #999;
    background:#000;
    padding:15px;
    text-transform:uppercase;
    letter-spacing:.2em;
}

/* trackback bits */
.trackback-body {
    margin:15px 10px;
    font-size:small;
    font-weight:normal;
    line-height:140%;
}

.trackback-url {
    margin:15px 10px;
    border:1px dashed #999999;
    padding:5px;
    color:#999999;
    background-color:transparent;
    font-size:small;
    font-weight:normal;
}

.trackback-post {
    margin:15px 0 30px 0;
    color:#999;
    background-color:transparent;
    font-size:x-small;
}

/* right content grobal bits */
#links {
    margin:15px;
    background-color: #FFFFFF;
    color: #000000;
    margin-left:65%;
}

#links a,
#links a:link,
#links a:visited,
#links a:active,
#links a:hover {
    text-decoration:none;
}

/* calender bits */
.calendar {
    font-family:verdana, arial, sans-serif;
    color:#666;
    font-size:x-small;
    font-weight:normal;
    background:#333;
    line-height:140%;
    padding:2px;
    text-align:center;
}

.calendarhead {
    font-family:verdana, arial, sans-serif;
    color:#CCC;
    font-size:x-small;
    font-weight:bold;
    background:#333;
    line-height:140%;
    padding:2px;
}

/* general side bits */

.sidetitle,.title {
    padding:5px;
    color: #fff;
    background-color: #000;
    border:1px solid #CCC;
    font-weight:bold;
    letter-spacing:0.5em;
}

.sidetitle:first-letter,.title:first-letter {
    font-size:160%;
}

.side {
    margin:0 10px 10px 10px;
    font-weight:normal;
    line-height:140%;
    font-size:small;
}

#discograph {
    text-align: center;
}

#discograph img {
    margin:10px;
}

/* syndicate bits */
.syndicate {
    margin:10px;
    font-size:x-small;
    line-height:140%;
    text-align:center;
}

/* powered bits */
.powered {
    margin:10px 0;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    font-size:x-small;
    font-weight:bold;
    line-height:140%;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:.2em;
}

/* extra bits */

em {
    color:#ff9900;
    background-color:transparent;
    font-weight:bold;
    font-style:normal;
}

.blogbody  {
    margin:-35px -1px -1px -1px;
    line-height:140%;
}

.blogbody p {
    text-indent: 10px;
    margin:10px 5px;
    line-height:140%;
}

.blogbody blockquote {
    margin:10px 0;
    border-top:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-left:5px solid #cccccc;
    color:#cccccc;
    background-color:#3c3c3c;
}

.blogbody blockquote p.quote-title {
    margin:10px;
    font-weight:bold;
}

.blogbody blockquote p {
    margin:10px;
}

input, textarea {
    font-family:verdana, arial, sans-serif;
    font-size:100%;
}

textarea#body,
textarea#excerpt,
textarea#ping_url {
    font-family:"Osaka－等幅", "ＭＳ ゴシック", "Courier New", monospace;
    font-size:110%;
}

.side form {
    margin:0;
    padding:0;
}

.side ul {
    margin:0;
    padding:0;
    list-style-type:square;
}

.side ul li {
    margin:0 0 0 18px;
    padding:0;
}

.sub {
    margin:0;
    font-size:80%;
    color:#777;
}