

#header {
	background-image : url("images/logo.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 70px;
	padding-top: 10px;
}

#main {
	margin: 0px;
	overflow: hidden;
	width: 1400px;
}

#navigator {
	float: left;
	width: 200px;
}

#links {
	text-align: right;
	padding-right: 30px;
}

#home {
	background-image : url("images/background.png");
	background-repeat: no-repeat;
	background-position: 500px 0px;
}
#content {
	float: left;
	padding-left: 150px;
	border-left: 2px solid silver;
	height: 100%;
	width: 1000px;
}

#news {
	padding-left: 50px;
}

#legalese-footer, #header {
	text-align: center;
}


ul {
	list-style: none;
}


#current{
	background-image: url("images/current.png");
}

.over {
	background-image: url("images/over.png");
}

ul li {
	padding-top: 28px;
	text-align: center;
	height: 40px;
	padding-top: 5px;
	background-image: url("images/button.png");
	width: 140px;
	background-repeat: no-repeat;
}

.linebreak {
	background-image: url("images/LineBreak.png");
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	height: 10px;
}

/* ----------------------CALENDAR -- */
.scheduleTable {
	margin-bottom: 20px;
    font: 100% 'Averia Serif Libre', cursive;	
    table-layout: fixed;
    border-collapse: collapse;
    width: 700px;
}


/* Styling for the title (Month and Year) of the calendar */
.lecture {
	background-color: #b3e892;
}

.lab {
	background-color: #ffb967;
}

div.title {
    font: x-large 'Averia Serif Libre', cursive;	
    padding-left: 270px;
    height: 40px;
    background-color: white;
    color: black;
    }
/* Styling for the footer */
div.footer, div.footer a {
    font: small 'Averia Serif Libre', cursive;	
    text-align: center;
	font-size: 10px;
    }

/* Styling for the column headers (days of the week) */
.scheduleTable th {
    padding: 0 0.5em;
    text-align: center;
    background-color:gray;
    color:white;
    }
/* Styling for the individual cells (days) */
.scheduleTable td, .scheduleTable em  {     
    font-size: 13px;
    padding: 0.25em 0.25em;   
    width: 14%; 
    height: 80px;
    text-align: left;
    vertical-align: top;
    }
/* Styling for the date numbers */
.date  {     
	float: right;
    font-size: medium;
    padding: 0.25em 0.25em;   
    text-align: left;
    vertical-align: top;
	color: grey;
    }
/* Class for individual days (coming in future release) */
.sun {
     color:red;
     }
/* Hide the month element (coming in future release) */
th.month {
    visibility: hidden;
    display:none;
    }