/*================================================================
The MAIN stylesheet for the website.

Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Sidebar Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
  
================================================================*/


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html, body 
{
    font-family: Verdana, "Times New Roman", helvetica, sans-serif;
    color: #000000;
    line-height: 20px;
}

p
{
    font-size: 12px;
    margin: 3px 0 10px 0;
}

h1
{
    color: #661010;
    margin: 2px 0 1px 10px;
    padding: 30px 0 0 0;
    font-size: 20px;
}

h2
{
    color: #000000;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    line-height: 30px;
    margin: 0 0 0 5px;
}

a
{
    text-decoration: none;
    color: #bb3333;
}

a:hover
{
    color: #661010;
    border-bottom: 1px dotted #661010;
}

li
{
   font-size: 12px;
}

/* Article Content
----------------------------------------------------------------*/
.articlecontent
{

}

.articletitle h2
{
    font-size: 1.4em;
    margin: 3px 0 10px 0;
    line-height: 30px;
    text-align: left;
    color: #bb3333;
    font-weight: normal;
}

.articleauthor
{
    
}

.articledate
{

}

.articleentry
{

}

.articlefooter a
{
    font-size: 0.7em;
    margin: 0 0 0 0;
    text-align: right;
}

.articlefooter p
{
    font-size: 0.7em;
    margin: 0 0 0 0;
}

.articlefooter h3
{
    font-size: 0.8em;
    margin: 0 0 0 0;
    font-weight: normal;
}


.commentauthor p
{
    margin: 0 0 0 0;
    font-weight: bold;
}

.commentdate p
{
    font-size: 0.7em;
    margin: 0 0 0 0;
}

/* Sidebar styles
----------------------------------------------------------------*/
#sidebar a
{
    font-size: 12px;
    margin: 0 0 0 0;
}

#sidebar h2
{
    font-size: 1.2em;
    margin: 10px 0 0 10px;
    line-height: 30px;
    text-align: left;
    color: #174b5f;
    font-weight: normal;}

#sidebar p
{
    margin: 0 0 0 10px;
}

/* Footer styles
----------------------------------------------------------------*/
#footer p
{
    font-size: 10px;
    margin: 5px 10px 10px 10px;
    line-height: normal;
}

/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
p.error {
  color: red;
}


 