div#custom-doc {
    min-width: 250px;
    width: 100%;
}

div#hd {
#    background-image: url("../images/hdbkg.gif");
#    background-repeat: no-repeat;
    background-color: #3465a4;
#    background-position: center center;
    height: 7em;
    position: relative;
    vertical-align: middle;
}

div#hd h1 {
    position: absolute;
    left: 5em;
    font-size: 300%;
    color: white;
    padding-top: .5em;
}

#nav {
    position: absolute;
    left: 40em;
    padding-top: 1.5em;
}

#nav li {
    display: inline;
    list-style-type: none;
}

#blog a {
    float: left;
    width:44px;
    height:56px;
    margin: 0;
    padding: 0;
    background: url("../images/blog.png") no-repeat 0 0;
}

#blog a:hover {
    background-position: -43px 0;
}


#photos a {
    float: left;
    width:47px;
    height:56px;
    margin: 0;
    padding: 0;
    background: url("../images/photos.png") no-repeat 0 0;
}

#photos a:hover {
    background-position: -47px 0;
}

#files a {
    float: left;
    width:43px;
    height:56px;
    margin: 0;
    padding: 0;
    background: url("../images/files.png") no-repeat 0 0;
}

#files a:hover {
    background-position: -40px 0;
}

div#bd {
    background: white;
}

div.date {
    background: #eeeeec;
    margin-bottom: .5em;
}

div.date p{
    padding: .5em;
    font-size: 150%;
}

div.story .stctn{
    padding: .5em;
}

div.stctn p{
    margin: .75em;
}

div.stctn pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    font-size: xx-small;
    border: 1px solid #888a85;
    background: #eeeeec;
    padding: .3em;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-bottom: 1.3em;
}

div.stctn code {
    font-size: xx-small;
}

div.stctn ul {
    list-style-type: disc;
    padding-left: 1em;
}

div.stctn ol {
    list-style-type: decimal;
    padding-left: 1em;
}

div.entry {
    margin-bottom: 1em;
    margin-left: .5em;
    margin-right: .5em;
}

div.entry .entry-tltle {
    font-size: 140%;
}

div.entry #relatedstories {
    text-align: right;
}

div.entry p#rshd {
    font-size: 140%;
}

div.entry #relatedstories p.rs {
    font-size: 100%;
}

div#sb {
    background: white;
}

div#sb .sbct {
    margin-bottom: .5em;
    background: #babdb6;
}

div#sb .sbitem {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

div#ft {
    background: #3465a4;
    padding: 1em;
    padding-bottom: 2em;
}

div#ft p {
    text-align: center;
}

div#ft a {
    color: #d3d7cf;
}

div#ft a:active {
    color: #a40000;
}

div#ft a:visited {
    color: #5c3566;
    text-decoration: none;
}

div#ft a:link {
    text-decoration: none;
}

div#ft a:hover {
    text-decoration: underline;
}
.smallestTag { font-size:10px; }
.smallTag    { font-size:11px; }
.mediumTag   { font-size:12px; }
.bigTag      { font-size:13px; }
.biggestTag  { font-size:14px; }
.hugeTag     { font-size:15px; }
.hugestTag   { font-size:16px; }
.mostHugeTag { font-size:17px; }

#tagcloud    { }

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: #346594;
}

a:active {
    color: #cc0000;
}

a:visited {
    color: #75507b;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
