/* $Id: strange-little-town.css,v 1.1.2.26 2009/02/22 20:16:18 gibbozer Exp $ */

html {
  background: #000;
}

body {
  color: #303030;
  background: #ffffff url(../images/header.gif) 0 0 repeat-x;
/* top margin faked */
  top: -105px;
}

#page-wrap {
  background: transparent url(../images/footer.gif) 50% 100% repeat-x;
}

a {
  color: #657f99;
  text-decoration: none;
}
a:hover {
  color: #719fce;
  text-decoration: none;
}

.node em {
  color: #f0c;
/*  color: #fcf; */
}

strong {
  border-bottom: #565656 dotted 1px;
/*  border-bottom: #fcf dotted 1px; */
}

textarea {
  background: #d8d8d8;
  /* transparent url(../images/contentbg.png) 0 0 repeat; */
  border: 0 none;
  padding: 2px;
}

input.form-text {
  background: #b0b0b0;
/*  url(../images/contentbg.png) 0 0 repeat; */
  border: 0 none;
  padding: 2px;
}

html.js input.form-autocomplete {
  background-color: #faa;
/*  background-color: #eee; */
}

/* Heading */
h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

h3, h4, h5, h6 {
  font-size: 1em;
}

#page {
  position: relative;
}

#header {
  position: relative;
  height: 230px;
/*  height: 230px; */
  margin: 0;
  padding: 0;
}

h1#site-name, #slogan {
  position: relative;
  left: 0;
  top: 110px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1#site-name a {
  color: #606060;
  font-family: Times, "Times New Roman", Georgia, Garamond, Cochin, Kinnari, serif;
  font-size: 3em;
  text-decoration: none;
  font-weight: 100;
}

#slogan {
  font-size: 1.4em;
  font-family: Times, "Times New Roman", Georgia, Garamond, Cochin, Kinnari, serif;
  text-transform: uppercase;
  color: #567056;
  margin-top: 0.75em;
}

/**
 * Primary menu
 */
#primary-menu {
  position: absolute;
  left: 0; /* LTR */
  top: 0;
  width: 90%;
  font: normal 1.4em/1.3 Futura, 'Century Gothic', 'Apple Gothic', sans-serif;
}

#primary-menu a {
  color: #565656;
}

#primary-menu a:hover {
  color: #719fce;
}

#primary-menu ul.primary-menu {
  float: left; /* LTR */
  border-left:#565656 dotted 1px; /* LTR */
  margin: 0;
  padding: 0;
  width: 100%;
}

#primary-menu ul.primary-menu li {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
  border-right:#565656 dotted 1px; /* LTR */
}

#primary-menu ul.primary-menu li a {
  width: 85px;
  height: 43px;
  padding: 23px 5px 0 5px;
  margin: 0 0 10px 0;
  display: block;
  text-align: center;
  color: #565656;
}

#primary-menu ul.primary-menu li a:hover {
  color: #719fce;
  background: url(../images/menuhover.png) repeat-x;
}

#primary-menu ul.primary-menu li a.active {
  color: #719fce;
  background:url(../images/menuhover.png) repeat-x;
}

a.feed-icon {
  position: absolute;
  right: 0; /* LTR */
  top: 25px;
  height: 20px;
  padding-right: 20px; /* LTR */
  color: #565656;
  background:url(../images/rss.gif) 100% 50% no-repeat; /* LTR */
  font: normal 1.4em/1.4em Futura, 'Century Gothic', 'Apple Gothic', sans-serif;
}

a:hover.feed-icon {
  color: #111;
}

.inner {
  padding: 0;
}

.sidebar .inner {
  padding: 20px 15px;
}

#content-inner {
  background: transparent;
/*  background: transparent url(../images/contentbg.png) 0 0 repeat; */
  padding: 30px 25px 20px 25px;
}

h1.title,
h2.title {
  font-weight: normal;
  font-family: Futura, 'Century Gothic', 'Apple Gothic', Helvetica, sans-serif;
  text-transform: uppercase;
}

h1.title {
  font-size: 1.8em;
  color: #719fce;
}

h2.title a {
  font-size:1.3em;
  color: #303030;

  padding-left: 25px;
  position: relative;
  left: -25px;
  background: transparent url(../images/h2.gif) 0 0 no-repeat;
}

h2.title a:hover {
  color: #719fce;
}

/* Post Date */
.post-info {
  color: #844a76;
/*  color: #e8cdeb; */
  text-transform: uppercase;
  border-bottom: #719fce dotted 1px;
/*  border-bottom: #719fce dotted 1px;*/
  padding-bottom: 0.5em;
  
}

.submitted {
  float: left; /* LTR */
}

.time-author {
color: #844a76;
/*  color: #657f99;*/
/*  color: #844a76;*/
}

.commments-count {
  float: right; /* LTR */
}

.node .content {
  margin: 1em 0 0 0;
}

.sticky {
  padding: 10px;
/*  background: transparent url(../images/contentbg.png); */
}

.picture {
  float: right; /* LTR */
}

.picture a img {
  float: right;
  margin: 0 0 0.5em 0.5em;  /* LTR */
  padding: 5px;
  border: #565656 dotted 1px;
}

/* Querbalken */
.terms-links {
  background: #ddd;
/*  background: transparent url(../images/sidebarbg.png); */
  padding: 2px 15px;
}

.terms-links ul.links li {
  padding-left: 0;
}

.node-links {
  padding: 0;
}

.terms {
  display: inline;
}

.node-form {
  margin-bottom: 20px;
}

/* Sidebar */
.sidebar {
  background: transparent;
/*  background: transparent url(../images/sidebarbg.png) 0 0 repeat; */
}

.sidebar a {
color: #303030;
/* color: #fbd6fc; */

}
.sidebar a:hover,
.sidebar a.active {
  color: #719fce;
/*  color: #2e1737; */
}

.sidebar h2.block-title {
  padding:0;
  margin: 5px 0;
  color:#808080;
  font-weight:200;
  border-bottom:#808080 solid 1px;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.5em;
}

/* side list */
.sidebar .item-list ul {
  margin: 0;
  padding: 0;
}

.sidebar .item-list ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .item-list ul li a {
  display: block;
  padding: 2px 0;
  background: transparent;
  border-bottom: 1px solid #00ff00;
}

.sidebar .item-list ul li a:hover,
.sidebar .item-list ul li a.active {
  color: #80ff80;
  background: #56ff56 url(../images/sidebarbg.png) 0 0 repeat;
/*  background: transparent url(../images/sidebarbg.png) 0 0 repeat; */
}

#mission {
  font-size: 1.2em;
  color: #565656;
  background: #e0e0e0;
}

/* main-content blocks */
.content-block .block {
  overflow: auto;
  margin-bottom: 10px;
  padding: 10px;
}

#top-content-block .block {
  border: 1px dotted #565656;
}

#bottom-content-block .block {
  background: #fff;
/*  background: #d0d0d0;*/
/*  background: transparent url(../images/contentbg.png) 0 0 repeat; */
}

/* Secondary Links */
.content-block h2.block-title {
  width: 100px;
  min-height: 40px;
  float: left; /* LTR */
  margin: 0 10px 10px 0; /* LTR */
  padding: 5px;
  color: #808080;

/*  background: transparent url(../images/h2.gif) 0 0 repeat-y;
  position: relative;  
  left: -5px;
  padding-left: 25px; */

  font-weight: normal;
}

.content-block .block .content {
  margin-left: 120px; /* LTR */
}

/* footer */
#footer {
  padding: 100px 0 5px 0;
  color: #ccc;
}

#footer p {
  margin: 0;
  padding: 0;
}

#footer a {
  color: #657f99;
}

#footer a:hover {
  color: #719fce;
}

/* sidebar comment block */
.sidebar .block-comment .item-list ul li,
.block-views .view-content .item-list ul li {
  padding: 2px 0;
  border-bottom:1px solid #ae537b;
}
.sidebar .block-comment .item-list ul li a,
.block-views .view-content .item-list ul li a {
  display: inline;
  border-bottom: 0 none;
}