body {
	
	background-image: url(/blogimages/sitebg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin:0px;
	padding: 0px;
	color: #333333;
	
}

h2 {
	font-family: Tahoma;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}

a, a:visited {
	color: #003266;
	
}

a:hover {
	color: #003266;
}

img {border: none; padding: 0px; margin: 0px;}

#mainbox {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}

#leftbox {
	float: left;
	width: 730px;
}

#leftbox h2 {
	padding-top: 20px;
}

#rightbox {
	float: right;
		width: 230px;
		font-size: .85em;
			line-height: 1.5em;
}

#rightbox a {
	color: #505956;
}

 p {
	margin-top: 2px;
}

#constrain {
	padding-right: 50px;
}

#imageholder {
	padding-top: 9px;
	text-align: center;
	
}

#imageholder img {padding: 5px;}
.red {
	color: #7b2e00;
}

.blue {
	color: #003266;
}

.big {
	font-size: 1.2em;

}

.byline, .entryfooter, .trackbackfooter {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .8em;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}
.byline{
	clear:both;
}

.commentBody {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .8em; 
	color: #000000; 
	margin-right: 10px;
	margin-bottom: 40px;
}

.commentByLine, .tweetbackByLine {
	font-weight: bold;
	clear: left;
}


.code {
	font-family: "courier new",courier,monospace;
	font-size: 1em;
	color: black;
	border: solid thin #804000;
	background-color: #fcfcfc;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	 margin:5px 0 5px 0;	
}

.codePrint {
	font-family: courier,monospace;
	font-size: .9em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
    padding: 4px 4px 4px 4px;
    line-height: 15px;	
}


.comment, .trackback, .tweetback, .commentAlt, .trackbackAlt, .tweetbackAlt {
	border: 1px solid #999;
	padding: 10px;
	margin:10px 0;
	position:relative;

}
.commentAlt, .trackbackAlt , .tweetbackAlt{
background-color:#efefef;

}
.comment img, .commentAlt img, .tweetback img, .tweetbackAlt img {
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
	max-width: 48px;
	max-height: 48px;	
}



.commentBody, .trackbackBody, .tweetbackBody {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .85em; 
	color: #000000; 
	margin-bottom: 10px;
}

 #relatedEntriesList {
 	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .7em; 
	color: #000000;
 }



.commentByLine, .trackbackByLine, .tweetbackByLine {
	font-style: italic;
	font-size: .85em;
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
	}
	
#trackbacks,#comments, #tweetbacks {
	margin-top:8px;
}

