/* 
Author: ThreePts (css@webgoonies.com)
Modified Date: February 17 2006
*/


/* ---( Right menu interface )--- */
.rightMenu {
	margin:0px 8px 0px 0px;
}
.menuTitle {
	font-family: arial, verdana, sans-serif; 
	font-size: 12px;
	background-color: #939393;
	background: url(http://www.webgoonies.com/blog/cssimg/070615/sidebartitle.gif);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 5px;
}

.menuBody {
	font-family: sans-serif, verdana, arial, sans-serif; 
	font-size: 12px;
	background-color: #CCDCE8;
	background: url(http://www.webgoonies.com/blog/cssimg/070615/sidebarbg.gif);
	text-align: left;
	padding: 5px;
	line-height: 16px;
}

/* ---( page defaults )--- */
body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: center;
  color: #666;
  background: url(http://www.webgoonies.com/blog/cssimg/070615/bg.gif);
  }

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

blockquote p {
  margin-top: 0;
  }

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

code {
  color: #f63;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

#comment 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.webgoonies.com/blog/cssimg/051213/tictac_blue.gif) no-repeat 0 6px;
  }

#post li {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 3px;
  background: url(http://www.webgoonies.com/blog/cssimg/051213/tictac_blue.gif) no-repeat 0 6px;
  }

/* links */

a:link {
  color: #000000;
/*  text-decoration: none; */
  }

a:visited {
  color: #000000;
/*  text-decoration: none; */
  }

a:hover {
  color: #000000;
/*  text-decoration: none; */
  }

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

/* SIDEBAR LINKS */

#sidebarlinks a:link {
  color: #000000;  
  text-decoration: none;
  }

#sidebarlinks a:visited {
  color: #000000;  
  text-decoration: none;
  }

#sidebarlinks a:hover {
  color: #000000;
  text-decoration: none;
  }

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

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

#wrap {
  width: 847px;
  margin: 0 auto;
  text-align: left;
  background: url(http://www.webgoonies.com/blog/cssimg/051213/tile-blue.gif) repeat-y;
  }

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

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

#sidebar {
  margin: 0 41px 0 567px;
  padding: 20px 0 0 0;
  font-size: 85%;
  line-height: 1.4em;
  color: #000000;
  }


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

#blog-header {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  width: 847px;
  height: 175px;
  background: #E6EBF0 url(http://www.webgoonies.com/blog/cssimg/070615/header.jpg) no-repeat top left; 
  }

#blog-header h1 {
  margin: 0;
  /* padding: 45px 60px 50px 160px; */
  pading: 0px 0px 0px 0px;
  font-size: 200%;
  color: #fff;
  text-shadow: #5B89A7 2px 2px 2px;
  }

#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: #5B89A7;
  background: url(http://www.webgoonies.com/blog/cssimg/051213/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: #5B89A7;
  }

h3.titleofpost {
     font-size: 14px;
     margin: 0;
     padding-bottom: 1px;
     font-weight: bold;
     color: #000000;
     border-bottom: #000000 1px dotted;
}

h2.titleofpost {
	font-size: 10px;
	margin: 0;
	padding-bottom: 1px;
	color: #000000;
} 

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

.post-footer {
  text-align: right;
  padding: 0 0 0 14px;
  font-size: 100%;
  color: #999;
  }

.post-footer img {
  border: none;
 }

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

/* comment styles */

#comments {
  padding-top: 0px;
  font-size: 100%;
  line-height: 1em;
  color: #666;
  background: #DEE6EE;
  }

#comments h4 {
  margin: 20px 0 15px 0;
  padding: 8px 0 0 40px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  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;
  }

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

.comment-data {
  margin: 4px 0 0 0;
  padding: 0 10px 1em 60px;
  color: #999;
  border-bottom: 1px dotted #bbb;
  background: url(http://www.webgoonies.com/blog/cssimg/051213/comment_arrow.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: #5B89A7;
  height: 32px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* 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.webgoonies.com/cssimg/051213/tictac_blue.gif) no-repeat 0 5px;
  }

#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: 20px 320px 20px 95px;
  background: url(http://www.webgoonies.com/blog/cssimg/070615/footer.gif) no-repeat top left; 
  font-size: 85%;
  color: #000000;
  }

#footer p {
  }

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

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

/* Tags */

a.techtag { font-size:2px;color:#fff; }
div.techtags { border-top:1px solid #888; margin:5px; margin-top:15px; padding:5px; color:#888; font-family:Tahoma, Arial, sans-serif; font-weight:bold; font-size:11px; }
div.techtags a.techtag { font-size:11px; font-family:tahoma, arial, sans-serif; color:#888; font-weight:normal; } 

 .tags {
	color: #000000;
	font-size:10px;
	text-align: right;
	clear: both;
	text-transform: lowercase;
	padding: 0px 0px;
	}

.tags a,
.tags a:hover,
.tags a:visited,
.tags a:visited:hover { 
	text-decoration: none;
	}

.disclaimer { 
             padding: 5px;
             background: #FCFCE4;
             color: #FFFFFF; 
             border-top: 1px solid #ddd;
             border-left: 1px solid #ddd;
             border-bottom: 1px solid #ddd;
             border-right: 1px solid #ddd;
             font-size: 10px;
}


/* The post informations */
.meta {
                 font-size: 0.9em;
        }

.meta li, 
ul.post-meta li {
                  display: inline;
                  }

.meta ul {
           display: inline;
           list-style: none;
           margin: 0;
           padding: 0;
           }

.meta a { 
          color: #7098cc;
/*          text-transform: lowercase; */
          text-decoration: none;
          }

.meta {
        color: #555;
        font-weight: normal;
        letter-spacing: 0;
        }

