/* base styles---------------------------------------------*/

body {
  background: #1c2f36 url('/themes/domas/gradient.png') repeat-x;
  font: 10pt 'Lucida Sans Unicode', 'Lucida Grande', 'Bitstream Vera Sans', 'Trebuchet MS', Geneva, Arial, sans-serif;
  border-top: 3px #1c2634 solid;
  margin: 0;
}

a {
  text-decoration: none;
  color: #5d7b92;
}

a:hover {
  text-decoration: underline;
}

.img,img {
  border: 0;
  margin: 0;
}

h2, .comments-head {
  color: #666;
  font-size: 12pt;
  font-weight: bold;
  border-bottom: 1px dotted #666;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 0;
}


/* layout ----------------------------------------------- */

#box {
  width: 914px;
  margin: 15px auto;
  background: white;
  border: 1px solid #aaa;
}

#header {
  background: url("/themes/domas/daphnia.jpg") no-repeat;
  text-align: center;
  padding: 20px;
}

#menu {
  width: 250px;
  float: right;
  margin: 30px;
}

#content {
  width: 574px;
  float: left;
  margin: 30px 0 30px 30px;
}

#footer {
  clear: both;
  margin: 30px;
  padding-top: 1em;
  font-size: 10pt;
  border-top: 1px dotted #666;
}


/* header --------------------------------------------------------- */

.weblogName {
  color: white;
  margin: 0;
  text-shadow: black 0 0 0.3em;
}

.weblogDescription {
  color: white;
  border: none;
  text-transform: none;
  margin: 0.5em 150px;
  text-shadow: black 0 0 0.3em;
}

.next-previous {
  color: white;
  font-size: 10pt;
  text-align: center;
  padding: .5em 0 .5em 0;
  text-shadow: black 0 0 0.3em;
}

.next-previous h3 {
  font-size: 10pt;
  margin: 0 0 0.5em 0;
}

.next-previous a {
  color: white;
}

.category-chooser {
  margin: -50%;
  width: 100%;
}



/* entries ----------------------------------------------- */

.dayBox {
  clear: both;
  margin-bottom: 2em;
}

.dayTitle {
}

.entryBox {
  font-size: 10pt;
  line-height: 1.5;
}

.entryTitle {
  font-size: 12pt;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
  color: #555;
  clear: both;
}

.entryBox p {
  text-align: justify;
  margin: 0.5em 0;
  clear
}

.entryInfo {
  font-size: 9pt;
  color: #999;
}


/* menu ------------------------------------------------------ */

.sidebar {
  margin-bottom: 1em;
}


/* lists ----------------------------------------------- */

li {
  line-height: 1.5em;
}

ul.rCategory li.selected {
  font-weight: bold;
  color: #666;
}

ul.rCategory,ul.rNavigationBar,ul.rMenu,ul.rFolder,ul.rFeeds,ul.rReferersList,ul.rEntriesList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.rFeeds li {
  background-image: url("http://thomas.zumbrunn.name/images/feed-icon-12x12.gif");
  background-repeat: no-repeat;
  background-position: 0 .2em;
  padding-left: 1.4em;
  line-height: 1.5em;
}


/* calendar ----------------------------------------------- */

table.hCalendarTable {
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 10pt;
}

table.hCalendarTable td {
  width: 32px;
  margin: 5px;
}

th.hCalendarDayNameRow {
  text-align: right;
  font-weight: bold;
  color: #333;
}

td.hCalendarDay {
  text-align: right;
}

td.hCalendarDayCurrent {
  font-weight: bold;
  text-align: right;
  color: #333;
}

td.hCalendarDayLinked {
  font-weight: bold;
  text-align: right;
}

/* comments ----------------------------------------------- */

#comments {
  margin-bottom: 2em;
}

.comment-details {
  font-size: 9pt;
  color: #999;
}

form ul {
  list-style-type: none;
  padding: 0;
}

label.desc {
  display: block;
  margin-top: 0.5em;
}

.enabled {
  color: green;
}

.disabled {
  color: red;
}

span.error {
  display: block;
  padding: 1em;
  color: red;
  border: 1px solid red;
  margin-top: 1em;
}

span.status {
  display: block;
  padding: 1em;
  color: green;
  border: 1px solid green;
  margin-top: 1em;
}

