/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */

.noBorder input, .noBorder select, .noBorder textarea
{
    border-style: none;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.content .sub h1
{
    font-size:40px;
    font-weight:normal;
}

.page
{
    margin: auto;
    float: left;
}
.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;
}

.blogHead
{
    font-size:20px;   
}

.content .page .sidebar
{
    clear:none;
    width: 220px;
    float: right;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.content .sub .sidebar2
{
    margin-right:30px;
}

.content .sub .sidebar2 a
{
    color:#3A7151;
    font-size:12px;
    text-decoration:none;
}

.content .sub .sidebar2 a:hover
{
    text-decoration:underline;
}

.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: bold;
    font-size: 12pt;
    color: #3A7151;
    padding-top: 10px;
    padding-bottom: 10px;
}
.postMessage
{
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 13px;
}
.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;
}

/* -------------------------- */
/* 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;
}

.sidebarText a
{
    color:#3A7151;
    font-size: 12px;
    text-decoration:none;
}

.sidebarText a:hover
{
    text-decoration:underline;
}

/* -------------------------- */
/* 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;
	width:440px;
}

.header a
{
   color:#3A7151;
   text-decoration:none;    
}

.header a:hover
{
    text-decoration:underline;
}

.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;}
.forms input:focus{background:#fff; border:1px solid #89b036;}
.forms textarea{width:225px; height:100px; background:#f3f3f3; border:1px solid #999; padding:2px 5px;}
.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;
}
