* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  background: url(img/emil_bg_main.jpg);

  font: 1.2em/1.5em Georgia, Arial, helvetica, sans-serif;
  letter-spacing: 0;

  margin: 0;
  padding: 0;
}

a {
  color: #592915;
  text-decoration: none
}

a:hover { color: #aa0000; }
a.external { padding-right: 12px; }
a.external:hover { background: url(img/external.gif) no-repeat 100% 50%; }

#content a { border-bottom: 1px dotted #592915; }
#content a:hover { border-color: #aa0000; }

a.readMore { font-size: 0.9em; font-style: italic; }

hr {
  margin: 4px 0 2px;
}

h2, h3, h4 {
  border-width: 2px 0 0;
  border-color: #000 #000 #000;
  border-style: solid;
  margin: 10px 0 4px;
  padding: 10px 0 0;
}

h4 {
  padding: 4px 0;
}

hr {
  display: none;
}

img {
  border: 0;
}

#container {
  width: 775px;
  border: 0;
  margin: 0 auto;
  padding: 0;
}

#top {
  height: 95px;
  padding: 0;
  margin: 0;
  background: url(img/emil_bg_top.jpg) no-repeat 50%;
}

#top a {
  display: block;
  width: 775px;
  height: 95px;
  text-indent: -9999px;
}

#mid {
  border: 0;
  background: url(img/emil_bg_mid.jpg) repeat-y;
}

#sidebar {
  float: right;
  width: 180px;
  \width: 200px;
  w\idth: 180px;
  min-height: 100%;
  margin: 20px 0 100px;
  padding: 0;
}

#sidebar ul {
  list-style-type: none;
  margin-left: 8px;
}

#sidebar ul li a {
  border-left: 8px solid #eee;
/*  display: block; */
  padding: 2px 4px;
}

#sidebar ul li a:hover {
  border-color: #ccc;
}

#sidebar ul li a.active {
  border-color: #aaa;
  color: #000;
}

#content {
  min-height: 360px;
  margin-right: 160px;
  padding: 20px 20px 0 70px;
  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;
  height: 175px;
  padding: 80px 50px 0;
  text-align: center;
  background: url(img/emil_bg_btm.jpg) no-repeat top center;
}

/* 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 { text-align: center }
#nav ul {
  padding-top: 16px;
}
#nav ul li { display: inline }

/* 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;
}

