﻿@import "style.css";

body {
  border-top: none;
  color: #000;
  font-size: 10px;
  background: none;
  }

#header, #footer, #sidebar, #image {
  display: none;
  }

#container, #wrapper, #content {
  width: 100%;
  margin: 0;
  padding:0;
  background: none;
  }

h1 {
  color: #000;
  }

h2 {
  padding: 20px 10px 20px 10px;
  color: #000;
  font-size: 16px;
  }

a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: underline
  }
  
.section {
  width: 98%;
  }
  
.section div div {
  border: none;
  }  
  
.right, .left {
  width: 50%;
  }

table {
  border-top: 1px #ccc solid;
  background: none;
  }

table td {
  border-bottom: 1px #ccc solid;
  background: none;
  }
  
table th {
  border-bottom: 1px #ccc solid;
  background: none;
  }

table tr.alt td {
  background: none;
  }
  
table tr.alt th {
  background: none;
  }
  
.gallery img {
  border: 1px solid #ccc;  
  }
  
.section div img {
  border: 1px solid #ccc;
  }

.section div div {
  background: none;
  }

.date {
  padding-top: 3px;
  color: #000;
  }
  
.post img {
  border: 1px solid #ccc;
  } 
  
dd.gallery-caption {
  border-bottom: none;
  background: none;
  } 
  
.gallery {
  display: block;
  clear: left;
  overflow: hidden;
  margin: auto;
  }
.gallery-item {
  float: left;
  margin: 10px 0 0 0;
  text-align: left;
  }
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail { max-width: 100%; height: auto; padding: 8px; margin: 0 auto; }
.gallery div.clear { width: 0px; height: 0px; }

/* Image sizes depending on the number of columns */
.col-1 { width: 100%; }
.col-2 { width: 50%; }
.col-3 { width: 33%; }
.col-4 { width: 24.5%; }
.col-5 { width: 20%; }
.col-6 { width: 16.5%; }
.col-7 { width: 14%; }
.col-8 { width: 12.4%; }
.col-9 { width: 11%; }
.col-10 { width: 10%; }
.col-11 { width: 9%; }
.col-12 { width: 8.33%; }
.col-13 { width: 7.6%; }
.col-14 { width: 7.1%; }
.col-15 { width: 6.66%; }
.col-16 { width: 6.25%; }
.col-17 { width: 5.83%; }
.col-18 { width: 5.55%; }
.col-19 { width: 5.25%; }
.col-20 { width: 4.95%; }

.gallery-caption { margin-left: 0; }
.clear { clear: both; height: 0; }  
