/*
ALUMNI RELATIONS STYLE SHEET

Defines the "normal" text styles for the Alumni Relations sub-site of macalester.edu. 

Changes made to this stylesheet should have coresponding changes in 'textmedium.css' and 'textlarge.css.' 

Last updated: 2007-06-25

*/


A {
	text-decoration: none; 
	color: #2C4D7A;
	font-weight: bold;
	}

A:hover {
	color: #2C4D7A;
	text-decoration: underline;
	font-weight: bold;
	}

.side {
	FONT-SIZE: 10px;
	COLOR: #990000;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	}

/*.side:hover {COLOR: #ffffff}*/

.links {
	FONT-SIZE: 9px; 
	COLOR: #990000; 
	FONT-FAMILY: verdana, arial, sans-serif;
	}

p {
	FONT-SIZE: 11px; 
	FONT-FAMILY: verdana, arial, sans-serif; 
	line-height: normal; 
	margin-left: 12px; 
	margin-right: 12px;
	}

.caption {
	FONT-SIZE: 11px; 
	COLOR: #990000;
	FONT-FAMILY: verdana, arial, sans-serif;
	}

ul {
FONT-SIZE: 11px; 
LINE-HEIGHT: normal; 
FONT-FAMILY: verdana, arial, sans-serif;
}
ol {
FONT-SIZE: 11px; 
LINE-HEIGHT: normal; 
FONT-FAMILY: verdana, arial, sans-serif;
}
li {margin-top:4px; line-height:normal;}

/*preferred header tags*/
h1 {font: bold 18px Arial, Helvetica, sans-serif; color:#900; margin-left:10px; clear:both;}
h2 {font: bold 14px Arial, Helvetica, sans-serif; color:#900; margin-left:10px; clear:both;}

/*deprecated header classes*/
.header {FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #990000; FONT-FAMILY: Helvetica, Arial, sans-serif; clear:both;}
.subhead {FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #990000; FONT-STYLE: normal; FONT-FAMILY: Helvetica, Arial, sans-serif; clear:both;}

.smalltext {FONT-SIZE: 10px; LINE-HEIGHT: 13px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;}
.special {  font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: 800; color: #000000;}
.text { FONT-SIZE: 11px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;}

	
/*
This version of .linksmain works best within a UL tag. Each link needs no additional treatment.
*/

ul.linksmain {
    list-style: none;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	}


ul.linksmain>li {
	margin-top: 7.5px;
	}

	
ul.linksmain>li a {
	font: bold 10.5px/13px Verdana, Helvetica, Arial, sans-serif;
	}




/*original version of .linksmain
.linksmain {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10.5px; 
	font-weight: bold;
	line-height: 18px; 
	margin-left: 10px; 
	margin-right: 10px;}
*/
	
	
.navlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-indent: 20px;
	font-weight: bold;
}

.navlinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-indent: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.sectionlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.sectionlinks30tab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 50px;
}
/* for text size chooser 
These classes define the three X's in the text size chooser.*/

.small:hover, .small{
	font-size: 8px;
} 

.med:hover, .med{
	font-size: 10px;
}

.lrg:hover, .lrg {
	font-size: 12px;}


/* tweak to navlink for Safari browser. prevents underlining of non-links on hover. */
.navlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-indent: 20px;
	font-weight: bold;
	text-decoration: none;
}

.count {color:#68813C; font-style: oblique;}
