/* General Styling */

.clearer { clear:both; display:block; margin:0; padding:0px; height:0px; line-height:1px; font-size:1px; }

.entry, .entryLast{
	background:#f5f5f5;
	border:solid #ebebeb;
	border-width:0px 1px;
	padding:10px 25px;
}
.entryBottom{
	margin-bottom:20px;
}

.entryHeader{
	width:400px;
	float:left;
}
.entryAuthor{
	margin:3px 0px 0px 0px;
	font-size:10px;
}
.entryDate{
	width:120px;
	float:right;
	font-size:12px;
	margin:5px 0px 0px 0px;
	text-align:right;
}

.horizBreak, .horizBreakLower{
	background:url(../images/divider.gif) top left repeat-x;
	display:block;
	height:2px;
	margin:8px 0px 15px 0px;
}
.horizBreakLower{
	margin:10px 0px;
}
.byline{
	clear:both;	
}
.bylineTop{
	font-size:10px;
	line-height:12px;
}
.arrows{
	margin:0px;
	padding-left:12px;
	background:url(../images/bullet01.gif) no-repeat;
	background-position:0px 4px;
}
.commentLink{
	margin:0px;
}
.code {
	font-family: "courier new",courier,monospace;
	font-size: 1em;
	color: black;
	border: solid 1px #ebebeb;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
    padding:  5px 10px;
    line-height: 15px;
	margin: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;	
}




/* Comments */
#comments{
	width:521px;
	background:#e3e3e3;
	border:solid #cacac8;
	border-width:0px 1px;
	padding:5px 15px;
	
}
.commentsTitle{
	margin:0px;
	float:left;
	width:200px;
	font-size:14px;
	color:#005a8c;
	font-weight:bold;
}
.addComment, .noComment{
	float:right;
	width:120px;
	text-align:right;
	margin:0px;
}
.comment{
	margin:20px 0px 0px 10px;
	width:466px;
}
.commentWrapper{
	width:426px;
	background:#959595;
	color:#fff;
	padding:0px 20px;
}
.commentPoster{
	margin:0px;
}
.commentText{
	padding-left:10px;
	margin:3px 0px;
}
.commentDate{
	margin:0px;
	font-size:10px;
	text-align:right;
}


/* Menu Pods */

/* menu and pod title */
.menuTitle {
	font-size:14px;
	font-weight:bold;
	color:#004972;
}
.menuBody{
	width:160px;
	margin:10px auto 20px auto;
}


/* recent comments */
.commentQuote{
	background:url(../images/quote.gif) no-repeat;
	background-position:3px 3px;
	padding-left:25px;
	margin:3px 0px 15px 0px;
}



/* calendar */
#calendar{
	position:relative;
	left:-12px;
	width:184px;
	margin:0px auto;
	background:url(../images/cal_bg.jpg) top left no-repeat;
}
#calendarPrevMonth{
	margin:0px;
	padding:5px 0px 0px 8px;
	float:left;
	width:22px;
}
#calendarNextMonth{
	margin:0px;
	padding:5px 8px 0px 0px;
	float:right;
	width:22px;
	text-align:right;
}
#calendarMonth{
	text-align:center;
	padding:5px 0px 0px 0px;
	margin:0px;
	float:left;
	width:115px;
	line-height:12px;
	font-size:13px;
}
#calendarYear{
	font-size:10px;
}
.calendarDay{
	display:block;
	width:25px;
	height:20px;
	float:left;
	padding-top:5px;
	text-align:center;
}
.calendarDayBlogged{
	display:block;
	width:25px;
	height:25px;
	float:left;
	text-align:center;
}
.calendarToday {
	color:#fff;
	background-color:#00678A;
}









.byline, .entryfooter, .trackbackfooter {
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}



#banner, #banner a {
	font-family: "Trebuchet MS", verdana,arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	background-color: #FFCC00;	
	padding:5px;
}





.header, .header a {
	font-family: verdana, arial, sans-serif; 
	font-size: .7em;
	text-align: center;
	font-weight: bold;
}




.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, .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;
}






 #relatedEntriesList {
	font-size: 10px;
 }




.addCommentLink,.addTrackbackLink{
	text-align:right;
	}
#trackbacks{
	margin-top:8px;
	}

.tbLink{
	font-size:1.1em;
}

.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: 1.1em;
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#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;
}
