body {
	border-top: 10px solid #233b7d;
}

a, a:hover, #blurb:hover , #sidebar .widget_recent_comments li a:hover, .post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover, #sidebar .widget_recent_comments li a:hover {
color:#233b7d; 
}

a:hover, #sidebar .widget_recent_comments li a:hover, #sidebar .widget_recent_comments li a:hover {
border-bottom:1px dashed #0000B3;
}

#logo {
	margin-top: 5px;
}

#logo h1 a {
	color: #233b7d;
	font-size: 4em;	
}

#logo h1 a:hover {
	color: #233b7d;		
}

#sidebar .block li a:hover {
background:#f7f7f7 url(../../images/bullet_blue.gif) no-repeat scroll 6px 52%;
}

.post blockquote {
border-left:5px solid #0000B3;
}

#footer h1 {
	font-size: 1.2em;
	font-weight: bold;
}

pre {
  border: 1px solid black;
  border-color: #ddd;
  padding : 12px;
  line-height: 1.5;
  background: #222;
  color: #fff;
  overflow: auto;
}