@charset "UTF-8";
/* CSS Document */

body {
	background: white;
	font: 12px "Lucida Grande", Genova, san serif;
	color: #333;
}
#Kelleylogo, #footer, #left {
	display: none;
	}

/*Header*/
h1,h2 {color:#000; font-size:13px;}
.post .entry h2 {font-size:20px;}

/* Links */
a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a[href^="http://"] {color:#000;} 

/*Boxes*/
div.float, div.h_float {border:1px;}


/*Footer*/
#footer,.footer,div.spacer {display:none;}