body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #fff;
}

* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

#container {
  width: 80%;
  text-align: left;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
}

#header-container {
  width: 100%;
  padding-top: 15px;
}

#header-container h1, #header-container h2 {
  margin-left: 6px;
  margin-bottom: 6px;
}
.spacer {
  width: 100%;
  height: 15px;
}
hr {
  border: 0px;
  color: #ccc;
  background-color: #cdcdcd;
  height: 1px;
  width: 100%;
  text-align: left;
}
h1 {
  font-size: 28px;
  color: #c55;
  background-color: #fff;
  font-family: Arial, Verdana, sans-serif;
  font-weight: 300;
}
h2 {
  font-size: 15px;
  color: #999;
  font-family: Arial, Verdana, sans-serif;
  font-weight: 300;
  background-color: #fff;
}
h3 {
  color: #4d9b12;
  font-size: 15px;
  text-align: left;
  font-weight: 300;
  padding: 5px;
  margin-top: 5px;
}

#left-container {
  float: left;
  width: 200px;
  background-color: #FFFFFF;
  color: black;
  margin-left: 10px;
}

#left-container h3 {
  color: #c55;
}

#main-container {
  margin: 5px 5px 5px 260px;
  padding: 15px;
  border-left: 1px solid silver;
  min-height: 400px;
}
p {
  color: #000;
  background-color: #fff;
  line-height: 20px; 
}
a {
  background-color: #fff;
  text-decoration: none;
}
a:hover {  
  background-color: #fff;
  text-decoration: underline;
}
#footer-container {
  clear: both;
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
}
.right {
  float: right;
  font-size: 100%;
  margin-top: 5px;
  color: #999;
  background-color: #fff;
}
#left {
  float: left;
  font-size: 100%;
  margin-top: 5px;  
  color: #999;
  background-color: #fff;
}

#main-container ul {
  margin-left: 3.0em;
}

.error {
  border: solid red 1px;  
}

#header {
    margin-left: 10px;
    margin-bottom: 10px;
    font-family:  Verdana,Arial,Helvetica,sans-serif;
}
.home-link {
    font-size: 18px;    
    font-style:  normal;
    color: navy;
}
.logout-link {
    text-decoration: underline;
    color: black;
    font-size: 10px;
}
.login-link {
    text-decoration: underline;
    color: black;
    font-size: 10px;
}
.index-page-link {
  text-decoration: underline;
  color: black;
  font-size: 10px;
}
.signup-link {
  text-decoration: underline;
  color: black;
  font-size: 10px;
}
.is-draft-message {
  color: red;
  font-weight:bold;
  font-size:25px;
}
#main {
    margin-left: 20px;
}

fieldset {
  border: solid 1px #ccc;
  padding: 5px;
}

fieldset legend {  
  font-weight: bold;
}

hr#short-line {
  width:150px;
}

label{
  float: left;
  width: 120px;
  font-weight: bold;
}

input, textarea {  
  margin-bottom: 5px;
}

textarea {
  width: 350px;
  height: 100px;
}

#submit {
  margin-left: 120px;
  margin-top: 5px;  
}