* {
   padding: 0px;
   margin: 0px;
}

body {
   background-color: #fff;
}

div#skyLine {
   padding: 3px 5px 3px 5px;
   margin: 10px 10px 0 10px;
   border: 1px #999999 solid;
   background-color: #cccccc;
}

h1#siteName {
   text-transform: uppercase;
   color: #666666;
   font-size: .75em;
   font-family: Georgia;
   display: inline;
}

h2#siteClever {
   text-transform: lowercase;
   color: #666666;
   font-weight: normal;
   font-size: .75em;
   font-family: Georgia;
   display: inline;
}

div#shell {
   margin-right: 75px;
   margin-top: 50px;
   margin-left: 75px;
}

div.post {
   border-bottom-width: 1px;
   border-bottom-color: #999999;
   border-bottom-style: solid;
   padding-bottom: 50px;
   margin-bottom: 50px;
}

div.post h1.postTitle {
   margin-bottom: .5em;
   font-weight: normal;
   font-size: 2.5em;
   font-family: Georgia;
}

div.post h1.postTitle a {
   color: #000;
   text-decoration: none;
}

div.post h1.postTitle a:hover {
   text-decoration: underline;
}

div.post p {
   line-height: 1.4em;
   margin-bottom: 1em;
   font-size: .9em;
   font-family: Georgia;
   width: 30em;
}

div.post p.postDate {
   color: #999999;
   text-transform: uppercase;
   font-size: .7em;
   font-family: Verdana;
}