@import "global-style.css";

body {
  background: #b2bb1c url("/images/green/blog-bg.png") repeat-y;
}

#wrapper {
  background: url("/images/green/blog-wrapper-bg.png") no-repeat 960px top; 
}

#subwrapper {
  width: 960px; 
}

#mainContent {
  width: 500px;
  padding: 0px 30px;
}

#mainContent p.blogHeader {
  margin-top: 110px;
}

#rightSidebar {
  padding-left: 30px;
  width: 160px;
  background: url("/images/green/blog-right-sidebar-bg.png") no-repeat right top; 
}

#blogCategoryList {
  margin-top: 215px;  
}

#blogCategoryList h3 {
  height: 19px;
  width: 100%;
  background: url("/images/green/browse-header.png") no-repeat top left; 
}

#blogCategoryList h3 span {
  display: none; 
}

#blogCategoryList ul li {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 3px;
}

#blogCategoryList ul li a {
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}

#blogCategoryList ul li a.selected {
  color: #B2BB1C;
}

.articleHeader {
  margin-top: 35px; 
  margin-bottom: 15px;
}

.articleHeader p.date {
  text-transform: uppercase;
  margin-bottom: 10px; 
}

.articleHeader h2 {
  font-size: 2.6em;
  color: #b2bb1c; 
}

.articleHeader h2 a {
  color: #b2bb1c; 
  border: none;
}

.articleBody {
  font-size: 1.2em;
  line-height: 1.7em; 
}

.articleBody p {
  margin-bottom: 1em;
}

.articleFooter {
  border-bottom: 1px solid #cccccc;
}

.articleFooter p {
  margin-top: 20px; 
  margin-bottom: 30px;
  font-size: 1.2em;
}

.articleFooter p.author {
  text-transform: uppercase;
}

#articleListFooter {
  margin-bottom: 50px; 
}

#articleListFooter a.newerLink , #articleListFooter span.newerLink a{
  float: left; 
  margin: 15px;
  font-size: 1.4em;
  color: #b2bb1c; 
  font-weight: bold;
}

#articleListFooter a.olderLink, #articleListFooter span.olderLink a{
  float: right;
  margin: 15px; 
  font-size: 1.4em;
  color: #b2bb1c; 
  font-weight: bold;
}