html, body {
  height:100%;
}
body {
  background:#000000 url(images/bg-repeat.jpg) 0 0;
  margin:0;
  font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
  font-size:12px;
  color: white;
}
/********************************/
/* Quick CSS Reset
/********************************/
img {
  border:0;
}
a, input {
  outline:none !important;
}
/********************************/
/* Layout
/********************************/
.wrapper {
  background:url(images/bg.jpg) no-repeat center center;
  margin:0 auto;
  position:relative;
  float:left;
  width:100%;
  height:100%;
}
.main-page {
  background:url(images/box.png) no-repeat 0 0;
  width:811px;
  height:463px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-251px;
  margin-left:-405px;
  padding:40px 0 0;
}

.sub-page {
  width:250px;
  height:128px;
  position:relative;
  padding:80px 10px 10px;
}

.school-list {
	display: none;
}
.school {
  position:relative;
}

.week {
	float: right;
}

.header {
  height:38px;
}
.clear {
  clear:both;
}
.pic {
  float:left;
  padding-left:38px;
}
/********************************/
/* Content 
/********************************/
.content {
  text-align:center;
  padding:45px 0 50px;
}
.content p {
  font-size:16px;
  color:#fff;
  margin:0;
}
.h-text {
  margin-bottom:25px;
}
.s-text{
  font-size:54px;
  color:#ffffff;
  margin:2px 0px 5px 0px;
}

.h-text h2.title {
  font-size:35px;
  font-weight:bold;
  margin:15px 0 5px 0;
  color:#fff;
}
/********************************/
/* Footer
/********************************/
.footer ul {
  margin:0;
  padding:0;
  list-style:none;
}
.footer ul li {
  float:left;
  padding:0 10px;
  border-right:1px solid #b2b2b2;
}
.footer ul li a {
  font-size:13px;
  color:#fff;
  text-decoration:none;
}
.footer ul li a:hover {
  text-decoration:underline;
}

.feed-icons {
  float:right;
}
.feed-icons ul li {
  border:0;
}

i {
  color: white;
  font-size: 12px;
}
