/* 
Theme Name:  TicTac (Blueberry)
Author:      Dan Cederholm
Theme URI:   http://www.simplebits.com/
Description: The original template style from Blogger.
Version:     1.0
Date:        1 March 2004
*/

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

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

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

blockquote p {
  margin-top: 0px;
  }

.cite {
  margin: 0px 0px 0px 30px;
  padding: 10px 0px 0px 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  }

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

code {
  color: #996666;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  }

.alignright {
  float: right;
  }

.alignleft {
  float: left;
  }

/* unordered list style */

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

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background: url("/images/tictac_blue/tictac_blue.gif") no-repeat 0px 6px;
  }

/* links */

a {
  text-decoration: none;
  }

a:link {
  color: #6699cc;
  }

a:visited {
  color: #666699;
  }

a:hover {
  text-decoration: underline;
  color: #5B739C;
  }

a:active {
  color: #5B739C;
  }

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

#wrap {
  width: 847px;
  margin: 0px auto;
  text-align: left;
  background: url("/images/tictac_blue/tile.gif") repeat-y;
  }

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

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

#sidebar {
  margin: 0px 41px 0px 547px;
  padding: 20px 0px 0px 0px;
  font-size: 85%;
  line-height: 1.4em;
  color: #999;
  background: url("/images/tictac_blue/sidebar_bg.gif") no-repeat 0px 0px;
  }

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

#blog-header {
  margin: 0px;
  padding: 0px;
  font-family: "Lucida Grande", "Trebuchet MS";
  background: #e0e0e0 url("/images/tictac_blue/top_div_blue.gif") no-repeat top left;
  }

#blog-header h1 {
  margin: 0px;
  padding: 45px 60px 25px 160px;
  font-size: 200%;
  color: #fff;
  text-shadow: #4F73B6 2px 2px 2px;
  }

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

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

#blog-header p {
  margin: 0px;
  padding: 0px 60px 45px 160px;
  font-size: 100%;
  text-align: right;
  color: #fff;
  text-shadow: #4F73B6 2px 2px 2px;
  background: url("/images/tictac_blue/top_h1_blue.gif") no-repeat bottom left;
  }

/* ---( main menu )--- */

#menu {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  text-align: center;
  color: #ddd;
  background: url("/images/tictac_blue/menu_sill.gif") no-repeat bottom left;
  }

#menu p {
  margin: 0px;
  padding: 10px 60px 10px 60px;
  background: url("/images/tictac_blue/menu_sash.gif") no-repeat top left;
  }

#menu a {
  color: #fff;
  }

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

h2.page-title {
  margin-top: 0px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 150%;
  letter-spacing: -1px;
  color: #993333;
  }

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

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

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

.post-title a {
  color: #993333;
  }

.post-footer {
  text-align: justify;
  margin: 0px;
  padding: 0px 0px 0px 14px;
  font-size: 88%;
  color: #999;
  background: url("/images/tictac_blue/tictac_grey.gif") no-repeat 0px 8px;
  }

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

.post-smiley img {
  padding: 0px;
  border: none;
  vertical-align: middle;
  }

.post img.wp-smiley {
  padding: 0px;
  border: none;
  vertical-align: middle;
  }

/* comment styles */

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

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

#comments li {
  background: none;
  padding-left: 0px;
  }
  
.comment-body {
  padding: 0px 10px 0px 25px;
  background: url("/images/tictac_blue/tictac_blue.gif") no-repeat 10px 5px;
  }

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

.comment-data {
  margin: 4px 0px 0px 0px;
  padding: 0px 10px 1em 60px;
  color: #999;
  border-bottom: 1px solid #ddd;
  background: url("/images/tictac_blue/comment_arrow_blue.gif") no-repeat 44px 2px;
  }

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

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

h2.sidebar-title {
  margin: 0px;
  padding: 25px 0px 0px 50px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  height: 32px;
  background: url("/images/tictac_blue/sidebar_icon.gif") no-repeat 20px 15px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }

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

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

/* profile block */

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

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

.profile-img img {
  float: left;
  margin: 0px 10px 0px 0px;
  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("/images/tictac_blue/profile_blue.gif") no-repeat 20px 4px;
  }

#sidebar p.profile-blogger {
  padding: 5px 20px 0px 36px;
  border-bottom: none;
  background: url("/images/tictac_blue/blogger.ico") no-repeat 16px 4px;
  }

#sidebar p.profile-yahoo360 {
  padding: 5px 20px 0px 36px;
  border-bottom: none;
  background: url("/images/tictac_blue/yahoo.ico") no-repeat 16px 4px;
  }

#sidebar p.profile-orkut {
  padding: 5px 20px 0px 36px;
  border-bottom: none;
  background: url("/images/tictac_blue/orkut.ico") no-repeat 16px 4px;
  }

#sidebar p.profile-technorati {
  padding: 5px 20px 0px 36px;
  border-bottom: none;
  background: url("/images/tictac_blue/technorati.ico") no-repeat 16px 4px;
  }

#sidebar p.profile-audioscrobbler {
  padding: 5px 20px 0px 36px;
  border-bottom: none;
  background: url("/images/tictac_blue/audioscrobbler.ico") no-repeat 16px 4px;
  }

#sidebar p.profile-43 {
  padding: 5px 20px 0px 36px;
  border-bottom: none;
  background: url("/images/tictac_blue/43.ico") no-repeat 16px 4px;
  }

#sidebar p.profile-linkedin {
  padding: 5px 20px 0px 36px;
  border-bottom: none;
  background: url("/images/tictac_blue/linkedin.ico") no-repeat 16px 4px;
  }

#sidebar p.profile-flickr {
  padding: 5px 20px 0px 36px;
  border-bottom: none;
  background: url("/images/tictac_blue/flickr.ico") no-repeat 16px 4px;
  }

#sidebar p.profile-facebook {
  padding: 5px 20px 0px 36px;
  border-bottom: none;
  background: url("/images/tictac_blue/facebook.ico") no-repeat 16px 4px;
  }

#sidebar p.profile-twitter {
  padding: 5px 20px 0px 36px;
  border-bottom: none;
  background: url("/images/tictac_blue/twitter.ico") no-repeat 16px 4px;
  }

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

/* image block */

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

.image-datablock dd {
  margin: 0px;
  padding: 0px;
  }

.image-img img {
  padding: 4px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  background: #fff;
  }

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

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

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

#footer p {
  margin: 0px;
  padding: 20px 320px 20px 95px;
  background: url("/images/tictac_blue/bottom_sash.gif") no-repeat top left;
  }

#footer a {
  color: #ddd;
  }

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

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