* {
  margin: 0;
  padding: 0;
}

body {
  height: 452px;
  width: 912px;
  background: #f9f9f9 url(../images/eventbox-header.jpg) top left no-repeat;
  font: 0.8em/140% Verdana, Arial, Helvetica, sans-serif;
  color: #444;
}

a {
  color: #326ab7;
  text-decoration: underline;
}

a:hover, a:focus {
  background: #326ab7;
  text-decoration: none;
  color: #fff;
}

.blue {
  color: #326ab7;
}

h1 {
  padding-left: 20px;
  padding-top: 10px;
  font-size: 150%;
  font-weight: normal;
  color: #78756e;
}

.title {
  color: #444;
}

#header p {
  padding: 10px 20px;
}

#header {
  background: #e6e5e0;
  border-bottom: 5px solid #fff;
  margin-top: 71px;
}

.content {
  margin: 20px;
}

.media {
  float: left;
  padding-bottom: 10px;
  width: 460px;
  overflow: hidden;
}

.description {
  float: right;
  width: 400px;
}

.pagination {
  clear: both;
  padding-top: 15px;
  list-style: none;
}

.pagination li {
  float: left;
  margin-right: 3px;
}

.pagination li a {
  display: block;
  height: 25px;
  width: 25px;
  text-align: center;
  border: 1px solid #326ab7;
  line-height: 24px;
  text-decoration: none;
}

.auto a {
  width: auto !important;
  padding: 0 5px;
}

.pagination li.enabled a {
  background: #326ab7 !important;
  color: #fff !important;
}

.label {
  width: auto !important;
  padding: 0 5px;
  border: 1px solid #78756e;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 24px;
  color: #78756e;
}