* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  background: #f5f4ee;
  background: url(img/main_bg.jpg) repeat-y 50% 0 #f5f4ee;

  font: 1.2em/1.5em 'Lucida Grande', 'LucidaGrande', Arial, helvetica, sans-serif;
  letter-spacing: 0;

  margin: 0;
  padding: 0;
}

a {
  color: #777;
  text-decoration: none
}
a:hover {
  background: url(img/a_bg.gif) repeat-x 100%;
  color: #000;
}
a.readMore { font-size: 0.9em; font-style: italic; }

hr {
  margin: 4px 0 2px;
}

h2, h3, h4 {
  border-width: 0;
  border-color: #000;
  border-style: solid;
  margin: 10px 0 4px;
  padding: 10px 0 16px;
  background: url(img/a_bg.gif) repeat-x 100%;
}

h4 {
  padding: 4px 0;
}

hr {
  display: none;
}

img {
  border: 0;
}

#container {
  width: 760px;
  margin: 0 auto;
  padding: 0;
}

#top {
  height: 300px;
  padding: 0;
  margin: 0;
  background: url(img/top_bg.jpg) no-repeat top left;
}

#top a {
  background: none;
  display: block;
  height: 150px;
  text-indent: -9999px;
}

#mid {
  min-height: 240px;
  margin-top: -35px;
}
* html #mid {
  height: 240px;
}

#sidebar {
  float: left;
  width: 180px;
  \width: 200px;
  w\idth: 180px;
  min-height: 100%;
  margin-left: 10px;
  padding: 0;
}
* html #sidebar { margin-left: 5px }

#sidebar ul {
  list-style-type: none;
}

#sidebar ul li a {
  display: block;
  padding: 4px 4px 6px;
}
* html #sidebar ul li a { height: 1% }

#sidebar ul li a.active, #sidebar ul li a.selected {
  color: #036DB7;
  font-weight: bold;
}

#content {
  margin-left: 195px;
  margin-right: 25px;
  padding: 10px;
  text-align: justify;
}

* html #content { height: 360px; }

#content ul {
  list-style-type: circle;
  margin: 0;
  padding: 0;
}

#content ul li {
  margin-left: 16px;
}

#btm {
  clear: both;
  color: #000;
  height: 30px;
  padding: 0;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -380px;
  width: 760px;
  background: url(img/btm_bg.jpg) no-repeat top left;
}

* html #btm {
  background: none;
  border-top: 1px solid #ccc;
  width: 720px;
  margin-left: -360px;
  position: relative;
}

/* guestbook specific */

.msgComments {
  background: #eeeede;
  border: 1px solid #ccc;
  margin: 8px 0;
  padding: 4px;
  font-size: 0.9em;
  font-style: italic;
}

.admFooter {
  text-align: right;
}

/* gallery specific */

#thumbs { text-align: center }
#pics { text-align: left }
#thumbs ul li {
  list-style-type: none;
  display: inline;
}

#thumbs a { border: 0; }
#thumbs img {
  margin: 4px -4px;
  padding: 4px;
  border: 1px solid #ccc;
}

#nav {
  padding-top: 20px;
  text-align: center;
}
#nav ul li { display: inline; }
#nav ul li a { color: #000; padding: 10px 0 }
#nav .inactive { color: #aaa }

/* Stats specific */

#stats {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#stats a {
  border: 0;
}

/* POSTS */
.post_title, .post_date {
  border-bottom: 1px solid #ddd;
}
.post_title {
  font-weight: bold;
  font-size: 12px;
  color: #000;
}
.post_date {
  text-align: right;
  font-weight: bold;
}
.post_short {
  text-align: justify;
  padding-bottom: 5px;
}
#content a.post_link {
  border: 0
}

/* COMMENTS */

.comment_title {
  font-weight: bold;
}
.comment_text {
  font-weight: bold;
  background-color: #fdfdfd;
  border-bottom: 0px solid #ddd;
  padding-bottom: 15px;
}
.comment_title, .comment_text {
  border-left: 0 solid #ddd;
}
.comment_text {
  padding: 8px 2px;
}
.comment_info {
  text-align: right;
  border-right: 0px solid #ddd;
}
.comment_title, .comment_info {
  border-top: 0px solid #ddd;
  background-color: #eee;
}

