BODY {
    background-image: url(/v3/images/cross_blue.png);
    font-family: Verdana, Tahoma, sans;
}

#content {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    width: 70%;
}

#text {
    margin-top: 1em;
}

#border-left {
    padding-left: 20px;
    background-image: url(/v3/images/leftshadow.png);
    background-repeat: repeat-y;
}

#border-right {
    padding-right: 18px;
    background-image: url(/v3/images/rightshadow.png);
    background-repeat: repeat-y;
    background-position: top right;
}

* html #border-left {
    background-image: url(/v3/images/leftshadow_ie_blue.png);
}

* html #border-right {
    background-image: url(/v3/images/rightshadow_ie_blue.png);
}

#main {
    background-color:  #FBFAF9;
    overflow: hidden;
    border-bottom: 1px solid #999;
}

#top {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#side {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: 0;
    width: 30%;
}

#side-content {
    width: 210px;
    padding-left: 10px;
}

.hidden {
    display: none;
}

.show {
    display: inline;
}

#buttons {
    text-align: center;
}

#decoration1 {
    display: none;
}

.post {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1em;
}

.date {
    font-size: 77%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

h2 {
    font-size: 120%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    /* orange: color: #CB6500; */
    color: #3098CE;
    
}

h2 a, h2 a:hover, h2 a:visited {
    /* orange: color: #CB6500; */
    color: #3098CE;
    text-decoration: none;
    border-bottom: none;
}


a {
    /* orange: color: #BD5E00; */
    color: #3098CE;
    text-decoration: none;
}

a:hover {
    /* orange color: #944A00; */
    color: #2C85B3;
     text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}

#side {
    font-size: 80%;
}

#side p {
    margin-top: 0;
    margin-bottom: 1em;
}

h3 {
    font-family: Georgia;
    text-align: center;
    font-size: 130%;
}

h4 {
    font-family: Georgia;
    text-align: center;
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 120%;
}

#sitename {
    font-family: Georgia;
    font-size: 140%;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: bold;
    padding-top: 1em;
}

#sitename a {
    border-bottom: none;
}

#side ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#side li {
    list-style: none;
}

.com {
    width: 200px;
}

.center {
    text-align: center;
    margin-bottom: 0.2em;
}

#comment {
    text-align: left;
    padding-left: 0.5em;
    padding-top: 0 !important;
}


blockquote {
    font-style: italic;
    margin-left: 1em;
}

.gray {

    color: #999;

}

#searchimg {
    margin-left: 11px;
}

#LSResult strong {
    font-size: 80%;
}

.cloud {
    display: inline;
}

.cloud li {
    margin: 0;
    display: inline;
    margin-right: 0.5em;
}

.img500 {
    text-align: center;
    margin: auto;
    margin-bottom: 4px;
}