a			{ color: #a81000; text-decoration:underline;}
a:hover		{ color:#6A0500; } 
h1 a		{ color:#000; text-decoration:none; font-weight:normal; }
h1 a:hover	{ color:#555; }
.byline a		{ color:#333; text-decoration:none; }
.byline a:hover	{ color:#999; text-decoration:underline; }
#topNav a { color:#5c5c5c; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; line-height:22px; padding:2px 0px 5px 0px; text-decoration:none; margin-left:15px;}
#topNav a:hover, #topNav a.selected { border-top:solid 3px #a81000; }



/*--- global ---*/
body {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	background:url(../images/body_bg.jpg) top left repeat-x;
	background-color:#f5f5f5;
	color:#000;
}
h1 {
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
	font-size: 22px;
	line-height:25px;
	margin: 0;
}
form, input, select, textarea {
	margin:0px;
	padding:1px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.clearer { clear:both; display:block; margin:0; padding:0px; height:0px; line-height:1px; font-size:1px; }
#topNav{
	width:500px;
	float:right;
	text-align:right;
	padding-top:8px;
}


/*---- articles ---*/
.body {
	color: #000000; 
	margin-left: 0px;
}

.bylineTop, .bylineBottom{
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size:10px;
	text-align:right;
	margin-top:3px;
}
.bylineBottom{
	margin:10px 0px;
	padding-bottom:10px;
	border-bottom:solid 1px #a81000;
	
}
.byline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333; 
}
.byline, .entryfooter, .trackbackfooter {
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}
.code {
	font-family: "courier new",courier,monospace;
	font-size: 1em;
	color: #971414;
	border: solid 1px #898989;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
    padding:10px 15px;
    line-height: 17px;
	 margin:5px 0 5px 0;	
}

.codePrint {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
    padding: 4px 4px 4px 4px;
    line-height: 15px;	
}




.commentBody {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	margin-right: 10px;
	margin-bottom: 40px;
}

.commentByLine {
	font-weight: bold;
	clear: left;
}

#blogText {
	padding:0 8px 0 8px;
}

#banner, #banner a {
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #FFCC00;	
	padding:5px;
}




/*--- Pods --- */

.menuTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#505050;
	margin-bottom:10px;
}
.menuBody {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	margin-bottom:30px;
}



/*--- Elements ---*/
.arrow{
	background:url(../images/bulletArrow.gif) top left no-repeat;
	background-position:0px 6px;
	padding-left:11px;
	margin:1px 0px;
}


.header, .header a {
	font-family: verdana, arial, sans-serif; 
	font-size: .7em;
	text-align: center;
	font-weight: bold;
}


#calendar{
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-family: verdana, arial, sans-serif; 
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: yellow;
}
.calDay{
	width:18px; display:block; height:17px; border:solid #fff; border-width:0px 1px 1px 0px; float:left; background:#DADBD5; text-align:center; padding-top:1px;
}
.calDay a{
	background:#a80000;
	color:#fff;
	text-decoration:none;
	display:block;
	height:17px;
	width:18px;
	margin-top:-1px;
	padding-top:1px;
	text-align:center;
}
.calDay a:hover{
	background:#fff;
	color:#a80000;
}
#calHeader{
	height:19px; background:url(../images/calBg.gif) top left repeat-x; margin:1px; text-align:center;
	}
#calHeader a{
	text-decoration:none;
	color:#000;
}
#calHeader a:hover{
	text-decoration:underline;
}


.date {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;  
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .7em; 
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}





.center{
	text-align:center;
}
.entry{
	margin-bottom:45px;
}
a img{
	border: 0px;
}

.comment, .trackback, .commentAlt, .trackbackAlt{
	border: 1px solid #999;
	padding: 10px;
	margin:10px 0;
	position:relative;
	background:#E8E8E8;

}
.commentAlt, .trackbackAlt{
background-color:#D9D9D9;

}
.comment img, .commentAlt img{
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}



.commentBody, .trackbackBody{
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 11px;
	color: #000000; 
	margin-bottom: 11px;
}

 #relatedEntriesList {
 	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 11px;
	color: #000000;
 }



.commentByLine, .trackbackByLine {
	font-style: italic;
	font-size: 11px;
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
	}
#trackbacks,#comments{
	margin-top:8px;
	}
#calendar th{
	font-weight: normal;
}
.tbLink{
	font-size:11px;
}

.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}

.byline img{
	vertical-align: top;
}

/*==================Forms======================*/
fieldset#commentForm, fieldset#sendForm{
margin:8px;
text-align:left;
}
fieldset#sendForm{
border:none;
}
fieldset#commentForm legend,fieldset#sendForm legend {
font-size: 11px;
font-weight: normal;
color: #000000;
margin: 0px 0px 0px 0px;
padding: 3px 5px 10px 5px;
}
fieldset#commentForm label,fieldset#sendForm label{
float:left;
width:110px
}
fieldset#sendForm label{
width:130px;
}
fieldset#commentForm div,fieldset#sendForm div{
clear:both;
margin-bottom:5px
}
fieldset#commentForm .longLabel{
width:260px
}
fieldset#sendForm .longLabel{
width:200px;
}
fieldset#commentForm .nofLoat,fieldset#sendForm .nofLoat{
float:none
}
fieldset#commentForm #comments,fieldset#sendForm #notes{
width:100%;
height:120px;
overflow: auto;
}
fieldset#sendForm #notes{
width:300px;
}
fieldset#commentForm img{
margin:3px auto
}
fieldset#sendForm img,fieldset#sendForm #submit{
margin-left:200px;
}
#popUpFormBody{
background:#fff;
margin:8px;
}