/*

Licensed under Creative Commons.

Based on Tiny Green from http://www.movablestyle.com
http://movablestyle.com/archives/2004/10/tiny_green.php#comments
*/

body {
        font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
        font-size: medium;
        margin: 0px 0px 20px 0px;
        background-color: #333;
        text-align: left;
}

* html body {
  font-size: small; /* for IE5/Win */
  f\ont-size: medium; /* for other IE versions */
}

a {
        text-decoration: underline;
        color:#00f;
}

a:hover {
        color: #06c;
}

h1, h2, h3 {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
}

img {
  border: none;
}

.adsense {
  text-align: center;
  background-color: #fff;
}
#container {
        background-color: #fff;
        line-height: 140%;
        text-align: left;
        padding: 10px;
        width: 800px;
        margin: 10px auto;
        border: 1px solid #000;
}

#banner {
        color: blue;
        background-image: url(/images/header_background_1.png/); 
        text-align: left;
        padding-bottom: 2px;
        padding-top: 5px;
        padding-left: 15px;
        padding-right: 5px;
        border-bottom: 1px solid #666;
        height: 150px;
        margin-bottom: 10px;
}
#banner .subheading {
  font-size: 1.5em;
  font-weight: bold;
}
#banner-img {
        display: none;
}

#banner a {
        color: #000;
        text-decoration: none;
}

#banner h1 {
        color: #0066ff;
        font-size: 1.5em;
        display: inline;
        font-weight: bold;
}

#banner h2 {
        color: #06f;
        display: inline;
        padding-left: 10px;
        /*border-left: 5px solid #fff;*/
}
#banner .left {
     display: inline;
     float: left;
}
#banner .right {
     display: inline;
     float: right;
} 

#banner form {
    display: inline;
    align: right;
}

#center {
        float: left;
        width: 65%;
        overflow: hidden;
}
#about {
}
.content {
        padding: 15px 15px 5px 15px;
        background-color: #fff;
        color: #666666;
        }

#right {
        float: right;
        width: 35%;
        background-color: #fff;
        overflow: hidden;
}

.content p {
        color: #111;
        font-weight: normal;
        line-height: 150%;
        text-align: left;
        margin-bottom: 10px;
        }

.content blockquote {
        line-height: 150%;
        color: #111;
        background: #f4f4f4;
        /*border: 1px solid #0c0;*/
        padding: 5px;
        }

.content li {
        line-height: 150%;
        }

.content h3 {
        text-align: left;
        font-weight: bold;
        margin-bottom: 18px;
        /*border-left: 5px solid #0a0;*/
        color: #000;
        padding-left: 5px;
        background: #fff;
        border-bottom: 1px solid #444;
        }
.content h3 a {
  color: #000;
  text-decoration: none;
}

.content h2 {
        color: #555;
        text-align: left;
        font-weight: bold;
        margin-bottom: 10px;
        }

.content p.posted {
        color: #333;
        border-top: 1px solid #ccc;
        text-align: left;
        margin-bottom: 25px;
        line-height: normal;
        padding: 3px;
        padding-left: 10px;
        }

.sidebar {
        color: #333;
        padding: 0px 15px 10px 25px !important;
        padding: 15px 15px 10px 25px;
        background-color: #fff;
        border-right: 1px solid #eee;
        }

#calendar {
        line-height: 140%;
        color: #333;
        padding: 2px;
        text-align: center;
        margin: 0px -10px 10px -10px;
        }

#calendar table {
        padding: 2px;
        border-collapse: collapse;
        border: 0px;
        width: 100%;
        }

#calendar caption {
        color: #333;
        text-align: center;
        font-weight: bold;
        margin: 20px auto 10px -10px;
        border: 2px solid #093;
        padding-left: 5px;
        background: #f1f1f1;

        padding: 3px;
}

.sidebar h2 {
        color: #000;
        text-align: left;
        font-weight: bold;
        margin: 20px auto 10px -10px;
        /*border-left: 5px solid #093;
        border-bottom: 1px solid #093;*/
        padding-left: 5px;
        background: #fff;
        border-bottom: 1px solid #444;
        }

#calendar th {
        text-align: center;
        font-weight: normal;
        }

#calendar td {
        text-align: center;
        }

.sidebar ul {
        margin: 0px;
        margin-top: 10px;
        padding: 0px;
        }

.sidebar li {
        color: #666666;
        text-align: left;
        line-height: 120%;
        list-style-type: none;
        border-bottom: 1px solid #ccc;
        padding-top: 3px;
        padding-bottom: 3px;
}
.sidebar li strong {
  color: #000;
}
.sidebar a {
  text-decoration: none;
}
.sidebar img {
        border: 3px solid #fff;
        }

.photo {
        text-align: left;
        margin-bottom: 20px;
        }

.link-note {
        line-height: 150%;
        text-align: left;
        padding: 2px;
        margin-bottom: 15px;
        }

#powered {
        line-height: 150%;
        text-align: left;
        color: #666666;
        margin-top: 50px;
        }

#comment-data {
        float: left;
        width: 180px;
        padding-right: 15px;
        margin-right: 15px;
        text-align: left;
        border-right: 1px dotted #BBB;
        }

textarea[id="comment-text"] {
        width: 80%;
        }     
