/* Custom style sheet for  "math department"    */
/* Created: "15 Sept 2005 - Hlas"    */
/* Modified: "17 April 2005 - Hlas"    */

body { background-image:url(../Images/bg_symbols.gif); background-attachment:fixed; }
#topNav ul { margin:0;  }
#topNav li { display:inline; border-right:1px solid gray; padding-right:.4em; margin-right:.25em; font-weight:bold; }
#topNav li.end { border:0; padding-right:0; margin-right:0; }

#footer { font-weight:bold; }
#footer a, #copyright a  { background-color:#F5F5F5; text-decoration:none; } /* makes links in footer easier to read with bg_symbols.gif background */ 
#footer a:hover, #copyright a:hover { text-decoration:underline; }

#bodyMain, .search { background-color:#E7D9C0; } /* match search box color to nav color */

img { border:0; }

/* link styles -- Be sure changes are made to complete sets */
a { }
a:active { }
a:link, a:visited { text-decoration:underline; }
a:visited { }
a:hover { }
#bodyMiddle li a, #bodyFull li a, bodyFullMiddle li a { text-decoration:none; }

/* image styles */
img.bio-pic { float:right; margin:0 .5em; }
.image-with-caption { float:right; font-size:smaller; width: 200px; padding-left:5px; padding-bottom:5px; text-align:center; color:gray; }
.image-with-caption a { font-size:smaller; }

/* formatting styles */
.important { color:red }

/* table styles */
td { vertical-align:top }
td.center { text-align:center }

/* list styles */
ul.spaced li { margin-bottom:.5em }

/* NO SPAM from http://www.it-base.ro/2007/06/20/email-anti-spam-protection/ */
a.email { direction:rtl; unicode-bidi: bidi-override; }

/* all caps */
.allcaps { text-transform:uppercase }

/* misc */
.hidden { color:#FF0000; visibility:hidden }

@media print{
	.noprint { display:none; }
}
