/* general */

body {
  margin: 0;
  padding: 5px 0 40px 0;
  font: 12px Courier New, Lucida Console, Monaco, san-serif;
  line-height: 16px;
  color: #000000;
}

img {
  border: none;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #3399cc;
}

input.text,
textarea {
  border: 1px solid #b7b7b9;
  padding: 1px;
  font: 11px Courier New, Lucida Console, Monaco, san-serif;
  color: #000000;
}

.clear {
  height: 0px;
  clear: both;
  overflow: hidden;
}

.container {
  width: 750px;
  margin: auto;
}

/* header section */

.header {
  border-top: 2px solid #a0a0a2;
  border-bottom: 1px solid #a0a0a2;
  padding: 10px 0 5px 0;
}

img.logo {
  float: left;
}

.date {
  float: right;
  margin-top: 30px;
  text-align: right;
}

form.search {
  float: right;
  margin-top: 5px;
  text-align: left;
}

form.search label {
  font-size: 11px;
  line-height: 11px;
}

form.search input {
  float: left;
  font: 12px Courier New, Lucida Console, Monaco, san-serif;
}

form.search input.text {
  margin-right: 5px;
}

.required {
  color: #ff0000;
}

.success {
  width: 740px;
  padding: 5px;
  background-color: #009933;
  color: #ffffff;
}

.failure {
  width: 740px;
  padding: 5px;
  background-color: #ff3333;
  color: #ffffff;
}

h3 {
  margin-top: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  color: #333333;
}

/* navigation */

.left h3 {
  border-bottom: 1px solid #b7b7b9;
  margin: 15px 0 5px 0;
}

.left h3 a {
  text-decoration: none;
  color: #333333;
}

.left h3 a:hover {
  color: #3399cc;
}

.left ul.nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.left ul.nav a {
  text-decoration: none;
  color: #ff0099;
}

/* more link header */

h4.more {
  margin-top: 10px;
  font-size: 9px;
  font-weight: normal;
  line-height: 9px;
}

h4.more a {
  text-decoration: none;
}

h4.more a:hover {
  text-decoration: underline;
}

/* homepage */
.headerImage {
  margin-top: 20px;
}

.left {
  width: 230px;
  float: left;
  padding-top: 40px;
}

.article {
  margin-top: 32px;
}

.article h2 {
    margin: 0 0 5px 0;
}

.article .footer {
  width: 500px;
  padding: 9px 0;
  font-size: 10px;
  line-height: 9px;
}

.content {
  padding-bottom: 20px;
  border-bottom: 1px solid #a0a0a2;
}

.right {
  width: 500px;
  float: right;
  padding-left: 20px;
}

.right .content {
  padding: 10px 0;
}

.footer {
  width: 230px;
  padding: 9px 0;
  margin-top: 20px;
  border-top: 1px solid #b7b7b9;
  font-size: 9px;
  line-height: 9px;
}

.postedFooter {
  width: 500px;
  padding: 9px 0;
  font-size: 9px;
  line-height: 9px;
}

/* blog */

.comments h3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}

/* comments */

.comments {
  font-size: 10px;
  line-height: 13px;
}
.comments h4 {
  margin: 10px 0 0 0;
  font-size: 10px;
  line-height: 13px;
  font-weight: bold;
}

/* newsletter module */

div.newsletter-signup {
  text-align: right;
}
		
div.newsletter-signup h3 {
  margin-bottom: 5px;
}
		
div.newsletter-signup form {
  margin: 0;
}
		
div.newsletter-signup label,
div.newsletter-signup input {
  vertical-align: middle;
}
		
div.newsletter-signup input.text {
  margin: 0 0 5px 0;
}
		
div.newsletter-signup input.submit {
  margin-left: 10px;
}