/*  
Theme Name: Blank_default_de
Theme URI: 
Description: Blank default_de ist die Grundlage fuer ein eigenes Design. Es hat nur dort html drin wo es meiner Meinung nach wichtig ist fuer das Verstehen des html Outputs von WordPress. Man kann bis zu 5mal Widgets einsetzen. Bitte im Artikel auf texto.de nachlesen wie.
Version: 1.6
Author: MTS von webdesign-in.de und texto.de
Author URI: http://www.texto.de 

	
 */

hmtl{ height:100%;
      text-align: left;
      padding: 50px;
      margin: 50px;
      border: none;
     }

body{	
margin: 50px 50px 50px 50px;
	padding-bottom: 50px;
font-family: Helvetica;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
        text-align: left;
  }


#footer {
  position: fixed; width: 100%; z-index: 2; bottom: 20px; left: 0px;
  text-align: center;	
}


#primaryContent {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  text-align: left;
}


  ol#posts {
  	display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
  }

    li.postWrapper,
    div.postWrapper {display: inline;
  padding: 0px;
  margin: 0px;}

      .postWrapper img { }

      div.post { display: inline;
  padding: 0px;
  margin: 0px;}

      div.post img { display: inline;
    padding: 2px;
  margin: 0px;
border: none;}

      p {display: inline;
  padding: 0px;
  margin: 0px;
border: none;}

  #pagination {
    list-style: none;
    margin: 0px;
    padding: 0px;}

    #pagination li {
        font-family: Helvetica;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
        display: inlne;
	font-style: normal;
	text-align: center;
        margin: 0px;

    }

    #pagination .previous {

    }
    #pagination .future {
    }

/**       sidebar          */
#secondaryContent {
  width: 0px;
  float: left;
}
  #secondaryContent h3 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  /**
    Remove bullets from the first level sidebar UL and give each item some bottom margin.
    IE 6 doesn't like the selectors, I can live with that but if you can't then
    you'll need to extend this further.
  */
  #secondaryContent > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
    #secondaryContent > ul > li {
      margin: 0 0 10px 0;
    }

  /** the HTML is a bit dodgy for the tag cloud, need to add some padding
      between the title and the first href */
  .widget_tag_cloud a {
    padding-left: 5px;
  }

#comment {
  width: 500px;
}


/** normally hidden but will appear when css disabled */
.skip,
.noCss {
  position: absolute;
  left: -9999px;
}





/*--------------------linkgestaltung--------------------*/


a {font-family: Helvetica;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
     }
a:link { 	font-family: Helvetica;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
     }
a:visited { 	font-family: Helvetica;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
     }
a:link:focus{ font-family: Helvetica;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
     }
a:link:hover, 
a:visited:hover { 	font-family: Helvetica;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
    }
a:link:active, 
a:visited:active {font-family: Helvetica;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
     }


/*--------------------smilies im text--------------------*/

body img.wp-smiley{
     }



