/*
Theme Name: In Business
Theme URI: http://www.kaushaheth.com/
Description: Two column Business theme layout
Version: 1.0
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com/
*/

html {
        width: 100%
}

body {
        font-family: verdana, arial, sans-serif;
        font-size: 85%;
        color: #3D3535;
        background-color: #E4E5E0;
        margin: 5px;
        padding: 0px;
        line-height: 140%;
}

/* Wrapper */
.all {
        text-align: center;
        width: 100%;
}

/* Main menu */

.mainmenu{
  display: none;
}

/* Close Main Menu*/
/* the container */
.box {
        background-color: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        text-align: left;
        width: 100%;
}

/*holds the tabs at the top*/
.menu {
  display: none;
}

/*holds the logo and image*/
.header {
        background-color: #EDEEEA;
        padding: 0px;
        margin-top: 0px;
        height: 95px;
}

/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
        display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
        height: 1%;
}

.clearfix {
        display: block;
}
/* End hide from IE-mac */

/*the main text container*/
.content {
        margin: 0px;
        padding: 5px;
}

.content h1 {
        font-size: 110%;
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-bottom: 2px solid #A53512;
}

.post h1 {
        font-size: 110%;
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-bottom: 2px solid #A53512;
}

/*this is the right hand bar, news bar, links bar w/e*/
.newsbar {
  display: none;
}

/*this just lets you have a "comment" type area in the main content*/
.p1 {
        padding: 20px;
        background-color: #F7F7F4;
        font-size:90%;
}

/*sets the padding for the newsbar text, not the headings*/
.p2 {
        padding: 0 10px 10px 10px;
        background-color: #FFFFFF;
        font-size: 85%;
        list-style-image: url('images/b.gif');
        list-style-position: 10px
}

.p2 ul {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

blockquote {
        margin: 15px 30px 0 10px;
        padding-left: 20px;
        border: 3px double #cecece;
        font-style: italic;
        }

/*the footer, with copyright*/
.footer {
  display: none;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
        color: #A53512;
        text-decoration: none;
}

a:hover {
        color: #A53512;
        text-decoration: none;
}

/*comment styling*/
/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
  display: none;
}

input {
        border: 1px solid #CCC;
        font-size: 11px;
}

input:hover {
        border:1px solid #262626;

}
input:focus {
        border:1px solid #262626;
        color:#333;
}

        /*post stylng*/
.post{margin: 0;}

.post .info{
padding:3px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#efefef;
font-size:0.9em;
color:#505050;
}

/*
Anpassungen für Xiangqi-Braunschweig von Andreas Klein
*/

table.ergebnis, table.ausschreibung {
  border-collapse: collapse;
}

table.ergebnis th, table.ergebnis td {
  border: 1px solid #000;
  padding: 3px;
  text-align: center;
}

table.ergebnis th.li, table.ergebnis td.li {
  text-align: left;
}

table.ergebnis_schmal {
  border-collapse: collapse;
}

table.ergebnis_schmal th, table.ergebnis_schmal td {
  border: 1px solid #000;
  padding: 1px;
  text-align: center;
}

table.ergebnis_schmal th.li, table.ergebnis_schmal td.li {
  text-align: left;
}

table.ausschreibung th, table.ausschreibung td {
  border: 0;
  padding: 3px;
  text-align: left;
}

.fl {
  float: left;
  padding: 0 5px 5px 0;
}

.fr {
  float: right;
  padding: 0 0 5px 5px;
}

.korr {
  text-decoration: line-through;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

#searchform {
  margin: 1em;
}

.infotrenner {
border:1px solid #e3e4e4;
background-color:#efefef;
font-size:0.25em;
color:#505050;
}

.graybox {
  background-color:#efefef;
}

.p2 ul li {
  font-size: 85%;
}

.header img {
  width: 150px;
  height: 64px;
}

.commentformtitle {
  display: none;
}