/* CSS Document */


body {
  margin: 0;
  padding: 0;
  font-family: Calibri,Verdana, sans-serif;
  font-size: 100%;
  text-align: center;
  color: #333;
  background: #ffffff;
  }

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_blue/quotes.gif) no-repeat top left;
  }

blockquote p {
  margin-top: 0;
  }

#navbar-iframe {
   height: 0px;
   visibility: hidden;
   display: none;
}

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

code {
  color: #996666;
  }

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_blue/tictac_blue.gif) no-repeat 0 6px;
  }

/* links */

a:link {
  color: #4C6486;
  }

a:visited {
  color: #4C6486;
  }

a:hover {
  color: #5B739C;
  }

a:active {
  color: #4C6486;
  text-decoration: none;
  }

/* ---( layout structure )---*/

@media all {
  #wrap {
    width: 1050px;
    margin: 0 auto;
    text-align: left;
    background: url(images/background.gif) repeat-y;
    }
  #wrap2 {
    width: 1050px;
    margin: 0 0 auto;
    text-align: left;
    background: url(images/backgroundgrey.gif) repeat-y;
    }

  #content {
    margin-left: 62px; /* to avoid the BMH */
    }

  #main-content {
    float: left;
    width: 740px;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 1.5em;
    /*font-family: "Arial Narrow", "Trebuchet MS";
    font-size: 100%;
    font-weight: 600;*/
    }
  #main-contentSM {
    float: left;
    width: 260px;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 1.5em;
    font-family: "Arial Narrow", "Trebuchet MS";
    font-size: 80%;
    font-weight: 400;
    }
  #main-content2 {
    float: left;
    width: 260px;
    margin: 20px 0 0 270;
    padding: 0;
    line-height: 1.5em;
    }
  #main-content3 {
    float: left;
    width: 220px;
    margin: 20px 0 0 540;
    padding: 0;
    line-height: 1.5em;
    }

  #sidebar {
    margin: 0 41px 0 810px;
    padding: 20px 0 0 0;
    font-size: 75%;
    line-height: 1.4em;
    color: #999;
/*    background: url(http://www.blogblog.com/tictac_blue/sidebar_bg.gif) no-repeat 0 0;*/
	background: #f5f5f5;

    }
  }
@media handheld {
  #wrap {
    width: 90%;
    background: none;
    }

  #content {
    margin-left: 0 2% 0 2%;
    }

  #main-content {
    float: none;
    width: 100%;
    }

  #sidebar {
    margin: 0 2% 0 2%;
    }
  }

/* ---( header and site name )--- */
@media all {
  #blog-header {
    margin-left: 13px;
    padding: 0;
    font-family: "Trebuchet MS","Lucida Grande";
    background: url(images/headerimg_portfolio.gif) no-repeat top left;
    }

 #blog-logo {
    margin-left: 13px;
    padding: 0;
    font-family: "Lucida Grande", "Trebuchet MS";
    }
 #blog-movie {
    margin-left: 13px;
    padding: 0;
    font-family: "Lucida Grande", "Trebuchet MS";
	height: 31px;
    }

  #blog-header h1 {
/*to move the middle grey bg up or down - use padding*/
    margin: 0;
    padding: 45px 60px 0px 160px;
    font-size: 200%;
    color: #ffffff;
    height: 22px;
    text-shadow: #4F73B6 2px 2px 2px;
    }

  #blog-header h2 {
    margin: 0;
    padding: 45px 60px 50px 160px;
    font-size: 200%;
    color: #ffffff;
    height: 60px;
    text-shadow: #4F73B6 2px 2px 2px;
    background: url(images/logo.gif) no-repeat bottom left;
    }
  }
@media handheld {
  #blog-header {
    background: #6699cc;
    }

  #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: #999999;
  background: url(http://www.blogblog.com/tictac_blue/date_icon_blue.gif) no-repeat 0 50%;
  }

h3.post-title {
  margin-top: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  letter-spacing: -1px;
  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.blogblog.com/tictac_blue/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: 0px;
  padding-right: 20px;
  font-size: 85%;
  line-height: 1.5em;
  color: #666;
  /*background: #eee url(http://www.blogblog.com/tictac_blue/comments_curve.gif) no-repeat top left;*/
  }

#comments h1 {
  margin: 5px 0px 0px 0px;
  padding: 5px 0 0 5px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 150%;
  color: #666;
  background: url(images/line_orange.gif) no-repeat 0px 0;
  height: 22px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }

#comments h4 {
  margin: 5px 0px 0px 0px;
  padding: 5px 0 0 5px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 150%;
  color: #666;
  background: url(images/line_orange.gif) no-repeat 0px 0;
  height: 22px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }

#comments h5 {
  margin: 30px 0 0px 0;
  padding: 8px 20px 0 0px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 100%;
  color: #666;
 /* background: url(http://www.blogblog.com/tictac_blue/sidebar_icon.gif) no-repeat 10px 0;*/
  height: 5px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }
  
#comments ul {
  /*margin-left: 0;*/
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
  }

#comments li {
  background: none;
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background: url(http://www.blogblog.com/tictac_blue/tictac_blue.gif) no-repeat 0 6px;
  }
  
.comment-body {
  padding: 0 10px 0 25px;
  background: url(http://www.blogblog.com/tictac_blue/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.blogblog.com/tictac_blue/comment_arrow_blue.gif) no-repeat 44px 2px;
  }

.regtextlg {
  padding-top: 0px;
  padding-right: 20px;
  font-family: Calibri,Arial Narrow, Trebuchet MS; 
  font-size: 120%;
  font-weight: 400;
  line-height: 1.3em;
  color: #FF6600;
  }
  
  

.deleted-comment {
  font-style:italic;
  color:gray;
  }

.comment-link {
  margin-left:.6em;
  }

/* ---( sidebar )--- */


h2.sidebar-title {
  margin: 0 0 0 0;
  padding: 12px 0 0 30px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 150%;
  color: #666;
  height: 32px;
  background: url(http://www.blogblog.com/tictac_blue/sidebar_icon.gif) no-repeat 0px 5px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }

h5.sidebar-title {
  margin: 0 0 0 0;
  padding: 5px 0 0 0px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 120%;
  color: #666;
  height: 32px;
  /*background: url(http://www.blogblog.com/tictac_blue/sidebar_icon.gif) no-repeat 0px 15px;*/
  height: 0px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }

#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_blue/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 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_blue/profile_blue.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;
  }

@media all {
  #footer {
    margin: 0;
    padding: 0 0 9px 0;
    font-size: 70%;
    line-height: 1.5em;
    /*color: #ddd;*/
    background: url(images/background.gif) no-repeat bottom left;
    }

  #footer p {
    margin: 0;
    padding: 10px 120px 20px 60px;
    background: url(images/background.gif) no-repeat top left;
    }
  }
@media handheld {
  #footer {
    background: none;
    }

  #footer p {
    background: none;
    }
  }


/* ---- overrides for post page ---- */

.post {
  padding: 0;
  border: none;
  }