/* 
Highlight: 	#8a831a;
Beige: 		#eaead7;
 */

#footer {
	width: 100%;
	position: relative;
  	clear: both;
}

/* ===== Base Typography ===== */
html {
	font: 100%/1.4em Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-weight: bold;
	font-size: 1.375em;
	color: #8a831a;
}

a:link {
	color: #8a831a;
	text-decoration: none;
}
a:visited {
	color: #bcb351;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* ===== In-Depth Layout/Styling ===== */

/* =Header */
ul.skipto {	display: none; }

#blog_home {
	background: url(../images/blog_logo.png) top left no-repeat;
}

/* =Nav */
h2#navigation, ul.navigation, .quote, #newsletter, #rss_feed, #blog_archives, #firm_home{
	display: none;
}
/* =Blog Entries */
.blog_entry {
	border-bottom: 1px solid #000;
	margin: 0 0 1em;
}		
	.blog_entry h2 {
		padding: 1em 0 .7em;
		font-size: 1.375em;
		text-transform: uppercase;
	}	
	.blog_entry h3 {
		font-size: .75em;
		text-transform: uppercase;
	}
	.blog_entry .links {
		display: none;
	}
	span.d-time { padding: 0 0 0 .7em; }
	
/* =Right Sidebar */
	#about p {
	 float: left; 
	 width: 45%;	
		font-size: .875em;
		color: #c2c18f;	
	}
	
.firm_concentration {
 	float: right; 
	 width: 45%;
	font-size: .875em;
	text-transform: uppercase;
	color: #c2c18f; 
}
#podcast, .need_firm, #blog_roll { display: none; }

/* =Footer */
#footer {
	font-size: .75em;
	padding: .3em .5em;
}

.home #blog_entries h1 { display: none; }
