/* Base Weblog (kett-styles-site.css) */


/* basic elements */


html
{
   margin: 0;
   padding: 0;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-color: #AC0401; }

form, input { margin: 0; padding: 0; }

a { color: #AC0401; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }


/* page layout */


body
{
   margin: 0;
   padding: 0;
   font-family: "times new roman", verdana, 'trebuchet ms', sans-serif; 
   font-size: 12px;
}


#container
{
   width: 800px;
   margin: 0 auto; /* center on everything else */
}

#container-inner
{
}


.module-search
{
   border-top: 3px solid #4F616A;
   border-bottom: 25px solid #4F616A;
   background: #4F616A;
   text-align: right;
   padding-right: 15px;
   font-family: verdana;
   font-size: 10px;
   color: #BABC90;
   text-transform: uppercase;
}
.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }


#menu
{
   margin: 0 0 0 10px;
   border-bottom: 25px solid #FFFFFF;
   text-align: right;
   padding-right: 15px; 
   font-size: 9px;
   font-weight: bold;
   font-family: verdana;
}
#menu a { color: #5A6B6B; text-decoration: none; }
#menu a:hover { color: #000000; text-decoration: underline; }


#banner 
{
   margin: 0;
}

#banner-inner
{
   background: #FFFFFF;
}


#pagebody 
{
   width: 796px; 
   background: #F9FAF4;
   border: 1px solid #5A6B6B; 
/*   border-left: 1px solid #5A6B6B; 
   border-right: 1px solid #5A6B6B; */
/*   margin-left: 3px; */
}


#left
{
   display: inline;
   float: left;
   width: 575px; 
   margin: 15px 15px 0 25px; 
}


#left-inner
{
}


#right
{
   display: inline;
   float: right;
   width: 140px;
   text-align: left;
   margin: 15px 20px 10px 10px;
   color: #AC0401;
}

#right-inner
{
}


.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   color: #AC0401;
   text-transform: uppercase;
   font-family: verdana;
   font-size: 13px;
   font-weight: bold; 
   border-bottom: 1px solid #5A6B6B; 
}


.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #AC0404;
   text-decoration: none;
}


.entry-header 
{
    margin: 0 0 0 0;
    font-size: 16px;
    color: #AC0401;
}


.date-header 
{
    margin-top: 0;
    text-transform: uppercase;
}


.entry-content,
.comment-content,
.trackback-content {
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.entry-tags {
    margin: 0 0 10px 10px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

.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;
}

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

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

#trackbacks-info {
    margin: 10px 0;
    border: 1px dashed #a3b8cc;
    padding: 0 10px;
    color: #292e33;
    font-size: 11px;
    text-align: center;
    background: #e6ecf2;
}


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




/* modules */


.module 
{
}


.module-content 
{
}


.welcome-header
{
   font-size: 20px;
   color: #AC0401;
}
.module-welcome
{
   margin-bottom: 10px;
   line-height: 1.5;
}
.welcome-bar
{
   padding: 10px 0 10px 0;
   text-align: center; 
}


.module-categories
{
   font-family: verdana;
}
.module-catlist
{
   margin-left: 15px;
   padding: 0;
   font-size: 10px;
   list-style: bullet;
}
.module-catlist-item {
   margin-top: 5px;
   margin-bottom: 10px;
}


.module-subquest
{
   margin-top: 15px;
   margin-bottom: 20px;
   font-family: verdana;
   font-size: 10px;
   font-weight: bold; 
}


.module-archives
{
   margin: 10px 0 20px 0;
   padding: 0;
   font-family: verdana;
   font-size: 10px;
}
.module-archlist 
{
}
.module-archlist-item 
{
   margin: 0;
   padding: 0;
   list-style: none;
}



.module-syndicate
{
   text-align: center;
   margin: 10px 0 30px 0;
   font-family: verdana;
   font-size: 10px;
}
.module-syndicate a { color: #AC0401; text-decoration: underline; }
.module-syndicate a:hover { color: #000000; text-decoration: underline; }


.module-footer
{
   margin: 0;
   padding: 0;
   text-align: center;
   color: #AC0401;
   font-family: verdana;
   font-size: 10px;
   font-weight: bold; 
   text-transform: uppercase;
/*   background: #5A6B6B; */
   clear: both;
}
.module-footer a {color: #AC0401; text-decoration: none; }
.module-footer a:hover { color: #000000; text-decoration: underline; }
