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

   Liz Levin & Company Stylesheet
	   Updated: Mon 01.19.09 @ 3:15pm
	   Author: Kelley Curry, kelley@brightbold.com
	   Copyright 2009. 
	   Please don't copy any of the CSS from this site without contacting me to ask for permission. 
	   Just ask - we're friendly! The exception to this is the CSS Reset section, which is provided for public 
	   use by Eric Meyer. (Currently at http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/)
   
   INDEX:
	   =CSS RESET=
	   =LAYOUT=
	   =TYPOGRAPHY=
	   =IMAGERY=
	   =FORM=
	   =LINKS=
	   =NAVIGATION=

	COLORS:  
		#f8f8f3 : Background
		#4b305a : Purple text (main)
		#d45731 : Orange text (sidebar), Links
		#98a153 : Green text (quotes, prev/next)
		#a4332f : Tagline orange
		#5c426d : Homepage background purple
		#a4332f : Orange Hover
		#626b33 : Green Hover
		#eabc00 : Gold (not used)
	
/ ---------------------------------------------- */


/* ---------------------------------------------- /                         
                   =CSS RESET= 
/ ---------------------------------------------- */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
/* blockquote, q {
	quotes: none;
}										took this section out as it causes problems http://www.paulchaplin.com/blog/css-reset-and-quirky-quotes 
:focus {								 remember to define focus styles! 
	outline: 0;
}
ins {									 remember to highlight inserts somehow! 
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {									 tables still need 'cellspacing="0"' in the markup 
	border-collapse: collapse;
	border-spacing: 0;
} */

/* ---------------------------------------------- /
                    =LAYOUT= 
/ ---------------------------------------------- */
html {
	height: 100%;    
}
body {
	height: 100%;    
	width: 100%;      
	min-width: 965px;
	background-color: #f8f8f3;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #4b305a;
	font-size: 76%;
	line-height: 120%;
}
#container {
	position: relative; 
	min-height: 100%;
	margin-bottom: 1px; 
}
#content {
	width: 365px; 
	padding-left: 315px; 
	padding-right: 285px;
	overflow: hidden;
}
#content .column {
    position: relative;
	float: left;
	padding-bottom: 120px;
}
#maincontent { 
	width: 365px; 
}
#secondarycontent {
	width: 215px;
	margin-right: -285px;
    padding: 93px 25px 0 45px;
	color: #d45731;
	text-align: left;
}
#sidecontent {
	width: 210px;
	position: absolute;
	left: 50px;
	padding-top: 145px;
	color: #98A153;
	text-align: right;
}
#branding {
	background-image: url(../images/logo_stripe.gif);
	background-repeat: repeat-x;
	position: relative;
	margin: 0;
	height: 100px;
}
#tagline {
	position: relative;
	padding-left: 215px;
	z-index: 2;
	color: #a4332f;
}
#mainnav {
	position: relative;
	margin: 5px 0 36px 275px;
	width: 680px;
	height: 15px;
	z-index: 4;
}
#footer { 
	background-image: url(../images/bottom_bar.jpg); 
	background-repeat: repeat-x; 
	position: relative;
	height: 85px; 
	margin: -86px 0 0 0; 			    
	z-index: 2;
	clear: both; 
}
#contact { 
	width: 620px; 
	height: 19px; 
	z-index: 4; 
	position: relative; 
	left: 130px; 
	bottom: -40px;
}
#contact img { 
	float: left; 
}
#branding img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 6; 
}
body#home {
	background-color: #5c426d;
	background-image: url(../images/home_bkg_purple.gif);
} 
#home #branding {
	background-image: url(../images/home_stripe.gif);
	height: 136px;
}
#home #container {
	position: relative; 
	min-height: 250px;
	width: 100%;
	background-color: #f8f8f3;
	margin-bottom: 1px; 
}
#home #tagline {
	padding-top: 17px;
	padding-bottom: 6px;
}
#home #mainnav {
	margin: 0 0 0 0;
	float: left;
	width: 535px;
}
#home #photo {
	float: left;
	margin: 0 5px 0 275px;
}
#home #maincontent { 
	width: 965px; 
}
#home #secondarycontent {
	width: 925px;
    position: relative;
	margin: 0;
	padding: 0 0 0 67px; 
	clear: both;
	color: #98A153;
	background-color: #f8f8f3;
}
#home #footer { 
	background-image: url(../images/home_bottom_bar.jpg); 
	height: 149px; 
	margin: 0; 			    
}
#home #contact { 
	left: 0; 
	bottom: 0;
	padding-left: 20px; 
	padding-top: 50px;
}
#about #sidecontent {
	padding-top: 80px;
}
#people #content {
	width: 315px;
	padding-left: 315px;
	padding-right: 335px;
}
#people #maincontent {
	width: 315px; 
}
#people #sidecontent {
	width: 225px;
}
#people #secondarycontent {
	width: 270px;
	margin-right: -335px;
    padding-left: 50px;
	padding-right: 15px;
} 
#forms #maincontent {
	width: 450px; 
}
#salons #secondarycontent {
	padding-top: 70px;
}
#remarks #content,
#about.map #content {
	width: 525px; 
	padding-left: 315px; 
	padding-right: 0;
	overflow: hidden;
}

#remarks #maincontent,
#about.map #maincontent { 
	width: 525px;
}
#remarks #sidecontent,
#about.map #sidecontent { 
}
#maryellen, #deborah {
	padding-left: 20px;
}
#salonsold #maincontent {
	left: 300px;
}
#salonsold #secondarycontent {
	left: 640px;
	top: 372px;
}
#salonsold #sidecontent {
	left: -40px;
	top: 280px;
}
img {
	border-style: none;
}
.print {
	display: none;
}

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

p { 
	margin: 2px 0 12px; 
}
h1 {
	display: block;
	width: 431px;
	height: 50x;
	padding: 23px 0 0 68px;
}
h1 a {
	display: block;
	width: 431px;
	height: 50px;
	text-indent: -9999em;
	background: url(../images/logo-trans.png) no-repeat left top;
}
#home h1 {
	width: 606px;
	height: 136px;
	padding: 0;
}
#home h1 a {
	width: 606px;
	height: 136px;
	background: url(../images/logo_home.gif) no-repeat left top;
}
h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	text-transform: lowercase;
	font-variant: small-caps;
	margin: 0 0 18px;
}
h3 {
	font-size: 1.1em;
	line-height: 1em; 
	text-transform: lowercase;
	font-variant: small-caps;
	margin-top: 12px;
/*	margin: 12px 0 8px;  */
}
h4 {
	font-size: 1em;
	margin: 10px 0 0 0;
	text-transform: lowercase;
	font-variant: small-caps;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 0 0;
}
blockquote {
	font-size: 1em;
	font-style: italic;
	line-height: 1.6em;
	text-align: right;
	color: #98A153;	
	margin: 0;
	padding: 0;
}
#content ul {
	list-style-type: square;
	margin-left: 32px;	
}
cite {
	font-style: italic;
}
#tagline h3 {
	font-size: 1.1em;
	margin-top: 6px;
	margin-bottom: 12px;
}
#salons h4 {
	font-size: 1.1em;
}
#salons h4 em {
	font-size: .85em;
	text-transform: none;
	font-variant: normal;
}
/*  This is Phark image replacement for the hompage tagline, so it looks beautiful even without Flash. But Liz was seeing two taglines, so I took it out.
#home #tagline h3 {
	background-image:url(images/tagHome.png);
	background-repeat:no-repeat;
	text-indent: -9999px;
	height: 27px;
	width: 255px;
	margin-top: 0;
}*/
#next {
	color: #98A153;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
#people #content ul {
	margin-left: 18px;
}
#people #content li {
	margin-bottom: 12px;
}
#people #secondarycontent #li {
	margin-left: 0;
	padding-left: 0;
}
#people #content ol {
	list-style-type: none;	
	margin: 0;
	padding: 0;
}
#remarks #content li {
	margin-bottom: 6px;
}
#about #content ul {
	list-style-type: none;	
	margin-left: 0;
	padding-left: 0;
}
.first {
	margin: 0 0 0;
}
.caps {
	font-size: .9em;
}
.callout {
	font-size: 1.4em;
}
.highlight {
	color: #d45731;
}
.fauxlink {
	text-decoration: underline;	
	cursor: pointer;
}
.attention {
	font-style: italic;
	padding-bottom: 12px;	
}
.error {
	color:#d45731; 
	font-weight:bold; 
}
.awarder, .office {
	font-style: italic;	
}
.download {
	text-align: right;
	margin-top: 30px;
}
#salonsub table {
	margin: 12px 0 12px 30px;
}
td.time {
	width: 67px;
}
td.event {
	width: 257px;
}

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

.download img {
	margin-left: 6px;
}
#wagmp_map_1 {
	margin-top: 20px;
	margin-bottom: 1em;
}
.map img {
	margin-bottom: 1em;
}
#printlogo,
#printcontact {
	display: none;
}
#remarks.kopp #quote1 {
	margin-top:100px;
}
#remarks.kopp #quote2 {
	margin-top:400px;
}
#remarks.kopp #quote3 {
	margin-top:475px;
}
#remarks.kopp #quote4 {
	margin-top:325px;
}
#remarks.kopp img#palebluedot {
	margin-top:500px;
}
#remarks.speranza #quote1 {
	margin-top:125px;
}
#remarks.speranza #quote2 {
	margin-top:475px;
}
#remarks.speranza img#headshot {
	margin-top: 610px;
}

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

a:link { 
	color: #d45731; 
}
#salons a:link {
	color: #4b305a;
}
#next a:link {
	color: #98A153;
	text-decoration: none;
} 
#salons .salon a:link {
	color: inherit;
}
a:visited { 
	color: #d45731; 
}
#salons a:visited{
	color: #4b305a;
}
#salons .salon a:visited {
	color: inherit;
}
#next a:visited {
	color: #98A153;
	text-decoration: none;
}
a:hover { 
	color: #a4332f; 
}
#salons a:hover {
	color: #d45731;
}
#next a:hover {
	color: #626b33; 
	text-decoration: none;
}
a:active { 
	color: #a4332f; 
}
.salon a:active {
	color: inherit;
}

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

#nav a {
	display: block;
	text-decoration: none;
}
#nav li {
	float: left;
	margin-right: 5px;
}
#nav li a {
	height: 15px;
}
#nav li#profservnav,
#nav li#profservnav a {
	width: 166px;
}
#nav li#peoplenav,
#nav li#peoplenav a {
	width: 100px;
}
#nav li#askliznav,
#nav li#askliznav a {
	width: 109px;
}
#nav li#salonsnav,
#nav li#salonsnav a {
	width: 135px;
}
#nav li#publicationsnav,
#nav li#publicationsnav a {
	width: 144px;
}
/* Uses images for top level of navigation */
#nav li#profservnav a {
	background: url(../images/navsprites.png) no-repeat 0 0;
	text-indent: -9999px;
}
#nav li#peoplenav a {
	background: url(../images/navsprites.png) no-repeat -426px 0;
	text-indent: -9999px;
}
#nav li#askliznav a {
	background: url(../images/navsprites.png) no-repeat -170px 0;
	text-indent: -9999px;
}
#nav li#salonsnav a {
	background: url(../images/navsprites.png) no-repeat -285px 0;
	text-indent: -9999px;
}
#nav li#publicationsnav a {
	background: url(../images/navsprites.png) no-repeat -530px 0;
	text-indent: -9999px;
}
/* Sets context and hover images to purple */
#about #nav li#profservnav a,
#nav li#profservnav a:hover {
	background: url(../images/navsprites.png) no-repeat 0 -15px;
}
#people #nav li#peoplenav a,
#nav li#peoplenav a:hover {
	background: url(../images/navsprites.png) no-repeat -426px -15px;
}
#askliz #nav li#askliznav a,
#nav li#askliznav a:hover {
	background: url(../images/navsprites.png) no-repeat -170px -15px;
}
#salons #nav li#salonsnav a,
#salonsub #nav li#salonsnav a,
#remarks #nav li#salonsnav a,
#nav li#salonsnav a:hover {
	background: url(../images/navsprites.png) no-repeat -285px -15px;
}
#publications #nav li#publicationsnav a,
#nav li#publicationsnav a:hover {
	background: url(../images/navsprites.png) no-repeat -530px -15px;
}
/* Puts second and third level menus offscreen */
#nav li ul {
	position: absolute;
	left: -999em;
}
#nav li:hover ul ul {
	left: -999em;
}
/* Brings second and third level submenus back onscreen on hover */
#nav li:hover ul,
#nav li li:hover ul {
	left: auto;
}
/* sets widths for second level menus */
/* li are 2px less to account for border width */
#nav li#profservnav ul {
	width: 122px;
}
#nav li#profservnav li {
	width: 120px;
}
#nav li#askliznav ul {
	width: 94px;
}
#nav li#askliznav li {
	width: 92px;
}
#nav li#salonsnav ul {
	width: 135px;
}
#nav li#salonsnav li {
	width: 133px;
}
/* vertically positions 3rd level menus */
#nav li ul ul {				
	margin: -20px 0 0 0;
}
/* horizontally positions Past Salons menu */
#nav li#salonsnav ul ul {	
	margin-left: 129px;
}
/* Styles second and third level menus */
#nav li ul {
	border-top: 1px solid #98A153;
}
#nav li ul li {
	border: 1px solid #98A153;
	border-top: none;
}
#nav li li a {
	height: 16px;
}
/* Sets widths for submenu links, 10px less to allow for borders */
#nav li#profservnav li a {
	width: 110px;
}
#nav li#askliznav li a {
	width: 82px;
}
#nav li#salonsnav li a {
	width: 123px;
}
/* Overrides image replacement for second & 3rd level nav + stles links */
/* #container #mainnav required for specificity */
#container #mainnav #nav li ul li a {
	padding: 5px;
	display: block;
	background-image: none;		/* overrides top-level images */
	text-indent: 0;
	background-color: #F8F8F3;
	color: #4B305A;
	font-weight: bold;
}
#container #mainnav #nav li ul li a:hover {	/* #container #mainnav required for specificity */
	color: #ebe7af;
	background-image: none;		/* overrides top-level images */
	text-indent: 0;
	background-color: #4e285a;
}

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

form { 
	font-size: 1em; 
	line-height: 15px; 
	background-color: #f8f8f3; 
	visibility: visible; 
	position: relative; 
	z-index: 1; 
	width: 450px; 
}
form div {
	padding: 0; 
	margin: 5px; 
}
fieldset {
	width: 450px; 
	border: none;
}
label, select {
	height: 1.6em;
}
label { 
	display: block;
	float: left;
	width: 100px; 
	clear: left;
	font-size: 1em; 
	font-weight: bold; 
	background-color: #f8f8f3; 
	text-align: right; 
	margin-right: 10px;
}
select { 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 1em; 
}
input[type="text"] {
	font-size: 1em;
	width: 275px;
	padding: 3px 5px 3px 5px;
}
input#subject {
	width: 315px;
}
input[type="submit"] {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	width: auto;
	height: auto;
	font-size: 1em; 
	font-weight: bold;
	color: #4b305a;
	text-align: center; 
	margin-left: 115px;
	margin-top: 12px;
}
/*textarea {
	width: 450px;
	height: 500px;
} */
