@charset "utf-8";
/* 

CSS Document 
	Created by Joseph Dickson
	Edited on 3/4/2009
	
	100% saturation of CMYK colors to web
	Pitzer Orange	#f7941d
	Avocado Green	#7a963b
	Graphite Gray	#58595b
*/

body {
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		font-size:14pt;
		line-height:1.3em;
		padding:0;
		margin:0;}
/* hack ie font size to appear larger */

html>body {
font-size:12pt;line-height:1.3em;
}

#faculty-directory,
p 
{
	padding:2px 0;color:#000;
	font-size:0.8em;
	line-height:1.1em;
}

#container {width:100%;}
/* Link styles */
a {text-decoration:underline;
color:#000;}

/* classes */
.hidden, .banner_image {display:none;}

/* Headline styles */
h1, h2, h3, h4, h5 {
	font-size:1em;
	padding:0;
	margin:0;
	}

/* lists */
ul {margin:0;padding:0;}
li {list-style:none;
	padding:2px 0;
	font-size:0.8em;
	line-height:1.1em;
	}

#press_release li.old {display:none;}

/* Header */
#header,
#top_navigation,
#dropdown,
#footer,
#bannerclass {display:none;}

/* Column_01 background images */

#column_01 {display:none;}

/* regions */

/* Single Column sub navigation overrides */
	
/* Top navigation styles */
#drop_down
{display:none;}

/* images */
#mug_left {
	padding:0 5px 5px 0;
	float:left;}
#mug_right {
	padding:0 0 5px 5px;
	float:right;}
	
/* float */
.clear {clear:both;}

#list_left {
	float:left;
	width:45%;
	}
	
#list_right {
	width:45%;
	float:left;
	}
	
/* Four Column printing adjustments */

#four_columns #column_01, 
#four_columns #column_02 #content,
#four_columns #column_03, 
#four_columns #column_04 {
	float:left;
	width:20%;
	padding:0 10px;
	display:block;}
#four_columns h3 {padding:10px 0 0 0;}

/* Photos and Images */
#photo_left,
#photo_right, #quote_right {padding:10px 10px 5px 10px;float:right;}
#photo_left, #quote_left {float:left;}
p.photo_caption, #quote_left, #quote_right  {width:350px;font-weight:normal;}
#region_01 #photo_left img,
#region_01 #photo_right img {padding-bottom:5px;}
	/* sets max width of caption area to force
	word wrapping to next line on long captions */
p.width_500 {width:480px;}
p.width_450 {width:430px;}
p.width_400 {width:380px;}
p.width_350 {width:330px;}
p.width_300 {width:280px;}
p.width_250 {width:230px;}
p.width_200 {width:180px;}
p.width_150 {width:130px;}
p.width_100 {width:80px;}

.width_500 {width:500px;}
.width_450 {width:450px;}
.width_400 {width:400px;}
.width_350 {width:350px;}
.width_300 {width:300px;}
.width_250 {width:250px;}
.width_200 {width:200px;}
.width_150 {width:150px;}
.width_100 {width:100px;}

/*
	Faculty Directory 
*/

#faculty-directory td {
	line-height:1.3em;
	border-bottom:1px solid #cccccc;
	margin:5pt 0;
	padding-top:5pt;
}
#faculty-directory td span.email,
#faculty-directory td span.profile,
#faculty-directory span.hide {
	display:none;	
	}
#faculty-directory a {text-decoration:none;}
#faculty-directory th {text-align:left;}