/* CSS Document */

body {
  overflow: auto;
  margin: 0px;
  padding: 10px;
	background-color: #e0e0e0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
	color: #333;
}
a {
  color: #000000;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
a.title {
  font-size: 12px;
  color: #ffffff;
}
a.copyright {
  font-size: 12px;
  font-weight: normal;
  color: #000080;
}
a.nav {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}
a:hover, a.title:hover, a.copyright:hover {
  text-decoration: underline;
}
a.nosmuck {
  font-weight: normal;
  text-decoration: none;
}
table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #000000;
  border-collapse: collapse;
}
table.noborder {
  border-width: 0px;
}
td {
  padding: 0px 5px 0px 5px;
  font-size: 12px;
  color: #000000;
}
td.title {
  font-weight: bold;
  background-color: #000080;
  color: #ffffff;
  height: 17px;
}
td.content {
  color: #000000;
  background-color: #ffffff;
/*  filter: alpha(opacity=60); */
}
td.nav {
  color: #000000;
  font-weight: normal;
  font-size: 12px;
}
img.button, span.bottom {
  vertical-align: bottom;
}
div.iplog {
  width: 100%;
  height: 15px;
  padding-top: 1px;
  font-size: 10px;
  text-align: right;
}
div.smilies {
  float: left;
  height: 26px;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 8px;
}
div.divider {
  font-size: 0px;
  height: 2px;
  width: 100%;
  background-color: #000080;
  margin-bottom: 6px;
}
div.dividerc {
  font-size: 0px;
  height: 2px;
  width: 100%;
  background-color: #000080;
  margin-bottom: 6px;
}
div.noalfa {
  position: relative;
  width: 100%;
  overflow: hidden;
}
span.comment {
  font-weight: bold;
  color: #ff0000;
  font-style: italic;
}
span.copyright {
  color: #000080;
}

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background: url(../../images/tictac_blue.gif) no-repeat 0 6px;
  }

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

#blog-header {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  background: #e0e0e0 url(../../images/top_div_blue.gif) no-repeat top left; 
  }

#blog-header h1 {
  margin: 0;
  padding: 45px 60px 50px 160px;
  font-size: 200%;
  color: #fff;
  text-shadow: #4F73B6 2px 2px 2px;
  background: url(../../images/top_h1_blue.gif) no-repeat bottom left;
  }

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

#blog-header h1 a:hover {
  color: #eee;
  }
#main-content {
	width: 700px;
	margin-left: 80px;
	margin-top: 30px;
  }
