/* General */

body {
  font: 12px Verdana;
  color: #000000;
  background: #fff url(images/header.gif) top center no-repeat;
}

a {
  text-decoration: none;
  color: #c80000;
}
a:hover {
  text-decoration: underline;
}
#wrapper {
  margin-left: auto;
  margin-right: auto;
  
  width: 950px;
}

.clear {
  clear: both;
  height: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 0;
  overflow:hidden;

}
.more {
  display: block;
  background: url(images/more.gif) top left no-repeat;
  
  width: 31px;
  height: 82px;
}
.more em {
  display: none;
}
/* --- Containers --- */
#leftColumn {
  width: 160px;
  float: left;
  margin-right: 20px;
}
#centerColumn {
  width: 585px;
  float: left;
  margin-right: 20px;
}

#rightColumn {
  float: left;
  width: 163px;
  margin-top: -120px;
}

/* --- Header --- */
#header {
  height: 280px;
  
  margin-bottom: 15px;
  overflow: hidden;
}
#header #logo {
  float: left;
  
  margin: 60px 0px 0px 25px;
  width: 400px;
  height: 95px;
  
  background: url(images/logo.gif) top left no-repeat;
}
#header #logo a {
  display: block;
  height: 100%;
}
#header #logo a em {
  display: none;
}

/* --- Footer --- */
#footerWrap {
  padding-top: 70px;
  background: #c80000 url(images/footerBg.gif) top center repeat-x;
}
#footer {
  width: 950px;
  margin: 0 auto;
  padding: 10px 0 40px;
}
#footer .footerBox {
  margin-bottom: 15px;
}
#footer .footerBox h4 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 4px;
  color: #FFF;
  border-bottom: 1px solid #e37f7f;
}
#footer .footerBox ul {
  margin: 10px 0;
}
#footer .footerBox ul li {
  list-style: none;
  float: left;
  padding: 5px 0;
}
#footer .column {
  float: left;
  width: 173px;
  margin-right: 30px;
}


.breadCrumb {
  margin: 0;
  padding: 0px 15px;
  background: url(images/iconHome.gif) left 1px no-repeat;
}
.breadCrumb li {
  display: inline;
  list-style: none;
  color: #a0a0a0;
}
.breadCrumb li a {
  color: #a0a0a0;
}

.topLink {
  display: block;
  height: 15px;
  width: 15px;
  background: url(images/arrowTop.gif) -2px -2px no-repeat;
}

/* --- list box --- */
.listBox {
  margin: 10px 0;
}
.listBox h3 {
  font: 17px Georgia;
  color: #444;
  margin: 0 0 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
}
.listBox ul {
  margin: 0;
}
.listBox ul li {
  list-style: none;
  padding: 2px 0;
}

/* --- Article --- */
.article {
  margin: 15px 0;
}
.article .articleDate {
  float: left;
  margin-left: 20px;
  
  font: bold 12px Georgia;
  
  width: 52px;
  padding: 8px 0 5px;
  text-align: center;
  
  color: #fff;
  
}
.article .articleTitle {
  background: url(images/dateBg.gif) 20px 0px no-repeat;
}
.article .articleTitle h2 {
  float: left;
  
  margin: 0 0 0 10px;
  padding-top: 3px;
  
  font: normal 32px Georgia;
  color: #c80000;
  width:465px;
}
.article h3 {
  font: normal 24px Georgia;
  color: #c80000;
  margin: 1em 0 0;
}
.article .articlePicture {
  display: block;
  width: 582px;
  height: 134px;
  overflow: hidden;
}
.article .articleFooter .articleComments {
  float: left;
  margin-left: 20px;
  
  height: 75px;
  width: 52px;
  padding-top: 20px;
  
  font-size: 32px;
  text-align: center;
  color: #fff;
  
  background: url(images/comments.gif) bottom left no-repeat;
}
.article .articleFooter .articleComments span {
  display: block;
  font-size: 10px;
}

.article .articleFooter .articleLinks {
  float: left;
  clear: left;
  margin: 100px 0 0 20px;
  background: url(images/links.gif) top left no-repeat;
}

.article .articleFooter .articleLinks ul {
  margin: 45px 3px 55px;
}
.article .articleFooter .articleLinks ul li {
  list-style: none;
  padding: 3px 10px;
}

.article.big .articleFooter .articleText {
  width: 490px;
  float: right;
}
.article .articleFooter .articleText {
  float: left;
  width: 460px;
  margin: 10px 0 0 10px;
}
.article .articleFooter .more {
  float: right;
  margin-top: 10px;
}

.comments {
  margin-top: 20px;
}
.comments .commentsHeader {
  border-bottom: 1px solid #999999;
  margin-bottom: 5px;
  padding-bottom: 3px;
}
.comments .commentsHeader span {
  float: left;
  margin-left: 80px;
  font: 16px Georgia;
}
.comments .commentsHeader a {
  float: right;
  margin-right: 20px;
}
.comments .comment {
  margin: 10px 0;
  border: 1px solid #da2328;
  -moz-border-radius: 10px;
  padding: 5px;
  margin-left: 20px;
}
.comments .comment .commentAuthor {
  float: left;
  text-align: right;
  width: 140px;
}
.comments .comment .commentAuthor span {
  display: block;
  color: #da2328;
}
.comments .comment .commentContent {
  float: left;
  width: 400px;
  margin-left: 10px;
}

.comments .commentLeft {
  float: left;
  width: 360px;
  height: 145px;
  margin-left: 20px;
  margin-top: 10px;
}
.comments .commentLeft textarea {
  width: 340px;
  height: 125px;
  padding: 10px;
  border: 1px solid #da2328;
  -moz-border-radius: 10px;
}
.comments .commentRight {
  height: 145px;
  width: 185px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
.comments .commentRight .inputText {
  padding: 5px;
  width: 165px;
  color: #da2328;
  margin-bottom: 13px;
  border: 1px solid #da2328;
  -moz-border-radius: 10px;
}

.navigation {
  margin: 25px 0 15px;
  border-top: 1px solid #aaa;
}
.navigation .navLeft {
  display: block;
  float: right;
  margin-right: 15px;
  
  background: url(images/navLeft.gif) top left no-repeat;
  width: 52px;
  height: 41px;
}
.navigation .navRight {
  display: block;
  float: right;
  margin-right: 40px;
  
  background: url(images/navRight.gif) top left no-repeat;
  width: 52px;
  height: 41px;
}

/* --- Search --- */
.search {
  background: url(images/searchBg.gif) top left no-repeat;
}
.search input {
  border: none;
  background: #fff;
  margin: 8px;
  width: 117px;
  font-size: 10px;
  color: #c80000;
  font-weight: bold;
  
  display: block;
  float: left;
}
.search #searchSubmit {
  margin: 3px;
  width: auto;
}

/* --- Subscribe --- */
.subscribe {
  margin-top: 10px;
  
  background: url(images/registerBg.gif) top left no-repeat;
}
.subscribe ul {
  margin: 0;
}
.subscribe ul li {
  list-style: none;
  float: left;
  padding: 5px 3px;
}
.subscribe input {
  border: none;
  background: #fff;
  margin: 4px 6px 8px 15px;
  width: 105px;
  font-size: 10px;
  color: #c80000;
  font-weight: bold;
  
  display: block;
  float: left;
}
.subscribe #registerSubmit {
  margin: 2px;
  width: auto;
}