html {
 /* margin-bottom: 1px;*/
  overflow-y: scroll;
  height: 100%;     
}


body {
  font-size: 62.5%;   /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif; 
  color:  #66635F; 
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #FFF; 
}



a { 
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

a:hover { 
  text-decoration: none;
  border-bottom: 1px solid #fff;
 }

a img {
  border:none;
}

#wrapper {
  background-color: #CCC;
  margin: auto; 
  padding: 0;
  border:0;
  width: 762px;
  text-align: left;
}	

#backImg{ 
  background: url('../img/projects_bottom.jpg') no-repeat;
  background-position: 40px 40px;
}

#backImg2{ 
  background: url('../img/projects_bottom2.jpg') no-repeat;
  background-position: 300px 1000px;
}


#page {
  background-color: silver; 
  padding: 0;
  width: 760px;
  text-align: left;
}


#content {
  width:600px;
  margin-left:100px;
  margin-top: 10px;
  margin-right:auto;
  border: 1px solid rgb(200,200,200);
  padding : 10px;
  background-image : url('../img/greyfilter.gif');
}


#content .entry {
  padding: 5px;
  border: 1px dashed rgb(200,200,200);
  background: #FFF url('../img/stitch.jpg') repeat-y right 100%; 
  display: block;
  clear: both;
}

.entryLeft {
  float: left;
  width: 45%;
  text-align: center;
  clear: both;
  padding-top: 10px;
 }

.title { 
  font-size: 1.4em;
  font-weight: bold;
 }

.title img {
  display: inline;
  background: black;
  padding: 20px;
}

.entryRight{ 
  float: left;
  width: 50%;
  text-align: justify;
  line-height: 1.5em;
 }



#pagecontent {   
  margin: 10px;
  padding-left: 10px;
  width: 720px;
  text-align:justify;
}


.storycontent {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
  line-height: 1.6em;
}

.entry-metadata {
  font-size: 1.0em;
}

#content .post {
  border-bottom-color:#CCCCCC;
  border-bottom-style:solid;
  border-bottom-width: 1px;
}

.postmetadata{ 
  text-align: center;
  font-size: 0.9em;
}


/*------------- Footer Items--------------*/
#footer {
margin-left:-140px;
  padding: 0;
  margin-top: 40px;
}

#footer p {
  margin: 0;
  text-align: center;
}

/*----------------------------------------*/




/*--------Top Navigation Items-------*/
#supernav {
  position: relative;
  width: 500px;
   padding: 10px;  

  margin: 5px 0 5px 40px;

  background: white;  
  border: 1px solid #CCC;
  border-left: 2px solid red; 
}

#supernav img {
  margin-left: 32px; 
}


#supernav a { 
  border: none;
}





/*---------------------------------*/



