* {
   margin: 0;
   padding: 0;   
   border:0;
}
img {
   border: 0;
}

body {
   background-color: #FBAF5C;     
   background-image: url(background.jpg);
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 1em;
   color: #000; 
   padding-bottom: 50px;  
}
#desktop {
   margin: 50px auto 0 auto;
   width: 767px;
	border: 1px solid #464646;   
   background: url(desktopbg.jpg) repeat-y right top;   
   background-color: #FFF;   
   text-align: left;
}

#content {
   background: url(bamboo.jpg) no-repeat bottom right;
   padding-bottom: 30px;
}

#header {
   padding-top: 25px;
   text-align: center;
   width: 600px;
   position: absolute;
}
#header a {
   color: #000;
   letter-spacing: 0.3em;
}
#header p {
	color: #444;
}

#main h2 a {
   font-size: 80%;
}

#sidebar h3 {
   margin-bottom: 0.5em;
}

#sidebar li {
   font-size: 10px;
}

a {
   text-decoration: none;
   color: #F00;   
}
a:hover {
   color: #ff5454;   
}

.post {
   padding-bottom: 1.5em;
}
.post .text {
   padding: 1em 50px 1em 50px;
   font-size: 80%;
   line-height: 1.5em;
}
.post .header {
   padding: 0.4em 50px 0.2em 50px;
}
.post .header h2 a {
   color: #000000;
}
.post .header h2 a:hover{
   color: #ff0000;
}
.post .header h3 {
   font-size: 70%;
   color: #444444;
   letter-spacing: 0.1em;
}

.post .footer {
   border-bottom: 1px solid #ccc;
   margin-left: 1px;
   background: #ededed;
   background: url(post_footer_bg.png);
   font-size: 70%;   
   padding: 0.3em;
   text-align: center;
}

#main {
   width: 598px;
   margin-top: 1em;
   background: url(tematic.gif) no-repeat;     
   padding-top: 100px; 
}

#sidebar {
   float: right;
   width: 154px;
   padding: 6px 6px 400px 6px;
}
#sidebar a {
   color: #000;
}

#sidebar div {
   border-bottom: 1px solid #ededed;
   margin-bottom: 1em;
   padding-bottom: 1em;
}
#footer {
   height: 22px;
   clear: both;
   font-size: 10px;
   color: #999;
   padding: 4px 0 4px 4px;
   background: url(footer.jpg) no-repeat top right;
}
li, dt, dd {
   margin-left: 1em;
}


#comments {
   border-top: 1px solid #666666;
   border-bottom: 2px solid #666666;
   padding: 1em 0;
}

#comments h3 {
   margin: 0 50px 1.5em 50px;
   font-weight: normal;
   color: #666;
}

#comments .comment .header {
   font-size: 90%;
   font-weight: bolder;
   color: #666;
}

#comments .comment .date {
   float: right;
   font-size: 60%;
}

#comments .comment .text {
   font-size: 80%;
}

#comments .comment {
   border-top: 1px solid #ededed;
   padding: 1em 50px;
}
#clearDiv {
	clear : both;
}
#lastposts h3 {
	text-indent: -1000px;
	height: 64px;
	background: url(lastposts_title.gif) no-repeat center;
}
#lastposts, #archive {
   background: #f4f4f4;
}

#archive h3 {
	text-indent: -1000px;
	height: 51px;
	background: url(hist_title.gif) no-repeat center;
}

