/* a merger of my normal style sheet, and the blogger one*/

/* bold - Netscape doesn't terminate inline styles */
.bold  {
	font-weight : bold;
}
 
P.breakhere {page-break-before: always}

/* page headers */
H1  {
        color : #333399;
        font-size : 16pt;
        font-weight : bold;
        letter-spacing : 0.3em;
        font-family : "Trebuchet MS",Trebuchet,Verdana, Geneva, Arial, sans-serif;
}
H2  {
	color : #333399;
	font-size : 13pt;
	font-weight : bold;
	letter-spacing : 0.25em;
	font-family : "Trebuchet MS",Trebuchet,Verdana, Geneva, Arial, sans-serif;
}
H3  {
	color : #333399;
	font-size : 10pt;
	font-weight : bold;
	letter-spacing : 0.15em;
	font-family : "Trebuchet MS",Trebuchet,Verdana, Geneva, Arial, sans-serif;
}

/* main copy */
BODY  {
	color : #4C4C4C;
	font-style : normal;
	font-weight : normal;
	font-size : 13px;
	font-family : "Trebuchet MS",Trebuchet,Verdana, Geneva, Arial, sans-serif;
  margin:0;
  padding:40px 20px;

}

a:link {
  color:#58a;
  text-decoration:none;
  }
a:visited {
  color:#969;
  text-decoration:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  }



IMG {
  border-width:0;
	margin: 1em;
}

/* table cells:  had to put this in since the body text doesn't reach inside
table cells on Netscape */
TD  {
	color : #4C4C4C;
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	font-family : "Trebuchet MS",Trebuchet,Verdana, Geneva, Arial, sans-serif;
}



/* main text */
.maintext  {
	color : #4C4C4C;
	font-style : normal;
	font-weight : normal;
	font-size : 13px;
	font-family : "Trebuchet MS",Trebuchet,Verdana, Geneva, Arial, sans-serif;
}

.pt10 {  font-size: 10px}
.pt11 {  font-size: 11px}
.pt12 {  font-size: 12px}
.pt13 {  font-size: 13px}
.pt14 {  font-size: 14px}
.pt16 {  font-size: 16px}
.pt18 {  font-size: 18px}
.pt20 {  font-size: 20px}
.pt22 {  font-size: 22px}
.pt26 {  font-size: 26px}
.pt32 {  font-size: 32px}


.homepage {  line-height: 16px; font-family: "Trebuchet MS", Verdana, Arial, Geneva; font-size: 13px}
a:link {  text-decoration: underline; color: #0059B3}
/* a:hover {  text-decoration: underline} */
a:visited {  color: #0059B3; text-decoration: underline}

.notew {color : #ffffff; font-size : 7px}


/* Header
----------------------------------------------- */
@media all {
  #header {
    width:900px;
    margin:0 auto 10px;
    border:1px solid #ccc;
    }
  }
@media handheld {
  #header {
    width:90%;
    }
  }
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:bold;
  color:#666;
  letter-spacing:.2em;
   text-align:center;
	font-family : "Trebuchet MS",Trebuchet,Verdana, Geneva, Arial, sans-serif;

 }
#blog-title a {
  color:#666;
  text-decoration:none;
    text-align:center;
 
}
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:900px;
  //font:85%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  font-family : "Trebuchet MS",Trebuchet,Verdana, Geneva, Arial, sans-serif;
  text-align:center;
  //text-transform:uppercase;
  //letter-spacing:.2em;
  font-weight:bold;
  //color:#999;
  color:#333399;
}


/* Content
----------------------------------------------- */
@media all {
  #content {
    width:900px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
  #main {
    width:600px;
    float:right;
    }
  #sidebar {
    width:200px;
    float:left
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }




/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }



/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  //font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  //text-transform:uppercase;
  //letter-spacing:.1em;
  }


/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  //font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  //letter-spacing:.1em;
  }

/* For Show/Hide in the Archive Page */
.posthidden {display:none}
.postshown {display:inline}




