/************************************************************************************************************************
	sa_styles.css
	Main stylesheet in print version for the Lehman Summer site
 ***********************************************************************************************************************/

/* --- remove divs for print --- */
#skipNavigation,
#masthead #mastheadLinks,
#nav01Wrap,
#col01 #mainImage, 
#col01 #myGallery, /* middle-states/index.html */
#col01 .noteFront, /* lehman-first/index.html */
#col01 form,
#col02,
#footerWrap,
#skipNavigation, #controlLinks { display: none; }


/* --- general --- */
* { margin: 0; padding: 0; outline: none; border: 0; outline: 0; font-size: 100%; vertical-align: baseline;}
html { background: none; }
body { 
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}
h1, h2, h3, h4, h5, h6 { color: #666; }
h2 { 
	font-size: 20pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
	padding: 0 0 5pt 0;
	text-indent: 0;
}
h3 { 
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	margin: 0 0 30pt 0;
}
h4 { 
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10pt 0;
}
h5 { margin: 0 0 10pt 0; }

a { color: #333; }
a:link, a:visited, a:hover, a:active { color: #333; }
a:link:after, a:link:visited:after, a:link:active:after { color: #333; content: " (" attr(href) ") "; }


/* --- masthead --- */
#mastheadWrap { background: none; height: 20pt; border-bottom: none; margin: 0 0 30pt 0; }
#masthead { width: 100%; margin: 0 auto; text-align: left; display: block; }

#masthead h1 { background: none; }
#masthead h1 a img { float: none; display: block; width: 173px; height: 73px; }
#masthead h1 a:after, 
#masthead h1 a:link:after, 
#masthead h1 a:visited:after { content: " "; }


/* --- title --- */
#categoryTitleWrap { 
	clear: both;
	background: none;
	border-bottom: 2pt solid #ccc;
}
#categoryTitle { 
	width: 100%;
	margin: 0 auto;
	text-align: left;
	color: #333;
	padding: 15pt 0 0 0;
}


/* --- main content ---*/
#mainContentWrap { 
	background: none;
	font-size: 12pt;
	line-height: 16pt;
}
#mainContent { 
	width: 100%;
	margin: 0 auto 35pt auto;
	text-align: left;
}


/* --- main content: Column 01 ---*/
#col01 { 
	width: 100%;
	float: none;
	background: none;
	margin: 0;
	padding: 10pt 0 0 0;
}
#col01 .col01PageSection { margin: 0 0 25pt 0; }
#col01 img { margin: 0 0 20pt 0; }
#col01 p { margin: 0 0 10pt 0; }
#col01 li { margin: 0 0 10pt 10pt; padding: 0 0 0 5pt; background: none; }

#col01 ul { list-style-type: disc; }
#col01 ul, #col01 ul ul { margin: 0 0 0 10pt; padding: 0; }

.col01PageSection a { text-decoration: underline; padding: 0; font-weight: normal; }
.col01PageSection a:link,
.col01PageSection a:visited { color: #333; background: #fff; border-bottom: none; }

#col01 address { margin: 0 0 10pt 10pt; }
#col01 address strong { color: #333; }
#col01 address a:link, a:visited, a:hover, a:active { color: #333; }
#col01 address a:link:after { color: #333; content: " (" attr(href) ") "; }


/* --- tables --- */
table { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
table th, table td { border-left: 1px solid #ccc; border-top: 1px solid #ccc; padding: 5pt; }
table th { font-weight: bold; }
