@charset "utf-8";

/******************************************************
 * project   pedigree brandsite
 * date      19-2-2010
 * author    netpositive[worbyd]
 ******************************************************/

h1.forum {
  margin: 30px 0 15px 0;
  width: 98px;
  height: 34px;
  background: url('../images/brand/title_forum.gif') no-repeat 0 0;
  text-indent: -10000px;
}

h4 {
  margin: 0 0 5px 0;
  color: #73560c;
  font-size: 13px;
  font-weight: normal;
}

#forum_wrap {
  margin: 35px 0 0 0;
  width: 569px;
  background: url('../images/brand/forum_bg.jpg') repeat-y 0 0;
}

.forum_content {
  width: 100%;
  background: url('../images/brand/forum_top.jpg') no-repeat left top;
}

.forum_content_inner {
  width: 100%;
  background: url('../images/brand/forum_bottom.jpg') no-repeat left bottom;
}

.forum_theme {
  margin: 0 3px 0 3px;
  padding: 15px 10px 15px 10px;
  min-height: 50px;
  border-bottom: 1px solid #f2dbda;
}

#forum_wrap .column_left {
  float: left;
  position: relative;
  padding: 0 20px 0 0;
  width: 320px;
}

#forum_wrap .column_right {
  float: left;
  position: relative;
  width: 200px;
}

#forum_wrap img.theme_icon {
  position: absolute;
  top: 0;
  left: 0;
}

#forum_wrap h3.theme_name {
  margin: 10px 0 10px 35px;
  padding: 0;
  color: #c2291c;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}
#forum_wrap h3.theme_name a {
  color: #c2291c;
}

#forum_wrap p.theme_data {
  font-size: 11px;
}

#forum_wrap p.theme_data span.theme_posts {
  padding: 5px 25px 2px 20px;
  background: url('../images/brand/icon_post.png') no-repeat left bottom;
}

#forum_wrap p.theme_data span.theme_view {
  padding: 5px 25px 2px 20px;
  background: url('../images/brand/icon_view.png') no-repeat left bottom;
}

#forum_wrap span.lastcomment_author {
  display: block;
  margin: 15px 0 5px 0;
  font-size: 11px;
}
#forum_wrap span.lastcomment_author a {
  color: #c2291c;
  font-weight: bold;
}

#forum_wrap span.lastcomment_date {
  display: block;
  font-size: 11px;
}

#forum_wrap span.more {
  display: block;
  margin: 5px 0 0 0;
  font-size: 11px;
}

#forum_wrap span.more a {
  color: #c2291c;
}

p.button_newtheme {
  float: right;
  margin: 15px 51px 0 0;
  width: 115px;
  height: 31px;
  background: url('../images/brand/button_ujtema.jpg') no-repeat 0 0;
}

p.button_newtheme a {
  display: block;
  width: 115px;
  height: 31px;
  overflow: hidden;
  text-indent: -10000px;
}

/* breadcrumb menu */
.forum_breadcrumb {
  margin: 10px 0 0 0;
}

.forum_breadcrumb a {
  color: #5e4400;
  font-weight: bold;
}


/* topic title */
#topictitle_wrap {
  position: relative;
  margin: 25px 0 25px 0;
  width: 569px;
  background: url('../images/brand/topic_title_bg.jpg') repeat-y 0 0;
}

.topictitle_content {
  width: 100%;
  background: url('../images/brand/topic_title_top.jpg') no-repeat left top;
}

.topictitle_content_inner {
  padding: 15px 20px 15px 20px;
  min-height: 17px;
  background: url('../images/brand/topic_title_bottom.jpg') no-repeat left bottom;
}

#topictitle_wrap img.theme_icon {
  position: absolute;
  top: 13px;
  left: 20px;
}

#topictitle_wrap h3.theme_name {
  float: left;
  margin: 0 10px 0 35px;
  padding: 0;
  width: 210px;
  color: #c2291c;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
}
#topictitle_wrap h3.theme_name a {
  color: #c2291c;
}

#topictitle_wrap p.theme_data {
  float: right;
  font-size: 11px;
}

#topictitle_wrap p.theme_data span.theme_posts {
  padding: 5px 25px 2px 20px;
  background: url('../images/brand/icon_post.png') no-repeat left bottom;
}

#topictitle_wrap p.theme_data span.theme_view {
  padding: 5px 0 2px 20px;
  background: url('../images/brand/icon_view.png') no-repeat left bottom;
}

#topictitle_wrap p.theme_data span.theme_view a {
  color: #5e4c07;
}


/* topic */
#topic_wrap {
  margin: 35px 0 0 0;
  width: 569px;
  background: url('../images/brand/topic_bg.jpg') repeat-y 0 0;
}

.topic_content {
  width: 100%;
  background: url('../images/brand/topic_top.jpg') no-repeat left top;
}

.topic_content_inner {
  width: 100%;
  background: url('../images/brand/topic_bottom.jpg') no-repeat left bottom;
}

#topic_wrap .topic_item {
  margin: 0 3px 0 3px;
  padding: 15px 20px 15px 20px;
  min-height: 50px;
  border-bottom: 1px solid #f2dbda;
}

#topic_wrap .column_left {
  float: left;
  position: relative;
  padding: 0 20px 0 0;
  width: 160px;
}

#topic_wrap .column_right {
  float: left;
  position: relative;
  width: 340px;
}

#topic_wrap h3.user {
  margin: 10px 0 2px 0;
  padding: 0;
  color: #c2291c;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}
#topic_wrap h3.user a {
  color: #c2291c;
}

#topic_wrap p.date {
  font-size: 11px;
}

#topic_wrap .post_details {
  padding: 0 0 10px 0;
}

#topic_wrap .post_details a {
  color: #c2291c;
}

#topic_wrap .post_content {
  line-height: 18px;
}

p.infotext {
  text-align: center;
}

p.infotext a {
  color: #5e4400;
  font-weight: bold;
}

form.addpost_form div.textarea_wrap {
  margin: 0 0 20px 0;
  background: url('../images/brand/forum_textarea.gif') no-repeat 0 0;
  width: 566px;
  height: 120px;
}

form.addpost_form div.textarea_wrap textarea {
  width: 545px;
  height: 99px;
}

form.addpost_form input.submit {
  float: right;
  margin: 0 52px 0 0;
  width: 142px;
  height: 31px;
  cursor: pointer;
  background: url('../images/brand/button_hozzaszolas.jpg') no-repeat 0 0;
  border: 0 none;
  text-indent: 10000px;
}



/* create forum theme */
form.forum_form label.textarea {
  padding: 0;
}
