/* PRINT VERSION */
/*CSS for Higgs Lab Website*/
/* Code is organized alphabetically starting with the section, then the HTML tag (and it's associated classes) and finally by class. */

/*---------------------------------------------------------------------------------------START-----------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------Common Attributes---------------------------------------------------------------------------------*/ 

a {color:#000000;									/*Eliminates the underline for all link tags*/
	text-decoration: none;}
	
body {background:white; 								/*Attributes for the body - everything outside of the core page*/
	color:#000000; 
	margin:0;}	

h1 {font-family: sans-serif;							/*Font attributes for all headers (1, 2 and 3)*/
	color:#000000;
	margin: 6px;
	font-size: 12pt;}

h2 {font-family: sans-serif;
	color:#000000;
	margin-top: 3px;
	font-size: 12pt;}

h3 {font-family: sans-serif;
	margin-top: 0px;
	color:#000000;
	font-size: 12pt;}

img.pics {border-style: double;}						/*For image on eqipment page*/

li {font-family: sans-serif;}							/*Font attributes for all lists*/

p {font-size: 12pt;									/* Default font attributes for all paragraph tags - font is black*/		
	color:#000000;		
	font-family: sans-serif;
	margin-top: 3px;}
	
.indent{text-indent: 3em;}							/*Starts paragraphs with an indent*/

.menu {display: none;}								/*Eliminates the navigation menu*/

.printbanner {font-family: sans-serif;				/*Alternative text banner*/
	padding-bottom: 20px;
	color:#000000;
	font-size: 14pt;
	font-weight: bold;}

/*---------------------------------------------------------------------------------Contact Page---------------------------------------------------------------------------------*/

p.cont{font-size:11pt;								/* Font attributes for contact info*/
	margin: 1px}
	
p.conthd{font-size: 12pt;
	font-weight: bold;
	margin: 1px;}

.email {font-size: 11pt;								/*E-mail link*/
	color: #000000;
	text-decoration: none;}

/*---------------------------------------------------------------------------------Lab Members Page---------------------------------------------------------------------------------*/

.mbinfo {padding-top: 10px;							/* Table column containing  grad photo*/
	padding-left: 5px;
	padding-right: 10px;
	vertical-align:top;
	width: 190px;}

.mbinfo h4 {font-size: 12pt;							/* Font attributes for text in grad columns*/
	font-family: sans-serif;
	color: #000000;
	font-weight: 100;
	margin: 0;}
	
.mbinfo p{font-size: 10pt;}						
		
.thesisinfo h4 {font-size: 12pt;						/* Font attributes for text in undergrads*/
	font-family: sans-serif;
	color: #000000;
	font-weight: 100;
	margin: 0;}
	
.thesisinfo p {font-size: 10pt;}

/*---------------------------------------------------------------------------------Publications Page---------------------------------------------------------------------------------*/
	
.hd a {font-weight: bold;							/* Font attributes for links to journal articles*/
	font-size: 10pt;
	text-decoration: none;
	color: #000000;}
	
.publist { color: #000000;							/* Publication list*/		
	font-size: 11pt;}
		
/*---------------------------------------------------------------------------------Research Page---------------------------------------------------------------------------------*/

.info{width: 550px;} 								/* Column containg information*/

.tabwidth {width:720px;} 							/* Table width */

.year{width: 100px;									/* Column containg year*/
	font-weight: bold;}

/*--------------------------------------------------------------------------------------END--------------------------------------------------------------------------------------*/
