
body, #header-wrapper, #outer-wrapper,  #main-wrapper, #content-wrapper {
    position: relative;
}

body, #header-wrapper, #outer-wrapper,  #main-wrapper, #content-wrapper {
   padding: 0;
   margin: 0;
}

#main-wrapper  { 
    margin: 0 20%;
}

#header-wrapper { 
    margin: 0;  
}

#sidebar-wrapper { 
    width: 150px; 
    position: absolute; 
    margin-left: 80%; 
    top: 0; 
    padding: 0;  
}

#sidebar { 
    position: relative; 
    margin-left: 2em; 
    margin-top: 1em;
}

#sidebar .widget,
#footer .widget {
 font-size: smaller;
 text-align: left;
 display: block;
 background: #efefef;
 position: relative;
 padding: 10px;
 border: 2px solid #bbbbbb; 
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
}

#sidebar-wrapper .widget { 
    width: 100px; 
    height: 100px; 
    overflow: hidden; 
    padding: 1em; 
    margin-bottom: 2em; 
}

#sidebar .widget .button { 
    background: url(http://tst.exonome.com/pics/check.png) repeat;
    line-height: 19px; 
    font-weight: bold; 
    text-align: center; 
    font-size: 16px; 
    color: #bbbbbb; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    margin: 6pt;  
    width: 21px; 
    height: 21px; 
    border: 2px solid #bbbbbb; 
    padding-left: 1px; 
    cursor: pointer; 
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

a { text-decoration: none;}

h2.date-header {
  border-bottom: 1px solid #cc9900;;
  font-size: smaller;
  font-weight: normal;
  text-align: right;
  display: block;
}

h3.post-title, h3.entry-title {
	font-weight: normal;
}

.post-footer {
  margin: 1.7em 0 0 0;
}

.sidebar .widget h2 {
  display: none;
}

#header h1 {
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	font-size:x-large;
	font-weight:lighter;
	letter-spacing:3pt;
	line-height:1.1;
	margin:1em 0 0;
	padding:20px 5px 5px 10px;
	text-align:left;
	text-decoration:none;
}

#header-inner {
  background: white url(http://tst.exonome.com/pics/walking_banner.jpg) bottom right no-repeat;
  padding: 90px 20% 0;
}
h1.title, 
.descriptionwrapper {
  padding:  0 0 0 10px;
  background-image: url(http://tst.exonome.com/pics/check.png); 
  background-position: center center;
  background-repeat: repeat-both;
}

p.description {
  margin: 0;
}

.hentry {
	font-size: 1em;
}
