a {
  font-weight:        normal;
  color:              #cc0000;
}
a:visited {
  color: #333; 
  border-bottom: none;
}
a:hover, a:visited:hover {
  color: #333;
  border-bottom:   none;
}
img {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body {
  border-top: 5px solid #666;
  background-color: white;
  color: black;
  font-family: Georgia,serif;
  font-size: 100%;
  font-size-adjust:none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height:1.45;
  margin: 0;
  padding-left: 0;
}
blockquote {
  font-style: italic;
  font-family: mono, serif;
}
strong {
  color: #cc0000;
  font-weight: normal;
}
h1 {
  font-size: 250%;
  font-weight: normal;
}
h3 {
  color: #999;
  font-size: 120%;
  font-style: italic;
  font-weight: normal;
  margin-top: 1.0em;
  margin-bottom: 0.5em;
}
pre {
  background-color:#EEEEEE;
  font-size: 80%;
  overflow:auto;
  margin-left: 10px;
  border: 1px dotted #a3a39c;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  padding: 0 0 50px 0;
  margin-top: -1px;
  margin-left: 0px;
  margin-right: auto;
  width: 100%;
  overflow: auto;
  text-align: left;
  min-width: 400px;
}
#header {
  background-color: #00CF34;
  border-bottom: 4px solid #666;
  color: black;
  font-family: mono, serif;
  font-size: 80%;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 5px;
  text-align: left;
}
#site-title {
  //color: black;
  //font-size: 325%;
}
#site-title a, #site-title a:visited {
  //color: black;
  border: 0;
  //text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  //color: black;
  //text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 1px;
  text-transform: lowercase;
}
#site-subtitle a, #site-subtitle a:visited {
  color: black;
  text-decoration: none;
}
#site-subtitle a:hover {
  color: white;
  text-decoration: none;
}
#main {
  background-color: white;
  padding-bottom: 40px;
  border-bottom: 4px solid #666;
  float: left;
  width: 100%;
}
#content-wrapper {
  float: left;
  width: 50%;
  min-width: 600px;
}
#content {
  padding-left: 20px;
  //border-right: 1px dotted #a3a39c;
}
#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 150%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
  margin-right: 10px;
  text-align: right;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  background-color: white;
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}

#bottom{
  background-color: #4EBAE8;
  border-bottom: 4px solid #666;
  color: black;
  padding-left: 10px;
  padding-bottom:20px;
  padding-top:20px;
  margin-top:48px;
  text-align: left;
  clear:left;
  overflow:auto;
}

#bottom-left {
  float:left;
  margin-left: 20px;
  width:30%;
}
#bottom-middle {
  float:left;
  margin-left:20px;
  width:30%;
}
#bottom-right {
  float:left;
  margin-left:20px;
  width:275px;
}
#widgets {
  float:left;
  margin-left: 40px;
  width:80%;
}

#footer {
  color: #818cb0;
  float: left;
  font-size: 80%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
}
#copyright {
  float:left;
  width:47%;
}
#icons {
  float:right;
  width:47%;
}
