/*
Theme Name: AWSUM
Theme URI: http://www.awsum.org.uk/
Description: The theme running on awsum.org.uk/.info
Version: 1.0
Author: Joe Leslie
Tags: fixed width, blue, two columns
*/
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #000;
  background-color: #fff;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
}

#main_box {
  background-color: #fff;
  padding: 15px;
  clear: both;
}

#left {
  float: left;
  width: 610px;
  padding-top: 10px;
}

#right {
  float: right;
  width: 200px;
  padding-top: 10px;
}

#title {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

                  #title img {
                    border: 0;
                  }

#title a {
  color: #fff;
  text-decoration: none;
}

.clear {
  clear: both;
}

#navigation h1 {
  font-family: Arial, sans-serif;
  width: 180px;
  margin: 5px;
  text-transform: uppercase;
  text-indent: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 5px;
  text-align: right;
  position: relative;
  right: 5px;
}

#navigation li {
  list-style: none !important;
  width: 190px;
  margin: 5px;
  position: relative;
  right: 45px;
  bottom: 10px;
  text-transform: uppercase;
  text-indent: 5px;
}

#navigation li a {
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 5px;
}

#navigation li a:hover {
  text-transform: lowercase;
}

h1 {
  font-family: Arial, sans-serif;
  width: 600px;
  margin: 5px;
  text-transform: uppercase;
  text-indent: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 5px;
  text-align: right;
  position: relative;
  right: 5px;
}

#footer {
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
}

#footer a {
  color: #fff;
}

#flavour h1 {
  font-family: Arial, sans-serif;
  width: 180px;
  margin: 5px;
  text-transform: uppercase;
  text-indent: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 5px;
  text-align: right;
  position: relative;
  right: 5px;
}

#flavour li {
  font-family: Arial, sans-serif;
  list-style: none !important;
  width: 190px;
  margin: 5px;
  position: relative;
  right: 45px;
  bottom: 10px;
  text-transform: uppercase;
  text-indent: 5px;
}

#flavour li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 5px;
}

#flavour li a:hover {
  text-transform: lowercase;
}


.post {
  border-bottom: 1px dotted #656565;
}

.post_date {
  float: left;
  padding: 0 10px 0 10px;
  text-align: center;
}

.post_date_day {
  font-size: 32px;
}

.post_date_month {
  color: #656565;
  font-size: 18px;
}

.post_end {
  font-size: 9px;
  color: #656565;
  font-style: italic;
  text-align: right;
  padding-bottom: 3px;
}

.post_end a {
  color: #656565;
  text-decoration: underline;
}

.post_end a:hover {
  text-decoration: none;
}

.pagination {
  text-align: center;
  padding: 10px;
}

.img {
  border: 0px;
  vertical-align: middle;
}

.footnote {
  font-size: 11px;
}