/*  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-size: 11pt;
	line-height: 1.4;
	background: #fff !important;
	}

body * {
	color: #000 !important;
	background-image: none !important;
	background: transparent !important;
	page-break-inside: always !important;
	overflow: visible !important;
	}
.sysAttorneyProfiles #primary div {
	float: none !important;
	overflow: visible !important;
	}

.attorneyFullList {
	margin-top: -80px !important;
	}
#container {
	overflow: visible !important;
}
#primary.content {
	width: 90% !important;
	margin: 0 !important;
	padding: 0 !important;
	}
.attemail {
	clear:right !important;
	}
h4.fullprint {
	width: 100% !important;
	}
.L, .S {
	page-break-before: always !important;
	}
h1 {
	margin:0;
	padding: 0;
	}
#innerwrapper {
	border: none;
	}
.hideprint,
.sidebar,
#navPrimary,
#navSecondary,
#letterAnchors,
#crumbList,
#footer,
#subbar,
#subLeft h1,
#subphoto,
#homepage #primary.content img,
#tools,
.viewall,
#searchForm {
	display: none;
	}
.sysAttorneyProfiles .sidebar, .sysPracticeAreaDetails .sidebar {
	display: block;
	}
.sysAttorneyProfiles #primary.content, .sysPracticeAreaDetails #primary.content, .sysPublicationDetails #primary.content, .sysEventDetails #primary.content {
	width: 500px !important;
	}
#lawyers .sysRelatedCaseStudies #primary.content {
}
#left.sidebar {
	display: none;
	}
#homepage #left.sidebar {
	display: block;
	}
.homebox {
	clear:both;
	}
#lawyers #left.sidebar, .sysPracticeAreaDetails #left.sidebar, .sysLosAngelesCa #left.sidebar, .sysPublicationDetails #left.sidebar, .sysEventDetails #left.sidebar  {
	display: block;
	}
#lawyers .sysLawyers #left.sidebar {
	display: none;
	}
.sidebarblock {
	}
#right.sidebar {
	margin-bottom: 0;
	padding-bottom: 0;
	}

#primary ul.attorneyrepmatters, #primary ul.repmatters {
	height: 200px;
	}
.sysLocations #primary div {
	line-height: 1.3em;
	font-size: 12px;
	float: left !important;
	}
#locations .sidebar {
	display: inline-block;
	}
#locations #detailBar p {
	display: none;
	}
#locations #right.sidebar {
	width: 225px;
	clear:none !important;
	}
#locations #primary.content {
	width: 300px !important;
	}
#locations .sysNearby #primary.content, #locations .sysPublicTransportation #primary.content, #locations .sysPhotoGallery #primary.content, #locations .sysPublicTransportation #primary.content {
	width: 500px !important;
	}
#locations .sysLocations #primary.content {
	width: 90% !important;
	}
.sysEventDetails #primary.content {
	width: 670px !important;
	}
li, #detailBar li, #detailBar2 li {
	list-style-type:square;
	}
.sysRelatedCaseStudies li {
	list-style-type: none;
	}
#primary ul.attorneyrepmatters, #primary ul.repmatters {
	height: 250px;
	}
.double {
	float:left !important;
	clear: none !important;
	width: 300px !important;
	line-height: 1.2em !important;
	margin-top: 0;
	}
table {
	table-layout: fixed;;
	}
/* EOF */