/*
Theme Name: Denham-Blythe Company Layout
Theme URI: http://www.denhamblythe.com
Description: The default Denham-Blythe Company theme.
Version: 1.0
Author: Troy Harvey
Author URI: http://www.troyharvey.com

  This theme relies on the Blueprint CSS framework at http://www.blueprintcss.org/.

*/

	body {
		background:url('images/bg.gif') repeat-x;
	}
	#bg-vert-shadow {
		background:url('images/bg_content.gif') repeat-y;
	}
	#bg-center-top {
		background:url('images/bg_content_header.gif') no-repeat top center;
	}
	#header {
		padding-top:3px;
	}
	#footer {
		background:url('images/bg_content_footer.gif') no-repeat top center;
		padding-top:40px;
	}

	#navcontainer ul {
		float:right;
	   margin: 0;
	   padding: 0;
	   list-style: none;
	   }
	#navcontainer ul li  {
	   float: left;
	   margin: 0;
	   padding: 0;
	   }
	#navcontainer ul li a  {
	   display: block;
	   padding:20px 20px 0 10px;
	   border-left:1px solid #CC9933;
	   text-decoration:none;
	   font-size:1.2em;
	   color:#666666;
	   }
	#navcontainer ul li a#current  {
		color:#000000;
	}
	#navcontainer ul li a:hover {
		padding-top:21px;
		color:#000000;
	}
	#content {
		padding:10px;
	}
	#breadcrumbs {
		color:#999999;
		margin-bottom:10px;
		font-size:10px;
	}
	#breadcrumbs a{
		color:#999999;
	}
	#breadcrumbs a:hover {
		color:#333333;
	}
	#highlight_sidebar {
		background-image:url('images/bg_sidebar_grey.gif');
		background-repeat:repeat-x;
	}
	#highlight_sidebar h2{
		color:#e59724;
	}
	
	#project_content .copy .padding {
		padding:10px;
	}
	#project_content .copy_highlight {
		background-image:url('images/bg_sidebar_grey.gif');
		background-repeat:repeat-x;
		min-height:306px;
	}
	#project_content .copy_highlight .padding {
		padding:20px;
	}
	#project_content .copy_highlight h2{
		color:#e59724;
	}
