/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */

body
{
    font-family: Verdana, Arial;
    font-size: 9pt;
    /*text-align: center;*/
    margin: auto;
    background: #fff;
    color: #333;
}

img
{
    border: none 0 #fff;
}
input, select, textarea
{
    color: #333333;
    font-size: 9pt;
    font-family: Courier New, Courier, Verdana, Tahoma, Arial;
    border: solid 1px #CCC;
    padding: 2px;
}
.noBorder input, .noBorder select, .noBorder textarea
{
    border-style: none;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page
{
    width: 807px;
    /*margin: auto;*/
    left: 0px;
    top: 0px;
    margin-left: 0px;
    margin-top: 0px;
}
.header
{
    width: 607px;
    float: left;
    margin-bottom: 10px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    height: 40px;
}
.headerRight
{
    width: 200;
    float: right;
    margin-bottom: 10px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
    color: #a8a8a8;
    font-size: 7pt;
    font-family: Verdana, Arial;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.headerRight A
{
    color: #a8a8a8;
}
.headerRight a:visited
{
    color: #a8a8a8;   
}
.headerRight a:hover
{
    color: #000000;
}
.headerBottom
{
    clear: both;
    float: left;
    width: 807px;
    height: 1px;
    border-bottom: dotted 1px #CCC;
}
.sidebarLeft
{
    clear: both;
    width: 155px;
    float: left;
    /*background: #eee;*/
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.sidebarLeftNav
{
    clear: both;
    width: 194px;
    float: left;
}
.main
{
    width: 607px;
    /*float: left;*/
    left: 185px;
    top: 20px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.sidebar
{
    width: 174px;
    float: left;
    background: #eee;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
}
.footer
{
    clear: both;
    width: 100%;
    text-align: left;
    font-size: 8pt;
    margin-top: 10px;
    padding-top: 5px;
    border-top: dotted 2px #ccc;
    text-align: center;
}
.leftnavfooter
{
    font-size: 8pt;
    text-align: center;
}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    /*border-bottom: dotted 1px #ccc;*/
    margin-bottom: 30px;
}

.title
{
    font-family: 'Times New Roman', Times, serif; 
    font-size: 2em; 
    font-weight: normal; 
    line-height: 120%; 
    margin: 0; 
    border-bottom: 1px solid #ccc; 
    padding: 0 0 0.1em 0; }
				
.postDate
{
    font-family: Arial, Verdana;
    width: 700px;
    text-align:left;
    vertical-align: text-top;
    
    font-size: 0.8em;
    font-weight: bold;
    color: Gray;
    padding-top: 3px;
    padding-bottom: 15px
}
.postTitle
{
    font-weight: bold;
    font-size: 11pt;
    color: #4B0082;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    border-bottom: 1px solid #ccc; 
    margin: 0; 
    text-transform: uppercase;
    font-family: Arial, Verdana;
    width: 600px;
}
.postTitle A
{
    color: #4B0082;
    text-decoration: none;
}
.postTitle a:visited
{
    color: #4B0082;
    text-decoration: none;
}
.postTitle a:hover
{
    color: #4B0082;
    text-decoration: underline;
}
.postMessage
{
    padding-bottom: 5px;
}
.postFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.postFooter A
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.postFooter a:visited
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.postFooter a:hover
{
    color: #000000;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
    border-bottom: dotted 1px #ccc;
    background: #f5f5f5;
    margin-bottom: 10px;
}
.commentMessage
{
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}
.commentFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    width: 125px;
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0px 0 10px 0;
    color: #999;
    border-top: dotted 1px #ccc;
}
.calendar
{
    text-align: center;   
}
.sidebarText
{
    padding-bottom: 10px;
}
.sidebarLinks
{
    width: 125px;
    padding-bottom: 10px;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc
}
.profile A
{
    font-family: Arial, Verdana;
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.formsHeader
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center;
    padding: 1px 1px 1px 1px;
}
.highlight
{
    color: #000000;
    background-color: #ffff66;
}
A.leftnav:link, .sidebarLinks A:link
{
    COLOR: blue;
    FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none
}
A.leftnav:visited, .sidebarLinks A:visited
{
    COLOR: blue;
    FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none
}
A.leftnav:active, .sidebarLinks A:active
{
    COLOR: blue;
    FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none
}
A.leftnav:hover, .sidebarLinks A:hover
{
    COLOR: gray;
    FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
