@charset "utf-8";
/* CSS Document */
html{background:#608653 url(../img/body-bg.jpg) no-repeat 50% 0%}
body{margin-top:145px; font-family: Verdana, sans-serif; font-size:12px;}

h1{font-size:28px; color:#363;}
a{color: #693;text-decoration: none;}
a:hover{color: #c93; text-decoration:underline;}

h2,h3{color:#693;margin:0 0 10px 0;}

img {border: none;}

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;}

#wrap-main{width:780px; margin:0 auto;}
#top-nav-left{width:390px; height:60px; margin-left:20px; padding: 40px 0 0 15px ; display:block; float:left; font-size:15px; font-weight:bold; color:#c93;}
#top-nav-left a{color:#efeee9;text-decoration: none;}
#top-nav-left a:hover{color: #C96;}

#top-nav-right{width:290px; height:60px; margin-right:50px; display:block; float:right; text-align:center;}

#content-wrap{width:777px;background:#efeee9; margin:10px 0 0 1px; display:block; overflow:auto;}
#content-left{width:480px; padding:20px; border-right:#999 2px dashed; min-height:650px; display:block; float:left;}
#content-right{width:220px; display:block; padding:10px 20px 0 0; float:right;}
#footer-wrap{width:757px;background:#87AD64; margin:0 0 0 2px; min-height:30px; padding:10px; clear:both; display:block; overflow:auto; color:#ccc; font-size:11px;}

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

h2.date-header {
  margin-top: 0;
  padding-left: 40px;
 padding-top:5px;
  font-size: 12px;
  color: #f93;
  font-weight:normal;
  background: url(../img/bench.png) no-repeat 0 0;
  height:20px;
  }

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

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

.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 11px;
  color: #999;
  background: url(http://www.blogblog.com/tictac/tictac_grey.gif) no-repeat 0 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;
  }

/* comment styles */

#comments {
  padding-top: 10px;
  font-size: 10px;
  line-height: 1.5em;
  color: #666;
  /*background: #eee url(http://www.blogblog.com/tictac/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: 11px;
  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;
  }

.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}

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

h2.sidebar-title {
  margin: 0 0 0 0;
  padding: 25px 0 0 35px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 18px;
  color: #666;
  height: 32px;
  background:  url(../img/bench.png) no-repeat 0px 25px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }

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

#sidebar li {
  background: url(http://www.blogblog.com/tictac/tictac_green.gif) no-repeat 0 5px;
  }

/* profile block */

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

.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: 20px;
  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;
  }

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

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


