/* ---------------------------------------------- /

   Liz Levin & Company Print Stylesheet
	   Updated: Tues 07.06.08 @ 4:30pm
	   Author: Kelley Curry, kelley@brightbold.com
	   Copyright 2008. 
   
   INDEX:
	   =LAYOUT=
	   =TYPOGRAPHY=
	   =IMAGERY=
	   =FORM=
	   =LINKS=
	   =NAVIGATION=

/ ---------------------------------------------- */


/* ---------------------------------------------- /
                    =LAYOUT= 
/ ---------------------------------------------- */

* {
	background: none !important;
}
#printlogo,
#printcontact {
	display: block;
}
#logo,
#specialty,
#contact {
	display: none;
}
#branding {
	position: relative;
}
#content,
#people #content {
	position: relative;
	width: 100%; 
	padding-left: 0; 
	padding-right: 0;
	overflow: visible;
}
#maincontent,
#people #maincontent {
	width: 60%;
}
#secondarycontent,
#people #secondarycontent {
	width: 30%;
	margin-right: 0;
    padding: 93px 0 0 45px;
}
#sidecontent {
	display: none;
}
#footer {
	width: 100%;
	color: #4b305a;
	margin-top: 0;
}
#remarks #maincontent,
#about.map #maincontent { 
	width: 100%; 
}

/* ---------------------------------------------- /
                  =TYPOGRAPHY=
/ ---------------------------------------------- */

body {
	font-size: 100%;
	line-height: 130%;
}
p {
	color: #000;
}
#next {
	display: none;
}

/* ---------------------------------------------- /
                   =IMAGERY=
/ ---------------------------------------------- */


/* ---------------------------------------------- /
                    =LINKS= 
/ ---------------------------------------------- */

/* Check link appearence in B&W

Use following to insert URL after printed hyperlinks: 

#content a:link:after, 
#content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
  content: " (http://lizlevin.com" attr(href) ") ";
   }
*/


/* ---------------------------------------------- /
                  =NAVIGATION= 
/ ---------------------------------------------- */

#mainnav {
	display: none;
}

/* ---------------------------------------------- /
                     =FORM= 
/ ---------------------------------------------- */

