* {
  margin: 0;
  padding: 0;
}

html, body {
  height:100%;
}

a, a:visited {
  color: #9e0000;
  font-size: 12px;
  text-decoration: none;
}

a img {
  border: none;
}

#comment_form #id_captcha_1 {
    margin-left: 10px;
    padding: 5px;
    position: relative;
    top: -10px;
    width: 110px;
}

#panels a:hover {
  text-decoration: underline;
}

h3, h2, h1 {
  color: #9e0000;
}

.post ul {
  overflow: hidden;
}

.post li {
  margin-left: 20px;
}

.red {
  color: #9e0000;
}

body {
  font-family:"Helvetica",Arial,Verdana,sans-serif;
  font-size: 12px;
  text-align: center;
}

#main_body {
  background: #9e0000 url("../images/body-bg.jpg") repeat-x scroll top left;
}

#body_inner {
  margin: 0 auto;
  background: url("../images/header-shapes.png") no-repeat scroll top left;
  width: 1200px;
  text-align: left;
}

#header {
	background: url("../images/header-bg.png") no-repeat scroll bottom right;
  height: 370px;
  width: 1000px;
  margin-left: 70px;
}

#panels-wrapper {
  width: 1070px;
  margin-left: 35px;
  position: relative;
}

#panels {
	width: 1070px;
  background: url("../images/panels-bg.jpg") repeat-y scroll top right;
}

#right_panel {
  float: right;
  width: 300px;	
  background-color: #ededed;
}

.right-inner {
  padding: 0 15px;
  width: 270px;
}

#left_panel {
	margin-top: 20px;
  float: left;
  width: 700px;
  margin-left: 70px;
  background-color: #FFF;
  
}

.left-inner {
  padding: 0 39px;
}

.logo-wrapper {
  padding: 126px 0 0 329px;
}

.logo-wrapper a {
	width: 510px;
	height: 150px;
	display: block;
  background: url("../images/logo.png") no-repeat scroll top left;
  text-indent: -9999px;
}

.rabbit {
  position: absolute;
  background: url("../images/rabbit.png") no-repeat scroll top left;
  width: 209px;
  height: 297px;
  right: 72px;
  top: 35px;
  z-index: 2;
}

.tabs {
  margin-top: 20px;
  margin-left: 40px;
  overflow: hidden;
}

ul.tabs li {
  float:left;
  list-style-type:none;
  line-height: 37px;
  margin-right: 3px;
}

ul.tabs li.selected a,
ul.tabs li.selected a:visited {
  background: url(../images/tab-selected-bg.png) no-repeat scroll left top;
}

ul.tabs a, ul.tabs a:visited {
  background: url(../images/tab-bg.png) no-repeat scroll left top;
  width:123px;
  display: block;
  color: #FFF;
  font-size: 18px;
  height: 37px;
  text-decoration: none;
  text-align: center;
}

#panels {
  overflow: hidden;
}

#footer {
  background: url(../images/footer-bg.png) no-repeat scroll left top;
  width: 1000px;
  height: 43px;
  margin-left: 70px;
}

.footer-links {
  padding: 15px 0 10px 40px;;
  font-size: 11px;
}

.footer-links a, .footer-links a:visited {
  color: #000;
  font-size: 11px;
  text-decoration: none;
  margin: 0 5px;
}

.footer-links .cc {
  font-size: 11px;
  margin-left: 105px;
}

#closure {
  background: url(../images/closure-bg.png) no-repeat scroll left top;
  width: 349px;
  height: 165px;
  margin-left: 515px; 
  position: relative;
}

.closure-bottom-right {
  background: url(../images/closure-bottom-right.png) no-repeat scroll left top;
  position: absolute;
  z-index: 9;
  width: 350px;
  height: 293px;
  bottom: 1px;
  left: 297px;
}

.closure-logo {
  width: 306px; 
  height: 136px;
  display: block;
  background: url(../images/closure-logo.png) no-repeat scroll left top;
  text-indent: -9999px;
}

.closure-logo-wrapper {
	position: absolute;
  z-index: 10;
  bottom: 50px;
  right: -90px;
}

.secondary {
  position: absolute;
  left: 110px;
  width: 760px;
}

.secondary ul {
  padding-left: 15px;
  overflow:hidden;
  float: left;
  background: url(../images/sec-bg.png) no-repeat scroll left top;
}

.secondary-closer {
  background: url(../images/sec-bg-right.png) no-repeat scroll right top;
  width: 16px;
  height: 37px;
  float: left;
}

.secondary ul a, .secondary ul a:visited {
  background: none !important;
  font-size: 13px;
  margin: 0 10px;
  width: auto;
  height: auto;
  color: #ededed;
  font-weight: bold;
}

.post_list .title a {
  font-size: 25px;
  text-decoration: none;
}

.post_list .title {
  float: left;
  width: 570px;
}

.post .count {
  float: right;
  width: 37px;
  height: 37px;
  background: url(../images/count-bg.png) no-repeat scroll left top;
  color: #FFF;
}

.post .count-inner {
  padding-top: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.count-inner a, .count-inner a:visited {
  color: #FFF;
  text-decoration: none !important;
  font-size: 14px;
}

.post_list {
}

.post {
  margin-top: 15px;
  overflow: hidden;
  clear: both;
}

.post .date {
  background: url(../images/date-bg.png) no-repeat scroll left top;
  width: 68px; 
  height: 60px;
  position: absolute;
  left: 2px;
  color: #FFF;
  font-weight: bold;
}

.post .date .day {
  font-size: 36px;
  margin-left: 15px;
}

.post .date .month {
  font-size: 18px;
  margin-left: 15px;
  margin-top: -10px;
}

.post .tease {
  font-size: 12px;
  float: left;
  width: 400px;
}

.separator {
  background: url(../images/separator.png) no-repeat scroll center top;
  width: 100%;
  height: 19px;
  margin-top: 30px;
  clear: both;
}

.top-news h1 {
  font-size: 25px;
  margin-bottom: 5px;
}

.top-news p {
}

.ad-title {
  background: url(../images/ad-header.png) no-repeat scroll center top;
  width: 100%;
  height: 23px;
  margin-bottom: 25px;
}

.ar-title {
  background: url(../images/ar-header.png) no-repeat scroll center top;
  width: 100%;
  height: 23px;
  margin-top: 25px;
}

.cats {
	font-size: 13px;
	font-style: italic;
  color: #929191;
  margin-bottom: 10px;
  clear: both;
}

.cats a, .cats a:visited {
  color: #929191;
  font-size: 12px !important; 
}

.post .thumb {
  float: left;
  margin-right: 10px;
}

.post .more {
  color: #9e0000;
  font-size: 14px;
  font-weight: bold;
}

.pagination {
  margin: 20px auto 25px auto;
  overflow: hidden;
  text-align: center;
}

.pagination a.int {
  padding-left: 4px;
  font-weight: bold;
}

.pagination .int-wrapper {
  background-color: #e1e1e1; 
  padding: 5px;
  margin-right: 1px;
}

.pagination a.prev {
  background: url(../images/prev-bg.png) no-repeat scroll top left;
  padding:5px 16px 5px 20px;
  font-weight: bold;
  line-height: 25px;
  margin-right:-2px;
}

.pagination a.next {
  font-weight: bold;
  background: url(../images/next-bg.png) no-repeat scroll top right;
  line-height: 25px;
  padding:5px 26px 5px 10px;
}

.subscribe {
  background-color: #efefef;
  height: 54px; 
  overflow: hidden;
}

.subscribe img {
  margin-left: 40px;
  float: left;
}

.subscribe .sub-c {
	float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 20px;
  text-align: center;
}

.stereo {
	margin-top: 25px;
  float: right;
  margin-bottom: 20px;
}

.subscribe .sub-c a {
  font-weight: bold;
}

input.search {
  height: 28px;
  width: 218px;
  margin-right: 10px;
  border: 1px solid #d0d0d0;
  padding: 5px;
  background-color: #FFF;
}

.subs {
  margin-bottom: 10px;
  margin-top: 30px;
  overflow: hidden;
  width: 260px;
}

.subs a, .subs a:visited {
  color: #000;
}

.right-closer {
  height: 100px;
}

.subs-inner {
	float: left;
  margin-top: 4px;
  margin-right: 10px;
}

.search-wrapper {
  overflow: hidden;
  width: 260px;
}

.ads {
  width: 270px;
}

.links-header {
  background: url(../images/links-header.png) no-repeat scroll center top;
  width: 100%;
  height: 23px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.links {
	width: 260px;
  overflow: hidden;
}

.links-content {
  margin-left: 20px;
}

.links a, .links a:visited {
  color: #000;
  margin-bottom: 5px;
}

.sum {
	width: 260px;
  overflow: hidden;
}

.sum-header {
  background: url(../images/buttons-bottom.png) no-repeat scroll center bottom;
  width: 100%;
  height: 23px;
  margin-top: 25px;
}

.sum-header .most {
  background: url(../images/newbut-popular-p.png) no-repeat scroll top left;
  width: 74px;
  height: 22px;
}

.sum-header .latest {
  background: url(../images/newbut-latest-p.png) no-repeat scroll top left;
  width: 103px;
  height: 22px;
}

.sum-header .all {
  background: url(../images/but-tags-p.png) no-repeat scroll top left;
  width: 58px;
  height: 22px;
  margin-left: 15px;
}

.sum-header .most-hilite {
  background: url(../images/newbut-popular.png) no-repeat scroll top left;
  width: 74px;
  height: 22px;
}

.sum-header .latest-hilite {
  background: url(../images/newbut-latest.png) no-repeat scroll top left;
  width: 103px;
  height: 22px;
}

.sum-header .all-hilite {
  background: url(../images/but-tags.png) no-repeat scroll top left;
  width: 58px;
  height: 22px;
  margin-left: 15px;
}

.sum-header div {
  cursor: pointer;
  margin-right: 1px;
  float: left;
}

.sum-content .sum-c {
  margin-left: 15px;
  margin-top: 15px;
}

.sum-content .red-separator {
  margin: 5px 0;
}

.sum-content a, .sum-content a:visited {
  color: #000;
  font-size: 11px;
}

.sum-content .cont-latest {
  display: none;
}

.sum-content .cont-most {
  display: none;
}

.sum .red-separator {
  width: 200px;
}

.sum .reds-wrapper {
  text-align: left;
}

.post h1.title {
	font-size: 25px;
  color: #9e0000;
  margin-bottom: 10px; 
}

.post .other_posts {
  margin-bottom: 10px;
}

#comment_form {
	clear: both;
  margin-top: 40px;
}

#comments {
  margin-top: 20px;
}

#comments h3 {
  color: #9e0000;
  margin-bottom: 10px; 
}

#comments .comment {
  margin-bottom: 15px;
}

.comment .name {
  margin-bottom: 5px;
}

#comments .c-date {
	margin-top: 5px;
	clear: both;
  color: #929191;
  font-style: italic;
}

.gravatar {
  float: left;
}

.c-content {
	float: left;
  width: 530px;
  margin-left: 10px;
}

#comment_form p, .contact-form p {
  margin: 5px 0;
}

.contact-form {
  margin-top: 10px;
}

#comment_form p label, .contact-form label {
  width: 200px;
  float: left;
}

#comment_form p input[type="text"], .contact-form input[type="text"] {
  width: 200px;
}

#comment_form p textarea, .contact-form textarea {
  width: 415px;
}

#comment_form p.submit, .contact-form .submit{
  text-align: right;
}

.contact-form .submit input, #comment_form .submit input {
  width: 100px;
}

.search_list {
  margin-bottom: 40px;
}

.search_list .post .tease {
	float: left;
}

.ad-wrapper {
  overflow: hidden;
}

.g-wrapper {
  width: 300px;
  float: left;
  padding-right: 3px;
  border-right: 1px solid #9e0000;
}

.at-wrapper {
  width: 299px;
  float: left;
  padding-left: 17px;
}

.at a, .at a:visited {
  font-size: 14px;
  font-weight: bold;
}

.red-separator {
  margin: 10px auto;
  border-bottom: 1px solid #9e0000;
  height: 1px;
  width: 115px;
  font-size: 0px;
}

.reds-wrapper {
  text-align: center;
}

.at {
  font-size: 12px;
}

h1.title {
  margin-bottom: 30px;
}

.link_list ul li {
  list-style-type: none;
  margin-left: 20px;
  font-size: 14px;
}

.link_list ul {
  margin-bottom: 20px;
}

.link_list h2 {
  margin-bottom: 5px;
}

.link_list {
  margin-bottom: 40px;
}

.link_list h2 a, .link_list h2 a:visited {
  font-size: 18px;
}

.link_list li a, .link_list li a:visited {
  color: #000;
  font-size: 14px;
}

.subscribe-form {
  margin-top: 20px;
}

.subscribe-form p {
  margin: 5px 0;
}

.subscribe-form p label {
  width: 200px;
  float: left;
}

.subscribe-form p input[type="text"] {
  width: 200px;
}

.middle-ad {
  margin-bottom: 20px;
}

ul.errorlist li {
  list-style-type: none;
  margin-left: 20px;
  color: #9e0000;
}

.ad {
	margin-top: 35px;
  clear: both;
}

.ads-here {
  overflow: hidden;
  clear: both;
  width: 270px;
  margin-bottom: 10px;
}

.ads-here .ad-here {
	float: left;
}

.ads-here .first {
  margin-right: 10px;
}

.related-posts {
  margin: 10px 0;
}

.tag-list, .att-list {
  margin-top: 10px;
}

.google-adsense {
  clear: both;
  text-align: center;
  padding: 10px 0;
}

.ads-here-big {
  margin-bottom: 20px;
}

.ar {
  overflow: hidden;
  width: 620px;
}

.ar-cont {
	margin-top: 20px;
  float: left;
  width: 165px;
}

.ar-margin {
  margin-right: 60px;
}

.ar img {
  margin-bottom: 13px;
  width: 163px;
  height: 130px;
  border: 1px solid #C1C1C1;
}

.ar .ar-name a {
  font-weight: bold;
  font-size:14px;
}

table.at {
  font-size: 12px;
  width: 620px !important;
}

table.at td {
  padding: 2px;
}

a.download, a.download:visited {
  display: block;
  width: 96px;
  height: 22px;
  background: url(../images/download-but.png) no-repeat scroll top left;
}