/*
	Description: The Stylesheet for the virtual labs
	Version: 1.0 
	Author: Zhengjun Xue <zjxue at ucdavis dot edu>
*/


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

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

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #000;
}

h1 {
	margin-bottom: .5em;
	font-size: 2em;
	line-height: .95em;
}

h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.6em;
	line-height: 1.3;
}

h4 {
	/*	margin-bottom: 1em;*/
	margin-bottom: .6em;
	font-size: 1.2em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;

}

p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.5;
}

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

a:hover {
	color: #6D8E00;
	background: #fff;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	/*width: 100em;*/
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	overflow: hidden;
}

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

#nav {
	padding: 0 0 .5em 0;
	overflow: hidden;
	border-bottom: 3px solid #333;
}

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

#nav li.tabs {
	margin-left: 0.75em;
	float: left;
}

#nav li a {
	font-size: 1.5em;
	line-height: 2em;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
    color:#fff;
	font-weight: bold;
	background: #6a0000;
}

#nav li a:hover {
	/*color: #6D8E00;*/
	background: #008000;
	/*background: #fff;*/
}
/* ------------------------------------------ [ Header ] */

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

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

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

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

#content {
	padding-top: 2em;
	overflow: hidden;
}

#content p {
	margin-bottom: 1.2em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1em;
	line-height: 1.4;
}
#content h4 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.1em;
	line-height: 1em;
	display: block;
}
#content h3 {
	margin-top: 1em;
	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;
}

.divs {display: none}

.divs p {
	margin-bottom: 1.2em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1em;
	line-height: 1.4;
    text-align:left;
}
.buttons {
    text-align: center;
}

#content ul{
	list-style-type: disc;
	list-style-position: inside;
	font-size: 1.6em;
}
#content ol{
	list-style-type: 1;
	list-style-position: inside;
	font-size: 1.6em;
}

#content li {
	margin: 5 5 5 5;
	padding: .4em 8px .2em 8px;
	line-height: 2em;
}

.ppt ul {
	position: relative;
	font-size: 1.6em;
}

.ppt li {
	list-style-type: none;
	margin: 5 5 5 5;
	padding: .4em 8px .2em 8px;
	line-height: 2em;
    text-align:center;
}

.ppt img {
	padding: 2px;
	background-color: none;
}
#leftcolumn {
    width:45em;
    float:left;
}
#rightcolumn {
    width:45em;
    float:left;
}

form {
  width:100%;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom:2em;
  margin-top:3em;
  font-size:1.4em;
  float:left;
}

legend {
  font-size:120%;
  margin-left: 1em;
    padding:3px;
}

fieldset {
    display:inline-block;
    float:left;
    border:1px solid #bbb;
    margin-top:0.5em;
    padding:0.5em;
}

select {
    width: 12em;
}

label {
  width:13em;
  padding-right:1em;
padding-top:0.3em;
  float:left;
  text-align:right;
}
input {
  width:12em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px solid #ccc;
  min-height:20px;
  display:inline;
  margin-bottom:5px;
  margin-left:0px;
  margin-top:5px;
  outline: none;
  padding-left:5px;
}

input[type=submit] {
  background:none;
  padding:10px;
}

/* ------------------------------------------ [ 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 {
    float:left;
    width:95%;
    margin-left:0.5em;
    margin-right:1em;
    margin-bottom:1em;
}
em {
    font-weight: bold;
    font-size: 0.85em;
}
pre {
    font-size: 1.5em;
}
code {
    font-size: 1.5em;
}
#progressBar {

    height: 1.25em;
    width:100%;
	background: #fff;
	border: 1px solid #eee;	
	border-radius: 5px;	
	overflow: hidden;
	box-shadow: 0 0 5px #333;				
}
#progressBar div {
    position:relative;
    width:0px;
    height: 100%;
	border-radius: 5px;	
    text-align:right;
	background-color: #c0c0c0;
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#1a82f7)); 
	background: -webkit-linear-gradient(top, #0099FF, #1a82f7); 
	background: -moz-linear-gradient(top, #0099FF, #1a82f7); 
	background: -ms-linear-gradient(top, #0099FF, #1a82f7); 
	background: -o-linear-gradient(top, #0099FF, #1a82f7);*/
}
/* svg settings: thin blue line without any area fill */
path {stroke: black; stroke-width: 1; fill: none;}
line {stroke: black;}
text {font-family: Arial; font-size: 9pt;}
