/* Cascading Style Sheet *//** BASIC */
a {color: #000099;}

blockquote {
  background: #000;
  border-left: #0000FF 2px solid;
  color: #FFF;
  padding-left: 5px;
}

blog {float: left;}

body {
  color: #333333;
  font-family: Georgia, "Times New Roman", serif;
  text-align: justify;
}

content {width: 40%;}

h1, h2, h3 {color: #000099; text-transform: lowercase;}

side {
  border: 1px solid #000099;
  float: right;
  height: 1.5em;
  margin: 0px auto;
  width: 30%;
}

sidetitle {
  border: 1px solid #0000FF;
  float: right;
  height: 1.7em;
  margin: 0px auto;
  width: 30%;
}

table {
  color: #000000;
  font-family: "book antiqua", serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .3em;
  line-height: 22px;
  text-align: right;
}

ul {
  list-style-position: inside;
  margin-left: 0px;
  padding-left: 1em;
}

.description {
  background-color: transparent;
  border: 2px groove #000000;
  color: #000;
  float: left;
  font-family: garamond, serif;
  font-size: large;
  font-weight: bold;
  padding: 4px;
  text-align: center;
  text-transform: none;
  width: 25%;
}

.posted {
  background: transparent;
  color: #333;
  display: block;
  font-size: small;
  text-align: right;
}
/** HEADER */
/** #container {outline: #333333 solid thick;} */

#banner {border: 1px;}

#container {clear: both;}

#container-inner {padding: 5px;}

#content {margin: 0px auto; width: 60%;}

#content h2 {font-weight: normal;}

#footer {
  border: 1px solid #000099;
  margin: 0px auto;
  padding: 5px 10px;
  width: 40%;
}

#footer p {font-size: x-small; margin: 0px; padding: 0px;}

#header, entry-header, date-header {
  height: 60px;
  margin: 0px auto;
  width: 60%;
}
/** SIDE */

#links, links {float: right; width: 25%;}

#side a {
  border-right: 1px solid #000099;
  display: block;
  float: left;
  padding: 3px 10px;
  text-decoration: none;
  width: 25%;
}

#side li {display: inline;}

#side ul {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#side a:hover {
  background: #999999;
  color: #FFFFFF;
}
/** CONTENT */

a:hover {
  color: #990000;
  text-decoration: none;
}
/** OTHER STUFF */