/*
	override styles from blueprint framework.
*/


/*
	type
*/
body { 
  color: #222; 
  font-family: Georgia, Times, "Times New Roman", serif;
}
h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

a:link {color: #003399; text-decoration: none;}
a:visited {color: #666699; text-decoration: none;}
a:hover {text-decoration: underline;}

p img {float: none;}

pre,code, html body code, html body pre    { margin: 0; white-space: pre; }
pre,code,tt, html body pre, html body code, p tt { font-size: 1em; font-family: monospace; line-height: 1.5; } 

/*
	layout
*/
body {
	background-image: url(images/abouthalf_bgd.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#header {height: 72px;}
#header h1 a {
	text-decoration: none;
	color: #222;
}
#header #tagline {
	padding-top: .75em;
}
#header h1 {
	font-size: 2em;
	padding: 0;
}
#header #logo img {
	vertical-align: middle;
	margin: 0;
}
#header h1 span {
	display: block;
	font-size: .5em;
	margin: 0;
	padding: 0;
}
#header form {
	text-align: right;
}

#postbody h1 a {color: #333;}

#postbody img {
	display: block;
	/*border: 1px solid #ddd;*/
	margin: 0 auto 0 auto;
}

#postbody img.border {
	border: 1px solid #ddd;
}

#postbody p img.top {
	float: left; 
	margin: 0 1.5em 1.5em 0; 
	padding: 0;
	border: 0;
}

#footer #copyright{
	text-align: center;
}

/*
	general
*/
.box {
	background: transparent;
	border: none;
}

input.text, input.title, select {width: auto; background: #fff;}
textarea {background: #fff; width: auto;}

em {background: none;}
