/*
	Brandeis University
	Printable "Zeta" Theme
	http://lts.brandeis.edu
	Copyright 2005 Brandeis University, All Rights Reserved
*/

/* Main ids and classes */
body {
	padding: 0;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	color: #222222;
}

a {
	color: #31418A;
	text-decoration: none;
}

a:visited {
  color: #653865;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Container class to set the min/max width for content areas--currently not for IE*/
.beaker {
	min-width: 600px;
	max-width: 50em;
	height: auto;
	margin: 0 auto;
}

/* Accessibility-specific stuff */

.hidden {
	display: none;
}

/* Very Top Navigation Bar */

#navback {
	display: none;
}

#nav {
	display: none;
}

#navback #shortcuts {
	display: none;
}

/* Masthead - Brandeis and LTS logos*/

#masthead {
	float: left;
	position: relative;
	display: block;
	padding-bottom: 5px;
	border-bottom: #000 2px solid;
}

#masthead #logo {
	float: left;
	left: 0;
	text-align: left;
	margin: 10px 0 0 0;
}

#masthead #logo img {
	float: left;
	border:0;
	width: 300px;
}

#masthead #ltsheader {
	margin: 10px 0 0 0;
}

#masthead #ltsheader img {
	float: right;
	border: 0;
	width: 300px;
}

/* Main Content */

/* Main content, Search, Quick Links, and See Also */
#ltsmain {
width: 100%;
float: left;
position: relative;
margin: 30px 0 0 0;
text-align: left;
background: transparent;
}

/* Right Sidebar */

/* Alerts */
.alerts {
	display: none;
}

/* Search Box and Quick Links */
#searchLinks {
	display: none;
}

#ltsmain #ltscontent {
	margin: 0;
	text-align: left;
	font-size: 1em;
	font-family: Arial, san-serif;
	padding: 0;
	line-height: 140%;
}

#ltsmain #ltscontent ul, #ltsmain #ltscontent ol {
	margin-top: expression(".8em");
	margin-bottom: expression(".6em");
}

#ltsmain #ltscontent th {
	text-align: left;
	vertical-align: top;
}

#ltsmain #ltscontent h1, #ltsmain #ltscontent h2, #ltsmain #ltscontent h3, #ltsmain #ltscontent h4, #ltsmain #ltscontent h5 {
	text-shadow: .2em .2em .1em #CCCCCC;
	margin: 0;
}

#ltsmain #ltscontent h1 {
	font-size: 1.7em;
	margin: 0 0 5px 0;
	line-height:105%;
}

#ltsmain #ltscontent h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 .8em 0;
}

#ltsmain #ltscontent h3 {
	font-size: 1.1em;
}

#ltsmain #ltscontent h4 {
	font-size: 1em;
}

#ltsmain #ltscontent h5 {
	font-size: .8em;
}

#ltsmain #ltscontent p {
	/* text-align: justify; */
	margin: 0 0 1em 0;
}

#ltsmain #ltscontent dt {
	font-weight: bold;
}

#ltsmain #ltscontent hr {
	width: auto;
	border: none 0;
	height: 1px;
	text-align: left;
	border-top: 1px solid #BBBBBB;
	margin: 0 0 0 0;
}

#ltsmain #ltscontent table {
	width: auto;
}

#ltsmain #ltscontent blockquote {
	padding: 5px;
	width: auto;
}

/* Other CSS */
#nobulletlist {
	list-style: none;
	padding: 0 5px;
}
#rightside {
	float: right;
	width: 25%;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px;
	border-style: solid;
	border-color: #B0AEAE;
	padding-left: 10px;
	font-size: 85%;
	background-color: #edeff9;
	}
#rightside h2 {
color: #303030;
}
#rightside h3 {
color: #303030;
}
.standout {
	font-weight: 550;
	font-size: 125%;
}
#toc {
	border: 1px solid #CCCCCC;
	margin: 1em 0 1em 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	width: 50%;
	padding: 0 10px 0 0;
}
#toc ul li {
	list-style-position: inside;
	list-style-image: url(http://www.brandeis.edu/epsilon/default/images/item-arrow-works.gif) !important;
	list-style-image: url(http://www.brandeis.edu/epsilon/default/images/item-arrow.gif);
	/* IE list alignment bug */
	font-size: 90%;
	font-weight: normal;
}

/* Footer */

/*date modified*/
#dmod {
	display: none;
}

#footer {
	display: none;
}

/* Tab Navigation */

#tabBack {
	display: none;
}

#tabs {
	display: none;
}

/* Left Sidebar */
#sideNav {
	display: none;
	/*
	float: left;
	position: relative;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	width: 100px;
	*/
}

#shadow {
	display: none;
/*
float:left;
clear:left;
background: none;
margin: 0;
padding: 0;
*/
}

/* Left Side Navigation and Search, Quick Links, & See Also */

#search, #quick {
	display: none;
}

.shadow2 {
	display: none;
}

#tree {
	display: none;
	width: 75px;
}

#tree ul{ 
margin: 0;
padding: 0;
}

#list {
	display: none;
font-size: .8em;
font-family: Arial, san-serif;

}

li.active {
padding: 2px 0 2px 0;
border-bottom: #000 1px solid;
border-top: #000 1px solid;
margin: 3px 0 3px 0;
}

li.active a { 
font-weight: bold;
}

/* .heading { */
#alignproperly {
	display: none;
}

#ltsmain #search, #ltsmain #quick { 
	display: none;
}

.toolbox {
	display: none;
}

.searchinput {
	display: none;
}

