
body, html{
	margin: 0;
	padding: 0;
	height: 100%;
}

.bold{
	font-weight: bold;
}

.i{
	font-style: italic;	
}

img { 
	border: none; 
} 

ul{
	list-style:none;
	list-style-type:none;	
	margin:0;
	display:inline;
}

h1,h2,h3, p{
	margin: 0px;
	padding: 0px;
}

.center{
	margin: 0 auto;
}

.centerText{
	text-align:center;
}

.textRight{
	text-align:right;	
}

.clear{
	clear: both;	
}
.left{
	float:left;	
}

.right{
	float:right;	
}

.hidden{
	display:none;
	visibility:hidden;
}

body{
	font-family:Arial, Helvetica, sans-serif;
}

div#title{
	border-top:15px solid #e79b51;
	height: 30px;
	background-color:#e68b33;
	padding: 0px;
	margin: 0px;

}

	div#title h1{
		margin-top:-10px;
		padding-left: 15px;
		font-style:normal;
		font-weight:normal;
		font-size:45px;
	}
		div#title a{
			text-decoration:none;
			color:#000;
		}
		
		div#title a:hover{
			color: #333;
			/*text-shadow: #23346B 1px 1px 1px;*/
		}
		
		div#subtitle a{
			text-decoration:none;
			color:#000;
		}
		
		div#subtitle a:hover{
			color: #333;
			/*text-shadow: #23346B 1px 1px 1px;*/
		}

div#subtitle{
	background-color: #da7d23;	
	padding-left: 20px;
	padding-right: 20px;
	height: 45px;
	
}
	div#subtitle h2{
		padding-top: 7px;
		font-size:25px;
		font-style:italic;
	}
	div#subtitle h3{
		padding-top: 10px;
		font-size:20px;
	}

/*images are relative to the css file*/
div#bgGradient{
	background: #FFF url('../images/gradient.png') repeat-x;
	padding-top: 5px;
}
	div#bgFlare{
		background: url('../images/topCorner.png') no-repeat;	
		padding-top: 5px;
	}
		div#contentText{
			
			border: 2px solid #e29b56;
			background: #f7eee2 url('../images/transparentCorner.png') no-repeat;
			margin: 0 42px;
			padding: 10px 30px;
			font-size: 18px;
			margin-bottom: 5px;
		}
		
			div#contentText p{
				padding-bottom: 10px;	
			}
			
		div#links li{
			border: 2px solid #e29b56;
			margin: 0 auto;
			margin-top:20px;
			text-align:center;
			width:700px;
			background: #f7eee3;
			height:50px;
		}
		
			div#links li:hover{
				background:#e8ccae;
			}
			div#links li a{
				padding-top: 12px;
				font-size: 20px;
				display: block;
				width: 700px;
				height: 53px;
				text-decoration:none;
				color:#e68b33;
				
			}
			
			div#links li a:hover{
				color:#bb6512;
			}
			
		div#dedication{
			width: 684px;
			background: #f7eee3;
			margin: 0 auto;
			padding: 10px;
			font-size:14px;
		}
		
		div#footer{
			padding-top: 20px;
			margin: 0 auto;
			text-align:center;
			color: #e7913d;
			font-size:12px;
			margin-bottom: 10px;
		}
		
			div#footer a{
				text-decoration:none;
				color: #e7913d;
				font-size: 16px;
			}
			
			div#footer a:hover{
				color:#bb6512;
			}
			
			div#footer span{
				font-size: 16px;	
			}
			
/* Teacher.php */

ul.materials{
	list-style:square;
	list-style-type:square;	
	margin:0;
	padding: 0 0 10px 40px;
	display:inline-block;
}

ul#questions{
	list-style:disc;
	list-style-type:disc;	
	margin:0;
	padding: 0 0 10px 40px;
	display:inline-block;
}

ul#questions li{
	padding-top: 15px;	
}

span.math{
	display:block;
	text-align:center;
	padding-bottom:15px;
}
/* Cereal.php javascripx example */ 
div#leftCol{
	float:left;
	width:30%;
}
div#rightCol{
	float:right;
	width:65%;
}

ul#animalPictures{
	float:left;	
}

	ul#animalPictures li{
		float:right;
		width: 160px;
		height: 160px;
	}
div#results{
	max-width: 700px;	
}

	div#cerealBoxes{
		width: 65%;
	}
	
	div#stats{
		width: 30%;	
	}
	
img.animalPic{
	background-color: #FFF;
	border: 3px solid #f1f352;
}

/* ----------model-------- */

table#thoerResults{
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
} 

table#thoerResults th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}

table#thoerResults td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}
