#boxes {
	width: 1002px;
}

#boxes td.box {
	border: 1px solid #ccc;
	background-color: white;
}

#query,
#about,
#featured,
#projects,
#new {
	vertical-align: top;
	width: 312px;
}

#new div.title,
#featured div.title,
#projects div.title,
#query div.title,
#about div.title {
	padding: 4px 10px 0px 10px;
	font-size: 0.85em;
	font-weight: bold;
	color: rgb(200,0,0);
}

#new div.value,
#featured div.value,
#query div.value,
#about div.value {
	padding: 10px 20px 0px 20px;
	font-size: 0.85em;
}

/* search box */
#search {
	width: 642px;
	vertical-align: bottom;
	border-bottom: 1px solid #ccc;
	padding: 0px;
}

#search div.title {
	padding-left: 0px;
	font-size: 1em;
	font-weight: bold;
	color: rgb(200,0,0);
}

#search div.value {
	padding: 5px 0px 0px 0px;
	font-size: 0.85em;
}

#search #querybox {
	margin: 0px 5px 0px 5px;
	font-family: Arial, Helvetica, "Luxi Sans", sans-serif;
	width: 400px;
}

#search input.submit {
	vertical-align: middle;
}

#search form {
	margin: 5px 0px 5px 0px;
}

#search p {
	margin-top: 12px;
	margin-bottom: 12px;
}

#search #chart {
	width: 647px;
}

#search #dates {
	height: 207px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: white;
	margin-top: 3px;
	padding: 3px 8px 0px 8px;
}

/* whats new box */
#new div.value {
	padding-top: 5px;
}

#new img {
	padding-bottom: 5px;
}

/* featured archive/project list */
#projects div.value {
	padding: 10px 0px 0px 10px;
	font-size: 0.85em;
}

/* query suggestions */
#query div.value {
	padding: 10px;
}

/* about */
#about div.value img {
	float: right;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 0.8em;
}

div.value {
	padding: 10px;
	font-size: 0.85em;
}

div.value p {
	margin: 0px 0px 5px 0px;
}

div.value ul {
	margin: 0px 0px 10px 0px;
	list-style-type: none;
	padding-left: 0px;
	padding-top: 3px;
}

div.value ul.bullets li {
	background-image: url(/images/bullet.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 4px;
}

.borderless {
	border: none;
}

.andmore {
	text-align: center;
	padding-top: 5px;
}

div.value td {
	padding-right: 6px;
}

.pride {
	padding-bottom: 10px;
}

.blurb {
	padding-bottom: 10px;
}

.learnmore {
	padding-top: 10px;
}

.newhead {
	color: rgb(200,0,0);
	font-weight: bold;
}

/* feedburner box */
td#new div.value {
	padding-top: 10px;
}
span.headline {
}
div.feedburnerFeedBlock div {
	font-style: italic;
	padding-top: 6px;
	padding-bottom: 10px;
}
div #creditfooter {
	display: none;
}
img.news {
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 2px;
	border: 0px;
}
