/*  This file is part of Sava CMS (www.gosava.com).

    Sava CMS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, Version 2 of the License.

    Sava CMS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Sava CMS.  If not, see <http://www.gnu.org/licenses/>.

*/

/*	Some inspiration taken from:

	BlueprintCSS - http://code.google.com/p/blueprintcss/
	Hartija Css Print Framework - http://code.google.com/p/hartija/
*/



html {
	width: 100%; 
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	margin: 10pt;
	padding: 0 !important;
	font-family: 'Times New Roman', Times, serif;
	font-size: 10pt;
	line-height: 1.4;
	background: #fff !important;
	}

body * {
	color: #000 !important;
	background-image: none !important;
	background: transparent !important;
	}

div {
	margin: 0 0 10pt !important;
	padding: 0 !important;
	border: none !important;	
	}

ol, ul, p, blockquote { page-break-inside: avoid; }

li, blockquote p {
	line-height: 1.25em;
	margin: 0 0 .5em;
	}
li {list-style-type:square;padding-left:0 !important;}
li li {list-style-type: disc;margin-left:20px;}
blockquote { font-style: italic; }


h1, h2, h3, h4, h5, h6 {
	page-break-inside: avoid;
	page-break-after: avoid;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
h1 { font-size: 24pt !important; }
h2 { font-size: 21pt !important; }
h3 { font-size: 18pt !important; }
h4 { font-size: 16pt !important; }
h5 { font-size: 14pt !important; }
h6 { font-size: 12pt !important; }


#header {
	height: auto !important;
	margin: 0 !important;
	padding: 0;
	border-bottom: 1px solid #999 !important
	}



#content {
	margin: 0;
	padding: 0;
	width: 100%;
	}


.sidebar,
#navPrimary,
#navSecondary,
#footer form,
#footer a,
#homepage #primary,
#tools,
#clientsfirst,
#homepage #left.sidebar a,
#topbar,
#crumbList,
#initials,
.hideprint,
#submenu {
	display: none;
	}
#featured, #headlines, #ourfirm {background: none !important; height: auto !important;}
#homepage #left.sidebar, #featured, #headlines, #ourfirm, #homepage h4, #ourfirm p, #ourfirm h3 {display:block;text-align:left !important;width:100%;background:none !important;margin:0 !important;padding: 0 !important;height: auto !important;}
.sysAttorneyDetails #left.sidebar, .sysAttorneyRelatedInformation #left.sidebar {display:block !important;width:100% !important;float:none !important;}
.sysAttorneyDetails #right.sidebar, .sysAttorneyRelatedInformation #right.sidebar, .sysIndustryDetails #right.sidebar, .sysPracticeDetails #right.sidebar {display:block;width:250px;padding-left:20px;}
#rightsub {margin-left: 30px !important;}
#address h6 {border: none;text-align:left;}
h3 {clear:left;border:none !important;}
.sysCareers #topbar, .sysIndustries #topbar, .sysPractices #topbar {display: block;padding:0;margin:0;height:auto;}
#toptitle, #toptitle h3 {margin:0;padding:0;text-transform: uppercase;}
.boxsub p {padding:0 !important; margin: 0 !important;}
#homepage #right.sidebar {display: block;}
.attname, .atttitle, .attemail, .attlocation {width: 22% !important;}
#rightsub h4 {margin-left: 0 !important; padding-left: 0 !important;}
.attblock2, #address {margin-left: 217px !important;}
.attphoto img {float:left;}
/* EOF */