




/*
     FILE ARCHIVED ON 16:06:09 Dec 8, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:26:12 Feb 8, 2012.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* CSS Document for the Doors Open Edukit */

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

a {
	text-decoration: none;
	color: White;
	border: none;
	font-weight: bold;
}
a:hover {
	color: #FF9900;
}

td, img, ul, li, blockquote {
	border-collapse: collapse;
	border: 0px;
}

td, ul, li, blockquote {
	margin: 0px;
	padding: 0px;	
}
td {
	text-align: left;
	vertical-align: top;
}
h1 {
	font-size: 1.25em;
	font-weight: bold;
	margin-left: 3px;
}

fieldset {		
	border-left: none; 
	border-right: none; 
	border-bottom: none; 
	border-top: solid 1px black;
	padding-bottom:5px; 
	text-align:center;
	color:#000000;
	}
	
legend {
	color:#505990;}

.menu_items{
	padding-bottom:5px;
}
.float_left {
	float: left;	
	margin: 5px;
	padding: 0px;
}
.float_right {
	float: right;	
	margin: 5px;
	padding: 0px;
}

/*------  Here are all the styles for the student zone of the edukit ---------*/
#student_content{
	width: 760px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	background-image: url(http://wayback.archive-it.org/2217/20101208160609/http://www.edukits.ca/doorsopen/images/layout/student_bkg.jpg);
}
#student_1_1 {
	width: 760px;
	height: 305px;
}
#student_2_1 {
	width: 180px;
}
#student_2_2 {
	width: 444px;
}
#student_2_2 img{
	border: 2px solid;
	border-color: #505990;
}
#student_2_2 .gallery {
	margin: 1px;
	padding: 0px;
}
	
#student_2_2 blockquote {
	margin-left: 30px;
}

#student_2_2 a {
	color:#434A65;	
}
#student_2_2 a:visited {
	color: #72759C;
}
#student_2_3 {
	width: 135px;
}
#student_bottom{
	height: 41px;
	background-image: url(http://wayback.archive-it.org/2217/20101208160609/http://www.edukits.ca/doorsopen/images/layout/student_bottom.jpg);
	vertical-align: top;
}
#student_4_1 {
	height: 110px;
}

/*------menu styles------*/
#student_menu {
	width: 140px;
	margin-left: 40px;
	margin-right: 15px;
	margin-top: 5px;
	color:#FFFFFF;
	text-align:left;	
	}

#student_menu li{
	margin-left: 30px;
	list-style:none;
	list-style-type: none;
}

#student_menu hr{
	color: #505990;
	background: #505990;
	width: 117px;
	margin-left: 22px;
}
#student_menu blockquote {
	margin-left: 20px;
	font-size: 0.8em;
}

/*------content styles------*/
#student_content_text{
	width: 500px;
	text-align: left;
	float: right;
}

/*------Bottom Navigation styles------*/
#student_site_nav{
	width: 625px;
	margin-left:63px;
	margin-top: 15px;
	color:#FFFFFF;
	text-align:center;	
	vertical-align: top;
}

#student_site_nav li{	
	list-style:none;
	list-style-type:none;
	display: inline;
	float: left;
	padding: 1px 25px 1px 25px;
	margin-top: 2px;	
	font-weight: bold;
	vertical-align: middle;
}

/*------ End of the Student Zone Styles ------*/
