


DIV, P, PRE, CENTER, TABLE, FORM,
SPAN, FONT, UL, OL, LI, A {
	margin:	0px;
	padding: 0px;
}
UL, OL {
	margin-left: 20px;
}


body {
        font-size: 12px; 
        font-family: Verdana;
        background: #f5f5f5;
        color: #4d4d4d;
        text-align: center;
        margin:0;
        padding:0;
        line-height: 1.2;
        }
a:link,
a:visited,
a:active {

        color: #6d6d6d;
        text-decoration: none;
        }

a:hover {

        color: #81b036;
        text-decoration: none;
        }

#page {
        width:850px;
        height:100%;
        background-color: white;
        border: 1px solid #e2e2e2;
        border-top:0px;
        text-align: left;
        margin:0 auto;
        }
#header {
        background: #2e2e2e url('images/header_bg.gif');
        height: 44px;
        padding:0px;
        vertical-align:top;
        }

#header img{
        border:0px;
        float:left;
        margin-left:5px;
}
#header .link {
  font-size: 16px;
  color: #FFF;
  margin: 10px 0px 0px 20px;
  float: left;
}
#header .link {
  color: #FFF;
}

#search{
        text-align:right;
        float:right;
        margin-top: 6px;
        margin-right:20px;
}
#search .text {
	border: 1px  #8FB935 solid;
        height: 16px;
        background: #FFFFEE;
}
#search .button {
        background: url('images/search.gif');
        border: 0px;
        height: 21px;
        width: 80px;
  }



#content{
 margin-top:30px;
 text-align:left;
 margin-left:15px;
 float:left;
}

.post{
margin-left:15px;
width:510px;
float:left;
}
.entry {
 margin-top: 40px;
}
.post .title{
        padding:0px;
        color:#4a4a4a;
        font-size:22px;
        font-weight:none;
        text-decoration:none;
        border-bottom:1px solid #bababa;

}

#date{
        background: url('images/date_bg.gif') no-repeat;
        height:52px;
        width:68px;
        padding:9px;
        float:left;
        line-height: 1;

}
#date .month{
        text-align:left;
        margin-left:5px;
        margin-bottom:8px;
}
#date .nr{
        text-align:right;
        margin-right:24px;
        color:#FFF;
        font-size:18px;
        font-weight:bold;
}

#sidebar{
text-align:left;
float:left;
margin-left:35px;
margin-top:30px;
width: 220px;
border:1px dashed #bababa;
padding:10px;
padding-left:20px;
}

#footer{
margin: 24px 0 12px;

text-align:center;
}

.end {
    clear: both;
}

h2 {
  font-size: 16px;
  margin: 4px 0px 4px 32px;
}