body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: center;
  color: #333;
  background: #e0e0e0;
  }

blockquote
{
	margin: 0 0 0 30px;
	padding: 10px 0 0 20px;
	font-size: 88%;
	line-height: 1.5em;
	color: #666;
	background: url(/images/quotes.gif) no-repeat top left;
	border-left: 1px #666 groove;
}

blockquote p {
  margin-top: 0;
  }

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

code {
  color: #f63;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

/* unordered list style */

ul {
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background: url(http://www.blogblog.com/tictac/tictac_orange.gif) no-repeat 0 6px;
  }

/* links */

a:link { color: #FF6800; }

a:visited { color: #FF9B2F; }

a:hover { color: #8D3300; }

a:active {
  color: #cc3333;
  text-decoration: none;
  }

/* ---( layout structure )---*/

@media all {
  #wrap {
	margin: 0 auto 0 auto;
	width: 901px;
	background-color: #999999;
	background-image: url(../images/bbc_bgtile.gif);
	background-repeat: repeat-y;
	position: relative;
	text-align: left;
    }

  #content
  {
  	background-image: url(../images/column_divider.gif);
  	background-repeat: repeat-y;
  	background-position: 580px;
  }

  #main-content {
    float: left;
    width: 539px;
    margin: 20px 0 0 10px;
    padding: 0;
    line-height: 1.5em;
    }

  #sidebar {
    margin: 0 41px 0 600px;
    padding: 20px 0 0 0;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
    }
  }
@media handheld {
  #wrap {
    width: 90%;
    background: none;
    }

  #content {
    margin:0 2% 0 2%;
    }

  #main-content {
    float: none;
    width: 100%;
    }

  #sidebar {
    margin: 0 2% 0 2%;
    }
  }


/* ---( header and site name )--- */

@media all {

  #blog-header h1 {
    margin: 0;
    padding: 45px 60px 50px 160px;
    font-size: 200%;
    color: #fff;
    text-shadow: #81A75B 2px 2px 2px;
    }
  }
@media handheld {
  #blog-header {
    background: #99cc66;
    }

  #blog-header h1 {
    background: none;
    }
  }

#blog-header h1 a {
  text-decoration: none;
  color: #fff;
  }

#blog-header h1 a:hover {
  color: #eee;
  }

/* ---( main column )--- */

h2.date-header
{
	margin-top: 0;
	padding-left: 14px;
	font-size: 90%;
	color: #008BFF;
	background: url(http://www.blogblog.com/tictac/date_icon.gif) no-repeat 0 50%;
}

h3.post-title
{
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #666;
}

.post
{
	margin: 0 0 5px 0;
	padding: 0 0 15px 14px;
	border-bottom: #C6C6C6;
	border-width: 0 0 2px 0;
	border-style: none none dotted none;
}

.post-footer {
  margin: 0;
  padding: 0 0 15px 14px;
  font-size: 88%;
  color: #999;
  }

.post img {
  padding: 6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }

/* comment styles */

#comments {
  padding-top: 10px;
  font-size: 85%;
  line-height: 1.5em;
  color: #666;
  }

#comments h4 {
  margin: 20px 0 15px 0;
  padding: 8px 0 0 40px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  background: url(http://www.blogblog.com/tictac/bubbles.gif) no-repeat 10px 0;
  height: 29px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }
  
#comments ul {
  margin-left: 0;
  }

#comments li {
  background: none;
  padding-left: 0;
  }
  
.comment-body {
  padding: 0 10px 0 25px;
  background: url(http://www.blogblog.com/tictac/tictac_orange.gif) no-repeat 10px 5px;
  }

.comment-body p {
  margin-bottom: 0;
  }

.comment-data {
  margin: 4px 0 0 0;
  padding: 0 10px 1em 60px;
  color: #999;
  border-bottom: 1px solid #ddd;
  background: url(http://www.blogblog.com/tictac/comment_arrow.gif) no-repeat 44px 2px;
  }


.deleted-comment {
  font-style:italic;
  color:gray;
  }

/* ---( sidebar )--- */

h2.sidebar-title
{
	margin: 0 0 0 0;
	padding: 0px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #008CFF;
	/* for most browsers */
	/**/
	/* for IE5/Win */
}

#sidebar ul, #sidebar p
{
	margin: 0 0 10px 0;
	padding: 0px 20px 1em 0px;
	border-bottom: 1px solid #ddd;
}

#sidebar li {
  background: url(../images/chevron.gif) no-repeat 0 5px;
  }

/* profile block */

.profile-datablock {
  margin: 0;
  padding: 5px 20px 0 20px;
  }

.profile-datablock dd {
  margin: 0;
  padding: 0;
  }

.profile-img img {
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  background: #fff;
  }

#sidebar p.profile-link {
  padding-left: 36px;
  background: url(http://www.blogblog.com/tictac/profile.gif) no-repeat 20px 4px;
  }

p#powered-by, #sidebar p.profile-textblock
{
	margin-top: 1em;
	border: none;
	text-align: center;
}
  

/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }

@media all {
  #footer
  {
  	clear: both;
  	padding: 0px;
  	font-size: 11px;
  	color: #FFF;
  	background-image: url(../images/footer_bg.gif);
  	background-repeat: repeat-y;
  	width: 851px;
  	text-align: right;
  	background-color: transparent;
  	margin: 0 0 0 1px;
  	border: 0;
  }

  #footer p {
    margin: 0;
    padding: 20px 320px 20px 95px;
    }
  }
@media handheld {
  #footer {
    background: none;
    }

  #footer p {
    background: none;
    }
  }

<ItemPage>
/* ---- overrides for post page ---- */

.post {
  padding: 0;
  border: none;
  }
</ItemPage>


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }
  
  
/* twitter   
#twitter_div
{
	background-image: url(../images/twitter_top.gif);
	background-repeat: no-repeat;
	width: 247px;
	padding: 0px;
}

div.tweet_div
{
	background-image: url(/images/right_quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

p.tweet
{
	background-image: url(/images/left_quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 20px;
}

div.twitter_closer
{
	width: 287px;
	height: 68px;
	background-image: url(/images/twitter_bottom.gif);
	background-repeat: no-repeat;
}
  */
  
  #bottomShadow
  {
  	margin: 0 auto 0 auto;
  	width: 901px;
  	background-image: url(../images/footer_bg.gif);
  	background-repeat: no-repeat;
  	text-align: center;
  	height: 36px;
  	background-position: left top;
  	color: white;
  	font-size: 10px;
  	font-weight: bold;
  }