/* @import url('blabla.css'); */
/* @import "header.css"; */



body{margin:0}/* for ie mac*/
/* commented backslash hack v2 \*/ 
html, body{height:100%;padding:0} 
* html, * html body{
	overflow:hidden;
	padding:100px 0;
	margin:-100px 0;
	padd\ing:0;
	ma\rgin:0;
}
* html #outer { 
	overflow:auto;
	height:99.9%;
	voice-family: "\"}\""; voice-family:inherit; 
}
* html #contain-all{
	position:absolute;
	overflow:auto;
	width:100%;
	height:100%;
	z-index:1;
}
/* end hack */ 

#top-bar{
	position:absolute;/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
	top:0px;
	left:0px;
	height:100px;
	width:100%;
	margin:0;
	padding:0;
	z-index:999;
	overflow:hidden;
}
#topbar-inner {
	height:100px;
    background:white;
}

/* mac hide - reduce page to allow the scrollbar to remain visible \*/
* html #topbar-inner {margin-right:17px;}
/* end hide*/

.spacer {height:100px}/* same height as footer/header to preserve space*/
p{margin-top:0}

html>body #top-bar {position:fixed}/* for moz/opera and others*/








body {
    font: 16px Verdana, Arial, sans-serif;
	line-height:1.5em;
    padding: 0px 0px 0px 0px;
    margin: 0;
	color:#111;
}

div#innerheader{
	  width:980px;
	  padding:0px 10px 0px 10px;
      text-align:left;
}

/*

div#header{
  position:absolute;
  top:0;
  left:0;
  text-align:center;
  width:100%;
  height:100px;
  background:white;
}


@media screen{
  body>div#header{
   position:fixed;
  }
 }

 * html body{
  overflow:hidden;
 } 

 * html div#wrap{
  height:100%;
  overflow:auto;
 }

*/

div#postform{
	width:630px;
    float:left;
}

div#share{
	width:350px;
	float:left;
}



div#content {
	width:630px;
	float: left;
}

div#sidebar {
	width:286px;
	float: left;
	padding-left:4em;
}

div#footer{
	padding-top:3em;  
    clear:both;
}

a.secretlink{
	text-decoration:none; 
	color:black;
}

a.secretlink:visited{
	color:black;
}

a:visited {
	color:blue;
}

a:hover {
}


h1, h2, h3 {
    font-family: Verdana, sans-serif;
	font-weight:normal; 
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

#share{
	margin-top:.5em; 
}

#share a{
  float:right;
  margin: 0em 0em 0em 2em; 
  text-decoration:none;
}

#footer {
	margin-top:5em;
	margin-bottom:1em;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
	color:#777;
}


#teaser {
	line-height:2em;
	margin-top:3em;
	margin-bottom:1em;
	padding: 2em;
    border-right: 3px solid #D0F4F6;
    border-left: 3px solid #D0F4F6;
    border-top: 3px solid #D0F4F6;
}


#post-form{
	margin-top:3em;
}

span.mybutton:hover {
	cursor:pointer;
}

span.mybutton {
	background:#f8f8f8;
	font-weight:bolder; 
	padding:2px 16px 2px 16px;
	border: 3px solid #D0F4F6;
}

#footer a {
	color:#55e
}


.errorlist li {
    list-style-type: none;
    color: red;
    font-weight: bold;
}


img {
    border: none;
}

div.item-body {
	margin-bottom:1em; 
	padding-left:2.5em;  
}
span.item-title {
	font-weight: bold;
}

div.addentry{
	position:absolute;
	top:0px;
	padding:0.75em 0em 0.75em 0em; 
    width: 650px;
}
