body {
	background-image: url(http://www.sarahickman.com/images/grunge-splatter.jpg);
background-attachment: fixed; }
#wrapper { position: relative; margin: 0 auto; padding: 0; width: 850px; }
#commentwrapper { position: relative; margin: 0 auto; padding: 0; width: 590px; }

#banner {
	width: 850px;
	height: 200px; }
#navigation {
	background-color: #696969;
	width: 850px;
	height: 21px; }
#sidebar {
	color: #464646;
	font-size: 8pt;
	font-family: verdana;
	background-color: #dcdcdc;
	position: absolute;
	left: 600px;
       top: 0px;
	width: 230px;
       height: 99%;
	padding: 10px; 
	line-height: 130%; }
.sidebar-title {
	color: #036;
	font-size: 9pt;
	font-weight: bold; }
#content {
	color: #000;
	font-size: 9pt;
	font-family: Verdana;
	line-height: 150%; 
	background-color: #f5f5f5;
	position: relative;
	top: 0;
	width: 560px;
	padding: 10px 20px 5px 20px; }
.content-title {
	color: #036;
	font-size: 16pt;
	font-family: Cochin, Palatino, Georgia;
	font-weight: bold;
	line-height: 100%; }
.content-date {
	color: #696969;
	font-size: 8pt;
	font-family: verdana; }
.content-posted {
	color: #696969;
	font-size: 7pt;
	font-family: verdana; }
blockquote {
         font-size: 9pt; 
         font-family: times; 
	line-height: 130%; }
#copyright { color: #000; font-size: 7pt; font-family: verdana; text-align: center; margin: 0 auto; }
#copyright a { color: black; text-decoration: underline; }


/*shadows*/

div.shadow {
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img { background-image: url(/images/shad_bottom.png); background-repeat: repeat-x; background-attachment: scroll; background-position: left bottom; padding: 0 1px 4px 0;
}

div.shadow img.nomatte { background-image: url(/images/shad_bottom.png); background-repeat: repeat-x; background-attachment: scroll; background-position: left bottom; padding: 0 0 4px;
}

div.shadow div.topleft { background-image: url(/images/shad_tlcorner.png); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; width: 2px; height: 4px; position: absolute; top: 0; left: -1px; }

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(/images/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(/images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright { background-image: url(/images/shad_brcorner.png); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; width: 4px; height: 4px; position: absolute; bottom: 0; right: -1px; }

#postinfo   { font-size: 7pt; font-family: verdana, sans-serif; font-weight: normal; line-height: 150%; padding-top: 2px; color: #808080 }

#postinfo a:link {color: #696969; text-shadow: 3px 3px 4px silver }

.oddcomments {
font-size: 10pt;
line-height: 120%;
background: #ccc;
margin-top: 5px;
padding: 5px 5px 5px 5px;
}

.evencomments {
font-size: 10pt;
line-height: 120%;
background: #fff;
margin-top: 5px;
padding: 5px 5px 5px 5px;
}
