/* ------------------------------------------------------------

		* Berg Hill Greenleaf & Ruscitti
		* Coded by Taylor Smith of Imulus

  	print.css
  	- Print based styling and layout

------------------------------------------------------------ */

body {
	background: none;
	width: auto;
	margin: 0;
	padding: 0.5em 1.5em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.5;
	color: #000;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 14pt;
	margin: 1em 0 0 0;
	padding: 0;
}

h2 {
	font-size: 12pt;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 10pt;
}

h4, h5, h6 {
	font-size: 10pt;
}

code {
	font: 10pt Courier, monospace;
}

blockquote {
	margin: 1.3em;
	padding: 1em;
	font-size: 10pt;
}

hr {
	background-color: #ccc;
}

img {
	display: block;
	margin: 1em 0 1em 0;
	float: none;
}


a img {
	border: none;
}

a:link, a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
	color: #036;
}

a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

a[href^="http://"] {
	color: #000;
}

table {
	margin: 1px;
	text-align: left;
}

th {
	border-bottom: 1px solid #333;
	font-weight: bold;
}

td {
	border-bottom: 1px solid #333;
}

th,td {
	padding: 4px 10px 4px 0;
}

tfoot {
	font-style: italic;
}

caption {
	background: #fff;
	margin-bottom: 2em;
	text-align: left;
}

thead {
	display: table-header-group;
}

tr {
	page-break-inside: avoid;
}

#navigation,
#search,
#sidebar ul,
#secondary,
.navigation,
#industries,
#thumbnails,
form,
.home #content .container #main #attorney,
.home #news,
#title img,
#footer .practice-areas,
.filter,
em.partner,
#return,
#details dl,
#details p {
	display: none;
}

#title strong a {
	display: none;
}

#header strong a {
	display: block;
	font-size: 18pt;
	color: #036;
	text-decoration: none;
	border-bottom: 3pt solid #ddd;
}


#footer {
	clear: both;
	border-top: 1pt solid #ddd;
	margin-top: 1.5em;
	padding-top: 0.5em;
}

#footer p {
	margin-bottom: 0;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
	list-style: none;
	padding-right: 1.5em;
}



#directory #attorneys .attorney {
	clear: both;
}

#directory #attorneys .attorney img {
	float: left;
	margin: 0 1em 1em 0;
}

#directory #attorneys .attorney .popup {
	display: none !important;
}







.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}


