body {
  background-color: #e6e6e6;
  background-image: url(/images/bg.gif);
  background-repeat: repeat-y;
  font-family: "Times New Roman", Times, serif;
}
#container {
  padding: 15px;
}
#sidebar {
  float: left;
  position: fixed;
  width: 320px;
}
#sidebar a {
  text-decoration: none;
}
#sidebar a:hover {
  color: #EC166B;
}
#content {
  max-width: 800px;
  margin-left: 320px;
}
#logo {
  margin-top: 78px;
  margin-left: 76px;
}
#logo a {
  display: block;
  width: 229px;
  height: 105px;
  background: url(/images/logo.gif) no-repeat;
  text-indent: -9999px;
}
#slogan {
  margin-top: 9px;
  margin-left: 77px;
}
#slogan a {
  display: block;
  width: 198px;
  height: 17px;
  background: url(/images/slogan.gif) no-repeat;
  text-indent: -9999px;
}
#navigation {
  margin-top: 29px;
  margin-right: 15px;
  float: right;
  font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 1px;
}
#navigation a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 9px;
  background: url(/images/nav-left-sprite.gif) no-repeat left top;
  padding: 6px 8px;
}
#navigation li {
  float: right;
  display: block;
  clear: both;
  height: 21px;
  background: url(/images/nav-right-sprite.gif) no-repeat right top;
  margin-bottom: 7px;
}
#navigation a:hover, #navigation a.active {
  color: #ffffff;
  background: url(/images/nav-left-sprite.gif) no-repeat left bottom;
}
#navigation li.active {
  background: url(/images/nav-right-sprite.gif) no-repeat right bottom;
}
#actions {
  width: 320px;
  position: fixed;
  bottom: 15px;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; font-weight:600; font-stretch:condensed;
  font-weight: bold;
}
#actions li a {
  background-color: #302e2b;
  height: 40px;
  line-height: 40px;
  margin-top: 2px;
  display: block;
  text-align: right;
  padding-right: 15px;
}

#content {
  padding: 70px;
}

a {
  color: #d0135e;
}
a:hover {
  color: #8B0D3F;
}
p {
  margin-bottom: 1em;
  line-height: 1.15em
}
.hfeed p {
  text-align: justify;
}

h1, h2, h3, h4, h5 {
  text-align: left;
  font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-weight: bold;
  margin-bottom: 0.25em;
}
h1 {
  font-size: 1.25em;
  margin-bottom: 1em;
}
h2 {
  font-size: 1.125em;
  margin-bottom: 0.75em;
}
h3 {
  text-transform: uppercase;
}
h1 a, h2 a, a.header {
  color: black;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, a.header:hover {
  color: #d0135e;
}

#content ul, #content ol {
  font-size: 0.75em;
  margin-bottom: 1.5em;
}
#content ul {
  list-style: disc;
}
#content ol {
  list-style: decimal;
}
#content li {
  font-size: 1.25em;
  line-height: 1.15em;
}
span.no-wrap {
  white-space: nowrap;
}

p.news, p.page_control {
  border: 1px #a8a8a8 solid;
  border-left-width: 0;
  border-right-width: 0;
  padding: 0.5em 10px;
  margin: 0 -10px
}
p.news {
  margin-top: -20px;
  margin-bottom: 20px;
}
p.news span a {
  font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-weight: bold;
  margin-right: 10px;
}
p.news span.arc_twitter-posted {
  
	padding-top: 1px;
  
	font-size: 0.9em;
  
	float: right;
  
	color: #888888;
  
	font-style: italic;
  
}

p.page_control a {
  margin: 0 10px;
}
p.page_control a[rel="prev"] {
  margin: 0;
  float: left;
}
p.page_control a[rel="next"] {
  margin: 0;
  float: right;
}

hr {
  border: none;
  border-top: 1px #a8a8a8 solid;
  margin: 0 -10px 1em;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}