img {
	max-width: 500px;
	overflow: hidden;
}

.content-nav
{
   margin: 10px;
   text-align: center;
   margin-top: 0;
}

.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin-top: 0;
   border-left: 5px solid #00C;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 18px;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

.module
{
   margin: 0 0 10px 0;
}

.module-header
{
   margin: 0;
   border-left: 5px solid #003;
   padding: 5px;
   color: #fff;
   background: #00C;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover
{
   color: #fff;
}

.module-content
{
   margin: 0 0 10px 0;
   border-top: 1px solid #cfd4d9;
   padding: 10px 5px 0 5px;
   font-size: 10px;
   line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-list-item li
{
   margin-top: 0;
   color: #666;
   line-height: 1.2;
}

.comments-open label { display: block; }
#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}
#comment-post
{
   font-weight: bold;
}

