body {
        font-size: 12px; 
        font-family: Verdana;
        background: #f5f5f5;
        color: #4d4d4d;
        text-align: center;
        margin:0;
        padding:0;
        line-height: 1.2;
        }
a {

        color: #6d6d6d;
        text-decoration: none;
        }

a:hover {

        color: #3a3a3a;
        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: 60px;
        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;
  letter-spacing: 3px;
  font-size: 30px;
  font-family: Monotype Corsiva;
}
#header .link {
  color: #FFF;
}

#search{
        text-align:left;
        margin-top: 6px;
        margin-right:0px;
}


#search .text {
	border: 1px  #0053ac solid;
    background: #fff url('images/search.png') no-repeat 4px 5px;
	height: 21px;
	padding-left: 25px;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Tahoma;
}


#search .button {
        background: url('images/search.gif');
        border: 0px;
        height: 21px;
        width: 80px;
		color:#fff;
		font-size: 12px;
		font-family: Verdana, Tahoma;
		font-weight: bold;	
  }
  
  
#top_menu
	{
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	border-bottom: 2px dashed #ccc;
	padding-bottom: 5px;
	}



.post{
margin-left:15px;
width:510px;
float:left;
}
.entry {
 margin-top: 40px;
}

.entry a:hover
	{
        color: #006f73;
        text-decoration: none;
	}
.post .title{
        padding:0px;
        color:#4a4a4a;
        font-size:22px;
        font-weight:none;
        text-decoration:none;
        border-bottom:1px solid #bababa;

}

#date{
        background: url('images/folder.png') no-repeat top center;
        height:52px;
        width:68px;
        padding:9px;
        float:left;
        line-height: 1;

}
#date .month{
        text-align:left;
        margin-left:5px;
        margin-bottom:8px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		font-family: Verdana;
}
#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;
}



.end {
    clear: both;
}

h2 {
  font-size: 16px;
  margin: 4px 0px 4px 32px;
}