/* Modified from Rutgers-Princeton Style Sheet
	by David Morrow
	for CUNY Graduate Center's Ph.D. Program in Philosophy */

/* Layout Definitions */

.small {
  font-family: Trebuchet, Verdana;	
  font-size: 11px;
  color: #333333;   
}
.bib {
  font-family: Trebuchet, Verdana;	
  font-size: 11px;
  color: #666666; 
  line-height:16px;
}
.author {
  font-family: Trebuchet, Verdana;	
  font-size: 11px;
  color: #333333;   
  line-height:16px;  
}
.sc {
  font-family: Trebuchet, Verdana;	
  color: #445566;
}

.heading {
cursor: pointer;
}

.content {
	border-left: 1px double #bebebe;
	padding-left: 5px;
}
	
body {
	background-color: #333666; 
/*	background-color: #506b8a; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}

#shade {
	width: 850px;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(sh.gif);
	}
	
		
#content {
	width: 800px; 
	margin-top: -18px;
	margin-bottom: 0px;
	margin-right: 25px;
	margin-left: 25px;	
	background: white;
	border: 2px solid #bebebe;
	text-align: left;
	min-height: 100px; 
	}
	
* html #content {
	height: 100px;
		}
/* #tabs is the menu div. the menu is adapted from http://www.exploding-boy.com/2005/12/15/free-css-navigation-designs/ */	


 #tabs {

      float: left;

      width: 100%;

      border-top: 1px solid #bebebe;
      background: #cccccc; 

/*      border-bottom: 1px solid #bebebe; */

      font-size: 93%;

      line-height: normal;

	font-family: Verdana, Geneva, "Trebuchet MS", Georgia, sans-serif;

      }

    
#tabs ul {

	margin: 0px;

	padding: 5px 0px 0px 35px;

	list-style: none;

	font-family: Verdana, Geneva, "Trebuchet MS", Georgia, sans-serif;
    }
    
#tabs li {

      display: inline;

      margin: 0px;

      padding-left: 0px;

      font-size: 12px;

      }

#tabs a {

      float: left;

/*      background: url("tableft.gif") no-repeat left top; */

      margin: 0px;

      padding: 0px 0px 0px 4px;

      margin-left: 10px;

      text-decoration: none;

	font-family: Verdana, Geneva, "Trebuchet MS", Georgia, sans-serif;


      }


#tabs a span {

      float: left;

      display: block; 

      background: #cccccc;  

/*      padding: 5px 15px 4px 6px; */
      padding: 7px 15px 7px 15px; 
/*      padding: 2px 10px 2px 10px;  */
      color: black;

	font-family: Verdana, Geneva, "Trebuchet MS", Georgia, sans-serif;



      }

#tabs a active {
      float: left;

      display: block;

      padding: 7px 15px 7px 15px; 
/*      padding: 2px 10px 2px 10px;  */

      color: black;
      background: #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

    #tabs a span {float:none;}
    #tabs a active {float:none;}


/* End IE5-Mac hack */

#tabs a:hover span {

      color: white;

      }
      
#tabs ul a:hover {
    	border-bottom: none;
    	}
 
#tabs a:hover {

	background-position: 0% -42px;
	border-bottom: none;
	}


#tabs a:hover span {
	background-position: 100% -42px;
	}
      
#title {
	top: 0px;
	left: 0px;
	margin-left: 50px;
	margin-bottom: 0px;
	background-color: white;
	width: 700px;
	}
	
#pub {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding: 15px 0px 10px 0px;
/*	border-top: 1px solid #323336;
	border-bottom: 1px solid #323336; */
	background: white;  
	width: 700px;
	min-height: 222px;
	}
		
div.spacer {
	clear: both;
	}
	

/* Text Definitions */

/* for all pages. */
p {
	font-family: Verdana, Geneva, "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	line-height: 180%;
	/*margin-left: 12px; */
	margin-right: 0px;
	color: black;
	}

h1 {

	font-family: Verdana, Trebuchet;	
/*	color: #000099; */
	color: #333;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin-top: -5px
	margin-bottom: 20px;
/*	margin-left: 3px; */
	letter-spacing: 0.2em;
	}
	
h2 {

	font-family: Trebuchet, Verdana;	
	color: #666;
	font-size: 12px;
/*	font-weight: bold; */
	margin-bottom: 10px;
/*	margin-left: 8px; */
	letter-spacing: 0.2em;
	}

h3 {

	font-family: Trebuchet, Verdana;	
	color: black;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-left: 20px;
	letter-spacing: 0.1em;
	}

h4 {

	font-family: Trebuchet, Verdana;	
	color: black;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-left: 35px;
	letter-spacing: 0.1em;
	}
			

ul {
	font-family: Verdana, Geneva, "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	line-height: 180%;
	/*margin-left: 12px; */
	margin-right: 0px;
	color: black;	
	padding: 3px;
	}
			

 li { 
 	font-family: Trebuchet, Verdana; 
 	font-size: 11px;
 	color: white;
 	letter-spacing: 0.1em;
 	font-weight: bold; 
 	text-align: left; 
 	} 
	
/* li a { */
/* 	  font-weight: normal; */
/* 	  color: white; */
/* 	  } */

td { vertical-align: top; 
	font-family: Verdana, Geneva, "Trebuchet MS", Georgia, sans-serif;
	font-size: 12px;
	line-height: 180%;
	/*margin-left: 12px; */
	color: black;
}

a {
	text-decoration: none;
/* 	color: #000099; */
/*	color: #8cbbef; */
/*	color: #80a9e3; */
	color: #506b8a;
	}
	
a:hover {
	border-bottom: 1px dotted #000099;
	}
	  

.pub {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: black;
	text-indent: -15px;
	margin: 0px 0px 5px 35px;
	}


.pub a {
	text-decoration: none;
	color: #000099;
	border-bottom: 1px dotted #000099;
	}

.pub a:hover {
	color: #000099;
	border-bottom: 1px dotted #000099;
	}

.pubf {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 250%;
	text-align: left;
	color: black;
	text-indent: -15px;
	margin: 0px 0px 10px 35px;
	}


.pubf a {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted #000099;
	}

.pubf a:hover {
	color: #000099;
	border-bottom: 1px dotted #000099;
	}

.pdf {
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid white;
	color: white;
    }

.pdf a {
	color: white;
	border-bottom: 1px solid white;
	text-decoration: none;
}

.pdf a:hover {
	color: white;
	border-bottom: 1px solid white;
	text-decoration: none;
}
	 	
/*  for research page. */
.res {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: black;
	margin: 0px 0px 5px 20px;
	}
	
.res a {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted #000099;
	}

.res a:hover {
	color: #000099;
	border-bottom: 1px dotted #000099;
	}
	
.wipdes {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #aaaaaa;
	margin: -5px 0px 10px 40px;
	}


.adcomment {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000099;
	margin: 0px 0px 10px 30px;
	}

/* for teaching page. */
.teach {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: black;
	margin: 0px 0px 5px 20px;
	}
	
.teach a {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted #000099;
	}

.teach a:hover {
	color: #000099;
	border-bottom: 1px dotted #000099;
	}
	
.title {
	color: #000099;
	}
	
.tcomment {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #7E7C7C;
	margin: 0px 0px 10px 35px;
	}
	
.tcomment a {
	color: #7E7C7C;
	text-decoration: none;
	border-bottom: 1px dotted #a0a0a0;
	}	

.tcomment a:hover {
 	color: #000099;
 	border-bottom: 1px dotted #000099;

 	}		
 	
/* for personal pages. */
.selected {
	font-size: 14px; 
	color: black;
	}
	
.thumb {
	padding: 2px;
	border: 1px solid #000099;
	}
	
.caption {
	font-family: Verdana, Helvetica, Arial, sans-serif;

	color: #a0a0a0;
	font-size: 11px;
	}
	

/* for admin page. */	  

ul.admin {
	float: left;
	font-family: Trebuchet, Verdana;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 140%;
	margin: 0px 50px 10px 50px;
	color: black;
	}

li.admin {
	width: 250px;
	float: left;
	font-family: Trebuchet, Verdana;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 140%;
	margin: 5px 30px 5px 0px;
	color: #000099;
	list-style-type: none;
	}

li.admin a {
	color: #000099;
	text-decoration: none;
	}
	
li.admin a:hover {
	border-bottom: 1px dotted #000099;
	}
		
.admin ul {
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px dotted #a0a0a0;
	}
	
.admin ul li {
	font-family: Trebuchet, Verdana;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 140%;
	margin: 0px 0px 0px 0px;
	color: #aaaaaa;
	list-style-position: inside;
	list-style-type: lower-alpha;
	}
	
.admin ul li ul li {
	margin-top: 0px;
	padding: 0px;
	margin-left: 10px;
	width: 200px;
	list-style-type: lower-roman;
	}	

.admin ul li a {
	color: #aaaaaa;
	text-decoration: none;
	}	
	
.admin ul li a:hover {
	color: #000099;
	border-bottom: 1px dotted #000099;
	}
	
.warning {
	font-family: Trebuchet, Verdana;
	margin-left: 35px;
	color: #000099;
	font-size: 13px;
	text-indent: 0px;
	}
	

h7 {
	font-family: Trebuchet, Verdana;	
	color: #333;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
/*	margin-left: 8px; */
	letter-spacing: 0.1em;
	}


.button {
	color: #506b8a;
/*	font-family: 'LucidaGrandeRegular', Helvetica, "Helvetica Neue"; */
	font-family: Trebuchet, Verdana;	
    cursor: pointer;
    font-size: 12px; 
    border: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;    
/*    font-weight: 100; */
/*    letter-spacing: 1px; */
    background: none;
}

.button:hover {borderbottom: 1px solid #333;}

#para1 {
/*	font-family: 'LucidaBrightRegular', Georgia, Helvetica, "Helvetica Neue";  */
	font-family: Trebuchet, Verdana;	
	font-size: 11px;
	font-weight: 100;
	line-height: 17px;
	width: 88%;
	text-align: left;
	margin-bottom: 12px;
	margin-top:10px;
	padding: 35px;
/*	color: #ededed;  */
	border: 1px dotted #999999; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 0px;
	}

.abstract {
	font-family: Trebuchet, Verdana;	
	font-size: 11px;
	font-weight: 100;
 	line-height: 17px; 
	width: 88%;
	text-align: left;
	margin-bottom: 12px; 
	margin-top:10px; 
	padding: 35px; 
/*	color: #ededed;   */
	border: 1px dotted #999999;  
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	letter-spacing: 0px;
}

.title {
    font-weight:bold;
    color: #445566;
}
	
	


