#wrapper
{
  width:750px; 
  margin:auto;
}

#header
{
  background-image:url(http://www.felt.co.nz/blog/bloglogo.gif);
  height:34px;
  background-repeat:no-repeat;
  background-position:right;
  padding-top:106px;
}

#menu
{
  background-color:#C0C0C0;
  height:24px;
  margin:0px;
  opacity:.7;
  line-height:24px;
  padding-left:10px;
}

/* ------------ Blog post area ------------ */

/* Used for date / time headings */

h5
{
  text-transform:uppercase;
  color:#bdbdbd;
  font-weight:bold;
  font-size:11px;
}

/* Story title */

.storytitle
{
  font-size:18px;
  font-weight:bold;
}

/* Stories Container */

body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#606060;
  font-weight: 500;
}

#container a
{
  text-decoration:none;
  color:#4c4c4c;
}


#container a:hover
{
  text-decoration:underline;
}

.meta
{
  color:#bdbdbd;
}

/* ------------ Righthand side - Listing area ------------ */

/* Use the same style as date/time headings */

#listing h1
{
  text-transform:uppercase;
  color:#bdbdbd;
  font-weight:bold;
  font-size:11px;
}

#listing a
{
  text-decoration:none;
  color:#4c4c4c;
}

#listing a:hover
{
  text-decoration:underline;
}


#menu a
{
  color:#333333;
  text-decoration:none;
}

#menu a:hover
{
  text-decoration:underline;
}


#options a
{
  color:#333333;
   text-decoration:none;
}

#options a:hover
{
  text-decoration:underline;
}

#options
{
  padding-left:10px;
}

.heading{
font-size:10px;
margin-bottom:5px;
margin-top:20px;
}

#listing{
float:right;
width:200px;
}
#listing ul{
list-style:none;
margin-left:-5px;
padding:0px;
margin-top:4px;
}
#listing li{
margin-left:5px;
}
#container{
padding:20px;
width:500px;
}

.entrySeparator {margin-bottom: 1.0em; margin-top: 1.0em; border-bottom: 1px solid #bdbdbd;}


