body { 
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-size: 10pt;
    text-align: justify;
    background-color: #242424;
    color: #b8b8b8;
}

h1 {
    font-size: 120%;
    font-weight: normal;
}
h2 {
    font-size: 110%;
    font-weight: normal;
}
h3 {
    font-size: 105%;
}
h4 {
    font-size: 100%;
}


img {
    border: 0;
}

table, td, tr, ul, ol, li {
    font-size: 100%;
    font-weight: normal; 
}

input, textarea { 
    font-size: 90%;
    background: #323232;
    color: #969696;
    border: 1px solid #cccccc;
    padding: 1px;
}

hr { 
    clear: both;
    border: 0px;
    margin: 0px 0px 0px 0px;
}

quote {
    font-weight: normal;
    font-size: 100%;
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
}

blockquote {
    margin: 16px;
}


a:link {
    color: #eea900;
    text-decoration: none;
}

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

a:active, a:hover {
    color: #ffba00;
}

#page {
    font-weight: normal;
    font-size: 100%;
    margin: 24px 128px 24px 128px;
    padding: 36px 36px 24px 36px;
    background-color: #323232;
}

#content { 
    clear: both;
    margin: 12px 0px 12px 0px;
}

#foot {
    font-weight: normal;
    font-size: 90%;
    clear: both;
    float: right;
    margin: 12px 0px 0px 0px;
}

#menu {
    font-weight: normal;
    clear: both;
    margin: 0px 0px 24px 0px;
}

#search { 
    float: right;
}

#title { 
    font-weight: bold;
    font-size: 125%;
    margin: 8px 0px 8px 0px;
}

#google-search { 
    margin-right: 33%;
    margin-left: 33%;

}

#nav { 
    clear: both;
    margin: 12px 0px 12px 0px;
}

#image {
  float: left;
}

.next { 
    float: right;
}

.previous { 
    float: left;
}

.border, .border {
    border: 1px solid #646464;
}

.clear { 
    clear: both;
}

.clearleft {
    clear: left;
}

.thumb { 
    display: inline;
    float: right;
    margin: 0px 0px 12px 12px;
}

.right { 
    float: right;
    margin: 0px 0px 12px 18px;
}

.left { 
    float: left;
    margin: 0px 18px 12px 0px;
}

div.media {
    float: left;
    margin: 4px 24px 12px 0px;
    padding: 8px 8px 6px 8px;
    background-color: #545454;
}

div.mediaRight {
    float: right;
    margin: 8px 0px 12px 24px;
    padding: 6px 6px 4px 6px;
    background-color: #545454;
}


.date {
    font-size: 90%;
}

.meta {
    float: left;
}

.tech {
    float: right;
}

div.item {
    margin-top: 12px;
    margin-bottom: 12px;
    clear: left;
}

div.imgnav {
    float: right;
    border: 1px solid #646464;
    margin: 0px 0px 12px 0px;
    padding: 10px 10px 5px 10px;

} 

div.caption {
    clear: both;
    float: left;
    width: 100%;
    margin: 6px 0px 0px 0px;
    font-size: 80%;
}

div.description {
    clear both;
}

