﻿/* BLOG STLYES */

.blogPost { margin: 15px 0; color: #666666; font-size: 14px; }
.blogPost UL, .blogPost LI { margin: 0; padding: 0; }
.blogPost .dateName { margin-bottom: 7px; }
.blogPost .dateName LI { display: inline; margin-right: 4px; color: #660000; font-size: 0.9em; }
.blogPost .blogFunctions { overflow: hidden; margin: 12px 0 0; padding: 5px 12px; text-align: right; background: #e9e2dc; border: 1px solid #e1d6c8; border-left: 0; border-right: 0; }
.blogPost .blogFunctions LI { display: inline; margin-right: 5px; color: #5b4839; list-style-type: none; }
.blogPost .blogFunctions LI.readMore { float: left; }
.blogPost .blogFunctions LI.addThis { float: left; }
.blogPost .blogFunctions LI A { font-weight: normal; color: #5b4839; text-decoration: underline; }
.blogPost .blogFunctions LI A:hover { text-decoration: none; }

.blogImage {float: right; margin: 0 0 0 10px;}

.blogBrowse {font-size: 1.1em;}
.blogBrowse H1 { margin: 0 0 10px; }
.blogBrowse .seperator { height: 1px; width: 100%; margin: 15px 0; line-height: 0; overflow: hidden; background: #e4e4e4; }

.blogContent H1 { margin: 0 0 10px; }
.blogContent .seperator { height: 1px; width: 100%; margin: 8px 0; line-height: 0; overflow: hidden; background: #e4e4e4; }
.blogContent .blogPost { margin: 8px 0; }
.blogContent .blogFunctions { margin-bottom: 15px; }

.blogContent .TVI-form { margin: 10px 0; padding: 18px 70px 10px 14px; background: #d6e3c6; border: 1px solid #a8c486;}
.blogContent .TVI-form LABEL { float: left; width: 89px; padding-right: 5px; vertical-align: top; line-height: 22px; font-size: 1.1em; color: #003300; }
.blogContent .TVI-form .field { overflow: hidden; margin-bottom: 8px; }
.blogContent .TVI-form .textBox INPUT { float: left; width: 302px; height: 17px; overflow: hidden; padding: 3px 8px 0; font-size: 1.1em; color: #00364c; border: 1px solid #cccccc; background: #ffffff; }
.blogContent .TVI-form .textArea TEXTAREA { float: left; width: 310px; height: 102x; overflow: auto; padding: 4px 0 4px 8px; font-size: 1em; color: #00364c; border: 1px solid #cccccc; background: #ffffff; font-family: Arial, Verdana, Helvetica, Sans-Serif; }
.blogContent .TVI-form .checkBox { overflow: visible; width: 293px; margin-left: 94px; }
.blogContent .TVI-form .checkBox LABEL { width: auto; padding: 0; font-weight: normal; font-size: 1em; }
.blogContent .TVI-form .checkBox INPUT { float: left; display: inline; width: 15px; height: 15px; margin: 3px 0 0 8px; }
.blogContent .TVI-form .submit { float: right; }

.blogContent .TVI-form #recaptcha_widget_div { float: right; margin-bottom: 10px; }
.blogContent .TVI-form #recaptcha_widget_div LABEL { float: none; }

.error {color: Red; font-weight: bold;}
