
/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
}
.postDate
{
	font: bold italic 36px "Times New Roman", Times, serif;
	color: #ffffff;
	margin:0 0 10px 0;
	padding:0 0 0 40px;
	background:url(/images/h1.png) bottom left no-repeat;
	height:50px;
}
.postTitle
{
	font: bold italic 24px "Times New Roman", Times, serif;
	color: #ffffff;
	margin:0 0 10px 0;
	padding:20px 0 0 3px;
	background:url(/images/h2.jpg) bottom left no-repeat;
}
.postMessage
{
    padding-bottom: 5px;
}
.postFooter
{
    font: normal 10px "Trebuchet MS" , Trebuchet, Arial, Verdana;
    color: #a8a8a8;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
    border: solid 1px #b5001b;
    background: #000000;
    margin-bottom: 10px;
}
.commentMessage
{
    font: normal 12px/20px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;  
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
    font: italic 12px/20px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;  
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
}
.commentFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font: normal 12px/20px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;  
    background:#000;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #b5001b;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    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;
}
.sidebarText
{
    padding-bottom: 10px;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
}
.profile A
{
    font-family: Arial, Verdana;
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
    font: normal 12px/20px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
    background: #000;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #b5001b;
}
.formsHeader
{
	font: bold italic 20px "Times New Roman", Times, serif;
	color: #ffffff;
	background:url(/images/h2.png) bottom left no-repeat;
	margin:0 0 10px 0;
	padding:0 0 0 3px;
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    color: #ffffff;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.highlight
{
    color: #000000;
    background-color: #ffff66;
}
.postDate, .postTitle  { behavior: url(/iepngfix.htc); }
