/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */

body
{
    font-family: Helvetica, sans-serif;
    font-size: 9pt;
    text-align: center;
    margin: auto;
    background: #D5D3CC url(/App_Themes/Default/images/bg.gif) repeat-x scroll 0 0;
	color:#544b33;
}
.noBorder input, .noBorder select, .noBorder textarea
{
    border-style: none;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page
{
    margin: auto;
}
.header
{
    width: 700px;
    margin-bottom: 10px;
    border-bottom: dotted 2px #ccc;
    text-align: center;
}
.main
{
    width: 450px !important;
    margin-left:0px !important;
    float: left;
    text-align: left;
}
.sidebar
{
    width: 220px;
    float: right;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.footer
{
    width: 100%;
    text-align: left;
    font-size: 8pt;
    margin-top: 10px;
    padding-top: 5px;
    border-top: dotted 2px #ccc;
}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
}
.postDate
{
    font-size: 12pt;
    font-weight: normal;
    color:#544b33;
}
.postTitle
{
    font-weight: 100;
    font-size: 14pt;
    color: #89B036;
    padding-top: 10px;
    padding-bottom: 10px;
}
.postMessage
{
    padding-bottom: 10px;
}
.postFooter
{
    color: #999;
    font-size: 7pt;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.post h1{font-weight:200; font-size:14pt;  color: #89B036; display:inline;}
.post h2{margin-top:20px; font-weight:700; font-size:16px;}

/* -------------------------- */
/* 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;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.Hello{display:none;}
/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0px 0 10px 0;
    color: #999;
    border-top: dotted 1px #ccc;
}
.sidebarText
{
    padding-bottom: 10px;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
}
.profile A
{
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
    font-size: 7pt;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
	float:left;
}
.formsHeader
{
    font-size: 12pt;
    font-weight: normal;
    padding: 0px 2px 2px 2px;
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
}


.forms input{background:#f3f3f3; border:1px solid #999; padding:7px 5px; color:#544b33; width:225px;}
.forms input:focus{background:#fff; border:1px solid #89b036;}
.forms textarea{width:225px; height:100px; background:#f3f3f3; border:1px solid #999; padding:2px 5px; color:#000;}
.forms textarea:focus{border:1px solid #89b036; background:#fff;}
.forms input.button{font-size:12px; background:#FFF; width:100px; float:left; border:1px solid #999; cursor:pointer;}
.forms input.button:hover{background:#FFF; border:1px solid #89b036;}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */
/*
.button
{
    font-weight: normal;
    color: #000;
	background:#fff;
    cursor: hand;
    border: solid 1px #808080;
    padding: 1px;
}
*/
.highlight
{
    color: #000000;
}

a, a:link, a:visited{color:#89B036; line-height:20px;}