/*
zl-screen.css
v1.4
03/09/08
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #333;
  color: #fc9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #fc9;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3em;
}
h2 {
  color: #fc9;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.1em;
}
h2.blogtitle {
  color: #f1af99;
  font-size: 1.2em;
  font-weight: bold;
}
p.blogdate {
  font-weight: bold;
  font-style:italic;
  margin-top: 0;
  margin-bottom: 0;
}
p.blogcontent {
  margin-top: 0;
}
a, a:link {
  color: #3c6;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #3c6;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border:none;
}
#outerWrapper {
  background-color: #333;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 90%;
}
#outerWrapper #header {
  background-color: #333;
  border-bottom: solid 1px #666;
  font-family:Georgia, "Times New Roman", Times, serif;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #menu {
  background-color: #333;
  border-bottom: solid 1px #666;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 0.8em;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #menu span {
  font-weight: bold;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer {
  background-color: #333;
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
}
.Eyecatcher {
  font-size: 2em;
  line-height: 1em;
}
.stop-press {
  color:#ffff33;
  font-weight:bold;
}
input.form-control{
	display: none;
}
#no-css{display:none}