/* 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: #A4ADB6; text-decoration: underline; }


/* page layout */


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


#container
{
   width: 897px;
   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: #C8D0E6; */
}


#pagebody 
{
   width: 894px;
   border-top: 1px solid #5A6B6B;
   border-left: 1px solid #5A6B6B;
   border-right: 1px solid #5A6B6B;
   border-bottom: 1px solid #5A6B6B;
}


#pagebody-inner
{
   background-image: url(images/background.jpg);
   background-position: 100% 0%;
   background-repeat: no-repeat;
}


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

#left-inner
{
}


#right
{
   display: inline;
   float: right;
   width: 694px; 
   margin: 20px 0px 0px 0px; 
}

#right-inner
{
}


.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   margin-left: 10px;
   margin-right: 30px;
   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;
}


.main-entries
{
/*   margin-top: 10px;  */
}


.entries
{
   margin-top: 8px;
}


.entry-header,
.archive-title
{
   margin-left: 10px;
   margin-right: 30px;
   color: #0057a8;
   text-transform: uppercase;
   font-family: verdana;
   font-size: 16px;
}
.entry-header a { color: #0057a8; text-decoration: none; }
.entry-header a:hover { color: #AC0401; text-decoration: underline; }


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


.entry-content,
.comment-content,
.trackback-content 
{
   margin-left: 10px;
   margin-right: 30px;
   padding-bottom: 10px; 
/*   line-height: 1.5; */
}

.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 30px 0 10px;
    border-top: 1px solid #dae0e6;
    background: #dae0e6;
    padding-top: 2px;
    padding-right: 5px;
    color: #666;
    font-size: 10px;
    text-align: right;
}


.trackbacks
{
   margin-left: 10px;
   margin-right: 30px;
}


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

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

.comments-header,
{
   margin-top: 5px;
}

.comments-open
{
   margin-left: 10px;
}

.comments-open-header
{
   margin-top: 5px;
   margin-left: 0px;
}

.comments-open-content
{
   margin-right: 30px;
}

.comments-author
{
   margin-top: 10px;
}


.comments-footer 
{
   margin-bottom: 10px;
}

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




/* modules */


.module 
{

}

.module-content 
{
}


.module-categories
{
   font-family: verdana;
}

.module-catlist
{
   font-size: 12px;
   font-weight: bold; 
   text-transform: uppercase;
   line-height: 2;
}


.module-invitation
{
   line-height: 1.5;
}
.invitation-header
{
   color: #0057a8;
   text-transform: uppercase;
   font-size: 16px;
}
.invitation-content
{
   margin-left: 10px;
   margin-right: 30px;
   line-height: 1.5;
}


.module-welcome
{
   margin-top: 15px;
   line-height: 1.5;
}
.welcome-header
{
   color: #0057a8;
   text-transform: uppercase;
   font-size: 16px;
}
.welcome-content
{
   margin-bottom: 15px;
   margin-left: 10px;
   margin-right: 30px;
   line-height: 1.5;
}


.main-button
{
   margin-top: 10px;
   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-highlights
{
   text-align: left;
   margin: 0 0 15px 5px;
   color: #0056A8;
   font-family: verdana;
   font-size: 12px;
}
.module-highlights a { color: #AC0401; text-decoration: none; }
.module-highlights a:hover { color: #0056A8; text-decoration: underline; }


.module-syndicate
{
   text-align: center;
   margin: 30px 0 15px 5px;
}
.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; }
