* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 101%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
  color: #777;
  width: 500px;
  margin: 50px auto;
}
a {
  color: #222;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:visited {
  outline: 0px;
}
a:hover {
  color: red;
}
img {
  outline: 0;
  border: 0;
}
h1 {
  font-size: 28px;
  line-height: 40px;
  color: #222;
  margin-bottom: 20px;
  left: 0px;
  position: relative;
}

h2 {
  font-size: 28px;
  font-weight: normal;
  color: red;
  margin-bottom: 21px;
}
h3 {
  font-weight: normal;
  font-size: 20px;
  color: #222;
  margin-bottom: 21px;
}
h4 {
  color: red;
  font-weight: normal;
}
p {
  margin-bottom: 20px;
}
nav {
  overflow: hidden;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  padding: 10px 0;
}
nav li {
  list-style: none;
  margin-right: 20px;
  font-weight: bold;
  float: left;
}
nav li a.active {
  color: red;
}
nav.submenu {
  border-top: none;
  margin-bottom: 20px;
}
nav.submenu a {
  font-weight: normal;
}
section.content {
  margin-top: 40px;
  margin-bottom: 20px;
}

footer {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid red;
  font-size: 13px;
  color: #222;
  text-align: center;
}
footer a {
  color: red;
}
footer a:hover {
  color: #222;
}


chartnav {
	display: block;
	height: 2em;
	text-align: center;
	margin-bottom: 20px;
}

a.prev {
	float: left;
	display: inline-block;
	text-align: left;
	width: 40%;
}
a.sectionhome {
	display: inline-block;
	float: left;
	text-align: center;
	width: 20%;
}
a.next {
	display: inline-block;
	float: right;
	width: 40%;
	text-align: right;
}
form {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid red;
	text-align: center;
}


charttable table {
	padding: 0px;
	width: 94%;
	margin: 3%;
}

#searchfield {
	width: 150px;
}

#more table {
	padding: 0px;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 20px
}

h1 span.itemdate {
	font-size: 14px;
	color: #777;
	font-weight: normal;
	left: -90px;
	position: absolute;
}

article {
	margin-bottom: 20px;
}

#linkimage {
	text-align: center;
}

.tagcloud a {
	padding: 2px 5px;
}

blockquote {
	padding-left: 5%;
}

.tagcloud a:hover {
	background: red;
	color: white;
}

pre {
	margin-bottom: 20px;
	padding-left: 5%;
	padding-top: 10px;
	background-color: #eeeeee;
	padding-bottom: 10px;
	line-height: normal;
}

ul, ol {
	margin-left: 5%;
	margin-bottom: 20px;
}

section.homepage ul {
	list-style: none;
}

section.homepage h3 {
	color: red;
}

#ads {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid red;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

#ads h4 {
	text-align: left;
	font-size: 12;
}

.imageright {
	float:right;
	margin-left:10px;
	border-width: 0;
}

.imageleft {
	float:left;
	margin-right:10px;
	border-width: 0;
}
.imagecenter {
	margin: 0 auto;
	text-align: center;
}