/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */

body
{
    margin-top:30px;
    font-family: Verdana, Arial;
    font-size: 9pt;
    background: #f0f0f0;
    color: #333333;
    padding:0px;
}
a:link
{
    color: blue;
    text-decoration: none;
}
a:visited
{
    color: #969;
    text-decoration: none;
}
a:hover
{
    color: #c60;
    text-decoration: underline;
}
img
{
    border: none 0 #fff;
}
input, select, textarea
{
    color: #666666;
    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: 900px;
    margin:auto
}
.header
{
    margin-bottom: 10px;
}
.main
{
    width: 650px;
    float: left;
    text-align: left;
}
.sidebar
{
    width: 200px;
    float: left;
    text-align: left;
    margin-right: 20px;
    border-bottom: dashed 1px #b4b4b4;
}
.footer
{
    font-size: 9px	;
    padding-top: 10px;
}
.blogTitleHeader
{
    font-size: 28px;
    font-family: Arial, Verdana;
    font-weight: bold;
    color: #5d3e3e;
}
.blogTitleHeader a
{
    color: #5d3e3e;
    text-decoration:none;
}
.blogTitleHeader a:hover {
	color: #8c8d8e;
	text-decoration:none;
}
.blogTitleSubheader
{
    font-size: 13px;
    font-family: Arial, Verdana;
    font-weight: bold;
    color: #707170;
    padding-bottom:5px;
}



/* -------------------------- */
/* Posts                      */
/* -------------------------- */


.post
{
    border-top: dashed 1px #b4b4b4;
    padding-top: 10px;
    border-bottom: dashed 1px #b4b4b4;
    margin-bottom: 30px;
}
.postDate
{
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #afafaf;
}
.postTitle
{
    font-weight: bold;
    font-size: 18px;
    color: #5d3e3e;
    padding-top: 8px;
    padding-bottom: 10px;
}
.postTitle a {
	color: #5d3e3e;
}
.postTitle a:hover {
	color: #8c8d8e;
	text-decoration:none;
}
.postMessage
{
    padding-bottom: 5px;
}
.postFooter
{
    color: #a8a8a8;
    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                    */
/* -------------------------- */
.sidebar ol {
	margin:0px;
	padding:0px;
}
.sidebar ol li {
	margin-left:23px;
	padding:0px;
}


.sidebarHeading {
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    margin: 0px 0 5px 0;
    color: #afafaf;
    border-top: dashed 1px #b4b4b4;
}
.sidebarHeading a {
	color: #afafaf;

}
.sidebarHeading a:hover {
	color: #8c8d8e;
	text-decoration:none;
}
.sidebarText
{
    padding-bottom: 10px;
}
.sidebarText a {
	font-size:11px;
	font-weight: bold;
	color: #4c6e8a;
}


/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
}
.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;
}
