/*
Theme Name: Knowledge Base Theme
Theme URI: http://www.unattendedmedia.com
Description: This is a custom theme created by Unattended Media. It uses the Blueprint CSS Framework.
Author: Nathan Barry
Author URI: http://www.unattendedmedia.com

*/

@import 'css/screen.css';

body {
	margin: 0px;
	background: url('img/background.jpg') repeat-x;
	color: #515151;
	}
	
a {
	color: #011d75;
	text-decoration: none;
	}
	
a:hover {
	border-bottom: solid 1px;
	}		
	
	
h3 {
	background: #efefef;
	padding: 10px;
	}
		
	#header {
		height: 135px;
		}
		
		#header h1 a {
			color: #fff;
			text-decoration: none;
			top: 40px;
			position: relative;
			}

	
	#nav {
		padding: 0px;
		height: 48px;
		}
		
		#nav li {
			float: left;
			list-style: none;
			}
			
			#nav li a {
				float: left;
				display: block;
				padding: 5px 10px;
				margin: 10px 5px 5px;
				}
				
			#nav li a:hover {
				background: #8d8d8d;
				border: none;
				color: #fff;
				}	
	

	#wrapper {
		margin-top: 25px;
		
		}
		
	#content {
		}
		
	#sidebar {
		
		}
		
		#sidebar ul {	
			list-style: none;
			padding: 0px;
			}

	#footer {
		background: #1d2233;
		padding-top: 30px;
		padding-bottom: 30px;
		color: #fff;
		margin-top: 30px;
		}
		
		#footer a {
			color: #9dace0;
			}
		
		
		
		.search-form {
			background: url('img/search.png') no-repeat;
			height: 120px;
			margin: 0px 0px 20px;
				
			}
		
			#s {
				width: 400px;
				padding: 5px;
				margin: 40px 0px 0px 40px;
				font-size: 1.5em;
				color: #8d8d8d;
				}
		
		.home-post {
			width: 185px;
			display: block;
			height: 100px;
			background: #efefef;
			margin: 10px 5px 0px 5px;
			float: left;
			font-size: 1.2em;
			}
			
			.home-post:hover {
				border: 0px;
				background: #dadada;
				}
				
			.home-post b {
				margin: 10px 10px 10px 30px;
				display: block;
				}	
				
				
		
		

