body {
  background-color: #f0f0f0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-align: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

h1 {
  font-size: 1.4em;
}

.node h1.title {
  font-size: 1em;
}

.node {
  margin-bottom: 30px;
  /* muzso: prevent long words from disrupting the design
  width: 492px;*/
}

.node .content {
  text-align: justify;
  /* muzso: prevent long words from disrupting the design
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;*/
}

a, a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #262626;
}

a:hover, a:active {
  font-weight: bold;
  color: #666666;
  text-decoration: underline;
}

table {
  border-collapse: separate;
}

td {
  color: #262626;
  font-size: 12px;
}

#left-column {
  background-image: url("site_images/left_sidebar.gif");
}

#menu-top {
  background-image: url("site_images/above_menu.gif");
}

#content-background {
  background-image: url("site_images/back_text.gif");
}

#header {
  background-image: url("site_images/pic_text_top_back.gif");
}

#greetings-left {
  background-image: url("site_images/pic_text_top_left.gif");
  background-repeat: no-repeat;
}

#greetings-right {
  background-image: url("site_images/pic_text_top_right.gif");
  background-repeat: no-repeat;
  background-position: right top;
}

#topic-id {
  padding-top: 12px;
  padding-bottom: 0px;
  padding-left: 39px;
  padding-right: 0px;
}

#main-content {
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
}

#pic-bottom-1 {
  background-image: url("site_images/pic_bottom_01.gif");
  background-repeat: no-repeat;
}

#pic-bottom-2 {
  background-image: url("site_images/pic_bottom_02.gif");
  background-repeat: no-repeat;
}

#footer {
  background-image: url("site_images/pic_bottom_back.gif");
}

#sidebar-left {
  text-align: center;
}

td.sb-block-top {
  background-image: url("site_images/block_top.gif");
  width: 180px;
  height: 6px;
}

td.sb-block-subject {
  background-image: url("site_images/block_subject.gif");
  text-transform: uppercase;
  color: #eeeeee;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  text-align: left;
  padding-left: 30px;
}

td.sb-block-body a {
  color: #ffffff;
}

td.sb-block-middle {
  background-image: url("site_images/block_middle.gif");
  width: 180px;
  height: 12px;
}

td.sb-block-body {
  background-image: url("site_images/block_body.gif");
  color: #ffffff;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  padding-left: 11px;
  padding-right: 11px;
}

td.sb-block-bottom {
  background-image: url("site_images/block_bottom.gif");
  width: 180px;
  height: 10px;
}

td.sb-block-bottom-spacer {
  height: 10px;
}

.marker, .form-required {
  color: #90315B;
}

li.expanded {
  list-style-image: url("site_images/menu-expanded.gif");
  vertical-align: middle;
}

li.collapsed {
  list-style-image: url("site_images/menu-collapsed.gif");
  vertical-align: middle;
}

li.leaf {
  list-style-image: url("site_images/menu-collapsed.gif");
  vertical-align: middle;
  padding: 0.2em 0.5em 0 0;
}

/* muzso, 2006.06.07, suppress RSS links */
.feed-icon {
  display: none;
}

/* bbcode */
.bb-float-right .bb-image {
  margin: 1em 0 1em 1em;
}

.bb-float-left .bb-image {
  margin: 1em 1em 1em 0;
}

.bb-quote-body {
  display: block;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
  padding-left: 1em;
  font-style: italic;
  font-variant: normal;
  font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}

/* picasa_random.module */
.block-picasa_random .sb-block-content {
  text-align: center;
}

.picasa_random-img-block {
  display: inline;
}
.picasa_random-img-block img {
  margin: 3px;
}
.picasa_random-img-block.col-first img {
  margin-left: 0px;
}
.picasa_random-img-block.col-last img {
  margin-right: 0px;
}
.picasa_random-img-block.row-first img {
  margin-top: 2px;
}
.picasa_random-img-block.row-last img {
  margin-bottom: 2px;
}

