
/* Featured Events */

#featured_events {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 25px 0 8px 13px;
  margin: 0 25px 0 20px;
  width: 900px;
}

#featured_events img {
  padding: 15px 30px 15px 0;
}


/* Mini calendar */

.mini_calendar {
  border: 1px solid #ddd;
  color: #aaa;
  cursor: pointer;
  margin: 12px 0 10px 0;
  text-decoration: none;
}

.mini_calendar td,
.mini_calendar th {
  border: 1px solid #ddd;
  font-size: 12px;
  height: 18px;
  padding: 4px 4px 2px 4px;
  text-align: center;
  width: 30px;
}

.mini_calendar a {
  color: #556;
}

.mini_calendar #calendar_header {
  background: #556;
  color: #eee;
}

.mini_calendar #calendar_header td {
  height: 15px;
}

.mini_calendar_over {
  background: #ddd !important;
}

.mini_calendar_over td,
.mini_calendar_over th {
  border: 1px solid #ccc !important;
}



/* Calendar */

.calendar {
  border: 0;
  margin-top: 10px;
}

.calendar tr.header td {
  color: #eee;
  background: #888;
  text-align: center;
}

.calendar th {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
}

.calendar td {
  border: 1px solid #ccc;
  border-top: none;
  color: #666;
  font-size: 12px;
  padding: 5px;
}

.day {
  width: 10%;
}

.today {
  background: #e5e5e5;
}

.arrows a {
  font-size: 12px;
}

#view {
  padding: 20px 0 15px 0;
}

#view form {
  display: inline;
  float: left;
  padding: 10px 10px 0 0;
}


/* More Boxes */

.more {
	float: left;
	width: 170px;
	margin-bottom: 30px;
	margin-top: 80px;
	padding-right: 20px;
}

.more h4 {
  border-bottom: 1px solid #b3b3b3;
  color: #666;
  font-size: 12px;
}

.more p.title {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

.more p.title a{
  color: #4c4c4c !important;
  line-height: 14px;
}

.more p.title a:hover{
  text-decoration: none;
  color: #4c4c4c !important;
}

.more li {
  font-size: 11px;
  line-height: 13px;
  list-style-type: none;
	padding-bottom: 4px;
}

.more ul li a{
  color: #4c4c4c !important;
}

.more img {
  padding: 12px 0 5px 0;
}


