body {
  margin: 0px;
  padding: 0px;
  background: #000000;
  font: 13px Arial, Helvetica, sans-serif;
  color: #fff500;
}

h1, h2, h3 {
  margin-top: 0px;
  font-weight: normal;
  color: #FFFFFF;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.4em;
}

p, ol, ul {
  margin: 10px auto;
  line-height: 160%;
}

a {
  color: #fff500;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

a img {
  border: none;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  border: 10px solid #FFFFFF;
}

/* Header */

#header {
  width: 900px;
  height: 100px;
  margin: 0px auto;
}

#header a {
  text-decoration: none;
  color: #FFFFFF;
}

/* Logo */

#logo {
  float: left;
  padding-left: 20px;
}

#logo #site_heading, #logo #site_subheading {
  margin: 0px;
  line-height: normal;
  font-weight: normal;
  color: #FFFFFF;
}
#logo #site_subheading {
  font-size: 13px;
}
#logo #site_heading {
  padding: 25px 0px 0px 0px;
}

/* Menu */

#primary_navigation {
  float: right;
}

#primary_navigation ul {
  margin: 0px;
  padding: 49px 0px 0px 0px;
  list-style: none;
  line-height: normal;
}

#primary_navigation li {
  float: left;
  margin: 0px;
}

#primary_navigation a {
  display: block;
  width: auto;
  padding: 6px 20px;
}

#primary_navigation a:hover {
  text-decoration: underline;
}

#primary_navigation .active {
  background: #404040;
}

#primary_navigation .active a {
  background: url(/assets/images/img02.gif) no-repeat 100% -40px;
}

/* Page */

#page {
  width: 900px;
  margin: 0px auto;
  padding: 10px 0px 0px 0px;
  background: #a40004;
}

#header-pic {
  margin-bottom: 10px;
}

/* Content */

#location_0 {
  float: right;
  width: 580px;
  margin: 0;
  padding: 0;
}

#location_0 .component, #location_0 .blog_post {
  margin: 0px 0px 30px 0px;
  padding: 0;
}

#location_0 .component_content, #location_0 .component_content .post_wrapper {
  margin-right: 15px;
}
#location_0 .blog_component .component_content {
  margin-right: 0;
}

#location_0 h2 span, #location_0 .blog_post .title {
  margin: 0px;
  display: block;
  background: #444444 url(/assets/images/img02.jpg) no-repeat left 50%;
  padding: 7px 25px;
  font-size: 16pt;
}
#location_0 h2 {
  font-size: 16pt;
  padding: 0;
  margin: 0;
}
#location_0 .title a {
  color: #fff500;
}
#location_0 .blog_post .date {
  font-size: smaller;
}

/* Sidebar */

#location_1 {
  float: left;
  width: 300px;
}

#location_1 .component.last .component_content {
  border-bottom: 1px solid #BDBDBD;
}
#location_1 .component .component_content {
  border-left: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
  padding: 10px;
}

#location_1 li {
  line-height: 30px;
  padding-left: 15px;
  border-bottom: 1px dashed #BDBDBD;
  background: url(/assets/images/img04.jpg) no-repeat left 12px;
}
#location_1 li.nav_label {
  border: none;
}

#location_1 ul {
  margin-bottom: 1.8em;
  list-style: none;
  margin-left: 2px;
  padding: 0;
}

#location_1 h2 {
  background: #444444 url(/assets/images/img02.jpg) no-repeat left 50%;
  padding: 7px 25px;
  font-size: 1.4em;
  margin: 0;
}

/* Footer */

#footer {
  clear: both;
  width: 900px;
  height: 40px;
  margin: 10px auto 30px auto;
  color: #FFFFFF;
  line-height: normal;
  font-size: smaller;
}

#footer a {
  color: #FFFFFF;
}
#footer p { margin: 0; padding: 0; }
#copyright { float: left; }
#powered_by { float: right; }

/* Fancy bullets for components */
ul.tweets li { margin: 0px; padding: 0px 0px 0px 20px; background: transparent url('/extras/images/bullets/tweet.png') no-repeat 0px 7px; list-style-type: none; }
ul.events li { margin: 0px; padding: 0px 0px 0px 20px; background: transparent url('/extras/images/bullets/shout.png') no-repeat 0px 5px; list-style-type: none; }
.feed ul li { margin: 0px; padding: 0px 0px 0px 20px; background: transparent url('/extras/images/bullets/feed.png') no-repeat 0px 5px; list-style-type: none; }

/* Line up comments, tags, etc for blog posts */
.category, .tags, .comments { 
  display: inline;
  border-left: 1px dotted #999;
  padding: 0px 10px;
  font-weight: bold;
}
.comments { border-left-width: 0px; padding-left: 0px; }

#page .navigation_component ul {
  margin: 0;
  padding: 0;
}

