body {
  background: url("/images/body_bg.png") repeat-x top left #f5f5f5;
  color: #3e3e3e;
  font-family: Arial;
  font-size: 12px;
}

a, a:link, a:visited {
  color: #0076cd;
}

a:hover {
  color: #0b3f65;
}

.wrapper {
  width: 990px;
  margin: 0 10px;
}

.grey, .grey:visited {
  color: #a9a9a9;
}

.header {
  overflow: hidden;
}

.header .banner {
  float: left;
}

.user-area {
  font-size: 11px;
  padding-top: 10px;
  color: #a9a9a9;
}

input.text {
  border: none;
  width: 140px;
  padding: 6px 4px;
  color: #a9a9a9;
  background: url("/images/input_bg.gif") no-repeat center center transparent;
}

.row {
  overflow: hidden;
  clear: both;
}

.user-area .row {
  margin-bottom: 5px;
}

.user-area input.button {
  width: 61px;
  text-align: center;
  padding: 3px 0;
  border: none;
  background: url("/images/button_bg.gif") no-repeat center center transparent;
  color: #fff;
}

.user-area .links {
  padding-top: 5px;
}

.user-area .links a, .user-area .links a:visited {
  color: #000;
}

.user-area .links a:hover {
  text-decoration: none;
}

.user-area .links a.grey {
  color: #a9a9a9;
}

.header .logo {
  clear: left;
  padding: 17px 0 10px;
  float: left;
}

.header .menu {
  float: right;
  margin: 22px 0px 0 0;
  font-size: 11px;
  width: 500px;
}

.header .menu1 li {
  display: inline;
  margin-left: 13px;
}

.header .menu li {
  display: block;
  width: 100px;
  float: left;
  margin: 2px 0;
}

.header .menu li a, .header .menu li a:visited {
  color: #000;
}

.header .menu li a:hover {
  text-decoration: none;
}

.header .search {
  float: right;
  margin: 10px 0px 0 0;
  font-size: 11px;
}

.header .search .button {
  background: url("/images/search_input_bg.gif") no-repeat center center transparent;
  border: none;
  width: 20px;
  height: 22px;
}

.left-column {
  width: 730px;
  float: left;
  margin-bottom: 20px;
}

.right-column {
  width: 240px;
  float: right;
  margin-bottom: 20px;
}

.right-column .banner {
  margin-top: 10px;
}

.block {
  background-color: #e2e2e2;
  padding: 15px 12px 13px;
  position: relative;
  margin-left: 7px;
  z-index: 2;
}

.corner {
  position: absolute;
  width: 10px;
  height: 10px;
  font-size: 1px;
  line-height: 1px;
  background-repeat: no-repeat;
  z-index: 10;
}

.corner.lt {
  top: 0;
  left: 0;
}
.corner.lb {
  bottom: 0;
  left: 0;
}
.corner.rt {
  top: 0;
  right: 0;
}
.corner.rb {
  bottom: 0;
  right: 0;
}

.block .corner.lt {
  background-image: url("/images/grey_corner_lt.gif");
}
.block .corner.rt {
  background-image: url("/images/grey_corner_rt.gif");
}
.block .corner.rb {
  background-image: url("/images/grey_corner_rb.gif");
}
.block .corner.lb {
  width: 18px;
  height: 17px;
  left: -18px;
  background-image: url("/images/grey_corner_lb_inverse.gif");
}

.block li {
  padding-left: 10px;
  background: url("/images/bullet.gif") no-repeat 0px 5px;
  margin-bottom: 11px;
}

.footer {
  clear: both;
  position: relative;
  background-color: #e2e2e2;
  padding: 5px 25px 3px;
  margin: 20px 0 0 0;
  overflow: hidden;
  color: #999;
  font-size: 12px;
}

.footer .copyright {
  float: left;
  padding: 11px 0 0;
}

.footer .banners {
  float: right;
}

.footer .banners a {
  margin-left: 10px;
}

.footer .corner.rb, .footer .corner.lb {
  display: none;
}

.content .menu-column {
  width: 112px;
  float: left;
  margin-left: 0;
}

.content .menu-column .corner.lb {
  left: 0;
  background-image: url("/images/grey_corner_lb.gif");
  width: 10px;
  height: 10px;
}

.content .menu-column .corner.rt {
  display: none;
}

.content .menu-column li {
  padding-left: 0;
  background-image: none;
}

.main-content {
  background: url("/images/grey_corner_rt_inverse.gif") no-repeat top left;
  overflow: hidden;
  padding: 13px 18px;
  padding-right: 0;
}

.block.white {
  padding: 9px;
  background-color: #fff;
  border: 1px solid #b1b0b0;
  margin: 4px 0 9px 0;
}

.block.white .corner {
  width: 9px;
  height: 9px;
}

.block.white .corner.lt {
  left: -1px;
  top: -1px;
  background: url("/images/white_corner_lt.gif");
}
.block.white .corner.rt {
  right: -1px;
  top: -1px;
  background: url("/images/white_corner_rt.gif");
}
.block.white .corner.rb {
  right: -1px;
  bottom: -1px;
  background: url("/images/white_corner_rb.gif");
}
.block.white .corner.lb {
  left: -1px;
  bottom: -1px;
  background: url("/images/white_corner_lb.gif");
}

.readers {
  font-weight: bold;
  text-align: center;
  color: #f15f26;
}

h2, .text-page h3 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 3px solid #f15c22;
  padding: 4px 14px 4px;
  background: url("/images/heading_bg.gif") no-repeat top left;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.content-block .item {
  overflow: hidden;
  margin-bottom: 12px;
}

.content-block .item .img {
  float: left;
  margin-right: 8px;
}

.content-block .item .text {
  overflow: hidden;
  position: relative;
  top: -4px;
}

.content-block .item .text h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  padding-top: 3px;
}

.date {
  font-weight: normal;
  font-size: 11px;
  color: #7a7a7a;
}

.content-block .item .text h4 .date {
  float: right;
  display: block;
  margin-top: 2px;
}

.content-block .item .related {
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}

.content-block .item .links {
  float: right;
  margin-top: 20px;
  font-size: 11px;
}

.content-block .item .links a {
  color: #7a7a7a;
  text-decoration: none;
  display: block;
  float: left;
  padding: 1px 0;
}

a.comments, .content-block .item .links a.comments {
  padding-left: 18px;
  color: #7a7a7a;
  text-decoration: none;
  background: url("/images/comment_icon.gif") no-repeat center left;
}

.content-block .item .links a.audio {
  width: 16px;
  background: url("/images/sound_icon.gif") no-repeat center center;
  margin-right: 4px;
  zoom: 1;
}

.content-block .item .links a.video {
  width: 20px;
  background: url("/images/video_icon.gif") no-repeat center center;
  margin-right: 4px;
}

.content-block .item .related ul {
  width: 49%;
  float: left;
}

.content-block .item .related li {
  padding: 0 10px;
  margin-bottom: 5px;
  background: url("/images/bullet.gif") no-repeat 0px 5px;
}

.editors {
  overflow: hidden;
  margin-bottom: 10px;
}

.editors li {
  float: left;
  width: 152px;
  margin-right: 17px;
}

.editors li.odd {
  margin-right: 0;
}

.editors li .avatar {
  width: 150px;
  height: 150px;
  border: 1px solid #3e3e3e;
}

.editors li .user-info {
  font-family: Tahoma;
  margin-bottom: 10px;
}

.editors li .user-info span {
  display: block;
}

.editors li .name {
  color: #f15c22;
  font-weight: bold;
}

.columns {
  overflow: hidden;
}

.columns .wide {
  width: 321px;
  float: left;
}

.columns .narrow {
  float: right;
  width: 243px;
}

.authors ul {
  padding: 0 13px;
}

.authors li {
  margin-bottom: 16px;
}

.text-page .content-block h2 {
  margin-bottom: 5px;
}

.page-info {
  font-size: 11px;
  color: #7a7a7a;
  margin-bottom: 10px;
}

.text-page .content-block .date, .text-page .content-block a.comments {
  float: right;
}

.text-page .content-block a.comments {
  margin-right: 10px;
  display: block;
  padding: 1px 0;
  padding-left: 18px;
  position: relative;
  top: -1px;
}

.text-page .content-block h1 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text-page .content-block p {
  margin-bottom: 10px;
}

.text-page .content-block .resume {
  font-size: 14px;
  margin-bottom: 20px;
}

.bold {
  font-weight: bold;
}

.text-page .content-block .img {
  float: left;
  margin-right: 8px;
}

h6 {
  font-weight: bold;
  margin-bottom: 4px;
}

.text-page .content-block .block {
  float: right;
  width: 242px;
  margin-bottom: 10px;
}

.text-page .content-block .block .corner.lb {
  left: 0;
  width: 10px;
  height: 10px;
  background: url("/images/grey_corner_lb.gif");
}

.text-page .content-block p.author {
  text-align: right;
  margin: 10px 0;
}

.text-page h3 {
  font-size: 18px;
  margin-bottom: 10px ;
}

.text-page .content-block .comments .block {
  float: none;
  width: auto;
  padding: 11px 15px;
  margin-left: 0;
  padding-bottom: 1px;
}

.text-page .content-block .comment .block.even {
  background-color: #fff;
  border: 3px solid #e2e2e2;
  padding: 11px 12px;
}

.text-page .content-block .comment .meta {
  font-weight: bold;
}

.text-page .content-block .comment .reply {
  margin-left: 20px;
}

.text-page .content-block .comment .block.even .corner.lt {
  top: -3px;
  left: -3px;
  background-image: url("/images/comment_corner_lt.gif");
}
.text-page .content-block .comment .block.even .corner.rt {
  top: -3px;
  right: -3px;
  background-image: url("/images/comment_corner_rt.gif");
}
.text-page .content-block .comment .even .corner.lb {
  bottom: -3px;
  left: -3px;
  background-image: url("/images/comment_corner_lb.gif");
}
.text-page .content-block .comment .even .corner.rb {
  bottom: -3px;
  right: -3px;
  background-image: url("/images/comment_corner_rb.gif");
}

.video {
  margin-bottom: 13px;
}