@CHARSET "UTF-8";
@IMPORT url("text.css");


a, a:visited {
  color: #b0130c;
  text-decoration: none;
}

a:hover {
  background-color: #EEE;
  text-decoration: none;
}


a.nav:hover, a.nav:active {
  text-decoration: none;
  background: #EEE;
  color: #B0130C;
  border-bottom: #B0130C dotted 1px;
}

img {
  border: none;
}
a img {
  border: none;
}
a:hover img {
  border: none;
  background: transparent;
}
a:active img {
  border: none;
  background: transparent;
}

/*
a:link img, a:visited img {
  border: none;
  border-bottom: transparent none 0px;
  background: transparent;
}
a:hover img, a:active img {
  border-bottom: transparent none 0px;
  background: transparent;
}*/

form {
  padding: 0; margin: 0;
}
body {
  padding: 0; margin: 0;
  padding-top: 20px;
  background-color: #000;
  font-family: Georgia, Palatino, serif;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 18px;
}

#page {
  margin: 0 auto;
  width: 735px;
  text-align: left;
}

#container {
  float: left;
  width: 566px;
  border: 2px #A9A9A9 solid;
  text-align: left;
  background: #FFF;
  color: #000; /* #3B3B3B; */ 
}

#navbar {
  width: 570px;
}

/* ads */
div#leaderboardAdHolder {
  margin: 10px 0px;
  z-index: 0;
}

div#leaderboardAd {
  padding: 10px 0px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 0px;
  z-index: 0;
}

div#leaderboardAd a:hover {
  border: none;
}

#home-leaderboard-holder {
  padding: 30px 0px;
}

#home-leaderboard-holder a {
  border: 0px;
}
#content {
  margin: 10px 30px 10px 30px;
}
#side_bad {
  float: right;
  width: 160px;
  vertical-align: middle;
  margin-top: 120px;
}
#side_bad_flush {
  float: right;
  width: 160px;
  vertical-align: middle;
}
/* end ads */



/* --------top navi-------- */

#changeEdition {
  float: left;
}

#change-edition-selector {
  width:115px;
  position: absolute; z-index: 1; margin-left: 12px; display: none;
  padding: 1px; border: 1px solid #45100A; background-color: #000000;
}

.toolbar {
  background: #000000;
  padding-left: 5px;
  padding-bottom: 3px;
  white-space: nowrap;
}
.topNavi {
  background: #000000;
  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 0px;
}

.topNavi a:link, .topNavi a:visited, .topNavi a:active {
  color: #ffffff;
  text-decoration: none;
}

.topNavi a:hover {
  color: #f71813; border: 0 !important; background-color: transparent !important;
}
#logOut {
  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #a01111; font-weight: bold;
  text-transform: lowercase;
}
#logOut a:link, #logOut a:visited, #logOut a:active {
  color: #FFFFFF;
  text-decoration: none;
}
#logout a:hover {
  color: #f71813;
}
.searchForm {
  padding: 0px 8px 3px 0; margin: 0;
}
.searchField {
  margin-left: 6px;
  margin-right: 4px;
  width: 137px;
  height: 15px;
  padding: 0px 2px;
  font-size: 10px;
  line-height: 12px;
  background-image: url(/images/topheader/shadow_field_bg_gray.gif);
  background-position: right top;
  background-repeat: no-repeat;
  border: solid #000 1px;
}
.error {
  color: #B0130C;
  padding-bottom: 12px;
}
/* end topnavi */


/* archive navbar */
#article_nav {
  
}
#archive_navbar {
  padding-top: 20px;
  padding-bottom: 6px;
}
/* end archive navbar */

/* topheader */
#imgHeader {
  padding-top: 20px;
  padding-bottom: 6px;
}
/* end topheader */


.paddedBottom {
  padding-bottom: 200px;
}
.break {
  clear: both;
}
.dottedLine {
  clear: both;
  background-image: url("/images/layout/dotted_line.gif");
  height: 1px;
}
.backgroundFade {
  border-top: 1px #B2B2B2 dotted;
  border-bottom: 1px #B2B2B2 dotted;
  margin: 10px 0px;
  padding: 8px 0px;
  background-color: white;
  background-image: url("/images/layout/divider_fade.gif");
  background-repeat: repeat-y;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
}

/* invite bar */
#invite_bar {
  margin: 10px 0 10px 0;
  padding: 1px 1px 1px 1px;
  height: 32px;
  width: 500px;
}

#invitebarBackground {
  background: #454545;
  border: 1px #828282 solid;
  padding: 0;
  height: 32px;
}

#invitebarLeft {
  float: left;
}
#invitebarRight {
  float: right;
}
/* end invitebar */

/* footer */
#footer {
  clear: both;
  margin-top: 5px;
}
#footer-links {
  margin: 0px;
  text-align: left;
  padding-bottom: 20px;
}

#docs-footer, #docs-footer a {
}

#docs-footer a {
  color: #CCC;
  padding-right: 4px;
}

#footer-links a:hover {
  color: #b0130c;
  border: none;
  background-color: transparent;
}

#docs-footer {
  margin-top: 25px;
  font-family: Arial;
  color: #BBB;
  font-size: 9px;
  line-height: 14px;
}

/* end footer */

/* PERKS */
.perkLeftColumn {
  float: left;
  width: 140px;
  height: 88px;
  padding: 5px 5px 5px 0;
}
.perkRightColumn {
  float: right;
  width: 410px;
  height: 88px;
  padding: 5px 0 5px 5px;
}
.perkLocation {
  padding-bottom: 35px;
}
.perkName {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding-bottom: 2px;
}
.perkName a {
  color: #000;
}
p#perks_pagination, p#perks_pagination a {
  text-align: right;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}


/* ARCHIVES */
.articleDate {
  padding-top: 15px;
  color: #b0130c;
  font-size: 11px;
}
.articleName {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding-bottom: 2px;
}
.articleName a {
  color: #000;
}
.articleTeaser {
  font-size: 12px;
  padding-bottom: 8px;
  color: #3b3b3b;
}
img .archives_thumbnail {
  border: 1px solid black !important;
}
.archives-article-description {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #3b3b3b;
}


#searchHeader {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* end archives */

#left {
  float: left;
}

#right {
  float: right;
}
