/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	Copyright (c) 2009, 
	Werkstatt fuer Softwareentwicklung 
	Thomas Schwarz
  
  http://com-werkstatt.de
 
  All Rights Reserved.
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Created          : 15.06.2009
	Created By       : ts
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
 
* {
	padding: 0;
	margin: 0;
	outline: none;
}

body {
	font: 13px/1.5em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	background-color: #c1c1c1;
	background-image: url(img/bkg.body.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #161464;
	min-width: 980px;
}

td {
	font: 13px/1.5em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #ae0602;
	color: #ae0602;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #fcb116;
}

img {
	border: none;
}

a.nodeco {
	border: none;
}

.nopadbelow {
	padding-bottom: 0;
}

.nopadbefore {
	padding-top: 0;
}

h1,h2,h3,h4 {
	font: 22px/1.5em Georgia, serif;
	color: #b00; /*#4c483f;*/
	padding-top: 30px;
	padding-bottom: .3em;
}

#canvas {
  position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#topbar {
  background-image: url(img/bkg.topbar.jpg);
  height: 141px;
  text-indent: -5000px;
}

#topbar h1 {
	padding: 0;
	margin: 0;
	font-size: 2px;
}

#masthead {
  text-indent: -5000px;
}

#adrstrip {
  text-indent: -5000px;
}

#content {
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(img/bkg.canvas.gif);
  background-repeat: repeat-y;
}

#mainbar {
  float: left;
  width: 640px;
}

#sidebar {
  float: right;
  width: 280px;
}

#navbar {
  position: absolute;
  top: 110px;
  left: 6px;
}

#navbar ul {
	list-style: none;
}

#navbar li {
  float: left;
}

#navbar a {
	display: block;
	text-align: center;
	text-decoration: none;
	border: none;
}

#navbar a span {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 110px;
	height: 26px;
	padding-top: 5px;
  background-image: url(img/bkg.navitem.gif);
  background-repeat: no-repeat;
  background-position: right;
}

#navbar a:hover span {
	color: #fcb116;
	cursor: pointer;
}

#footer {
	clear: both;
	color: #666;
	height: 41px;
	padding-top: 1em;
	padding-bottom: 20px;
	font-size: 80%;
	background-image: url(img/bkg.footer.gif);
	background-repeat: no-repeat;
}

#footer a {
	color: #888;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

#footer #copy {
  display: block;
  float: left;
  padding-left: 12px;
}

#footer #date {
  display: block;
  float: right;
  padding-right: 12px;
  width: 208px;
	text-align: right;    
}

dl.entry {
	clear: both;
}

dl.entry dt {
  font: 22px/1.5em Georgia, serif;
	color: #161464; /*#4c483f;*/
	border-bottom: 1px solid #b00;
	padding-top: 1em;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 4px;
}

dl.entry dd {
  padding-left: 8px;
  padding-right: 8px;  
}

dd.padtop {
	padding-top: 1em;
}

img.inc {
	display: block;
}

.right {
	float: right;
}

div.story {
	clear: both;
}

div.story h3 {
  font: 22px/1.5em Georgia, serif;
	color: #161464;
	border-bottom: 1px solid #b00;
	padding: 1em 8px 0 12px;  
}

div.story p {
  padding-left: 12px;
  padding-right: 12px;
}

.bigtype {
  font: 24px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-weight: bold;
}

#admin {
	display: block;
	position: absolute;
	top: 115px;
	right: 12px;
	border: none;
	color: #444;
}

#admin:hover {
	text-decoration: none;
	border: none;
	color: #fff;
}




