body {
background: #eee;
color: black;
}

#header {
  background-image: url("http://kevin.scaldeferri.com/images/CloudyWalkStrip.jpg");
  background-repeat: no-repeat;
  width: 700px;
  height: 169px;
  margin: 0 0 20px 0;
  margin-left: auto;
  margin-right: auto;
/*  border: 5px solid black;*/
  color: white;
  font-weight: bold;
  font-family: Verdana,Geneva,Arial,Sans-serif;
}

#header h1 {
  margin: 5px 0px 0px 10px;
  font-size: 150%;
}

#header h2 {
  margin: 0px 0px 0px 10px;
  font-size: 125%;
}

#content {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

#maincontent
{
  float: left;
  width: 100%;
/*  max-width: 600px;*/
  margin-right:-250px;
}

#stories {
  list-style-type: none;
  padding: 20px;
  margin-right: 250px;
}

#metacontent
{
  float: right;
  width: 240px;
  border-left: 1px solid black;
  margin: 10px 0px;
}

div.metasection
{
  width: 200px;
  padding: 10px;
  margin: 10px 0px;
}

a:link,a:visited {
  color: #241;
  font-weight: bold;
}

a:hover {
  color: #aa6;
}

.story
{
margin-bottom: 30px;
clear: both;
}

.story p.section {
  margin-top: 15px;
}

.story p.section:first-line {
  font-variant: small-caps;
}

.storytitle {
font-family: Verdana,Geneva,Arial,Sans-serif;
font-weight: normal;
margin: 0 0 0 0;
font-size: 100%;
border-bottom: 1px solid black;
}

.storytitle a {
font-family: Verdana,Geneva,Arial,Sans-serif;
font-weight: normal;
font-size: 100%;
color: #000;
text-decoration: none;
}

.story p {
  margin: 5px 0;
  font-size: 80%;
}

.date
{
/*
margin:0;
padding-top:8px;
padding-right:5px;
float:right;
*/
}

.storybody
{
margin: 10px 40px 0px 40px;
}

.storybody p {
font-size: 100%;
}

.storybody .update {
  font-style: italic;
}
.storybody p.update:before {
  content: '(';
}
.storybody p.update:after {
  content: ')';
}

.storyfooter
{
vertical-align: top;
padding: 5px 5px 5px 5px;
}

div.comments {
  border-top: 1px solid black;
  clear: both;
  margin-top: 20px;
}

.comments p {
  font-size: 100%
}

p.writeback-author {
  margin-top: 20px;
}

div.writeback-body {
  margin-left: 40px;
  margin-right: 40px;  
}
p.writeback-title {
  margin-left: 40px;
  margin-right: 40px;
  font-style: italic;  
}
p.writeback-date {
  font-style:italic;
  font-size: 90%;
}

acronym, abbr {
border-bottom: dotted 1px #214973; 
cursor: help; 
font-size: 90%;
font-style: normal; 
/* letter-spacing: 1px;*/
} 

p.permalink {
float: right;
margin: 0;
font-size: 90%
}

.metasection h2
{
  font-family: Verdana,Geneva,Arial,Sans-serif;
  font-size: 125%;
  margin: 5px 0px;
}

.metasection h3
{
  font-family: Verdana,Geneva,Arial,Sans-serif;
  font-size: 100%;
  margin: 5px 0px;
}

.metasection {
  font-size: 90%;
}

.breadcrumb {
  list-style-type: none;
  padding-left: 5px;
}

.breadcrumb ul {
  list-style-type: none;
  padding-left: 10px;
}

.breadcrumb a {
}

.breadcrumb .breadcrumb-this {
  font-weight:bold;
}

.breadcrumb .breadcrumb-this ul {
  font-weight: normal;
}

.side-image img {
/*height:150px;*/
width:200px;
border:0;
}


.shadowed {
float: left;
background: url(http://kevin.scaldeferri.com/images/shadowAlpha.png)
no-repeat bottom right !important; 
background: url(http://kevin.scaldeferri.com/images/shadow.gif) no-repeat bottom right; 
margin: 10px 0 0 10px !important;
margin: 10px 0 0 5px;
position: relative;
}

.shadowed img {
position: relative;
border: 1px solid #a9a9a9;
/*border:0;*/
margin: -6px 6px 6px -6px;
vertical-align: bottom;
}

.clearer {
clear: both;
height: 0px;
}

.done {
text-decoration: line-through;
}

object.amazon_ad {
  float: right;
  padding: 0 0 10px 10px;
}

p.comment-response {
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 20px 0;
}

div.right-image {
  float:right;
  padding:0px 0px 10px 10px
}
