* {
   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: #000000;  
   background-image: url(background.gif);
   color: #000000; 
}

#desktop {
   margin: 1em auto;
   width: 100%;
   text-align: left;
}

#header {
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 0px;
   border: 0px;
   text-align: center;
	padding: 40px 130px 20px 10px;
	background-color: #FFE5C0;
	background-image: url(header_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 130px;
	border-bottom: 1px solid #603811;
	border-left: 1px solid #603811;
	border-right: 1px solid #603811;
}
#header h1{
	color: #000000;
}
#header a {
   color: #000000;
   letter-spacing: 0.3em;
}
#header p {
	color: #666666;
}
#content {
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
	background: url(background.jpg) repeat-x;
	background-color: #F5D3AA;
	border: 1px solid #603811;
}
#main h2 a {
   font-size: 80%;
}
#sidebar {
   float: right;
   width: 280px;
	height: 100%;
   margin-top: 1em;
}
#sidebar h3 {
   color: #000000;
   font-size: 90%;
   margin-bottom: 0.5em;
}
#sidebar li {
   font-size: 12px;
	color: #000000;
}
#lastposts {
	border: 1px solid #000000;
	width: 184px;
	padding: 8px 8px 16px 8px;
}
#lastposts h3 {
	margin: 0 auto;
	margin-bottom: 6px;
	text-indent: -10000px;
	width: 147px;
	height: 31px;
	background-image: url(lastposts_title.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#lastposts li a {
	font-size: 12px;
	color: #000000;
	font-style: italic;
}
#archive {
	margin-top: 12px;
	border: 1px solid #000000;
	width: 184px;
	padding: 8px 8px 16px 8px;
}
#archive h3 {
	margin: 0 auto;
	text-indent: -10000px;
	width: 100px;
	height: 34px;
	background-image: url(hist_title.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#archive li a {
	font-size: 12px;
	color: #000000;
	font-style: italic;
}
a {
   text-decoration: none;
   color: #999999;   
}
a:hover {
   color: #999999;   
}
#main {
	width: 60%;
   float: left;
   margin: 20px 20px 20px 20px;
}
.post {
	border-bottom: 1px solid #000000;
   margin-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: #000000;
}
.post .header h2 a:hover{
   color: #666666;
}
.post .header h3 {
   font-size: 70%;
   color: #222222;
   letter-spacing: 0.1em;
}
.post .footer {
   margin-left: 1px;
   border: 1px solid #603811;
   font-size: 70%;   
   padding: 0.3em;
   text-align: center;
	color: #000000;
}
.post .footer a {
	color: #666666;
}
.post .footer a:hover {
	color: #999999;
}

#footer {
	width: 761px;
	height: 22px;
   clear: both; 
   padding: 4px 4px 4px 4px;
   font-size: 10px;
   color: #999999;
	margin-left: 12px;
	margin-right: 12px;
}
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 #603811;
   padding: 1em 0;
}
#clearDiv {
	clear : both;
}

