/* CSS Document */
* {
	font:12px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #333;
}

body {
	margin:0px 0px 0px 0px;
	background-color:   #fff; 
}

/* Header */

div.gs_header {
	background-color:#fff;
	background-image:url(images/happy_composite_fermions_neg_tile.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	clear:both;
}

#menu {
	padding: 0px;
	margin-top: 1px;
}

.sub {
	margin-top: 5px;
	clear:both;
		border-top: 1px dotted #ccc;
}

.sectionheader {
	padding: 0px 0px 0px 30px;
	color:#333333;
	font-size:16px;
	font-weight:bold;
}

.headeremail {
  padding: 0px 0px 0px 0px;
  color:#333333;
  font-size:16px;
  font-weight:bold;
  text-decoration:    none;
}

.headeremail:hover {
color:#333333;
text-decoration:    none;
}

.headeremail:active {
color:              #333333;
text-decoration:    none;
}

.headeremail:visited {
color:              #333333;
text-decoration:    none;
}


div.gs_content {
	background-color:#fff;
	line-height: 120%;
	padding:2px 0px 40px 5px;
	border-bottom:1px solid #cccccc;
}


.leftContent {padding:5px 10px 0px 10px;}

.courseSyllabi {
list-style-type: square;
}

/*/ headings & text mods /*/

.tableheader {font-weight: bold; padding:5px 0px 5px 10px;}

.gs_light {color:#999999; font-weight:bold;}

.gs_bold {font-weight: bold;}

.gs_tiny {color:#999999;font-size: 11px;padding: 0px;}

.contentSuperbold {font-size: 16px;font-weight:bold;color:#EFAC91;}

.picmargins {
  margin-top: 8px; 
  margin-bottom: 10px;
}

.listmargins {
  margin-bottom: 6px;
}

/* global navigation */

#nav {
	margin: 0; 
	padding: 0;
}

#nav li {
	list-style: none; 
	float: left;
  	margin-left: 0px;
  	margin-bottom: 1px; 
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
 	font-size: 10px; line-height: 20px; white-space: nowrap;
  	background-color: #6699ff;
	}

#nav a {
	display: block; 
	float: left;
	padding: 3px 16px 3px 16px;
  	text-decoration: none; 
	color: #fff; 
  	width: .1em;
}

html>body #nav a {width: auto;}    /* fixes IE6 hack */

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {
	float: none;
}            /* End IE5-Mac hack */

#nav a:hover {
	background-color: #333; 
	color: #fff;
  	border-color: #000 #CCC #CCC #000;
}

#nav a:active { 
	color: #989D3C;
}

#nav #current, #nav #current a {color: #FDB; 
  background-image:  url(../tabs2-big-ct.gif);
}


/*/ other links /*/


a	{
	text-decoration:    underline;
	color: #6699ff;
}

a:hover {
color:#A0AB63;
text-decoration:    none;
}

a:active {
color:              #000;
text-decoration:    none;
}

.rightnav a {
	color:#6699ff;
	text-decoration:underline;
}

.rightnav a:hover {
	color:#A0AB63;
	text-decoration:none;
}

	/* font-size: x-small;
	font-weight: lighter;
	letter-spacing: 2px;
	line-height: 150%;
	text-justify: auto;
	word-break: keep-all;
	word-wrap: normal;
	text-align: justify; */

.rightContent {
	padding: 2px 2px 2px 20px;
}

.tiny_link a {
	font-size: 11px;
	color: #6699ff;
	text-decoration:none;
}

.tiny_link a:hover {
  color:#A0AB63;
  text-decoration:underline;
}

		/*/ footer /*/
		
div.gs_footer {
  padding:0px 0px 1px 0px;
  background-color:#eee;
  border-bottom:1px solid #cccccc;
}


/* Publications */

.publications li { margin-top: 1.5em; }
.publications li:first-child, .publications li.first { border-top: none; margin-top: 0; padding-top: 0; }
.publications .title { font-size: 1.2em; font-style: italic; margin-bottom: 0.5em; }
.publications .authors { margin-bottom: 0; }
.publications .reference { margin-bottom: 0; }
.publications .reference a { font-weight: normal; }
.publications .reference .volume { font-weight: bold; }


