/*
THEME NAME: My-Thematic
THEME URI: 
DESCRIPTION: A Child-Theme based on Thematic
Template: thematic
VERSION: 0.1
AUTHOR: Ralph Möcklinghoff
AUTHOR URI: http://www.ralph-moecklinghoff.de
TAGS: three columns,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url('../thematic/style.css');
@import url('../thematic/library/styles/reset.css');
@import url('../thematic/library/styles/typography.css');
@import url('../thematic/library/styles/sitemeta.css');
@import url('plugins.css');
@import url('../thematic/library/layouts/2c-r-fixed.css');

body {
 	font-family: arial, helvetica,  sans-serif;
 	color: #616161;
}

.hentry {
  padding: 14px 1px 36px;
  border-top: 0px;
}

.entry-title {
  font-weight: lighter;
  border-bottom: 1px solid #E9E9E9;
  line-height: 1.6em;
  padding: 8px 0;
  margin: 4px 0;
}

.entry-title a {
  font-size: 1.6em;
}

.entry-content {
  line-height: 1.9em;
  font-size: 1.2em;
}

h3 a:link {
  color: #616161;
}
/* Aus www.ralph-moecklinghoff.de , fuer die Navigation */

#header {
  height: 142px;
  background: url(images/bg-schwarz.png) repeat-x;
  color: white;
}

.left {
  float: left;
  margin-top: 1em;
  height:60px;
}

.right {
  margin-top: 1em;
  float: right;
  height:60px;
}

.menu {
  float:right;
  width: 100%;
}

.menu ul {
  float: right;
  width: auto;
  margin: 0;
  padding: 10px 5px 0 5px;
  list-style: none;
}

.menu ul li {
  float: left;
  width: auto;
  margin: 0;
  text-align: right;
  
}

.menu ul li a {
  float: left;
  display: block;
  padding: 8px 5px 3px 5px;
  text-decoration: none;
  color: #9B9B9B;
}

.menu ul li.active a:link, .menu ul li.active a:visited {
	color: white;
}

.menu ul li a:hover {
  color: #CCCCCC;
}

#cl {
  clear: both;
}

.termin-item-img {
  padding-top: 6px;
  list-style: none;
}

.termin-item {
  border-bottom: 1px dotted #999;
}

#access {
  background: #FFFFFF;
}

.cat-item {
  border-bottom: 1px dotted #999;
  padding-top: 6px;
}

#archives li {
  border-bottom: 1px dotted #999;
  padding-top: 6px;
}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline  ;
}



