/* 
Blogger Template Style
Name:     TicTac (Blueberry)
Author:   Dan Cederholm
URL:      www.simplebits.com
Date:     1 March 2004
*/

/* ---( page defaults )--- */

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(http://www.katinger.com/images/template/quotes.gif) no-repeat top left;
  }

blockquote p {
  margin-top: 0;
  }

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

code {
  color: #996666;
  }

hr {
  display: none;
  }

hr.foot {
  display: normal;
  }

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.katinger.com/images/template/tictac_blue.gif) no-repeat 0 6px;
  }
  
  
.formfield {
color: #c00;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-weight: normal;
font-size: 1em;
margin: 0 0 3px 0;
padding: 0 0 0 15px;
border: 0;
}

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

#wrap {
  width: 847px;
  margin: 0 auto;
  text-align: left;
  background: url(http://www.katinger.com/images/template/tile.gif) repeat-y;
  }

#content {
  margin-left: 62px; /* to avoid the BMH */
  }

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

#sidebar {
  margin: 0 41px 0 547px;
  padding: 20px 0 0 0;
  font-size: 85%;
  line-height: 1.4em;
  color: #999;
  background: url(http://www.katinger.com/images/template/sidebar_bg.gif) no-repeat top right;
  text-align:left;
  }


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

#blog-header {
  margin: 0;
  padding: 27px 0 27px 150px;
  clear:both;
  font-family: "Lucida Grande", "Trebuchet MS";
  background: #e0e0e0 url(http://www.katinger.com/images/template/top_div_blue.jpg) no-repeat top left;
  }

#blog-header .blogname {
  font-size: 300%;
  color: #fff;
  text-shadow: #4F73B6 2px 2px 2px;
  /*background: url(http://www.katinger.com/images/template/top_h1_blue.gif) no-repeat bottom left;*/
  }

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

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

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

h2.date-header {
  margin-top: 0;
  padding-left: 14px;
  font-size: 90%;
  color: #999999;
  background: url(http://www.katinger.com/images/template/date_icon_blue.gif) no-repeat 0 50%;
  }

h1.post-title {
  margin-top: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #993333;
  }

.post {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 14px;
  border-bottom: 1px solid #ddd;
  }

.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 88%;
  color: #999;
  background: url(http://www.katinger.com/images/template/tictac_grey.gif) no-repeat 0 8px;
  }

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


/* comment styles */

#comments {
  padding-top: 10px;
  font-size: 85%;
  line-height: 1.5em;
  color: #666;
  background: #eee url(http://www.katinger.com/images/template/comments_curve.gif) no-repeat top left;
  }

#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.katinger.com/images/template/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.katinger.com/images/template/tictac_blue.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.katinger.com/images/template/comment_arrow_blue.gif) no-repeat 44px 2px;
  }

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

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

h2.sidebar-title {
  margin: 0 0 0 0;
  padding: 25px 0 0 50px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  height: 32px;
  background: url(http://www.katinger.com/images/template/sidebar_icon.gif) no-repeat 20px 15px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }
  
h2.warning {
  margin: 0 0 0 0;
  padding: 10px 0 0 10px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #f00;
  height: 32px;
  }
  
.sidebar-title2 {
  margin: 0 0 0 0;
  padding: 10px 0 0 10px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 100%;
  font-weight: bold;
  color: #666;
  height: 32px;
  }
  
/* links */

.sidebar-title2 a.current:link {
color:#f00;
text-decoration:underline;
}

.sidebar-title2 a.current:visited {
color:#f00;
text-decoration:underline;
}

.sidebar-title2 a.current:active {
color:#f00;
text-decoration:underline;
}

.sidebar-title2 a.current:hover {
color:#f00;
text-decoration:underline;
}

a:link {
  color: #6699cc;
  }

a:visited {
  color: #666699;
  }

a:hover {
  color: #5B739C;
  }

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

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

.archive-list-bold {
  font-weight: bold;
  }

#sidebar li {
  background: url(http://www.katinger.com/images/template/tictac_blue.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 5px 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.katinger.com/images/template/profile_blue.gif) no-repeat 20px 4px;
  }
  
#sidebar img {
  float: left;
  margin: 0 5px 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;
  }

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

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

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

#footer {
  margin: 0;
  padding: 0 0 9px 0;
  font-size: 85%;
  color: #ddd;
  background: url(http://www.katinger.com/images/template/bottom_sill.gif) no-repeat bottom left;
  }

#footer p {
  margin: 0;
  padding: 20px 320px 20px 95px;
  background: url(http://www.katinger.com/images/template/bottom_sash.gif) no-repeat top left;
  }
  
  
  
 /*
-----------------------------------------------
Quick Edit and Delete Comment Icons
----------------------------------------------- */

/* Hide it now, show it later with dynamically-generated CSS */
.item-control {
   display:none;
}

.item-control a, .item-action a {
   text-decoration:none !important;
}

.quick-edit-icon {
   background: url("/img/icon18_edit_allbkg.gif") no-repeat left;

   /* makes an 18x18 box */
   padding:9px;

   margin:0 0 0 .5em;
}

.delete-comment-icon {
   background: url("/img/icon_delete13.gif") no-repeat left;

   /* makes a 14x14 box */
   padding:7px;
}
  
.email-post-icon { 
   background: url("http://www.katinger.com/images/email_icon.gif") no-repeat left;

   /* makes an 18x18 box */
   padding:9px;

   margin:0 0 0 .5em;
}



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

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