/*
-----------------------------------------------------------------
Department of Mathematics
Stylesheet for screen media
Filename:      style.css                                            
Version:       1.0                                                    
Date:          December 2004
  
Site:       
 
-----------------------------------------------------------------
*/
p.equation {
	text-align: center;
}

span.ellipsis {
	vertical-align: 20%;
}

span.math {
	font-style: italic;
}

span.cal {
	font-family: cursive;
}

#mathlogo {
	border: none;
	padding: 2px;
	float: left;
}

.testfont1 {
	font-weight: 300;
	font-family: Univers, Verdana, Arial, sans-serif;
	font-size: 1.2em;
}
.testfont2 {
	font-weight: 900;
	font-family: Univers, Verdana, Arial, sans-serif;
	font-size: 1.2em;
}
.indent1 {
	margin-left: 20px;
}
.button1 {
	style="background-color: #002FFF"
}

/* Basic Formatting */
/* ----------------------------------------------------------- */
body {
	font-size: 0.7em;
	font-family: Univers, Verdana, Arial, sans-serif;
	color: #333;
	background: #ccc;
	margin: 0px;
	padding: 0px;
}

p {
	text-align: justify;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #0d2b88;
}

a:visited {
	font-weight: bold;
	color: #0d2b88;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Univers, Verdana, Arial, sans-serif;
	color: #333;
	margin-top: 0em;
	margin-bottom: 1em;
}

h1 {
	font-size: 1.65em;
}

h2 {
	font-size: 1.55em;
}

h3 {
	font-size: 1.45em;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.25em;
}

h6 {
	font-size: 1.15em;
}

strong {
	font-weight: bold;
	color: #0d2b88;
}

em {
	font-style: italic;
	color: #980000;
}


.form input[type="text"] {
	border: 1px solid #0d2b88;
	color: #0d2b88;
}

.columns {
	border-top: 1px #0d2b88 solid;
	padding-top: 5px;
}

.front_image {
	border: 1px solid #0d2b88;
	width: 420px;
	height: 336px;
}

/* Main Container */
/* ----------------------------------------------------------- */
#content {
	background-color: #fff;
	border: 1px solid #333;
	margin: 10px;        
}


/* Masthead and Masthead Image */
/* ----------------------------------------------------------- */
#masthead {
	background: #fff url(images/ucsb_banner.gif) top left no-repeat;
	padding: 0; 
	margin: 0; 
	overflow: hidden; 
	width: 100%; /*IE5 on Mac needs a width or it won't show*/
	height: 45px; 
}

/* Navigation Bar */
/* ----------------------------------------------------------- */
#nav {
	margin: 0;
	background-color: #0d2b88;
	padding-left: 15px;
	height: 2.5em;
	font-weight: bold;
	font-size: 12px;
}

#nav td {
	vertical-align: top;
}

#nav ul ul {
	display: none;
}

#nav ul.topmenu > li { 
	margin: 0; 
	padding: 0;
}

#nav ul {
	padding: 0; 
	margin: 0; 
	border-bottom: 2px solid #0d2b88;
	background-color: #0d2b88;
	font: 1em sans-serif;
	z-index: 2;
}

#nav ul li {
	list-style-type: none;
	border: 1px solid #0d2b88; 
	border-width: 1px 1px 0 3px;
	position: relative; 
	margin: 0; padding: 0;
}

#nav ul li:hover > ul {
	display: block; 
	position: absolute; 
	top: -1px; 
	left: 100%;
}

#nav li a {
	display: block; 
	padding: .3em .3em; 
	text-decoration: none; 
	color: #0d2b88;
	background: #fff;
}

#nav a {
	font-weight: normal;
}

#nav ul.topmenu {
	border: none;
}

#nav ul.topmenu li a:hover {
	background: #0d2b88; 
	color: #fff;
}

#nav ul.topmenu > li:hover > ul {
	width: 12em; 
	top: 100%; 
	left: -3px;
}

#nav ul.topmenu > li > a {
	font-weight: bold; 
	background: #0d2b88; 
	color: #fff;
}

#nav ul.topmenu > li > a:hover {
	color: #f6014c;
}

#nav ul ul {
	width: 10em;
}


/* Tool Bar */
/* ----------------------------------------------------------- */
#toolbar {
	padding: .2em 20px .2em 20px;
	background-color: #fff;
	color: #0d2b88;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background: #fff url(images/shadowBack.gif) top left repeat;
}

#toolbar form {
	display: inline;
}

#toolbar table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.textSize a:link {
	padding-right: 10px;
	text-decoration: none;
	color: #0d2b88;
}

.textSize a:hover {
	padding-right: 10px;
	text-decoration: underline;
	color: #f6014c;
}


#courselist {
	position: absolute;
	width: 172px;
	left: 10px;
	margin-top: 5px;
	border-width: 0;
	padding: 0;
	font: 1em sans-serif;
}

#courselist table {
	width: 172px;
}

#courselist a {
	display: block;
   	margin: 0 0px 0 0; 
   	padding: 1px 1px 1px 5px;
   	text-decoration: none;
   	color: #0d2b88; 
   	background: transparent;
}

#courselist a:hover {
	background-color: #0d2b88; 
   	color: #fff;
   	padding-right: 1px;
   	margin-right: 0;
}

#courselist .odd {
	background-color: #c0cbe7;
	color: black;
	font-weight: bold;
	padding: 15px 10px 3px 10px;
}


/* Navigation Bar on the Left
/* ----------------------------------------------------------- */

#left {
	position: absolute;
	width: 172px;
	left: 10px;
	margin: 0px;
	border-width: 0;
	padding: 0;
	font: 1em sans-serif;
}

/* menu styles */
#left a {
	display: block;
   	margin: 0 0px 0 0; 
   	padding: 5px 0px 3px 10px;
   	text-decoration: none;
   	color: #0d2b88; 
   	background: transparent;
}

#left .topline {
	border-top: solid #ccc 1px;
	border-left: solid #333 1px;
}

#left a:visited {
	color: #0d2b88; 
}


#left a:hover {
	background-color: #0d2b88; 
   	color: #fff;
   	padding-right: 10px; 
   	margin-right: 0;
}

#left a#current {
   background-color: #0d2b88;
   color: #fff;
   border-width: 0px;
   border-right: 10px; 
   padding-right: 7px;
   margin-right: 0px;
}

#center {
	padding: 10px 20px 20px 18px;
	margin-left: 170px;
	margin-right: 0px;
	border-left: 1px #ccc solid;
	/*overflow: hidden;*/
}

#center ul, #center ol {
	margin-left: 0px;
	padding-left: 20px;
}

#center li {
	padding-bottom: 2px;
	list-style-type: square;
}

#center ol li {
	padding-bottom: 2px;
	list-style-type: decimal;
}

#center .none li {
	list-style-type: none;
}

#center .decimal li {
        list-style-type: decimal;
}

#center .lower-alpha li {
	list-style-type: lower-alpha;
}

#center .lower-roman li {
	list-style-type: lower-roman;
}

#center .upper-roman li {
	list-style-type: upper-roman;
}

#center .upper-alpha li {
	list-style-type: upper-alpha;
}

#center .works {
	padding-bottom: 1.2em;
}

.nospace {
	margin-bottom: 0px;
}
	

/* Footer */
/* ----------------------------------------------------------- */
p.footer {
	border-top: 1px solid #ccc;
	margin: 0em;
	background-color: #fff;
	color: #333;
	padding: 5px;
	text-align: center;
	font-size: 9px;
}

p.footer a:link, p.footer a:visited {
	background-color: #fff;
	font-weight: bold;
	color: #0d2b88;
	text-decoration: none;
}

p.footer a:hover {
	background-color: #fff;
	color: #333;
	text-decoration: underline;
}


p.footer span.webmaster {
	font-weight: bold;
	color: #0d2b88;
}


/* ResearchHead */
/* ----------------------------------------------------------- */
#researchHead {
	margin: 0;
        background-image: url("images/research_page.png");
        background-position: 0% 0%;
        background-repeat: no-repeat;  
	padding-left: 10px;
	padding-top: 20px;
	height: 3.0em;
	font-weight: bold;
	font-size: 30px;
        color: #e0e9ff; 
	text-align: center;
	border-bottom: 0px solid #0d2b88;
}


/* Research Navigation Bar on the Left
/* ----------------------------------------------------------- */

#researchLeft {
	position: absolute;
	width: 120px;
	left: 10px;
	margin: 0px;
	border-width: 0px;
	padding: 0;
	font: 1em sans-serif;
}

/* menu styles */
#researchLeft a {
	display: block;
   	margin: 0 0px 0 0; 
   	padding: 0px 0px 3px 10px;
   	text-decoration: none;
   	color: #0d2b88; 
   	background: transparent;
}

#researchLeft a:visited {
	color: #0d2b88; 
}


#researchLeft a:hover {
	background-color: #0d2b88; 
   	color: #fff;
   	padding-right: 2px; 
   	margin-right: 0;
}

#researchLeft a#current {
   background-color: #0d2b88;
   color: #ffa;
   border-width: 0px;
   border-right: 5px; 
   padding-right: 2px;
   margin-right: 0px;
}

/* Research Main Container */
/* ----------------------------------------------------------- */
#researchContent {
	background-color: #fff;
	border: 1px solid #333;
	margin: 10px;
}

/* Center content
/* ----------------------------------------------------------- */
#researchCenter {
	padding: 10px 20px 20px 18px;
	margin-left: 120px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 500px;
	border-left: 0px #ccc solid;
	/*overflow: hidden;*/
	font-weight: normal;
	font-size: 15px;
}

#researchCenter ul, #researchCenter ol {
	margin-left: 0px;
	padding-left: 20px;
}

#researchCenter li {
	padding-bottom: 2px;
	list-style-type: square;
}

#researchCenter ol li {
	padding-bottom: 2px;
	list-style-type: decimal;
}

#researchCenter .none li {
	list-style-type: none;
}

#researchCenter .decimal li {
        list-style-type: decimal;
}

#researchCenter .lower-alpha li {
	list-style-type: lower-alpha;
}

#researchCenter .lower-roman li {
	list-style-type: lower-roman;
}

#researchCenter .upper-roman li {
	list-style-type: upper-roman;
}

#researchCenter .upper-alpha li {
	list-style-type: upper-alpha;
}

#researchCenter .works {
	padding-bottom: 1.2em;
}


