/******** RESET BROWSERS **********/
* { margin: 0; padding: 0; }
img { border: none; }

/******** HTML ELEMENTS *********/
body {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #222;
  background: url(/images/setup/bg.png) repeat-x left top #111b27;
}

div, p, span, strong, td {
  line-height: 18px;
}

p {
  margin-bottom: 15px;
}

h1 {
  color: #333;
  font-size: 25px;
  line-height: 110%;
  margin-bottom: 5px;
}

h2 {
  color: #333;
  font-size: 23px;
  line-height: 110%;
  margin-bottom: 5px;
}


h3 {
  color: #333;
  font-size: 15px;
  line-height: 110%;
  margin-bottom: 15px;
}

a {
  color: #9b1d22;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

ul {
  margin-bottom: 15px;
}

li {
  margin-left: 25px;
}

.block { display: block; }
.clear { clear: both; }

/********* STRUCTURAL ELEMENTS ************/
#top-bar {
  width: 960px;
  height: 39px;
  padding-bottom: 8px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

#header-wrapper {
  width: 100%;
  background: url(/images/setup/header_bg.jpg) no-repeat center top;
  overflow: hidden;
}

#header {
  width: 938px;
  height: 39px;
  padding: 29px 11px 26px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

#wrapper {
  width: 960px;
  padding-bottom: 50px;
  margin: 0 auto;
  overflow: hidden;
}

#mainbody {
  width: 701px;
  float: left;
  padding-top: 35px;
  background: url(/images/setup/spiral.jpg) no-repeat left top #fff;
  overflow: hidden;
}

#mainbody .container {
  width: 631px;
  padding: 30px 35px;
  background: url(/images/setup/mainbody_container_bg.jpg) no-repeat left top #fff;
  overflow: hidden;
}

#footer {
  width: 701px;
  height: 38px;
  float: left;
  text-align: center;
  background: url(/images/setup/footer_bg.gif) no-repeat left top;
}

#footer p {
  margin: 0;
  line-height: 18px;
  color: #243a76;
}

#footer a {
  color: #243a76;
  text-decoration: none;
}

#footer a:hover {
  color: #9b1d22;
}

#sidebar {
  width: 253px;
  float: right;
  overflow: hidden;
}

#sidebar .container {
  width: 223px;
  padding: 15px;
  background: url(/images/setup/sidebar_bg.jpg) repeat-y left top;
  overflow: hidden;
}

#sidebar .sep {
  width: 253px;
  height: 1px;
  border-top: solid 1px #19232e;
  border-bottom: solid 1px #19232e;
  background: #262f39;
  overflow: hidden;
}

#sidebar h3 {
  color: #fff;
}
#sidebar p {
  color: #fff;
}

#sidebar h2 span {
  padding-right: 12px;
  background: url(/images/setup/head_arrow.gif) no-repeat right center;
}

.blog-img {
  position: absolute;
  right: 44px;
  bottom: 9px;
  z-index: 12;
}

a.more {
  display: inline-block;
  width: 70px;
  line-height: 17px;
  color: #ccc;
  text-align: center;
  text-decoration: none;
  background: url(/images/setup/button_bg.gif) no-repeat left top;
}

a.more:hover {
  color: #fff;
}

#search-form {
  width: 250px;
  height: 21px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 86px;
  top: 11px;
  z-index: 6;
}

#search-form .query {
  width: 169px;
  height: 15px;
  float: left;
  padding: 2px;
  font-family: arial;
  color: #333;
  line-height: 15px;
  border: solid 1px #ccc;
}

#search-form  .search-button {
  width: 70px;
  height: 21px;
  float: right;
  background: url(/images/setup/search_btn.gif) no-repeat left top;
  border: none;
}

/******* POST STYLES ********/
.page-title {
  font-size: 16px;
  color: #555;
  text-align: left;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
}

.post {
  width: 631px;
  padding: 10px 35px 0;
  background: url(/images/setup/post_head.jpg) no-repeat left top;
  overflow: hidden;
}

.post a {
  text-decoration: none;
}

.post a h2 {
  margin-bottom: 0;
}

.post a:hover h2 {
  color: #111;
}

.post .date {
  color: #9b1d22;
  border-bottom: dotted 1px #9b1d22;
}

.posts .sep {
  width: 701px;
  height: 7px;
  clear: both;
  background: url(/images/setup/post_foot.jpg) no-repeat left top;
}

.button {
  background: #cd4b4b;
  width: 170px;
  padding: 5px;
  color: #fff;
  line-height: 24px;
}

.button img {
  float: left;
}

/******** NAVIGATION **********/
#nav, #nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav li {
  float: left;
  margin-right: 3px;
  padding-top: 2px;
}
#nav li.active {
  padding-top: 0;
}

.authors, .authors li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.authors {
  margin-bottom: 15px;
}
.authors li {
  margin-left: 17px;
  margin-bottom: 10px;
  padding-left: 13px;
  background: url(/images/setup/arrow_bullet.gif) no-repeat left center;
}
.authors li a {
  font-family: arial;
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
  border-bottom: dotted 1px #fff;
}
.authors li a:hover {
  color: #fff;
}
.authors li a.current {
  font-weight: bold;
  color: #fff;
}

.archives, .archives li {
  margin: 0;
  padding: 0;
  list-style: none;
}
,archives li {
  margin-left: 17px;
  margin-bottom: 5px;
}
.archives li a {
  font-family: arial;
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
  padding-left: 13px;
  background: url(/images/setup/expand_collapse_bullet.gif) no-repeat left center;
}
.archives li a:hover {
  color: #fff;
}
.archives li ul, .archives li ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.archives li ul li {
  margin-left: 15px;
  margin-bottom: 5px;
}
.archives li ul li a {
  background-image: url(/images/setup/pointer_bullet.gif);
}

.buttons-rcol {
  padding-left: 15px;
}

.buttons-rcol a {
  float: left;
  margin-right: 10px;
}