body {
 text-align: center;
 font-family: verdana, arial, tahoma;
 font-size: 12px;
 padding: 0 0;
 margin: 0 0;
 background: #ecffe0 url('/images/bg.jpg') top left repeat;
}

body div {
 text-align: left;
}

/**************************/

.centered {
 width: 616px;
 margin: 0 auto;
}

img {
 border: 0;
}

/**************************/

#header {
 background-color: white;
 overflow: hidden;
}

#centerheader {
 height: 135px;
 background: white url('/images/kable.jpg') top right no-repeat;/**/
 text-align: center;
}

#header a {
 text-decoration: none;
}

#header h1 {
 font-size: 44px;
 font-family: arial;
 color: black;
 padding-top: 20px;
 text-indent: 20px;
}

#header h1 span {
 color: #9acd32;
}

#header a img {
 margin-top: 20px;
}

/**************************/

#hbar {
 background: #B1FF7D url('/images/gradienthbar.jpg') top center repeat-y;
}

#centerhbar {
 text-align: center;
 background-color: #7cb357;
 color: white;
 text-indent: 10px;
 font-family: verdana,arial;
 font-weight: bold;
 letter-spacing: 1.2px;
 padding: 3px 0;
 text-transform: lowercase;
}

/**************************/

#page {
 overflow: auto;
 padding: 0 0 10px 0;
}

/*
#content {
 margin-top: 10px;
 min-height: 200px;
 overflow: hidden;
}
*/

#menu {
 /*display: none;/**/
 background: #fff67d url('/images/bl.gif') bottom left no-repeat;
}

#menui {
 margin-left: 5px;
 padding: 10px 10px 10px 5px;
 background: #fff67d url('/images/br.gif') bottom right no-repeat;
 min-height: 30px;
 background-color: #FFF67D;
 overflow: hidden;
}

#rss {
 float: right;
 /*padding: 5px;/**/
}

#contact {
 margin-top: -1px;
 text-align: center;
}

#gg {
 position: relative;
 top: 5px;
 margin-right: 3px;
 margin-left: 17px;
}

#mail {
 margin-right: 3px;
 margin-left:7px;
}

#web {
 position: relative;
 top: 3px;
 margin-right: 3px;
 margin-left: 7px;
}

/**************************/

#footer {
 margin-top: 10px;
 text-align: center;
 font-size: 11px;
}

/**************************/

div.day {
 margin-top: 10px;
}

div.day h1 {
 font-size: 22px;
 padding: 0 0;
 margin: 0 0;
}

div.entry {
 position: relative;
 margin-top: 10px;
 clear: both;
 overflow: hidden;
 background-color: #7cb357;
}

div.entry div.hour {
 float: left;
 overflow: auto;
 color: white;
 width: 80px;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 padding-top: 4px;
}

div.entry div.body {
 background-color: #FFF67D;
 padding: 10px 15px 10px 15px;
 margin-left: 80px;
 text-align: justify;
 /*margin-right: 100px;*/
}

div.entry div.tags {
 color: white;
 width: 90px;
 float: right;
 display: none;
}

.tl {
 position: absolute;
 background-image: url('/images/tl.gif');
 top: 0px;
 left: 0px;
 width: 5px;
 height: 5px;
}

.tr {
 position: absolute;
 background-image: url('/images/tr.gif');
 right: 0px;
 top: 0px;
 width: 5px;
 height: 5px;
}

.bl {
 position: absolute;
 background-image: url('/images/bl.gif');
 bottom: 0px;
 left: 0px;
 width: 5px;
 height: 5px;
}

.br {
 position: absolute;
 background-image: url('/images/br.gif');
 bottom: 0px;
 right: 0px;
 width: 5px;
 height: 5px;
}
