@font-face {
  font-family: 'Lane-NarrowRegular';
  src: url('fonts/LANENAR_.eot');
  src: local('Lane - Narrow Regular'), local('Lane-Narrow'), url('fonts/LANENAR_.ttf') format('truetype');
}
@font-face {
  font-family: 'Lane-UpperRegular';
  src: url('fonts/LANEUP__.eot');
  src: local('Lane - Upper Regular'), local('Lane-Upper'), url('fonts/LANEUP__.ttf') format('truetype');
}
@font-face {
  font-family: 'Lane-PoshRegular';
  src: url('fonts/LANEPOSH.eot');
  src: local('Lane - Posh Regular'), local('Lane-Posh'), url('fonts/LANEPOSH.ttf') format('truetype');
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before {
  content: '';
  content: none;
}
blockquote:after {
  content: '';
  content: none;
}
q:before {
  content: '';
  content: none;
}
q:after {
  content: '';
  content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  display: inline-block;
  *display: block;
  display: block;
  *zoom: 1;
  _zoom: 1;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
body {
  background-color: #efecca;
  background-image: url(images/background.png);
  background-repeat: no-repeat;
  background-position: center 5px;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
}
#wrapper {
  margin: 20px auto;
  text-align: left;
  width: 750px;
}
#header {
  background-image: url(images/logo_top.png);
  background-position: center left;
  background-repeat: no-repeat;
  color: #b52025;
  height: 150px;
  margin-bottom: -15px;
  text-transform: uppercase;
}
#sites {
  background-image: url(images/sites_background.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
#sites ul {
  float: right;
  padding-right: 15px;
}
#sites li {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  background-color: #b8aa08;
  font-size: 12px;
  float: left;
  margin-left: 5px;
  padding: 5px 10px;
  text-align: center;
  width: 130px;
  _width: 135px;
}
#sites li:hover { background-color: #6a2266; }
#sites li:hover .hasBackgroundColor { background-color: #6a2266 !important; }
#sites li a {
  color: #ffffff;
  text-decoration: none;
}
#top_links {
  background-image: url(images/top_links_background.png);
  background-color: #ffffff;
  background-position: top;
  background-repeat: no-repeat;
  border-left: 1px solid #b52025;
  border-right: 1px solid #b52025;
  font-size: 11px;
  line-height: 15px;
  padding-bottom: 15px;
  padding-top: 5px;
}
#top_links .bordered {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #6a2266;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 2px 8px 1px 8px;
  text-decoration: none;
  text-transform: uppercase;
  _width: 150px;
}
#top_links .bordered:hover { background-color: #b52025; }
#top_links .bordered:hover .hasBackgroundColor {
  background-color: #b52025 !important;
  cursor: pointer;
}
#top_links .left {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  width: 365px;
}
#top_links .right {
  float: left;
  margin-top: 5px;
  text-align: right;
  width: 370px;
}
#top_links .right a {
  color: #6a2266;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
#top_links .right a:hover { color: #b52025; }
#content_wrapper {
  background-color: #ffffff;
  border-bottom: 1px solid #b52025;
  border-left: 1px solid #b52025;
  border-right: 1px solid #b52025;
  padding-bottom: 20px;
}
#side_links {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #e8e6d4;
  border: 1px solid #231f20;
  float: left;
  font-size: 12px;
  margin-left: 5px;
  text-align: center;
  width: 150px;
}
#side_links #toggle_music {
  color: #231f20;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
#side_links li { margin: 26px 0; }
#side_links li a {
  color: #231f20;
  text-decoration: none;
  text-transform: uppercase;
}
#side_links li a.highlight { color: #b52025; }
#side_links li a:hover { color: #b52025; }
#side_links #music_player {
  margin-bottom: 26px;
  text-transform: uppercase;
  font-size: 10px;
}
#side_links #music_player span { display: block; }
#side_links #other_links { margin-bottom: 26px; }
#content {
  color: #6a2266;
  float: left;
  font-size: 12px;
  line-height: 18px;
  margin-left: 20px;
  margin-right: 20px;
  _margin-right: 10px;
  width: 550px;
  _width: 530px;
}
#content a { color: #6a2266; }
#content a:hover { color: #b52025; }
#content h1 {
  color: #b52025;
  font-family: Lane-NarrowRegular, Verdana, Geneva, sans-serif;
  font-weight: normal;
}
#content h1 a {
  color: #b52025;
  text-decoration: none;
}
#content h2 {
  color: #b52025;
  font-family: Lane-NarrowRegular, Verdana, Geneva, sans-serif;
  font-weight: normal;
}
#content h2 a {
  color: #b52025;
  text-decoration: none;
}
#content h3 {
  color: #b52025;
  font-family: Lane-NarrowRegular, Verdana, Geneva, sans-serif;
  font-weight: normal;
}
#content h3 a {
  color: #b52025;
  text-decoration: none;
}
#content h1 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
#content h2 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
#content h3 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 16px;
}
#content ol {
  list-style: decimal;
  margin-left: 1.2em;
  margin-bottom: 16px;
}
#content ul {
  list-style: disc;
  margin-left: 1.2em;
  margin-bottom: 16px;
}
#content p { margin-bottom: 16px; }
#content table {
  color: #6a2266;
  margin-bottom: 16px;
}
#content table td { padding: 3px 3px 4px 3px; }
#content table td.center { text-align: center; }
#content table td.left { text-align: left; }
#content table td.right { text-align: right; }
#content table.full_width { width: 100%; }
#content .center { text-align: center; }
#content .error { color: #990000; }
#content .gallery-item img { border: none !important; }
#content .post { margin-bottom: 32px; }
#home_images { margin-bottom: 10px; }
#home_images #home_img { background-image: url(images/home.jpg); }
#home_images div {
  height: 367px;
  float: left;
  width: 550px;
}
#home_logo { text-align: center; }
.gallery_link {
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-right: 40px;
  text-align: center;
  width: 150px;
}
img.alignleft { display: inline; }
.alignleft { float: left; }
img.alignright { display: inline; }
.alignright { float: right; }
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
