body {
	font-family: "Comic Sans MS", "Comic Sans MS", cursive;
	font-size: 14pt;
	padding: 0px;
	margin: 0px;
	text-align:center;
	color: #303030;
	background-image: url(body-bg.png);
	background-color: #6dbfff;
	
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
}

.header {
	height:156px;
	width:100%;
	background-image: url(header.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.menu {
	height:60px;
	width:100%;
	background-image: url(menu-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.menu-inner {
	padding-top: 15px;
	color: #c9c25d; /* yellow-y */
	padding-left: 20px;
}

h1 {
	font-family: "Comic Sans MS", "Comic Sans MS", cursive;
	font-weight: 900;
	font-size: 24pt;
	color: #303030;
}

h2 {
	font-family: "Comic Sans MS", "Comic Sans MS", cursive;
	font-weight: 900;
	font-size: 18pt;
	color: #4d4d4d;
}

h3 {
	font-family: "Comic Sans MS", "Comic Sans MS", cursive;
	font-weight: 900;
	font-size: 14pt;
	color: #c9c25d;
}

h5 {
	font-family: "Comic Sans MS", "Comic Sans MS", cursive;
	font-weight: 900;
	font-size: 14pt;
	color: #120d5f;
}



.content {
	background-color: #ffffff;
	border: 4px solid black;
	padding: 5px;
}

.content a {
	color: #000000;
}



.footer {
	height: 78px;
	width:100%;
	clear:both;
}
.footer-inner {
	padding-top: 30px;
	color: #fefefe;
	font-size: 10pt;
	font-weight: 400;
	width: 100%;
	text-align:center;
	color: #000000; 

}

.footer-inner a {
	text-decoration: underline;
	color: #000000;
}

.footer-inner a:hover{
	text-decoration: underline;
	border-bottom: 2px solid #000000;
	color: #000000;
}

.search {
}
.searchBox {
	width: 125px;
}

.homepageTeacherBox {
	width:220px;
	float:right;
	text-align:center;
	border:1px solid black;
	margin-left: 20px;
	margin-bottom: 10px;
}

.homepageTeacherBox img {
	border: 0px;
}

.jdSlideshow {
width: 500px;
height: 500px;
z-index:5;
}

.timedSlideshow
{
width: 500px;
height: 500px;
z-index:5;
}

.homeworkListHeader  p {
	font-weight:900;
	font-size: 120%;
	border-bottom: 1px solid black;
}

.homeworkListDetail {
	margin-left: 50px;
}

.homeworkListDetail p {
	font-weight:normal;
	font-size: 100%;
	border-bottom: 0px;
}

.homeworkListDetailAttachment {
	font-style: normal;
	font-size: 90%;
}

.homeworkListDetailDateDue {
	font-style: normal;
	font-size: 90%;
}
.homeworkListDetailDateDue::before
{
    content: " (";
}
.homeworkListDetailDateDue::after
{
    content: ") ";
}

.homeworkListDetailDateAssigned {
	font-size: 70%;
}

.eventTitle {
	font-weight:900;
	font-size: 120%;
}

.eventDetails {
	font-size: 100%;
	font-weight:normal;
}

.eventAttachment {
	font-weight:900;
	font-size: 120%;
}

.eventDate, .eventTime {
	font-weight: normal;
	font-size: 100%;
}

.eventTime::before
{
    content: " (";
}
.eventTime::after
{
    content: ") ";
}