/* CSS Document */

* {                /* removes defaults of all elements */
	margin:0; 
    padding:0; 
} 
body {
	background-color: #737d6f;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;	
}
#wrap {
	margin-left:auto;
	margin-right:auto; /* centers the layout in SCB */
	width: 790px;
	background-image: url(../images/backgrounds/leveltwo1-stripe.gif);
	background-repeat: repeat-y;	
}
#main {
	width: 790px;
	border-top: solid 1px #737d6f;
	background-image: url(../images/backgrounds/leveltwo1.gif);
	background-repeat: no-repeat;	
}
#content {
	position: relative;
	left: 20px;
	/* top: -200px; */
	top: -180px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
}
#content2 {
	position: relative;
	left: 20px;
	top: 10px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
}
#content h2 {
	font-size: 15px;
	color:#ffffff;
	margin-bottom:14px;
}
#content2 h2 {
	font-size: 15px;
	color:#ffffff;
	margin-bottom:14px;
}
#content h3 {
	font-size: 14px;
	color:#ffffff;
	margin-bottom:10px;
}
#content2 h3 {
	font-size: 14px;
	color:#ffffff;
	margin-bottom:10px;
}
#content h4 {
	font-size: 13px;
	color:#ffffff;
	margin-bottom:5px;
}
#content2 h4 {
	font-size: 13px;
	color:#ffffff;
	margin-bottom:5px;
}
#content h5 {
	font-size: 13px;
	color:#ffffff;
	margin-bottom:35px;
}
#content2 h5 {
	font-size: 13px;
	color:#ffffff;
	margin-bottom:35px;
}
#content h6 {
	font-size: 12px;
	color:#ffffff;
	margin-bottom:10px;
}
#content h6.center {
	font-size: 12px;
	color:#ffffff;
	margin-bottom:0px;
	text-align:center;
}

#content2 h6 {
	font-size: 12px;
	color:#ffffff;
	margin-bottom:0px;
}
#content2 h6.contact {
	font-size: 12px;
	color:#ffffff;
	margin-top:15px;
}
#content p {
	font-size: 12px;
	color:#ffffff;
	margin-bottom: 14px;	
}
#content2 p {
	font-size: 12px;
	color:#ffffff;
	margin-bottom: 14px;	
}

#content2 p.poets {   /* modified for ie6 and ie7 */
	float:left; 
	clear:none; 
	margin:-140px 0 0 0;
}

#content ul {
	margin-bottom:15px;
	margin-left: 15px;
}
#content2 ul {
	margin-bottom:15px;
	margin-left: 15px;
}
#content ul.pubs {
	margin-top: -15px;
	margin-left: 15px;
}
#content ul li {
	list-style-type: disc;
	font-size: 12px;
	color:#ffffff;
	list-style-position: outside;
}
#content2 ul li {
	list-style-type: disc;
	font-size: 12px;
	color:#ffffff;
	list-style-position: outside;
}

#content ol {    /* modified for ie6 and ie7 */
	margin-left: 15px;
}
#content2 ol {     /* modified for ie6 and ie7 */
	margin-left: 15px;
}
#content ol li {     /* modified for ie6 and ie7 */
	font-size: 12px;
	color:#ffffff;
}
#content2 ol li {     /* modified for ie6 and ie7 */
	font-size: 12px;
	color:#ffffff;
}
#content ol li ul{
	margin-left: 15px;
	margin-bottom:0px;
}
#content2 ol li ul{
	margin-left: 15px;
	margin-bottom:0;
}

#content img {
	float:left;
	border: solid 2px #243d1b;
	margin: 0 10px 10px 0;
}

#content p.caption {
    font-size:10px;
	float:left;
	clear:both;
	margin: -10px 25px 10px 0;
}

	
.cv {
	margin-left: 0;
	padding: 0;
}
.cv p {
    display:block;
	margin-left: 0;
}

.lecture {
	display:block;
	position:relative;
	top: -15px;
	left: 50px;
	width: 400px;
}

#content a:link {
	color:#ffffff;
}
#content2 a:link {
	color:#ffffff;
}

#content a:visited {
	color:#ffffff;
	text-decoration: underline;	
}
#content2 a:visited {
	color:#ffffff;
	text-decoration: underline;	
}

#content a:hover {
	color:#243d1b;
	text-decoration: underline;	
}
#content2 a:hover {
	color:#243d1b;
	text-decoration: underline;	
}

#content2 a:link img {
	border:2px solid #ffffff; /* white */
}

#content2 a:visited img {
	border:2px solid #ffffff; /* white */
}

#content2 a:hover img {
	border:2px solid #243d1b; /* green */
}

#art-content {
	position: relative;
	left: 0px;
	top: 0px;
}

#main-navigation ul {
	position:relative;
	top:291px;
	left:494px;
	width: 200px;	
	/*border: solid 1px #ffff00;*/
}
#main-navigation li {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: normal;
	color:#243d1b;				
}
#main-navigation ul li a {
	color:#000000;
	text-decoration: none;	
}
#main-navigation ul li a:hover {
    color:#243d1b;
	text-decoration: none;	
}

#sub-navigation-about ul {     /* modified for ie6 */
	position:relative;
	top: 309px;
	left:494px;
	width: 200px;	
	/*border: solid 1px #ffff00;*/
}
#sub-navigation-about li {
	list-style-type: none;
	font-size: 14px;
	font-weight:bold;
	line-height: 21px;
	letter-spacing: normal;
	color:#243d1b;		
}
#sub-navigation-about ul li a {
	color:#000000;
	text-decoration: none;	
}
#sub-navigation-about ul li a:hover {
    color:#243d1b;
	text-decoration: none;	
}

/*
#sub-navigation-books ul {
	position:relative;
	top: 309px;
	left:498px;
	width: 200px;	
	/*border: solid 1px #ffff00;
}
#sub-navigation-books li {
	list-style-type: none;
	font-size: 14px;
	font-weight:bold;
	line-height: 21px;
	letter-spacing: normal;
	color:#243d1b;		
}
#sub-navigation-books ul li a {
	color:#000000;
	text-decoration: none;	
}
#sub-navigation-books ul li a:hover {
    color:#243d1b;
	text-decoration: none;	
}
*/


#home {
	position:relative;
	top:0;
	left:0;
	width: 300px;
	font-size:11px;
	color:#ffffff;
	margin-bottom:15px;
}

#copy {
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
}
#copy a {
	color:#ffffff;
		text-decoration: none;	
}
#copy a:visited {
	color:#ffffff;
	text-decoration: none;	
}
#copy a:hover {
	color:#243d1b;
	text-decoration: underline;	
}



/* Index page */

#index-main {      /* modified for ie6 and ie7 */
	margin-left:auto;
	margin-right:auto; /* centers the layout in SCB */
	border-top: solid 1px #737d6f;
	width: 790px;
	height: 600px;
	background-color: #737d6f;
	background-image: url(../images/backgrounds/index1-blank2.gif);
	background-repeat: no-repeat;
	/*border: solid 1px #ff0000;*/	
}
#index-main #index-slideshow {
    position:relative;
	top:-1px;
	left:0;
}
#index-main-navigation ul {    /* modified for ie6 and ie7 */
    position:relative;
	top:-288px;
	left:494px;
	width: 200px;	
	/*border: solid 1px #ffff00;*/
}
#index-main-navigation li {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: normal;		
}
#index-main-navigation ul li a {
	color:#000000;
	text-decoration: none;	
}
#index-main-navigation ul li a:hover {
    color:#243d1b;
	text-decoration: none;	
}

#index-copy {    /* modified for ie6 and ie7 */
    position:relative;
	top:-155px;
	left: 473px;
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	width:240px;
	/*border: solid 1px #00ff00;*/
}
#index-copy a {
	color:#ffffff;
		text-decoration: none;	
}
#index-copy a:visited {
	color:#ffffff;
	text-decoration: none;	
}
#index-copy a:hover {
	color:#243d1b;
	text-decoration: underline;	
}

/* spacers */

.spacer10 {
	height: 10px;
}
.spacer15 {
	height: 15px;
}
.spacer25 {
	height: 25px;
}
.spacer50 {
	height: 50px;
}
.spacer75 {
	height: 75px;
}
.spacer100 {
	height: 100px;
}
.spacer115 {
	height: 115px;
}
.spacer125 {
	height: 125px;
}
.spacer150 {
	height: 150px;
}
.spacer175 {
	height: 175px;
}
.spacer200 {
	height: 200px;
}
.spacer225 {
	height: 225px;
}
.spacer250 {
	height: 250px;
}
.spacer275 {
	height: 275px;
}
.spacer300 {
	height: 300px;
}
.spacer350 {
	height: 350px;
}
.spacer400 {
	height: 400px;
}
.spacer410 {
	height: 410px;
}
.spacer450 {
	height: 450px;
}
.spacer500 {
	height: 500px;
}
.spacer550 {
	height: 550px;
}
.spacer575 {
	height: 575px;
}
.spacer700 {
	height: 700px;
}
.spacer1000 {
	height: 1000px;
}


/* clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {   /* a fix for IE Mac */
	display: inline-block;
}  

.clearfix2 {   /* a fix for IE Mac */
	display: inline-block;
}  
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

