/*
 *  www.barnettnewman.org
 *
 *  $Header: /home/cvsroot/barnettnewman/web/main.css,v 1.26 2005/07/24 20:46:36 rajiv Exp $
 *
 *  Copyright 2005 The Barnett Newman Foundation. All rights reserved.
 *  This information contained in this site is protected by United States copyright
 *  and international treaties. No part of this site may be copied, distributed,
 *  modified, or reproduced in any form without the express written permission
 *  of The Barnett Newman Foundation.
 *  
 *  YOU MAY NOT COPY OR ADAPT, IN WHOLE OR PART, THE SOURCE CODE OF THIS PAGE.
 *
 *  If you really want to use something from this site, just ask and we will give
 *  you permission. Email <webmaster at barnettnewman.org>.
 *
 *  Site design and implementation by Rajiv Manglani <rajiv at alum.mit.edu>,
 *  <http://www.rajivmanglani.com/> with help from Miram Manglani
 *  <miriam at imagineblue.com>, <http://www.miriammanglani.com/>.
 *
 */

/*  main
---------------------------------------------------------------------- */

body
{
	font-family: Georgia, serif;
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin: 0px 75px 0px 75px;
}


p
{
	margin-top: 0px;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

p.util, #util p, #info p, h3.util
{
	font-size: 11px;
	line-height: 13px;
	font-family: verdana, sans-serif;
}

div
{
	text-align: left;
}

a
{
	text-decoration: none;
	color: #666;
	border-width: 0 0 1px 0;
	border-style: solid;
}

a:visited
{
	border-style: dotted;
}

.container
{
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}

ul.nav
{
	margin: 0px;
	padding: 0px;
}

ul.nav li
{
	margin: 0 0 5px;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
}

.nav
{
	width: 650px;
}

.nav strong
{
	font-family: verdana, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	width: 200px;
	height: 50px;
	text-transform: uppercase;
	color: #666666;
}

.def
{
	padding: 0px;
	margin-left: 220px;
	font-style: normal;
}

em
{
	padding: 0px;
	margin-left: 220px;
	font-style: normal;
	display: block;
}

/*  links
---------------------------------------------------------------------- */

.box a:link, .box a:visited
{
	display: block;
	padding: 25px;
	margin: 25px 0;
	border-width: 1px;
	border-style: solid;
	width: 600px;
	text-decoration: none;
	background-color: #FAFAFA;
	color: #666;
	border: 1px solid #E5E5E5;
}

.box a:hover
{
	background-color: #ffffff;
	border-color: #ccc;
	color: #666;
}

.box a:hover strong
{
	color: #009;
}

/*  header
---------------------------------------------------------------------- */

#head
{
	margin: 20px 0px 20px 0px;
	height: 100px;
}

#head img
{
	float: right;
	border: 0;
}

#head h1
{
	font-weight: normal;
	color: #666666;
	font-size: 24px;
	padding-top: 40px;
}

#head a
{
	border: none;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

h3
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 14px;
}

#citations h3
{
	font-size: 11px;
	font-family: verdana, sans-serif;
}

/*  top nav
----------------------------------------------------------------------*/

#navcontainer
{
	width: 700px;
}

#navlist
{
	margin: 0px 0px 10px 0px;
	padding-left: 0;
	white-space: nowrap;
	list-style-type: none;
}

#navlist li
{
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0px 25px 0px 0px;
}

#navlist a
{
	background: #fcfcfc;
	display: block;
	width: 188px;
	height: 20px;
	padding: 20px 0 15px 10px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	border: 1px solid #E5E5E5;
}

#navlist a:hover
{
	background-color: #ffffff;
	border-color: #ccc;
	color: #009;
	text-decoration: none;
}

/*  content
---------------------------------------------------------------------- */

#info
{
	padding: 25px 0px;
	color: #999;
}

#info a {
	color: #999;
}

#info a:hover, #content a:hover, #util a:hover {
	color: #009;
}

#content
{
	padding: 25px 0 0 225px;
}

#util
{
	float: left;
	width: 200px;
	padding: 25px 0 0 0;
}

/*  chronology
---------------------------------------------------------------------- */

#chrono table
{
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#chrono th
{
	margin: 0px;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 200px;
	text-align: right;
	vertical-align: top;
	padding: 0 25px 0 0;
	color: #333;
}

#chrono td
{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	vertical-align: baseline;
}

/* for mac os IE 5.x */
#chrono td p
{
	margin-bottom: 1em;
}

/*  footer
---------------------------------------------------------------------- */

#footer
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #bbb;
	margin: 50px 0px 50px 0px;
	text-align: center;
}

#footer a
{
	color: #bbb;
}

