﻿/* redefined HTML */

body {
  background: white;
  font-family: 'Helvetica', 'Arial', sans-serif;
  margin: 0px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.3em;
}

a {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
}

/* general */

.page {
  width: 700px;
}

.navigation {
   background-color: #ccff66;
 padding: 0 0 0 0;
  text-align: right;
   border: 1px solid #99BC4C;
 height: 45px;
   margin-bottom: 20px;
}

.navigation img
{
   margin: 0 1px 0 1px;
 padding: 5px 9px 5px 9px;
   float: left;
   border: 0px solid #ccff66;
}

.navigation img:hover
{
   background-color: #e0ffa3;
}

#logo
{
 height: 32px;
 width: 24px;
   float: left;
   margin: 1 0 0 -3px;
}

.navigation #navLinks
{
 margin: 14px 5px 10px 10px;
}

.navigation a
{
   font-size: 13px;
   padding: 0 5px 0 5px;
   color: black;
}

/* top strip */

h1 {
  font-size: 40px;
  letter-spacing: -1px;
  padding: 0px;
  margin-bottom: 10px;
}

h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}

.softwareScreenshotLeft
{
 width: 700px;
 height: 280px;
   text-align: right;
 border: 0px solid white;
}

.softwareScreenshotLeft img
{
   border: 0px solid white;
}

.softwareScreenshotLeft a
{
 color: black;
}

.softwareScreenshotLeft a:hover
{
   text-decoration: none;
}

.softwareScreenshotLeft .left
{
 width: 340px;
   float: left;
}

.softwareScreenshotLeft .right
{
 width: 337px;
 height: 280px;
   text-align: left;
   margin-left: 360px;
   padding-top: 45px;
}

.softwareScreenshotRight
{
 width: 700px;
 height: 280px;
   text-align: left;
}

.softwareScreenshotRight img
{
   border: 0 solid white;
}

.softwareScreenshotRight a
{
 color: black;
}

.softwareScreenshotRight a:hover
{
   text-decoration: none;
}

.softwareScreenshotRight .left
{
 width: 340px;
   float: left;
   text-align: right;
   padding-top: 45px;
}

.softwareScreenshotRight .right
{
 width: 345px;
 height: 280px;
   text-align: left;
   margin-left: 360px;
}


/* Meta page stuff */


.MetaFeatureBlurb
{
   margin-top: 30px;
}

.MetaFeatureBlurb h3
{
   text-align: left;
}

.MetaFeatureBlurb p
{
   text-align: justify;
}


/* info columns */

.leftColumn {
  float: left;
  width: 340px;
  text-align: left;
  margin-right: 20px;
  margin-top: 20px;
}

.leftColumn h1, .rightColumn h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0 0 2px 0;
}

.leftColumn h2 {
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  color: #666;
  padding: 0;
}

.leftColumn p, .rightColumn p {
  margin: 10px 0 0 0;
}

.leftColumn p
{
   margin-bottom: 6px;
}

.rightColumn {
  float: left;
  width: 340px;
  text-align: left;
  margin-top: 20px;
}

.rightColumn a {
  text-align: center;
  margin: 10px 0 10px 0;
  font-size: 16px;
} 

.rightColumn .quote {
  font-size: 20px;
  font-family: "Times", "Times New Roman", serif;
}

.rightColumn .customer {
  font-size: 10px;
  color: #666;
  padding-left: 12px;
}

.rightColumn #badges
{
   float: right;
   text-align: right;
}

.rightColumn #iusethis
{
   margin-right: -50px;
   margin-top: 10px;
}


/* tag table */

.tagTable {
  font-size: 14px;
  line-height: 1.4em;
}

.tagTable p {
  padding: 15px;
  margin: 0px;
}

.tagTable td
{
   /*border: 1px solid red;*/
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

.tagTable img
{
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

/* copyright */

.copyright {
  margin-top: 10px;
  font-size: 11px;
  color: #666;
}

/* blog */

#blog
{
   text-align: left;
}

#blog h1
{
  font-size: 36px;
  letter-spacing: -1px;
  padding: 0px;
 margin: 40px 0 40px 0;
 color: #666;
   text-align: center;
}

#blog h2
{
 color: #444;
}

#blog a
{
 color: #444;
}

#blog .entry
{
   margin-bottom: 40px;
   text-align: left;
 width: 570px;
}

#blog .entry-body
{
   padding-left: 40px;
   padding-right: 40px;
}

.entry-body a
{
   text-decoration: underline;
}

#blog .entry-footer
{
   text-align: left;
}

#blog .entry h3
{
 color: #444;
   font-size: 14px;
}

#blog #badges
{
   text-align: right;
 width: 100%;
   margin-top: -2.5em;
}

#blog #badges img
{
 border: none;
}

#blog code
{
   font-family: 'Monaco' monospace;
 font-size: 12px;
 color:  #4f2800;
}

#blog pre
{
   padding-top: 10px;
   padding-left: 15px;
}

#comments
{
   text-align: left;
}

#comments h3
{
   margin-bottom: 40px;
   color: #444;
}

.comment
{
   margin-top: 20px;
   background-color: #d3effd;
   padding-left: 40px;
   padding-right: 40px;
   border: 1px dotted #63c8fb;
}

.comment-header
{
   font-style: italic;
   font-weight: bold;
   padding-top: 1em;
}

#comments-open
{
   margin-top: 40px;
   margin-bottom: 40px;
}

.comments-open-content
{
   background-color: #d3effd;
   border: 1px dotted #63c8fb;
   padding-top: 1em;
   padding-left: 40px;
   padding-right: 40px;
}

#comment-author
{
   margin-bottom: 10px;
}

#comment-email
{
   margin-bottom: 10px;
}

#comment-url
{
   margin-bottom: 20px;
}

#comments-open-footer
{
   padding-bottom: 1em;
}

#blogSidebar
{
   float: right;
   font-size: 12px;
 width: 140px;
}

#blogSidebar a
{
 color: #4f2800;
}

#bottomLinks
{
  margin-bottom: 12px;
  font-size: 11px;
  color: #666;
}
