h1#article-title {
	font-size: 20px;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both;}

#knowledge-base #content a { text-decoration: underline; }
#knowledge-base #content a:hover { text-decoration: none; }

#knowledge-base #content {
	font-size: 12px;
	margin: 150px auto 15px auto;
}

#knowledge-base #content p { padding: 5px 0; }

#knowledge-base #right-column {
	float:right;
	margin:0 0 30px;
	width:212px;
}
#knowledge-base #right-column h3 {
	font-weight: normal;
	padding: 0 0 5px 0;
}

#knowledge-base #content-wrapper {
	float:left;
	margin:0 0 20px;
	position:relative;
	width:720px;
}

/* === Title with folder === */
#knowledge-base #knowledge-base-title {
	background: url(/knowledge/images/simplyHosting/knowledge_folder.jpg) no-repeat 40px 40px;
	height: 340px;
	margin: 0 0 40px 0;
	position: relative;
	width: 720px;
}
#knowledge-base #knowledge-base-title .subtitle {
	color: #333333;
	font-weight: normal;
	font-size: 18px;
	padding: 15px 0;
}
#knowledge-base #knowledge-base-title .blurb {
	bottom: 0;
	font-size: 13px;
	margin:190px 0 0 0;
}

/* === Recent Articles === */
#knowledge-base #recent-articles { margin: 50px 0 0 0; }
#knowledge-base #recent-articles ul li {
	background: url(/knowledge/images/simplyHosting/square.gif) no-repeat 5px center;
	border-top: 1px dotted #CCCCCC;
	color: #C2C2C2;
	font-size: 13px;
	line-height: 1.5em;
	padding: 5px 5px 5px 20px;
}
#knowledge-base #recent-articles ul li:first-child {
	border-top: 1px solid #DDDDDD;
}

/* === Search Knowledge === */
#knowledge-base #search-bar input {
	border: 1px solid #999999;
	font-size: 12px;
	padding: 5px;
	width: 200px;
}
#knowledge-base #search-bar #button-box {
	background: #EFEFEF;
	padding: 5px;
	margin: 0;
	text-align: right;
}
#knowledge-base #search-bar p, #knowledge-base #search-bar img {
	padding: 0;
	margin: 0;
}
#knowledge-base #search-bar button {
	background: none;
	border: 0;
	/* Stupid IE extra padding of <button>, need width,overflow ;)  */
	width: auto;
	overflow: visible;
}

/* === Main content === */
#knowledge-base #main-content h2 { display: none; }

#knowledge-base #hierarchy {
	color: #666666;
	margin: 0 0 15px 0;
}

#knowledge-base .folderListing, #knowledge-base #main-content ul {
	border: 1px solid #DDDDDD;
	padding: 25px 10px;
	overflow: auto;
}

#knowledge-base #sectionHeader, #knowledge-base #main-content h3 {
	background: #EFEFEF;
	display: block;
	padding: 10px;
	margin: 20px 0 1px 0;

}
#knowledge-base #sectionHeader h3 {
	background: none;
	display: inline;
	padding: 0;
	margin: 0;
}
#knowledge-base #sectionHeader h3, #knowledge-base #main-content h3 {
	color: #6E6E65;
	font-weight: normal;
}
#knowledge-base .folder {
	float: left;
	width:210px;
	background-image:url(/knowledge/images/simplyHosting/folder.png);
	background-repeat:no-repeat;
	padding:2px 0px 0px 22px;
	margin-bottom:5px;
	font-size:12px;
}
#knowledge-base .folder a, #knowledge-base .folder a:link,
#knowledge-base .folder a:visited, #knowledge-base .folder a:active {
	color: #666666;
	text-decoration: none;
}
#knowledge-base .folder a:hover {
	color: #999999;
	text-decoration: underline;
}
#knowledge-base .folder span { color: #999999; }

#knowledge-base #main-content ul li {
	line-height: 1.5em;
}

#searchResults tr td { padding: 10px 0 5px 0; }

/* === Articles === */
#article { padding: 5px; }

#article ul { margin: 5px 0; }

#article pre { padding: 10px 0; }
