/*
Theme Name: Forum Soegel
Theme URI: na
Description: Theme fuer www.forum-soegel.de, Bereich "Forum Soegel".
Version: 1.0
Author: pixelmutant
Author URI: http://www.pixelmutant.de/
*/

@import "content.css";
@import "sidebar.css";
@import "footer.css";

/*
*******************************************************************************
* GENERAL STYLES
*******************************************************************************
*/
body {
  margin:0;
  padding:0;
  text-align:center;
  background-color:#98172B;
}
body, p, pre {
  color:#333333;
  font-family: verdana, arial, helvetica;
  font-size:12px;
}
a img {
  border:0;
}
.clear {
  clear:both;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}

/*
*******************************************************************************
* PAGE STRUKTURE STYLES
*******************************************************************************
*/
#mainWrap {
  width:100%;
  padding-bottom:17px;
  background:#ffffff url('images/mainWrapEnd.gif') bottom left  repeat-x;
}
#innerWrap {
  width:872px;
  margin:auto;
  text-align:left;
  background:transparent url('images/background.gif') top left repeat-y;
}
#footer {
  width:873px;
  margin:auto;
}
#leftFrame {
  float:left;
}
#rightFrame {
  width:276px;
  float:left;
}
/*
*******************************************************************************
* LEFT FRAME CONTENT STYLES (HEAD + CONTENT)
*******************************************************************************
*/
#contentFrame {
  width:526px;
  padding:0 18px 12px 30px;
}
/*
* HEAD
*/
#head {
  width:541px;
  height:243px;
  padding:0 3px 0 30px;
  background:transparent url('images/forum_soegel_headimage.jpg') top left no-repeat;
}
#headContent {
  height:198px;
}
#headMenu {
  height:30px;
  float:left;
}
#headMenu ul {
  margin:0;
  padding:0;
}
#headMenu ul li {
  float:left;
  list-style:none;
  color:#ffffff;
  border-right:1px solid #ffffff;
}
#headMenu ul li a {
  font-size:14px;
  display:block;
  padding:0 12px;
  line-height:30px;
}
#headMenu ul li a:link,
#headMenu ul li a:visited {
  color:#ffffff;
  text-decoration:none;
}
#headMenu ul li a:hover {
  color:#ffffff;
  text-decoration:underline;
}
#searchForm {
  height:30px;
  float:right;
}
div.inputText,
div.inputImage {
  float:left;
  margin-top:3px;
}
/*IE7*/
*+html div.inputText {
  margin-top:2px;
}
/*IE6*/
* html div.inputText {
  margin-top:2px;
}
input.inputText {
  border:1px solid #E6E6E6;
  color:#666666;
  font-size:12px;
  padding: 2px 4px 0 4px;
  height:20px;
  line-height:22px;
  background:#F8F8C9 url('images/input_bg.png') repeat-x;
}
/*IE7*/
*+html input.inputText {
 padding: 0 4px;
 height:22px;
}
/*IE6*/
* html input.inputText {
 padding: 0 4px;
 height:22px;
}
input.inputImage {
  border:0;
}
/*
* CONTENT
*/
#breadCrumb {
  font-size:10px;
  color:#999999;
  padding-bottom:12px;
}
#breadCrumb a:link,
#breadCrumb a:visited {
  color:#999999;
  text-decoration:none;
}
#breadCrumb a:hover {
  color:#999999;
  text-decoration:underline;
}

/*
*******************************************************************************
* RIGHT FRAME CONTENT STYLES (SIDEBAR)
*******************************************************************************
*/
#shadowRight {
  float:left;
  width:17px;
  height:243px;
  background:transparent url('images/topImageShadowRight.jpg') top left no-repeat;
}
#rightFrameTop {
  float:left;
}
#rftFPI {
  margin-top:10px;
}
#rftFPI .squareBig {
  float:left;
  margin-right:7px;
}
#rftFPI .squareSmallTop {
  margin-bottom:3px;
}
#rftFPI .squareSmallBottom {
}
#rftTitle {
  clear:both;
}
/*
*******************************************************************************
* SONSTIGES
*******************************************************************************
*/
#wpstats{
  display:none;
}
