@charset "utf-8";
/*
	user.css:
		This file holds all non-layout attributes, such as font, color, margin, padding, text-alignment, etc.
		Last updated 10/03/07 by RFR
*/


/* Board Member Formats (board.html)*/
.board_member {clear:both;float:left;padding-bottom:5px;margin-bottom:3em;border-bottom:#CCCCCC thin dashed;width:480px;}
.board_member img{float:left;width:15%;height:100%;}
.board_member .text{float:left;width:80%;margin-left:2em;}
.board_member .name{font-weight:bold;}
.board_member .title{margin-left:2em;}
.board_member .info{margin-left:2em;width:80%;}

/* Lunch Series Formats (lunch.html) */
.lunch_item{padding-bottom:2em;font-size: 12px;}
.lunch_item .title{font-weight:bold;}
.lunch_item .leader{padding-left: 2em;}
.lunch_item .place{}
.lunch_itme .desc{}

/* Memory Events Formats (memory.html)*/
.memory_header {clear:both;float:left;padding: 10px 0 0 0;margin-bottom:1em;}
.memory_header .subtitle{margin-left:2em;}
.memory_event {clear:both;float:left;padding-bottom:2px;margin-bottom:2em;width:480px;}
.memory_event .text{float:left;width:80%;margin-left:2em;}
.memory_event .event_title{font-weight:bold;}

/* Panel Formats (panel.html)*/
.panel_header {font-size: 12px; line-height:14px;}
.panel {clear:both;float:left;padding-bottom:5px;margin-bottom:3em;width:480px;}
.panel .title{margin-left:2em; font-weight:bold;}
.panel .loc{float:left;width:80%;margin-left:2em;}
	
/*Root Workshop Page (workshops.html)*/
.workshops{font-size:12px;}
.workshops .header{font-size: 14px; color: #3D374F;font-weight:bold;}
.workshops .listing{margin:0 0 10px 50px; text-indent: -35px}
	
/*Workshop Formats (/workshops/) */
.workshop{margin:0 0 0 50px; font-size:12px;}
	.workshop .title{
	font-weight:bold;
	font-size:20px;
	color: #3D374F;
	margin: 10px 0px 15px 0px;
	line-height: 22px;
	text-align:center;
}
	.workshop .subtitle{
	font-size: 14px;
	color: #3D374F;
	margin: 2px 0px 20px 0px;
}
	.workshop .desc{margin: 0 0 20px 0px;}
	.workshop .desc ol{margin: 0 0 0 30px; list-style-type:decimal;}
	.workshop .fellow_heading{font-weight:bold;font-style:italic;font-size: 14px;color:#49455C;margin: 20px 0px 5px 0px;}
	.workshop .fellow{margin:0 0 0 50px;text-indent: -35px;font-weight:bold;}
	.workshop .coordinator{margin:0 0 5px 50px;text-indent: -35px;font-weight:bold;}
	.workshop .concept_heading{font-weight:bold;font-size: 14px;color:#49455C;margin: 20px 0px 5px 0px;}
	.workshop .concept{font-weight: bold;margin:0 0 0 15px;}
	.workshop .login{font-weight: bold; font-size:14px; color:#49455C; text-align:center; margin: 40px 0px 0px 0px;}
	.workshop .p {margin: 20px 0 0 0;}
	
	.library_item{margin: 0 0 0 15px;}

