/**
 * CSS
 */

/* ------------------------------------- */
/* General Site */

#whole_page
{ 
  #width: 50em;
  #width: 64%;
  width: 25em;
  margin: auto;
  padding: 0; 
  text-align: left; 
  border-width: 0 1px 1px 1px; 
  border-color: black;
  background: lightgrey;
  color: black;
  /*border-style: solid;*/
}

#header
{ 
  color: white; 
  background: MediumBlue; 
  font-size: 24pt; 
  padding: 0.32em; 
  margin-bottom: 0;
  text-align: center;
  font-family: monospace;
}

#top_nav
{ 
  color: black; 
  font-size: 12pt; 
  font-weight: bold; 
  background: LightBlue; 
  padding: 0.5em;
  text-align: center;
}

#top_nav a, #nav a:visited
{ 
  color:  MediumBlue; 
  text-decoration: none; 
}
 
#top_nav a:hover 
{ 
  border-bottom: 2px dotted maroon; 
}

#content
{ 
  height: 100%; 
  background: #fafafa; 
  padding: 1em;
  font-family: sans-serif;
  text-align: justify;
  font-size: 10pt;
  color: #333;
}
 
#content h1
{ 
  font-size: 18pt; 
  text-align: center;
}

#archive_nav
{
  text-align: center;
}

#login {
  text-align: center;
}

/* ------------------------------------- */
/* Display */

#post_title
{
  text-align: center;
  font-size:16pt;
  font-weight:bold;
}

#post_date
{
  text-align: center;
  font-size:12pt;
  font-weight:bold;
}

#post_body
{
  text-indent: 0pt;
  text-align: justify;
}

#post_comment_link
{
  padding-bottom: 3em;
}

#comment_head
{
  text-indent: 0pt;
  color: black;
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
}

#comment_body
{
  text-indent: 00pt;
  color: DimGrey;
  text-align: justify;
}

#comment_add
{
  font-size: 10pt;
}

#comment_add h1
{
  font-size: 12pt;
  text-align: left;
}

#file_name
{
  font-size: 12pt;
  text-align: left;
}

#file_description
{
  font-size: 10pt;
  text-align: justify;
}

/* ------------------------------------- */
/* Error Messages */

.fieldWithErrors
{
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation
{
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h1, h2
{
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p
{
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li
{
  font-size: 12px;
  list-style: square;
}
