/*
A Six Apart theme adapted for Movable Type default templates 
name: Minimalist Red  
designer: Lilia Ahner  
designer_url: http://lilia.vox.com 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw, layout-wm
*/


/* Default ---------------------------------------------------------------- */
body {
    font-size: 14px;
}

/* header ---------------------------------------------------------------- */

#headerTop {
    position: relative;
    width: 920px;
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #ccc;
    font-size: 9px;
}
#headerTop:after {
    content: ".";  
    display: block;
    visibility: hidden;
    height: 0.1px;
    line-height: 0;  
    clear: both;  
} /** clearfix **/

#headerTop {
    height: 1%;
}

/* ロゴ */
#headerTop .logo {
    float:left;
    margin:0;
    padding:0 8px;
}
#headerTop .logo_s {
    float:left;
    margin:0;
    padding:0 8px;
}

/* トップ・ナビ */
#headerTop .siteNavi {
    float:right;
    margin:0; padding:0;
}
#headerTop .siteNavi ul {
    list-style-type:none;
    font-size:90%;
    text-align:center;
    margin: 4px 8px 4px 4px;
    padding:0;
}
#headerTop .siteNavi ul li {
    float:left;
    margin:0;
    padding:0 6px;
    border-left:1px solid #999;
}
#headerTop .siteNavi ul li a {
    text-decoration:underline;
}
#headerTop .siteNavi ul li a:link, #headerTop .siteNavi ul li a:visited {
    color:#00c;
}
#headerTop .siteNavi ul li a:hover {
    color:#c30;
}


/* content ---------------------------------------------------------------- */
.topic-path {
    font-size: 11px;
    color: #444;
}
.topic-path .separator {
    font-size: 90%;
    color: #999;
}
.title-header {
    border: solid 1px #ccc;
    background-color: #efefef;
    margin: 10px 0 30px -10px;
    padding: 8px 8px 8px 10px;
}
.title-header div#header-name {
    font-size: 26px;
}
.title-header h1#page-title {
    border-top: dotted 2px #333;
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 22px;
    color: #ab0404;
}
/***
#header-description {
}
***/
#header-name a {
    text-decoration: none;
}
#header-name a:hover {
    text-decoration: underline;
}

.entry-asset {
    border-bottom: 1px solid #ddd;
}
.asset-meta {
    border-top: 1px dashed #ccc;
}

.asset-footer {
    border-top: 1px dashed #ccc;
    margin-bottom: .8em;
}

.asset-body,
.asset-more,
.asset-excerpt {
  clear: none;
  font-size: medium;
  line-height: 1.4;
}

.asset-more-link {
  clear: none;
  margin-left: 320px;
  font-weight: normal;
}


.entry-image {
/***
  background:#eee;
  border:solid 1px #ccc;
  margin:8px;
  padding:2px 2px;
  float:right;
***/
}

.entry-image-box {
  background:#eee;
  border:dashed 1px #ccc;
  margin:8px 0 8px 8px;
  padding:4px 4px;
  float:right;
}
.entry-caption {
  margin-top: 4px;
  line-height: 1.2;
  font-size: 90%;
}

.entry-image-thumb-box {
  background: #eee;
  border: solid 1px #ccc;
  margin: 0 0 0 8px;
  float: right;
  width: 132px;
  padding: 2px 2px;
  text-align: center;
  vertical-align: middle;
}
.entry-image-thumb-box2 {
  display: inline;
  float: left;
  overflow: hidden;
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  background:#eee;
  border:solid 1px #ccc;
  padding: 2px 2px;
  margin: 0 8px 0 0;
}
.entry-image-thumb-box2 a {
  display: inline;
  float: left;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  width: 70px;
  height: 70px;
}
.entry-map {
  clear: both;
  margin: 10px 0;
}
.entry-map .adr {
  border: solid 1px #ccc;
  margin: 0 auto;
}
.entry-nav {
  text-align: right;
  line-height: 1.6;
}
/***
.content-nav {
    margin: 5px 0 10px;
}
***/

/* archive content ---------------------------------------------------------------- */
.archive-list {
}
.archive-list-inner {
    width: 50%;
    float: left;
}
.archive-list-inner .left {
    width: 95%;
    float: left;
}
.archive-list-inner .right {
    width: 95%;
    float: right;
}

.archive-header { 
    border-bottom: solid 1px #ccc;
    padding: 0;
    margin-bottom: 8px;
    padding-bottom: .3em; 
    padding: 4px 8px; 
    background-color: #f5f5f5;
/***
    position: relative;
    font-size: 14px; 
    font-family: trebuchet ms; 
***/
}
.archive-header:after {
    content: ".";  
    display: block;
    visibility: hidden;
    height: 0.1px;
    line-height: 0;  
    clear: both;  
} /** clearfix **/
.archive-header {
    height: 1%;
}

.archive-header h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}
.archive-header,
.archive-header a {
    color: #111;
}
.archive-header a:link, .archive-header a:visited {
    text-decoration: none;
}
.archive-header a:hover {
    text-decoration: underline;
    color: #ff6600;
}
.archive-header a.nav-link {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 12px;
    color: #ab0404;
}

.archive-content {
    font-size: 14px; 
}
.archive-content a {
    color: #333;
}
.archive-content ul ul {
    margin-left: 15px;
}
.archive-content li {
    margin-bottom: 4px;
}


/* widget content ---------------------------------------------------------------- */
.widget-header {
    padding: 4px 4px; 
    background-color: #f5f5f5;
}

.widget-content ul.tree {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}
.widget-content ul.tree ul {
    margin: 0 0 0 10px;
    padding: 0;
}
.widget-content ul.tree li {
    margin: 0;
    padding: 0 0 0 18px;
/***
    background-image: url(plugins/tree_lst_solid.gif);
***/
    background-image: url(plugins/tree_lst_dotted.gif);
    background-repeat: no-repeat;
    list-style: none;
}
.widget-content ul.tree li.tree_end {
/***
    background-image: url(plugins/tree_end_solid.gif);
***/
    background-image: url(plugins/tree_end_dotted.gif);
    list-style: none;
}

li.item {
  display: inline;
  float: left;
  margin: 0pt 10px 8px;
  padding: 2px;
  border: solid 1px #ccc;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 70px;
  height: 70px;
}
li.item a {
  display: inline;
  float: left;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 70px;
  height: 70px;
}
