/* Header at the top with Kurt */
#miller_BlogHeader {
	background-image:url(../images/blog/blogHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:207px;
	padding: 0 0 0 12px;
}
#miller_BlogTitle {
	height:207px;

}
#miller_blog {
	width:506px;
	padding:0;
	background-image: url(../images/blog/blogBgTile.gif);
	background-repeat: repeat-y;
	overflow:auto;
}

/*Each blog entry*/

#miller_entry{
width: 482px;
padding:0 0 0 12px;
overflow:auto;

}

/* Header of each blog entry*/
#miller_entryHeader{
	background-image: url(../images/blog/blogEntryHeaderFlat.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding:0;
	margin:15px 0 0 0;
}

/* Right curve of each blog entry header */
#miller_entryHeaderCurve {
	background-image: url(../images/blog/blogEntryHeaderCurveR.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 57px;
}
/* Blog entry height tile*/
#miller_entryHeaderTile{
	background-image: url(../images/blog/blogEntryHeaderTile.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding:3px 0 0 0;

}
#miller_entryHeaderTile h1{
	font-size:18px;
	text-transform: uppercase;
	line-height:12px;
	margin:3px 0 7px 0;

}
#miller_entryBody{
	background-image: url(../images/blog/blogEntryTile.jpg);
	border-left:1px solid #021944;
	border-right:1px solid #021944;
	background-position: bottom;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding:15px;
	font-size:12px;
	line-height:14px;
	overflow:auto;


}

#blogBgFooter{
	width:506px;
	height:13px;
	background-image: url(../images/blog/blogBgFooter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#blogImage{
float:right;
background-color:#6985b9;
padding:5px;
border:1px solid #4c5168;
margin:0 0 10px 10px;
}
#blogImage img{
border:1px solid #86a1d4;
}

#miller_entryBody a:link{
	color:#0e3479;
}
#miller_entryBody a:visited{
	color:#0e3479;
}
#miller_entryBody a:hover{
	color:#000000;
}
#miller_entryFooter{
	background-image: url(../images/blog/blogEntryFooter.gif);
	background-repeat: no-repeat;
	height: 15px;
}



/*--------------
Archive and Entry Rubrics
 -------------- */

 /* Entry Links */

#miller_ArchEntryLink{
margin:0 0 5px 0;
font-weight:bold;
}
#miller_ArchEntryLink a:link{
color:#8aa7dc;
text-decoration:none;
}
#miller_ArchEntryLink a:visited{
color:#8aa7dc;
text-decoration:none;
}
#miller_ArchEntryLink a:hover{
color:#ffffff;
text-decoration:underline;
}
#miller_ArchEntries{

}

 /* Archive Links */
#miller_ArchLinks{
margin:15px 0 0 0;
border-top:1px solid #ffffff;
padding:10px 0 0 0;
color:#ffffff;
font-weight:bold;

}
#miller_ArchLinks img{
margin:0px 0px 10px 0;
}
#miller_ArchLinks a:link{
display:block;
color:#8aa7dc;
text-decoration:none;
margin:10px 0 0 10px
}
#miller_ArchLinks a:visited{
display:block;
color:#8aa7dc;
text-decoration:none;
margin:10px 0 0 10px;
}
#miller_ArchLinks a:hover{
display:block;
color:#ffffff;
text-decoration:underline;
margin:10px 0 0 10px;
}
#ArchActive{
display:block;
color:#ffffff;
margin:10px 0 0 10px;

}