* {
   margin: 0;
   padding: 0;   
}
img {
   border: 0;
}
#buttons {
   padding: 10px;
}

body {
   font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 1em;
   text-align: center;
   background-color: #005824;  
   background: url(background.jpg) fixed;
   color: #000; 
}

#desktop {
   margin: 0 auto;
   width: 769px;
   text-align: left;
   background: url(desktop.jpg) repeat-y;
	background-color: #FFF;
}
#content {
   background: url(sidebar_bg.jpg) no-repeat right bottom;
}

#header {
   text-align: center;
	background: url(header.jpg) no-repeat right bottom;
	height: 154px;
}
#header a {
   display: block;
   padding: 20px 0 0 160px;
   color: #FFF;
   letter-spacing: 0.3em;
}
#header p {
   padding-left: 160px;
	color: #FFF;
   font-weight: bolder;
}
#content {
	margin-left: 5px;
	margin-right: 5px;
}
#main h2 a {
   font-size: 80%;
}
#sidebar {
   float: right;
   width: 202px;
   margin-bottom: 170px;
   font-size: 12px;
	color: #FFF;
}
#sidebar div {
   margin-bottom: 20px;
}
#sidebar ul {
   margin: 0 5px 3px 10px;
}
#lastposts {
	background: url(lastposts_title.gif) no-repeat;
   padding-top: 30px;
}
#lastposts h3 {
	display: none;
}
#sidebar a {
	color: #FFF;
	font-style: italic;
}
#archive h3 {
	text-indent: -10000px;
   margin-bottom: 5px;
	height: 40px;
	background: url(hist_title.gif) no-repeat;
}

a {
   text-decoration: none;
   color: #ffb80b;   
}
a:hover {
   color: #F99900;   
}
#main {
	width: 548px;
	background-color: #FFF;
}
.post {
   padding-bottom: 1.5em;
}
.post .text {
   padding: 1em;
   font-size: 80%;
   line-height: 1.5em;
}
.post .header {
   padding: 0.4em 1em 0.2em 1em;
}
.post .header h2 a {
   color: #F99900;
}
.post .header h2 a:hover{
   color: #ffb80b;
}
.post .header h3 {
   font-size: 70%;
   color: #222222;
   letter-spacing: 0.1em;
}
.post .footer {
   margin-left: 1px;
   border: 1px solid #ffb80b;
   font-size: 70%;   
   padding: 0.3em;
   text-align: center;
	color: #000000;
	margin: 0 auto;
	width: 500px;
}
.post .footer a {
	color: #666666;
}
.post .footer a:hover {
	color: #999999;
}

#footer {
	height: 26px;
   clear: both; 
   padding: 2px 4px 4px 4px;
   font-size: 10px;
   color: #999;
   border: 5px solid #FFF;
	background-color: #000;
	
}
#footer a {
	color: #ffffff;
}
li, dt, dd {
   margin-left: 1em;
	list-style-type: square bullet;
}
#comments {
   margin-left: 1px;
   padding: 1em;
}

#comments h3 {
   margin-bottom: 1.5em;
   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 #ffb80b;
   padding: 1em 0;
}
#clearDiv {
	clear : both;
}

