@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
   
   This file handles text only, though there are a few styles regarding img, but they are still 
   specific to instances of text.  See global for all other structural styling.
   
   NOTE: Many of these styles do not apply to this site, but I let them remain for future needs.
   
-------------------------------------------------------------- */

body 
	{ 
	font-size: 14px;
	font-weight:normal;
	line-height: 1.8;
	color: #4a4a47; 
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#row_1 #attorney_list { font-size:12px; line-height: 2.5; }
#footer .content { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
#legal .content { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height: 4; color: #d4d4d4; }

.caption { font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-bottom: 30px; }

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 
	{ 
	 
	}

h1	{
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h1 a:link, 
h1 a:active,
h1 a:visited,
h1 a:hover	
	{
	display: block;	
	width: 280px;
	height: 272px;
	background: #000 url(../img/logo-hbd.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2
	{ 
	font-size: 30px;
	font-weight:normal;
	margin: 0; 
	padding: 0;
	}
	
h2 span
	{ 
	font-size: 22px;
	color: #4c5a54;
	margin: 0; 
	padding: 0;
	}

h2 span.tall { font-size: 30px; }
h2 span.partner { font-size: 30px; color: #39717b; margin-left: 30px; }

#row_1 h2 { margin-bottom: 55px; line-height: 1;}
#row_2 h2 { margin-bottom: 30px; line-height: 1;}
#row_3 h2 { margin-bottom: 20px; line-height: 1; font-size: 22px;}

/*#practice_areas #row_1 h2 { margin-bottom: 80px; line-height: 1;}
#attorneys #row_1 h2 { margin-bottom: 80px; line-height: 1;}*/

#row_1 .column_1 h2 { margin-bottom: 57px; color: #733532;}
#row_1 .column_2 h2 { color: #39717b;}
#row_1 .column_3 h2 { color: #60793b;}


h3 
	{ 
	font-size: 22px;
	font-weight:normal;
	line-height: 1; 
	margin-bottom: 12px;
	}
	
h4 
	{ 
	font-size: 16px;
	font-weight:normal;
	margin-bottom: 12px;
	}
	
h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0; }



/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; padding: 0;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus     { color: #000; }
	
a:link, a:visited { color: #3e99a9; text-decoration: none; font-weight:normal; }	
a:hover, a:active { color: #3e99a9; text-decoration: underline; }

#practice_areas ul li span { font-size:11px; margin:0 0 0 10px; }

#expertise a:link, a:visited { color: #3e99a9; text-decoration: none; font-weight:normal; }
#expertise a:hover, a:active { color: #3e99a9; text-decoration: underline; }

#row_1 #attorney_list .name a:link, 
#row_1 #attorney_list .name a:visited { color: #4a4a47; text-decoration: none; }
#row_1 #attorney_list .name a:hover { color: #4a4a47; text-decoration: underline; }
#row_1 #attorney_list .name a:active { color: #4a4a47; text-decoration: none; }

#footer a:link, #footer a:visited { color: #000; text-decoration: none; font-weight:normal; }	
#footer a:hover { color: #2b6772; text-decoration: underline; }
#footer a:active { color: #000; text-decoration: none; }

#legal a:link, #legal a:visited { color: #d4d4d4; text-decoration: none; font-weight:normal; }	
#legal a:hover { color: #d4d4d4; text-decoration: underline; }
#legal a:active { color: #d4d4d4; text-decoration: none; }

#legal a:link span, #legal a:visited span { color: #ff9626; text-decoration: none; }
#legal a:hover span, #legal a:active span { color: #ff9626; text-decoration: underline; }


blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 2.5em; }

ul          { list-style: none; }
ol          { list-style-type: decimal; }

.list ul,
.list ul li	  /*  styles all non-bulleted lists  */
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
.bulleted ul   /*  styles all bulleted lists  */
	{
	list-style-type: none;
	padding: 0;
	margin: 0 0 1.5em 0;
	}

.bulleted li	  /*  styles all bulleted lists  */
	{
	background-image: url(../img/bullet-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 15px;
	}


dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }





