@import url('/css/reset.css');
@import url('/css/post.css');
@import url('/css/sidebar-about.css');
@import url('/css/sidebar-projects.css');
html, body {
	min-height: 100%;
}
body {
	background: #ffea02 url('/images/body-bg.jpg') no-repeat bottom left;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
}
#wrapper {
	width: 1039px;
	margin: 15px 0 0 0;
	padding-bottom: 100px;
}
#header {
	background: url('/images/header-bg.jpg') no-repeat 300px 0;
}
h1 a {
	width: 280px;
	height: 145px;
	outline: none;
	text-indent: -9999px;
	display: block;
	background: url('/images/logo.jpg') no-repeat top left;
}
#header .description {
	width: 280px;
	height: 35px;
	text-indent: -9999px;
	background: url('/images/description-bg.jpg') no-repeat top left;
}

#content {
	width: 502px;
	min-height: 500px;
	height:auto !important;
  height:500px;
	float: left;
	position: relative;
}
a#read_blog {
	color: #b71d00;
	font-weight: bold;
	font-size: 14px;
	font-family: Rockwell, Georgia, sans-serif;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
}
#sidebar {
	width:262px;
	padding-left: 15px;
	height: 400px;
	float: left;
}
#sidebar form {
	margin: 25px 0;
}
#sidebar p {
	margin: 10px 0 15px;
	line-height: 150%;
	width: 220px;
	font-style: italic;
}
#sidebar ul li ul {
	margin: 15px;
}
#sidebar ul li ul li {
	line-height: 150%;
	background: url('/images/red_dot.gif') no-repeat 0 7px;
	padding-left: 12px;
}
#sidebar li, 
#sidebar a {
	font-size: 13px;
}
#sidebar a {
	color: black;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}

.navigation {
	color: #b71d00;
	font-size: 13px;
	background: white;
	margin-bottom: 15px;
	padding: 10px;
}
.navigation a {
	color: black;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}

/* ====================================================================
Headings
==================================================================== */
	h2 {
		margin-bottom: 25px;
		text-indent: -9999px;
		background-repeat: no-repeat;
		background-position: top left;
		height: 15px;
	}
	#recent_news_heading,
	#news_heading,
	#about_heading,
	#contact_heading,
	#projects_heading,
	#search_heading,
	#archives_heading,
	#categories_heading {
	}
	#recent_news_heading {
		background-image: url('/images/recent_news_heading-bg.jpg');
	}
	#news_heading {
		background-image: url('/images/news_heading-bg.jpg');
	}
	#about_heading {
		background-image: url('/images/about_heading-bg.jpg');
	}
	#contact_heading {
		background-image: url('/images/contact_heading-bg.jpg');
	}
	#projects_heading {
		background-image: url('/images/projects_heading-bg.jpg');
	}
	#search_heading {
		background-image: url('/images/search_heading-bg.jpg');
	}
	#archives_heading {
		background-image: url('/images/archives_heading-bg.jpg');
		margin-bottom: 15px;
	}
	#categories_heading {
		background-image: url('/images/categories_heading-bg.jpg');
		margin-bottom: 15px;
	}