/*
	Description: The Stylesheet for the Bessel fucntion website
	Version: 1.0 
	Author: Jerry Xue <zjxue at ucdavis dot edu>
*/


/* -------------------------------- [ General Elements ] */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background: #fff;
	color: #111;
}


a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	color: #6D8E00;
}
img {
	display:block;
	margin:1.5em 1.5em 1.5em 1.5em;
}
/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 90em;
	margin: 2em 2em 2em 2em;
	overflow: hidden;
}

/* ---------------------------------------- [ Nav Bar ] */

#nav {
	padding: 0 0 .5em 0;
	overflow: hidden;
}

#nav ul {
	list-style-type: none;
}

#nav li.page_item {
	margin-right: 2.2em;
	float: right;
}

#nav li a {
	font-size: 1.2em;
	line-height: 1.6;
	padding-left: 8px;
}

/* ------------------------------------------ [ Header ] */

#header {
	height: 7em;
	overflow: hidden;
	border-bottom: 2px solid #333;
}

#header h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-top: .45em;
	font-size: 5em;
	width: 15em;
}

#header h1 a, #header h2 {
	color: #000;
}

/* ------------------------------------------ [ Content ] */

#content {
	padding-top: 1em;
	overflow: hidden;
}
#content h3 {
	margin-bottom: 0.5em;
	font-size: 1.8em;
	line-height: 0.95em;
	display: block;
}

#content h2 {
    margin-bottom: 0.2em;
	font-size: 2.4em;
	line-height: .95em;
    display: block;
}

.section p {
	font-size:1.25em;
}

.section ul {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 1.3em;
}

.section li {
	margin: 5 5 5 5;
	padding: .4em 8px .5em 8px;
	line-height: 1.6;
}

.section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #bbb;
}


/* ------------------------------------------ [ Footer ] */

#footer {
	height: 5.5em;
	padding: 1em 0 0 0;
	border-top: 2px solid #333;
	overflow: hidden;
	clear: both;
}

#footer h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 6em;
	line-height: 1.35;
}


/* --------------------------------- [ General Classes ] */

.x-small {
/*	font-size: 1em;
	line-height: 1.4;*/
	font-size: 1.2em;
	line-height: 1.6;
}

.small {
	font-size: 1.2em;
	line-height: 1.6;
}

.low {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
}

.amp {
	font-family: Palatino, Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

.tooltip {
	display: block;
	font-size: .9em;
}

p.tooltip {
	font-size: 1.1em;
	color: #666;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.the {
	margin: .5em .7em 0 0;
	padding: 0 0 0 8px;
	float: left;
}

.bordered {
	border: 3px solid #ddd;
}

.line-bordered {
	border: 1px solid #ddd;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.nudged-top {
	margin-top: 1.2em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.image-post {
	margin-left: -15.2em;
}

.centered {
	display: block;
	margin: 0 auto;
}

.function-container {
    height: 400px;  
    width: 90%;  
    margin-top:2em;
    margin-bottom:2em;
	margin-left: 5em;
	margin-right: 5em;
}  

.slider {
    height:400px;
    float:left;
    margin-left:5em;
    margin-right:5em;
}


em {
    font-weight: bold;
    font-style: normal;
}

pre {
    font-size: 1.5em;
}
code {
    font-size: 1.5em;
}
