/* Theme Name: Illuminated
    URI: http://jaspax.com/
    Description: Medieval illumination
    Version: 1.0
    Author: jaspax
    Author URI: http://jaspax.com/
*/

/* General elements you probably want to style */

body {
  background-image: url(/wp-content/themes/illuminated/codex.jpeg);
  background-repeat: repeat;
  background-color: white;
  background-attachment: fixed;
  font-family: sans-serif;
}

h1, h2, h3, h4, h5 {
}

blockquote {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

a {
  color: #060;
}

a:hover {
  color: #793d3d;
}

a:visited {
}

a img {
  border: none;
}

a img:hover {
}

table {
}

td {
}

form {
}

form input, form textarea {
}

/* Classes used in the stub */

/* The top div */
#top {
  width: 80%;
  height: 100px;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  font: 48pt sans-serif;
  float: right;
  background-color: white;
  color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-bottom: 10px;
  position: fixed;
  left: 20%;
}

#top a, #top a:hover, #top a:visited {
  text-decoration: none;
  color: black;
}

/* The main table */
#main {
  position: absolute;
  top: 150px;
  left: 20%;
  width: 78%;
  height: 500px;
  overflow: auto;
}

/* The content table cell */
#content {
}

/* The sidebar table cell */
#sidebar {
  position: absolute;
  top: 150px;
  left: 25px;
  opacity: 0.8;
  filter: alpha(opacity=70);
  background-color: white;
  vertical-align: top;
  width: 190px;
  padding: 10px;
  font-size: 12px;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

#sidebar a, #sidebar h3 {
}

#sidebar ul {
  list-style-type: none;
  padding-left: 0px;
  margin: none;
}

#sidebar ul li {
  vertical-align: top;
  padding-left: 3px;
  margin: none;
}

#sidebar ul.children {
  padding-left: 10px;
}

.blogrollfolder {
  font-size: 14px;
  font-weight: bold;
}

.sidemenu {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* The footer div */
#footer {
}

/* The outermost div around each post */
.post {
  background-color: #e9e9df;
  padding: 20px;
  margin-bottom: 50px;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

/* The date */
.date {
  display: block;
  float: right;
  font-size: 16px;
}

/* The title of each post */
.title {
}

.title a {
  text-decoration: none;
}

/* The byline (author, time, and category) */
.byline {
  position: relative;
  left: 40px;
  bottom: 20px;
  width: 50%;
}

/* Calendar-related styles */
#wp-calendar tr {
  border-bottom: 1px solid #666666;
}

#wp-calendar td {
  background-color: #dddddd;
  padding: 1px;
  text-align: center;
}

#wp-calendar td:hover {
  background-color: white;
}

#wp-calendar a {
  display: block;
  margin: 2px;
}

#wp-calendar a:hover {
  background-color: white;
  margin: 1px;
  border: 1px solid #426;
  color: black;
  text-decoration: none;
}
  
#wp-calendar #today {
  font-style: italic;
}
