* {
    padding: 0;
    margin: 0;
}

html {
    background: black;
}

body { 
    font: 1em Arial, Helvetica, sans-serif;
    background: black;
}

h1 { padding: 3px; }
h2 { font-size: 1em; }

a { text-decoration: none; color: #21ff00; background: #092e20; }
a:hover { color: white; background: #234f32; }

img { padding: 0; border: none; }
img.preview { display: block; margin-left: auto; margin-right: auto; float: none; }

.centered { 
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto; 
    float: none; 
}

.clear_float {
   clear: both;
}

#wrap { margin: 20px auto; width: 95%; background: black; }

#header {
    height: 70px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: black;
}

#header h1 { margin: 0; padding-left: 1px; padding-top: 12px; font-size: 1.1em; color: #21ff00; }
#header h1 a { font-size: 1.1em; color: #21ff00; text-decoration: none;}
#header h2 { margin: 0; padding-left: 1px; padding-top: 0px; font-size: .8em; color: #fff; }

#topmenu { 
    padding-left: 2em; 
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    font: .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    background: #444;
    margin-bottom: 5px;
    color: #fff;
}

#topmenu a { 
    color: #FFF;
    text-decoration: none;
    line-height: 22px;
} 

#topmenu a:hover {color: #aaa;}
#topmenu a:visited {color: #ddd;}

#left { 
    font: 1.1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    width: 20%;
    padding: 1px;
    line-height: 2.2em; 
    float: left;
    margin-top: 5px;
    background: black;
}

#left li { display: block; list-style-type: none; border-bottom: 1px dotted #fff; }
#left li a { display: block; text-decoration: none; padding:2px 2px 2px 1em; color: #21ff00; background: #092e20; }
#left li a:hover { color: white; background: #234f32; }
#left li.selected a { background: #234f32; }
#left li.selected a:hover { color: #21ff00; background: #234f32; }

#left img.counter { display: block; padding: 1em 1em 1em 1em; }

#right {
    font: .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    float: right;
    width: 78%;
    margin-top: 5px;
    margin-left: 10px;
    color: white;
    background: black;
}

#right a { color: #21ff00; }

#under_menu {
    font: .6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    float: right;
    margin-top: 5px;
    margin-left: 10px;
    color: white;
}

#right span.plugin_picture {
  margin-left: 10px;
  margin-top: 1em;
  margin-bottom: 3px;
  margin-right: 3px;
}

#right hr {
  margin-top: 1em;
  margin-bottom: 1em;
}

#right p {
    font-size: medium;
}

#right div.entry {
    font-size: 1.2em;
    margin-bottom: 8px;
}

#right div.entry-text p {
    margin-top: 1em;
    margin-bottom: 1em;
}

#right div.entry-header {
    font-size: 1.3em;
    padding: 2px;
    width: auto;
    margin-bottom: 5px;
}

#right div.entry-header a {
    text-decoration: none;
    color: #21ff00;
    background: #092e20;
}

#right div.entry-header a:hover {
    text-decoration: none;
    color: white;
    background: #234f32;
}

#right div.entry-footer {
    font-size: 0.9em;
    padding: 2px;
    width: auto;
    margin-top: 5px;
}

#right div.entry-footer-top {
    font-size: 0.9em;
    padding: 2px;
    width: auto;
    margin-top: 5px;
    margin-bottom: 10px;
}

#right div.entry-footer a {
    text-decoration: none;
    color: #21ff00;
    background: #092e20;
}

#right div.entry-footer a:hover {
    text-decoration: none;
    color: white;
    background: #234f32;
}

#right div.right-col { 
    width: 20%; 
    float: right; 
    margin-left: 10px;
    margin-bottom: 10px;
    background: #092e20;
}
    
#right div.right-col a { color: #21ff00; }
#right div.right-col a:hover { color: white; background: #234f32; }

#right div.image-title { 
    background: #092e20;
    text-align: center;
}

#right div.image-image { 
    background: #234f32;
    text-align: center;
}

#right div.album-name { 
    background: #092e20;
    text-align: center;
}

#right div.album-name a { color: #21ff00; text-decoration: none; }
#right div.album-name a:hover { color: white; background: #234f32; }

#right p.month_list { font-size: 1em; }

#right p span.plugin_picture a { background: black; }

#right h2 { font-size: 1.2em; padding-top: 1em; }
#right div.content { font-size: 1.1em; padding: 1em; }
