/*------------------------------------------------------------------ 
Dean Cooley's Personal Site
Author: Peter Ching (pching@stern.nyu.edu)
Version: 1.0
Last Modified: 2006.12.04

Changelog (please note any modifications and dates here):
yyyy.mm.dd - modification notes

dec 21 added backtop styles
-------------------------------------------------------------------*/
html {overflow-y: scroll;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #c7c8ba;
	color: #000;
	margin: 0;
	padding: 15px 0;
}
.clear {
	clear: both;
}

#container {
	margin: 0 auto;
	width: 720px;
	border-top: 2px solid #a3a5cb;
	background: #fff url(../images/contentbg.gif);
}

#nyustern {
	text-align: right;
	background: #0f037f;
	border-bottom: 1px solid #a3a5cb;
}

#banner {
	background: url(../images/profilepic.jpg) no-repeat right;
	height: 149px;
}

/* site navigation */
ul#sitenav {
	background: #ab8c09;
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	font-size: 0.65em;
	text-transform: uppercase;
	clear: both;
}
ul#sitenav li {
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 1.9em;
}
ul#sitenav li a {
	text-decoration: none;
	color: #fff;
	padding: 0.4em 0.6em;
	font-weight: bold;
}
ul#sitenav li a:hover {
	background: #cebf83;
}
/* for navigation when on present page */
ul#sitenav li a.on {
	background: #c6b15e;
}

/* content area */
#contentarea {
	padding: 20px 0 40px 20px;
	background: url(../images/torch.gif) bottom right no-repeat;
}

#content {
	float: left;
	width: 480px;
	font-size: 0.8em;
	line-height: 1.5em;
	background: #fff;
}
#sidebar {
	float: right;
	width: 200px;
	font-size: 0.7em;
	line-height: 1.3em;
}
#footer {
	background: #0f037f;
	border-top: 1px solid #ab8c09;
	border-bottom: 2px solid #a3a5cb;
	font-size: 0.7em;
	color: #fff;
	padding: 3px 20px;
}

/* styles for the main content */
#content h1, #content h2, #content h3, #content h4 {
	color: #0f037f;
	padding: 0;
	font-weight: bold;
}
#content h2, #content h3, #content h4 {
	margin: 1em 0 0 0;
}
#content h1 {
	margin: 0 0 0.7em 0;
	font-size: 1.4em;
}
#content h2 {
	font-size: 1.2em;
}
#content h3 {
	font-size: 1.1em;
}
#content h4 {
	font-size: 1em;
}
#content p {
	margin: 0 0 1em 0;
	padding: 0;
}
#content a {
	color: #009;
}
#content a:hover {
	color: #933;
}
#content ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
#content ul li {
	padding: 0 0 0 12px;
	background: url(../images/bullet.gif) 0 0.7em no-repeat;
}
#content ol {
	margin: 0;
	padding: 0 0 0 25px;
}
A.backtotop:link
{
    FONT-SIZE: 10px;
    COLOR: #AB8C09;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.backtotop:visited
{
    FONT-SIZE: 10px;
    COLOR: #AB8C09;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.backtotop:hover
{
    FONT-SIZE: 10px;
    COLOR: #AB8C09;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
BLOCKQUOTE   { 
      margin-top: 0px; margin-left: 15px;  margin-bottom: 5px;
      }

/* sets photo to left/right and has content flow around it */
#content img.photoright {
	float: right;
	margin: 5px 0 10px 15px;
}
#content img.photoleft {
	float: left;
	margin: 5px 15px 10px 0;
}

/* table style */
#content table.tblinfo {
	font-size: 11px;
	line-height: 18px;
	border-top: 2px solid #AB8C09;
	margin-bottom: 1em;
}
#content table th {
	text-align: left;
	background: #C6B15E;
	color: #fff;
	font-weight: bold;
	padding: 1px 20px 1px 10px;
	border-bottom: 1px solid #AB8C09;
}
#content table th a {
	color: #fff;
}
#content tr.tblaltrow {
	background: #E6E2D0;
}
#content td.tblcontent {
	padding: 5px 20px 5px 10px;
	border-bottom: 1px solid #AB8C09;
}


/* styles for the sidebar */
#sidebar .sidehdr {
	margin: 5px 0 5px 10px;
	border-bottom: 1px solid #ab8c09;
	color: #0f037f;
	font-weight: bold;
}
#sidebar p {
	margin: 0 5px 1em 10px;
}
#sidebar a {
	color: #009;
}
#sidebar a:hover {
	color: #933;
}