/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
	background: #ffffff;
   color: #000;
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: 'times new roman', times, serif /* verdana, 'trebuchet ms', sans-serif */;
   font-size: 14px;
}

form, input { margin: 0; padding: 0; }
a { color: #00b; font-weight: bold; text-decoration: underline; }
a:hover { color: #998B4D; }
a img { border: 0; }
p.sidebar { letter-spacing:0px; padding-left:5px;}
.sidebar a { color: #F4EDDB; font-weight: normal; text-decoration: none; }
.sidebar a:hover { color: #F9E79D; text-decoration:underline; }
 {  }

#banner a { }
#banner a:hover { }

.module-content a { color: #003333; }
.module-content a:hover { color: #006633; }

h1, h2, h3, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal; 
	font-family: 'times new roman', times, serif /* 'trebuchet ms', verdana, helvetica, arial, sans-serif */;
}

.entry-body img
{
padding-right:10px;
padding-left:10px;
}

.entry-footer img
{
padding-right:0px;
padding-left:0px;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   margin: 0;
   color: #000;
   font-weight: bold;
   line-height: 1;
   background: #F4EDDB;
}

/* page layout */

.sidebar {
	color: #F4EDDB;
}
.sidebar br
{
	margin-bottom:5px;
}

.date-header
{
	font-size:20px;
	font-weight: bold;
}

.entry-header, .trackbacks-header, .comments-header
{
   margin-top: 20px;
   margin-bottom: 10px;
   font-size: 20px;
   font-weight: bold;
   background: #F4EDDB;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
   background: #F4EDDB;
}
.entry-content img
{
line-height: 100%;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 5px 20px 0;
   border-top: 0;
   padding-top: 3px;
   color: #000;
   font-size: 12px;
   text-align: right;
   background: #F4EDDB;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 0;
   padding: 0 10px;
   color: #000;
   font-size: 12px;
}

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module-search input { font-size: 11px; }

.module-list
{
   list-style: disc;
}

.module-list .module-list
{
   list-style: circle;
}

.module-list-item
{
}

.typelist-thumbnailed .module-list
{
   list-style: none;
}

