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

/* basic elements */

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

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, arial, sans-serif;
   color: #333;
   font-size: 14px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

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

/* links */
a,
a:link {
   color: #333399;
   text-decoration: underline;
}
a:visited {
   color: #333399;
   text-decoration: underline;
}
a:hover {
   color: #666699;
   text-decoration: underline;
}
a:active {
    color: #666699;
    text-decoration: underline;
}

.menu a:link {
   color: #555;
   text-decoration: none;
}
.menu a:visited {
   color: #555;
   text-decoration: none;
}
.menu a:hover, a:active {
   color: #888;
   text-decoration: underline;
}

/* text */

h1 {
   font-size: 10px;
   line-height: 160%;
}

h2 {
   font-size: 12px;
   line-height: 170%;
}

h3 {
   font-size: 14px;
   line-height: 170%;
}

h4 {
   font-size: 16px;
   line-height: 170%;
}

h5 {
   font-size: 20px;
   line-height: 170%;
}


.midashi {
   margin: 15px 0 25px 0;
   padding: 0 0 14px 0;
   text-align: center;
   letter-spacing: 7px;
   font-size: 14px;
   line-height: 18px;
   font-weight: bold;
   color: #555;
   border-bottom: solid 1px #ccc;
}

.honbun {
   margin: 19px 0 19px 0;
   font-size: 14px;
   line-height: 25px;
   color: #444;
}


.submenu a:link {
   color: #666;
   text-decoration: none;
}
.submenu a:visited {
   color: #666;
   text-decoration: none;
}
.submenu a:hover, a:active {
   color: #888;
   text-decoration: underline;
}


.menu-photo {
   margin: 0;
   padding: 14px 0 14px 10px;
   font-size: 12px;
   line-height: 16px;
   color: #666;
   font-weight: bold;
   background: url(http://studio-ks.net/photo/img/photo_arrow.gif) no-repeat;
   border-bottom: solid 1px #CCC;
}

.menu-studio {
   margin: 0;
   padding: 14px 0 14px 10px;
   font-size: 12px;
   line-height: 16px;
   color: #666;
   font-weight: bold;
   background: url(http://studio-ks.net/studio/img/studio_arrow.gif) no-repeat;
   border-bottom: solid 1px #CCC;
}

.menu-ky {
   margin: 0;
   padding: 14px 0 14px 10px;
   font-size: 12px;
   line-height: 16px;
   color: #666;
   font-weight: bold;
   background: url(http://studio-ks.net/ky/img/ky_arrow.gif) no-repeat;
   border-bottom: solid 1px #CCC;
}

.menu-study {
   margin: 0;
   padding: 14px 0 14px 10px;
   font-size: 12px;
   line-height: 16px;
   color: #666;
   font-weight: bold;
   background: url(http://studio-ks.net/study/img/study_arrow.gif) no-repeat;
   border-bottom: solid 1px #CCC;
}

.menu-audio {
   margin: 0;
   padding: 14px 0 14px 10px;
   font-size: 12px;
   line-height: 16px;
   color: #666;
   font-weight: bold;
   background: url(http://studio-ks.net/audio/img/audio_arrow.gif) no-repeat;
   border-bottom: solid 1px #CCC;
}

.menu-audio2 {
   margin: 0;
   padding: 14px 0 14px 10px;
   font-size: 12px;
   line-height: 16px;
   color: #666;
   font-weight: bold;
   background: url(http://studio-ks.net/audio/img/audio_arrow.gif) no-repeat;
   border-top: solid 1px #CCC;
   border-bottom: solid 1px #CCC;
}

.menu-cake {
   margin: 0;
   padding: 14px 0 14px 10px;
   font-size: 12px;
   line-height: 16px;
   color: #666;
   font-weight: bold;
   background: url(http://studio-ks.net/cake/img/cake_arrow.gif) no-repeat;
   border-bottom: solid 1px #CCC;
}

.menu-etc {
   margin: 0;
   padding: 14px 0 14px 10px;
   font-size: 12px;
   line-height: 16px;
   color: #666;
   font-weight: bold;
   background: url(http://studio-ks.net/etc/img/etc_arrow.gif) no-repeat;
   border-bottom: solid 1px #CCC;
}

.menu-other {
   margin: 0;
   padding: 14px 0 14px 10px;
   font-size: 12px;
   line-height: 16px;
   color: #666;
   font-weight: bold;
   background: url(http://studio-ks.net/mail/img/arrow.gif) no-repeat;
   border-bottom: solid 1px #CCC;
}



/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}


/* page layout */

body { text-align: center; } /* center on ie */


/* content */

.entry img {
    margin: 0;
    padding: 20px 0;
    align: center;
}

.entry-body {
   margin: 0px 0 19px 0;
   color: #444;
   font-size: 14px;
   line-height: 25px;
}

.entry-body blockquote {
   margin-left: 25px;
   margin-right: 0px;
   color: #666;
}

.entry-footer {
   text-align: right;
   color: #DB5351;
   font-size: 12px;
   line-height: 170%;
}


/* modules */

.subtitle {
   margin: 0 0 10px 0;
   padding: 0 0 5px 0;
   font-size: 12px;
   line-height: 16px;
   color: #666;
   border-bottom: dashed 1px #CCC;
}

.module-list,
.archive-list
{
   margin: 15px 0 15px 25px;
   padding: 0;
   list-style: none;
}

.module-list a:link {
   color: #444;
   text-decoration: none;
}
.module-list a:visited {
   color: #444;
   text-decoration: none;
}
.module-list a:hover, a:active {
   color: #666;
   text-decoration: underline;
}

.module-list-item {
   margin-top: 0px;
   margin-bottom: 5px;
   font-size: 12px;
   line-height: 16px;
}

/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

body
{
   font-family: verdana, arial, sans-serif;
   font-size: 14px;
}

h1, h2, h3, h4, h5, h6
{
   font-family: verdana, arial, sans-serif;
}