.jive-portlet-box ul {
	margin: 0 0 2px 0;
	padding: 0;
}

.jive-portlet-box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation {
	margin-bottom: 10px;
}

.post {
	background-color: #f5f5f5;
	border: 1px #ccc solid;
	margin: 0 0 10px 0;
	padding: 10px;
}

.post h1,
.post h2 {
	color: #0f1d42;
	font-family: georgia, "times new roman", serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	margin: 5px 0 10px 0;
}

.post h2 a {
	color: #0f1d42;
}

.post small {
	color: #666;
	font-size: 12px;
}

.post .entry {
	font-size: 14px;
	line-height: 18px;
}

.post .postmetadata {
	font-size: 12px;
	margin: 10px 0 0 0;
}

.commentlist {
	margin: 0;
	padding: 0;
}

.commentlist li {
	background-color: #f5f5f5;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 5px;
}

.commentlist li.alt {
	background-color: #efefef;
}

a img {
	border: none;
}

#search {
	overflow: hidden;
}

#search-query {
	background-color: #f5f5f5;
	border: 1px #999 solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 4px;
}

#search-query:focus {
	outline: 0;
}

#search-button {
	background: transparent url(http://dbmanagement-blog.com/wp-content/themes/sqlserver/images/search-button.png) no-repeat 0px 0px;
	border: none;
	display: block;
	float: right;
	font-size: 0;
	height: 24px;
	line-height: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 70px;
}

#search-button:hover {
	background-position: 0px -24px;
	cursor: pointer;
}