body, table {
    background-color: #fff;
    font: 13px/15px georgia;
    color: black;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #8ab860;
}


#container {
        width: 780px;
        margin: 0px auto;
}

#header {
        padding: 0;
    color: #fff;
    background: #8ab860 url(top.png) top left no-repeat;
    height: 149px;
    min-height: 149px;
    max-height: 149px;
    padding-left: 25px;
    padding-right: 25px;
}

#header .text {
    position: relative;
    top: 75px;
    left: 20px;
    color: #fff;
    z-index:2;
    font-size: 30px;
    font-weight: bold;
}


#header .description {
    padding-top: 90px;
    padding-left: 40px;
}

#main_1 { min-width:155px; padding:10px; }
#bar1_1 { width:155px; min-width:155px; display:block; padding:10px; padding-left: 25px; display: block;}
#bar2_1 { width:155px; min-width:155px; display:block; padding:10px; padding-right: 25px; display: block;}

#main_2 { min-width:155px; padding:10px; padding-right: 25px;}
#bar1_2 { width:155px; min-width:155px; display:block; padding:10px; padding-left: 25px;}
#bar2_2 { width:0px; }

#main_3 { min-width:155px; padding:10px; padding-left: 25px;}
#bar1_3 { width:0px; }
#bar2_3 { width:155px; min-width:155px; display:block; padding:10px; padding-right: 25px;}

#main_4 { width:700px; padding:10px; padding-left: 25px;}
#bar1_4 { width:0px; }
#bar2_4 { width:0px; }

#footer {
    padding: 0px;
    background: #8ab860 url(bottom.png) top left no-repeat;
    height: 75px;
    min-height: 75px;
    max-height: 75px;
    text-align: center;
    color: #fff;
}

#footer a {
    color: #fff;
}

#white {
        background: #fff url(bk.png) repeat-y;
        min-height: 34px;
        padding-left: 10px;
        padding-right: 10px;
}

a {
    color: #8ab860;
    text-decoration: none;
    border-bottom: 1px solid #8ab860;
}

a:hover {
    color: #f90;
    border-bottom: 1px dashed #f90;
}

/* Menus */
.menu {
    padding: 0;
    margin: 2px;
    margin-top: 0;
}

.menu li {
    list-style: none;
    margin: 0;
}

.menu a {
    width: 99.99%;
    /* extend the sensible area to the maximum with IE5 */
    display: block;
}
/* End Menus */

.blog-navigation {
    font-size: 80%;
    padding: 4px;
    display: block;
    height: 15px;
}

.blog-entry {
    padding-bottom: 5px;
    border-bottom: 1px solid #8ab860;
}


.blog-title {
    color: #555753;
    font-size: 130%;
    font-weight: bold;
}

.blog-title a {
    text-decoration: none;
    color: #555753;
    border: 0px;
}

.blog-title a:hover {
    color: #f90;
    border: 0px;
}

.blog-body {
    text-align: justify;
}

.blog-addinfo {
    text-align: right;
    font-size: 10px;
    color: #babdb6;
}

.blog-tb {
    border: 1px solid #8ab860;
    background: #fff;
    padding: 10px;
    font-size: x-small;
}


.chatbox {
}

.chatbox-entry {
    padding-bottom: 5px;
}


h1, h1 a {
    font-size: 16px;
    color: #f6960a;
    font-weight: bold;
    text-decoration: none;
}

h2, h2 a {
    font-size: 16px;
    font-weight: bold;
    color: #8ab860;
    text-decoration: none;
}

h2 {
    border-bottom: 1px dotted #8ab860;
}

h3,h4, h3 a, h4 a {
    min-width: 150px;
    padding: 0px;
    color: #fff;
    padding: 4px;
    font-weight: bold;
    font-size: 12px;
    background: #8ab860;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 3px;
}

.borderimage {
    border: 1px solid #8ab860;
    padding: 4px;
}

.terminal
{
    margin: 15px;
    padding:15px;
    font-size: small;
    font-family: "Courier New", Courier;
    background:darkslategray;
    border: solid 1px silver;
    line-height:110%;
    color:ghostwhite;
    width: 90%;
}

.code, .xml , .script
{
    margin: 15px;
    padding:15px;
    font-size: small;
    font-family: "Courier New", Courier;
    background:whitesmoke;
    border: solid 1px silver;
    line-height:110%;
    color: #000dbd;
    width: 90%;
}

.keyword {
    color: #00a20b;
}

.comment {
    color:red;
}

.literal {
    color: purple;
}

.calendar {
    margin-top: 10px;
    padding: 2px;
    border: 1px solid #8ab860;
    width: 100%;
    text-align: center;
}

.calendar #cal-header {
    color: #fff;
    background: #8ab860;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}

.calendar #cal-header a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.calendar #cal-header #arrow-left {
    margin-left: 2px;
    float: left;
}

.calendar #cal-header #arrow-right {
    margin-right: 2px;
    float: right;
}

.calendar .weekday {
    color: #babdb6;
    background: #eee;
    font-size: 8px;
    padding: 2px;
}

.calendar .noday {
    color: #aaa;
    font-size: 8px;
    padding: 2px;
}

.calendar .noday a {
    color: #aaa;
    text-decoration: underline;
}

.calendar .day {
    color: #555753;
    font-size: 8px;
    padding: 2px;
}

.calendar .day a {
    color: #f6960b;
    text-decoration: underline;
}

.calendar .today {
    background-color: #f6960b;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    padding: 2px;
}

.calendar .today a {
    color: #fff;
    text-decoration: underline;
}

.calendar .selectedday {
    background-color: #eec;
    color: #663;
    font-weight: bold;
    font-size: 8px;
    padding: 2px;
}

.calendar .selectedday a {
    color: #663;
    text-decoration: underline;
}

.borderimage {
    border: 1px solid #8ab860;
    padding: 2px;
}

.filebrowser-location {
    border-bottom: 1px solid #8ab860;
    text-align: right;
    margin-bottom: 10px;
}

.filebrowser-item {
        float: left;
        width: 150px;
        text-align: center;
        font-size: x-small;
        padding-top: 0.5em;
        height: 90px;
}

.filebrowser-item a, .filebrowser-item a:hover {
    border: 0px;
}

.filebrowser-date {
        color: #8ab860;
}

.filebrowser-size {
        color: #babdb6;
}

input, button {
        background-color:#fff;
        color: #555;
        padding: 2px;
}

button, input[type="button"], input[type="submit"]  {
        background-color: #efefef;
        color: #888a85;
        border: 1px solid #babdb6;
        border-top: 1px solid #d3d7cf;
        border-left: 1px solid #d3d7cf;
        font-weight: bold;
        margin-left: 2px;
        margin-right: 2px;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover  {
        background-color: #8ab860;
        color: #fff;
}

button:active, input[type="button"]:active, input[type="submit"]:active {
        background-color: #fff;
        color: #000;
        border: 1px solid #8ab860;
}

input[type="text"], input[type="password"], textarea {
        color: #555753;
        background-color: #fff;
        border: 1px solid #d3d7cf;
        border-top: 1px solid #babdb6;
        border-left: 1px solid #babdb6;
        padding:3px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus  {
        color: #000;
        background-color: #fff;
        border: 1px solid #8ab860;
}

textarea {
        width: inherit;
}


#rss_time {
    border: 1px solid #5255a5;
    background: #8ab860;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
}

.tableform td {
    display: table-cell;
    vertical-align: top;
}

/* pager styling */
div.pager{
    font-size: .8em;
    text-align: right;
}
/* separator for pager links, you can use an image too */
.pager a:after {
    content: " | ";
    //background-image: url("yourimage");
}
/* no separator after last link */
.pager a.last:after {
    content: "";
}

/* Debug */
#debug-table {
    background-color: white;
    color: black;
    font-size: x-small;
}

#debug-table pre {
    font-size: small;
}

pre.var_dump {
    line-height:1.8em;
}

pre.var_dump span.type {
    color:#006600;
    background:transparent;
}

pre.var_dump span.value {
    padding:2px; color:#339900;
    background:#F0F0F0;
    border: 1px dashed #CCCCCC;
}
/* End Debug */