#main a {
    border:none;
}

#mmfeeds {
    border: 2px outset #CCC;
    padding:3px;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius:1em;
    background-color: #F0F0E0;
}

#feedmob {
    background-color:#000;
}

.headlinks, .headlinks a:link, .headlinks a:visited  {
    font-size:small;
    font-family:sans;
    color:#ccc;
}

#commentlink, #commentlink a {
    font-size:90%;
    padding-left:1em;
}

#mbox {
    text-align:center;
}

#middle {
    text-align:center;
}

#middle a {
    display:block;
    height:100%;
    width:100%;
}

#middle p {
    margin:0;
    padding:0;
    font-size:x-small;
}

#middle p.m1 {
    font-family: sans;
    font-size:100%;
    font-weight:bold;
}

.pagehead {
    float:right;
/*    margin-top:0.5em;*/
}

h6 {
    text-align:center;
    font-style: italic;
    padding-top:0;
    margin-top:0.5em;
}

h1 {
    text-align:right;
}

#main {
    margin-right: 0;
    max-width:50em;
}

#main h3 {
    border-top:none;
    display:none;
}

.page {
    font-family:Georgia,Times New Roman,serif;
    font-size:150%;
    line-height:2em;
    padding:0 1em 1em 1em;
    text-indent:2em;
    background:url(/images/parch.jpg);
    -moz-box-shadow: 2px 2px 12px #CCC;
    -webkit-box-shadow: 2px 2px 12px #CCC;
    box-shadow: 2px 2px 12px #CCC;
}

.page p {
    margin:0;
}

h5 {
    text-indent:0;
}

.nextpage {
    float:right;
}

.charlietext {
    font-family: Courier,"Courier 10 Pitch","Courier New",sans-serif;
}

.mobarrows img { border:none; }
.mobarrowleft { float: left; }
.mobarrowright { text-align: right; }

#newtomm {
    border: 2px solid #B0B0A0;
    background-color:#F9F9F0;
    -moz-border-radius:0.6em;
    -webkit-border-radius:0.6em;
    border-radius:0.6em;
    -moz-box-shadow: 2px 2px 12px #CCC;
    -webkit-box-shadow: 2px 2px 12px #CCC;
    box-shadow: 2px 2px 12px #CCC;
    font-family:Georgia;
    min-height:70px;
}

#getskinny {
    text-align:center;
}

.new { background-color:#AAEEAA;}
.old { background-color:#FFAAAA; text-decoration:line-through; color:#333;}
.sourcenav { }
.sourcebox {
    border: 2px solid #999990;
    background-color:#FFFFF0;
    margin-bottom:8px;
    border-radius:8px;
}
#main .sourcebox p {
    font-size:10pt;
    font-family:sans;
    text-align: right;
    clear:right;
    line-height:1em;
    padding:1px;
    font-weight:bold;
}

#main .sourcebox a {
    padding:4px;
    margin:4px;
    boarder: 1px #CCC solid;
    boarder-radius:6px;
}

