html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(images/backgr.jpg) repeat-x;
}

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

blockquote p {
  margin-top: 0;
  }

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

code {
  color: #840bbc;
  }

hr {
  display: none;
  }

img {
  border: 0;
  margin: 0;
  padding: 0;
  }

/* 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: #96c;
  }

a:visited {
  color: #666699;
  }

a:hover {
  color: #93c;
  }

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

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

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

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

.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.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: 85%;
  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: 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;
  }

.comment-link {
  margin-left:.6em;
  }

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

h2.sidebar-title {
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 11px;;
  color: #666;
}

#sidebar ul, #sidebar p {
  margin: 0;
  padding: 5px 20px 1em 20px;
  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 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;
  }

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

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

div#blogContainer {
	position:relative; 
	padding: 0;
	left:0px; 
	top:0px; 
	padding: 0;
	width:764px; 
	margin: 0 auto;
	background: url(images/blogBG.gif);
	text-align: left;
}

#blogHeader {
	margin: 0;
    padding: 0;
	width: 764px;
	height: 262px;
    font-family: "Lucida Grande", "Trebuchet MS";
    background: #e0e0e0 url(images/blogheader.gif);
}

#blogHeader h1 {
    margin: 0;
    padding: 228px 10px 5px 70px;
    font-size: 18px;
    color: #FFFFCC;
}

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

#blogHeader h1 a:hover {
  color: #eee;
}

div#blogContent {
	float: left;
	width: 476px;
	background: url(images/blogBG.gif);
	padding: 12px 12px 20px 67px;
}

div#blogRightBar {
	float: left;
	width: 185px;
	background-color: #ce9021;
	padding: 12px;
	font-size: 10px;
	color:#FFFFCC;
}

div#blogfooter {
	margin: 0;
	padding: 0;
	clear: both;
	width: 764px;
	height: 54px;
	background: url(images/blogfooter.gif);
}

#blogfooter p {
	margin-left: 103px;
	padding-top: 23px;    
	font-size: 10px;
}

