/* --------------------------------------------
   global settings
----------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

body
{
	background: #f7f7ed url(../img/global/bg_body2.gif) repeat-y center top; url(../img/global/bg_body.gif) repeat-y;
	font: 12px georgia, serif;
}

body.content-wide
{
	/* background: url(../img/global/bg_body_wide.gif) repeat-y; */
	background: #f7f7ed url(../img/global/bg_body_wide2.gif) repeat-y center top; url(../img/global/bg_body.gif) repeat-y;
}

a
{
	text-decoration: none;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main
{
	position: relative;
	overflow: auto;
	_height: 1%;
	
	margin: 0 auto;
	width: 903px;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dt#logo
{
	position: absolute;
	top: 0px;
	text-indent: -2000px;
	overflow: hidden;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.main
{
	min-height: 800px;
	_height: 800px;
}

/* --------------------------------------------
   
----------------------------------------------- */
ol#nav-content
{
	position: absolute;
	left: 720px;
	top: 50px;
	width: 140px;
}

body.content-wide ol#nav-content
{
	left: 700px;
	top: 0px;
	width: 140px; 160px;
	height: 158px;
	padding-top: 27px;
	padding-left: 20px;
	background: #600;
}

ol#nav-content li
{
	margin-bottom: 8px;
	list-style-type: none;
}

ol#nav-content li a
{
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
	color: #600; #fff;
	border-bottom: 1px solid #ffbf9c; #8c4040;
}

body.content-wide ol#nav-content li a
{
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	border-bottom: 1px solid #8c4040;
}

ol#nav-content li.active a,
ol#nav-content li a:hover
{
	color: #f73 !important;
}

/* --------------------------------------------
   
----------------------------------------------- */
form#search
{
	position: absolute;
	left: 720px;
	top: 230px;
	width: 140px;
}

form#search input.query
{
	width: 136px;
	height: 16px;
	padding: 2px;
	border: 0;
	background: #fff;
	font-family: arial;
	font-size: 14px;
	display: block;
	margin-bottom: 6px;
}

form#search a.submit
{
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
	color: #600; #fff;
	border-bottom: 1px solid #ffbf9c; #8c4040;
}

form#search a.submit:hover
{
	color: #f73;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#sidebar-left
{
	float: left;
	width: 200px;
}

/* --------------------------------------------
   
----------------------------------------------- */
ol#nav-main
{
	margin-bottom: 30px;
	background: #fff;
	padding: 20px 0 25px 30px;
	
	padding-left: 0;
	margin-left: 30px;
	background: #f7f7ed;
}

ol#nav-main li
{
list-style-type: none;
}

ol#nav-main li.main
{
	margin-bottom: 8px;
}

ol#nav-main li a
{
	padding-left: 30px;
	display: block;
	padding-right: 20px;
}

ol#nav-main li a.main
{
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
	color: #600;
	background: url(../img/global/bg_nav_main_inactive2.gif) no-repeat 15px 5px;
}

ol#nav-main li.expanded a.main
{
	padding-bottom: 4px;
}

ol#nav-main li a.main:hover
{
	color: #d62;
}

/* active state */
ol#nav-main li a.main:hover,
ol#nav-main li.expanded a.main
{
	background-image: url(../img/global/bg_nav_main_active2.gif);
}

/* tracking sub items state */
ol#nav-main li.tracking a.main
{
	background: url(../img/global/bg_nav_main_tracking2.gif) no-repeat 15px 0;
}

ol#nav-main li ol
{
	margin-bottom: 16px;
	display: none;
}

ol#nav-main li ol li a
{
	_height: 1%;
}

ol#nav-main li.expanded ol
{
	display: block;
}

/*
ol#nav-main li li
{
	padding-bottom: 3px;
}
*/

ol#nav-main li li.tracking
{
	/* background: #fff url(../img/global/bg_nav_main_sub_item_tracking.gif) repeat-y 15px 0; */
}

ol#nav-main li li a
{
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	color: #d62;
	padding-bottom: 4px; /* to account for the border in the hover state */
	padding-top: 4px;
}

ol#nav-main li li.tracking a
{
	background: #f7f7ed url(../img/global/bg_nav_main_sub_item_tracking2.gif) repeat-y 15px 0;
}

ol#nav-main li li a:hover,
ol#nav-main li li a.hover
{
	color: #600;
	background: #fff url(../img/global/bg_nav_main_sub_item_hover2.gif) no-repeat 13px 0;
	border-bottom: 1px solid #d62;
	padding-bottom: 3px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#sidebar-left address
{
	font-style: normal;
	line-height: 18px;
	color: #600;
	margin-left: 60px;
	margin-bottom: 20px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#copyright
{
	position: absolute;
	left: 720px;
	bottom: 30px;
	width: 139px;
}

body.content-wide div#copyright
{
	position: relative;
	left: auto;
	bottom: auto;
	clear: both;
	margin-left: 720px;
	margin-bottom: 150px;
}

div#copyright a.logo
{
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	width: 139px;
	height: 41px;
	background: url(../img/global/img_logo_princeton_3.gif) no-repeat;
	margin-bottom: 12px;
	
	padding-top: 13px;
	/* border-top: 1px solid #905454; */
	background-position: 0 13px;
}

body.content-wide div#copyright a.logo
{
	width: 139px;
	height: 41px;
	background: url(../img/calendar/img_logo_princeton2.gif) no-repeat;
	margin-bottom: 11px;
	padding-top: 0;
	border-top: 0;
	background-position: 0 0;
}

div#copyright p
{
	margin-bottom: 8px;
	font-size: 11px;
	line-height: 17px;
	color: #600; #fff;
}

body.content-wide div#copyright p
{
	color: #600;
}

div#copyright p a
{
	border-bottom: 1px solid #8c4040;
	color: #600; #fff;
}

body.content-wide div#copyright p a
{
	color: #600;
	border-bottom: 1px solid #600;
}

div#copyright p a:hover
{
	color: #f73;
	border-bottom: 1px solid #f73;
}

body.content-wide div#copyright p a:hover
{
	color: #f73;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content
{
	margin-left: 220px;
	width: 440px;
	margin-bottom: 150px;
}

body.content-wide div#content
{
	margin-left: 60px;
	margin-bottom: 30px;
	width: 800px;
}

div#content h3,
div#content a.highlight
{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #FF0000;
}

div#content h4,
div#content a.highlight
{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #0000FF;
}

div#content strong,
div#content a.highlight
{
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

div#content h2,
div#content a.highlight
{
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #d62;
}

div#content h2 a,
div#header h1 a,
div#content a.highlight
{
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color: #600;
	border-bottom: 1px solid #d84;
	background: #fff;
	margin-left: 12px;
}

div#header h1 a
{
	line-height: 20px;
}

div#content a.highlight
{
	margin-left: 0;
}

div#content h2 a:hover,
div#header h1 a:hover,
div#content a.highlight:hover
{
	color: #d62;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl.event
{
	margin-top: 16px;
	+margin-top: 0;
}

dl.event dd.date
{
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

dl.event dt
{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

dl.event dt a
{
	color: #000;
}

dl.event dt a:hover
{
	color: #d62;
}

dl.event dt span
{
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}

dl.event dd.speaker
{
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
}

dl.event dd.commentators
{
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

dl.event dd.commentators span.label
{
	font-weight: bold;
}

dl.event dd.location
{
	line-height: 20px;
	color: #333;
}

dl.event dd.title a
{
	font-style: italic;
	line-height: 20px;
	/*color: #333;*/
	color: #000;
}

dl.event dd.co-sponsor
{
	font-style: italic;
	line-height: 20px;
	color: #333;
}

dl.event dd.bio
{
	display: none;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

dl.event-bio-expanded dd.bio
{
	display: block;
}

dl.event dd.bio p
{
	color: #333;
	line-height: 24px;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

dl.event dd.bio strong
{
	font-weight: bold;
}

dl.event dd.bio em
{
	font-style: italic;
}

/*
<p><p><strong>bold</strong> <em>ital</em> <span style="text-decoration: underline;">underl</span> <a href="http://www.google.com">linkit</a></p></p>
*/				

dl.event dd.bio a
{
	color: #000;
	border-bottom: 1px solid #d84;
}

dl.event dd.bio a:hover
{
	color: #d62;
}

dl.event dd.link a
{
	font-style: italic;
	font-size: 11px;
	line-height: 18px;
	color: #600;
	border-bottom: 1px solid #d62;
	background: #fff;
	margin-right: 12px;
}

dl.event dd.link a:hover
{
	color: #d62;
}
