﻿@import "style.css";

body {
  color: #000;
  text-align: left;
  background: none;
  }

#header , #footer, #nav, #subcol {
  display: none;
  }
  
#container {
  width: 100%;
  margin: 0;
  padding:0;
  border: none;
  background: none;
  }
  
#content {
  float: none;
  width: 100%;
  margin: 0;
  padding:0;
  border: none;
  background: none;
}

#maincol {
  width: 100%;
  margin: 0;
  padding:0;
  border: none;
  }
  
h1 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  }

#maincol h1, #maincol h2 {
  color: #000;
  border: none;
  }
  
a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: underline
  }

#maincol h1 a:link, #maincol h1 a:visited, #maincol h1 a:hover, #maincol h1 a:active {
  color: #ddd;
  text-decoration: none;
  }

#maincol h6 a:link, #maincol h6 a:visited, #maincol h6 a:hover, #maincol h6 a:active {
  color: #ccc;
  text-decoration: none
  }
  
#content ul {
  margin-top: 8px;
  margin-left: 20px;
  padding-left: 0px;
  list-style: disc;
  }

#content ul li {
  padding-left: 10px;
  padding-top: 2px;
  }

#maincol ul.list {
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0px;
  list-style: disc;
  }

ul.list li {
  padding-left: 20px;
  margin: 0;
  }

table {
  margin-top: 20px;
  border: 1px #ccc solid;
  color: #000;
  background: none;
  }
  
table td {
  color:#000;
  border: 1px #ccc solid;
  background: none;
  }

table thead td {
  color:#000;
  border: 1px #ccc solid;
  font-weight: bold;
  background: none;
  }
  
table th {
  color:#000;
  border: 1px #ccc solid;
  font-weight: bold; 
  background: none;
  }

table td.label {
  color:#ccc;
  }

table.small td {
  border: none;
  }

table.lean {
  margin-top: 20px;
  margin-left: 0px;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px #ccc solid;
  border-right: none;
  border-left: none;
  background: none;
  }

table.lean td {
  color:#000;
  border: none;
  border-bottom: 1px #ccc solid;
  background: none;
  }
table.lean td.alt {
  background: none;
  }

table.lean th {
  color:#000;
  border: none;
  border-bottom: 1px #ccc solid;
  background: none;
  }
table.lean th.alt {
  background: none;
  }  
  
.cform input, .cform textarea, .cform select {  
  border: 1px solid #000;
  border-left: none;
  border-right: none;  
  }

.cform label {
  color: #000;
  }
  
.cform input.sendbutton { 
  background:#ccc;
  }

.post {
  width: 100%;
  margin: 10px 0 0px 0;
  padding-top: 0px;
  padding-bottom: 20px;
  border-bottom: none;
  }
  
.item_date {
  margin-right: 17px;
  border: 1px solid #000;
  padding-right: 0;
  }
  
.item_date .date_month {
    color: #000;
  }
  
table.shashin_thumbs_table {
  border: none;
}

table.shashin_thumbs_table th {
  border: none;
}

table.shashin_thumbs_table td {
  border: none;
}
