/***************************************************
   AUTHOR: Pat Heard ( FullAhead.org )
TEMPLATE: Softened Cells
       DATE: 2005.08.26
         USE: Free use as long as this notice is
                 kept in place.  If you would like 
                 to remove it, please contact me at
                 http://fullahead.org/contact.html.
 ***************************************************/

/***************************************************
 Ported to Textpattern with a little Magic Dust by
 Stuart http://thebombsite.com/ Please honour the
 above terms of use. :)
 ***************************************************/


/***************************************************
   Global
   ---------------------------
   Used to set all browser defaults to a similar
   position. Helps if they all start off from the
   same place.
 ***************************************************/

* {
  margin:0;
  padding:0;
}




/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.62em !important;
  font-size: 1.0em;
  color: #666;
  background-color: #EEE;
}

#accessibility {
  position: absolute;
  top: -10000px;
}

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

a {
  color: #56B600;
}

a:hover {
  color: #326901;
  background-color: #DDD;
}

#sidebar a:hover, #footer a:hover {
  color: #326901;
  background-color: #CCC;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
  list-style-position: inside;
}

ul {
  list-style-image: url(/images/li_bullet.gif);
}


acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}




/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #sidebar or #content widths as well.
 ***************************************************/

#wrapper {
  width: 588px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}




/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute. This demo uses both
   of the included images by having a #header2
   id called by the archive page template. Unless
   you intend to use different images you can remove
   all #header2 references for clarity but remember to
   change the archive page template as well.
 ***************************************************/

#header {
  height: 144px;
  background: url(/images/header.jpg) no-repeat top center;
}

#header h1 {
  padding: 5px 0 12px 10px;
  margin-bottom: 10px;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
}

#header .title {
  padding: 10px 0 0 10px;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #fffff2;
}

#header .subTitle {
  padding-left: 12px;
  color: #fafaf0;
}

#header .title a {
  text-decoration: none;
  color: #fffff2;
}

#header .title a:hover {
  color: #f0e000;
  background-color: transparent;
}


/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  text-align: center;
  margin-bottom: 20px;
}

#menu a {
  padding: 6px 20px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
}

#menu a:hover {
  background: url(/images/menu_tab.gif) no-repeat top center;
}

#menu span.active {
  padding: 6px 20px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  background: url(/images/menu_tab_dark.gif) no-repeat top center;
}




/***************************************************
   Sidebar Column
   -------------------------------------------
   1. Change to right side column by altering
      #sidebar float attribute

   2. If you widen the #siteBox, also increase
      #sidebar or #content width attribute
 ***************************************************/

#sidebar {
  float: left;
  width: 175px;
  padding-right: 20px;
}

#sidebar .block {
  margin-bottom: 20px;
  background: #DDD url(/images/block_top.gif) no-repeat top center;
}

#sidebar h3 {
  padding: 5px 0 0 10px;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
}

#sidebar p {
  padding: 8px;
}

#sidebar .block .bottom {
  height: 28px;
  background: #DDD url(/images/block_bottom.gif) no-repeat bottom center;
}

#sidebar .links {
  margin: 10px 0 10px 0;
}

#sidebar .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#sidebar .links a:hover {
  background: #DDD url(/images/link_news.gif) no-repeat center center;
}

#sidebar a img {
  border: 0px;
}




/***************************************************
   Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #content float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#content {
  float: right;
  width: 375px;
}

#content p {
  text-align: justify;
  clear: both;
}

#content h2 {
  padding: 5px 0 12px 10px;
  margin-bottom: 10px;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
  background: url(/images/h1_bg.jpg) no-repeat bottom center;
}

#content h2 a, #content h2 a {
  text-decoration: none;
}

#content h3 {
  padding: 5px 0 0 15px;
  font-weight: bold;
  font-size: 1.3em;
}

#content h4 {
  padding: 5px 0 0 10px;
  font-weight: bold;
  font-size: 1.0em;
}

#pagenav p {
  text-align: center;
  margin-top: 20px;
}

.paging a, .articlenav a {
  padding: 10px 20px 10px 20px;
  border-top: 1px solid #56B600;
  border-bottom: 1px solid #56B600;
  text-decoration: none;
}

#content ul.share-this {
list-style-image: none;
padding: 0;
margin: 0;
}

#content ul.share-this li {
display: inline;
margin-right: 10px;
}

#content ul.share-this li a {
background-image: url(/css/social-icons.png);
height: 30px;
width: 32px;
display: inline-block;
text-indent: -999em;
}

#content ul.share-this li a:hover {
background-color: transparent;
}

#content ul.share-this li.facebook a {
background-position: 0 0;
}

#content ul.share-this li.twitter a {
background-position: 0 98px;
}

#content ul.share-this li.xing a {
background-position: 0 68px;
}

#content ul.share-this li.linkedin a {
background-position: 0 37px;
}


/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  clear: both;
  height: 100px;
  width: 375px;
  margin-top: 20px;
  margin-bottom: 20px;  
  background: url(/images/footer.gif);
}

#footer p {
  padding: 1px 15px 0 0;
  text-align: right;
}




/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #content section
 ***************************************************/


ul.links {
  float: left;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD url(/images/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(/images/link_arrow.gif) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(/images/link_bottom.gif) no-repeat top center;
}




/***************************************************
   Display Classes
 ***************************************************/

.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}

blockquote {
  margin-left: 20px;
  background: #FEFADE url(/images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
}

blockquote p {
  background: url(/images/quote_bottom.gif) no-repeat bottom right;
  padding: 8px;
}

p.right img {
  float: right;
  padding: 3px;
}

p.left img {
  float: left;
  padding: 3px;
}

.grey {

  color: #AAA;
}




/***************************************************
    Comments
 ***************************************************/

ol.comments {
  margin: 1.2em 0 1.2em 0;
  border-bottom: 1px solid #56B600;
  list-style-type: none;
}

ol.comments li {
  border-top: 1px solid #56B600;
  padding: 1px 0 1px 0;
}

.commenttitle {
  font-size: 1.1em;
}

.commentmeta {
  font-size: 0.9em;
  color: #999;
}

.comments {
  width: 98%;
}




/***************************************************
    Comment Entry Form
 ***************************************************/

form#txpCommentInputForm {
  margin-top: 40px;
}

form#txpCommentInputForm p {
  margin: 0;
  padding: 0;
}

input#forget, input#remember {
  margin-right: 5px;
}

textarea.txpCommentInputMessage {
  height: 200px;
  width: 275px;
  margin-bottom: 10px;
}

p#txpCommentInputForm {
  width: 300px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 10px 0;
  border-top: 1px solid #E8E7D0;
  border-bottom: 1px solid #E8E7D0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

img.links{
	float:left; 
	margin: 0 10px 10px 0
}

img.rechts{
	float:right; 
	margin: 0 0 10px 10px
}
