@import url("type.css");
@import url("nav.php");


/************************************************************** One Shots ***/
ul, li { margin: 0; padding: 0; list-style-position: inside; }
a img { border: 1px dotted #ccc; }

/************************************************************** Basic Layout ***/
body { 
	margin: 		20px;
	}
	
#header { 
	position: 		static;
	width: 251px;
	}
/*body > #header { position: fixed; }*/

#header h1 {
	margin: 0;
}
#header h2 {
	margin-top: 11px;
}
#header h3 {
	line-height: 22px;
	margin: 0;
	cursor: help;
}
	
#main_nav { 
	width: 			251px;
	margin-top: 11px;
	}
/*body > #main_nav { 
	position: 		fixed;
	}*/

#body {
	position: 	absolute;
	top: 				4px;
	left: 			290px;
	width: 			625px;
	}
#body h1 {
	margin-bottom: 8px;
}

#bottom_spacer {
	clear: 			both;
	height: 		0;
	margin-bottom:	100px;
	}
	
/************************************************************** Students ***/
.student_thumb {
	float: left;
	margin: 22px 19px 0 0;
}

/************************************************************** Entries ***/
.posted_on {
	border-bottom: 1px dotted #ccc;
}

.entry .thumb {
	border: 1px dotted #ccc;
	float: left;
	margin: 0 11px 11px 0;
}

/************************************************************** Flashes ***/
.flash {
	border-width: 2px;
	border-style: solid;
	padding: 3px;
	margin-bottom: 1em;
}
.flash.error {
	border-color: #f99;
	background: #fee;
}
.flash.notice {
	border-color: #9f9;
	background: #efe;
}


/************************************************************** Widgets ***/
.widget {
	margin-bottom: 1em;
	position: relative;
}

.widget h2 {
	margin-top: 0;
	padding: 5px 8px;
	background: #eee;
	margin-bottom: 0;
}

.widget a.action {
	font-size: 11px;
	font-weight: normal;
}

.widget form {
	margin: 10px 0;
	padding: 10px;
	background: #eee;
}

.widget input[type=text], textarea {
	width: 90%;
	font-size: 13px;
}

.widget input[type=submit] {
	position: relative;
	left: 66.7%;
}

.data_list table {
	width: 100%;
}

td, th {
	padding: 0 4px;
	line-height: 22px;
}

th { 
	font-weight: normal;
	background: #bbb;
	color: #000;
	text-align: left;
}