/*
Theme Name: 2Columns
Description: A WordPress theme based on the Prosence.
Version: 1.0
Designed by: 2Columns
Coded by: fubupc
Tags: greem, custom header, fixed width, two columns, widgets
*/

/* ---------------------- Quick Modification - start ----------------------- */
#header {
  background: transparent /* header background color */
}
  #header #logo {
    background: transparent url(images/logo.png) no-repeat scroll 0 0; /* change logo picture here */
    width: 347px; /* logo pic's width */
    height: 45px; /* logo pic's height */
    margin: -5px 10px; /* log pic's position */


  }

  #header #subheading {
    font-size: 1.0em;
    font-weight: normal;
    color: white;
    position: absolute;
    top: 40px;
    left: 60px;
  }

#sidebar {
  background: #ffffff; /* sidebar background color */
}

/* ----------------------- Quick Modification - end ------------------------ */



/* -------------------------- Basic Style - Start -------------------------- */

* {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

body {
  color: #d6d6d6;
  font-size: 62.5%;
  font-family: Verdana, Arial, sans-serif;
  background: #d6d6d6; /* webpage background color */
}

ul {
  list-style: none;
}

h2 {
  font-size: 1.0 em;
}

img {
  border: 0;
}

.floated-img {
border: 5px solid ; /* Bastelt einen 5px breiten, weißen Rand ums Bild */
border-color:#a6c43b;
float: left; /* Lässt das Bild rechts vom Text durch die Gegend schweben */
margin: 5px 10px 5px 0px; /* Abstand des Bildes zum Text - 5px jeweils oben und unten und 10px links und rechts */
}

.img-right {
border: 5px solid ; /* Bastelt einen 5px breiten, weißen Rand ums Bild */
border-color:#a6c43b;
float: right; /* Lässt das Bild rechts vom Text durch die Gegend schweben */
margin: 5px 0px 5px  10px; /* Abstand des Bildes zum Text - 5px jeweils oben und unten und 10px links und rechts */
}


a {
    color: #677b00;
}

input {
	font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

input[type="submit"] {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  background: #E26700;
  color: white;
  padding: 3px;
  border: 0;
}
input[type="submit"]:hover {
  background: #7c7c7c;
}

/* --------------------------- Basic Style - end --------------------------- */





/* ------------------------ Integral Layout - Start ------------------------ */

#wrapper-outer {
  width: 910px;
  margin: 0px auto;
  background: url(images/wrapper-outer-bg.png) repeat-y;
}


#wrapper-inner {
  height: 100%; /* fix "peekaboo bug" in IE */
  padding: 25px 16px 0px 16px;
  background: url(images/wrapper-inner-bg.png) left top no-repeat;
  overflow: auto;
}

#wrapper {
  float: left;
  width: 617px;
}

#header {
  position: relative;
  width: 615px;
  height: 65px;
  padding: 1px;
  _position: relative; /* ie6 overflow bug */

}

#sidebar {
border-left:1px solid #e26700;
color:white;
float:right;
margin:160px 0 0;
padding:0px 5px 0 11px;
width:240px;

}




#content {}

#page-bottom {
  width: 910px;
  height: 22px;
  background: url(images/page-bottom-bg.png);
}

#footer {
  background: #d6d6d6;
  text-align: center;
  padding-bottom: 30px;
}
  #footer a {
    color: #a3a3a3;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    text-decoration: none;
  }

#bottom-nav {
  font-size: 1.1em;
  color: #123f5d;
  text-align: center;
  border-top: 1px solid #ECF3DC;
  margin: 9px 16px 0px 16px;
  padding-top: 16px;
}
  #bottom-nav a {
    color: #123f5d;
    text-decoration: none;
  }

/* ------------------------- Integral Layout - end ------------------------- */


/* -------------------------- Detail Style - start ------------------------- */

/* header part */
#header #logo {
  display: block;
  text-indent: -999em;
}

#header a {
  color: white;
text-decoration: none;
}
#header a:hover {
  color:white;
  text-decoration: none;
}

/* content part */
#dizzle-comments {
  margin: 0 24px 0 21px;
}

.post {
  color: #7c7c7c;
  margin: 75px 65px 38px;
}
  .post .heading {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.8em;
  }
  .post a {
    color: #e26700;
  }
    .post .heading a {
      text-decoration: none;
    }

 .entry {
    font-size: 1.1em;
    border-top: 1px solid #ecf3dc;
line-height: 1.4em;
    }
    .entry img {
      border: 0;
      max-width: 495px; /* for standard explorer */
      width: expression(this.width > 495 ? "495px" : (this.width+"px")); /* for ie */
    }
    .entry p {
      margin: 20px 0;
      text-align: justify;
    }
    .entry blockquote {
      border: 1px solid #f1f1ef;
      background: #f4f4f4;
      margin: 20px 0;
      padding: 0 15px;
    }
      .entry blockquote p {
        margin: 10px 0;
      }
    .entry .read-more {
      margin: 10px 0;   
    }
      .entry .read-more a {
        padding: 5px 10px;
        font-style: italic;
        color: white;        
        background: #677b00;
        text-decoration: none;
      }

.post-nav {
  border-top: 1px solid #c1d466;
  margin: 0 24px 0 21px;
  padding: 5px 0 15px 0;
  overflow: auto;
}
  .post-nav a {
    color: #677b00;
    text-decoration: none;
  }
  .post-nav a:hover {
    background: #677b00;
    color: white;
  }
  .post-nav .newer {
    float: left;
  }
  .post-nav .older {
    float: right;
  }

/* sidebar part */

#sidebar a {
  display: block;
  color: #123f5d;
  text-decoration: none;
  font-size: 1.1em;
  padding: 3px;
  zoom: 1; /* ie li blank line bug */

}
#sidebar a:hover {
  /*background: #a6c43b;*/
text-decoration: underline;
}
#sidebar .current_page_item a , #sidebar .current-cat a {
  text-decoration: underline;
}

#sidebar .current_page_item .page_item a {
background:transparent;
text-decoration:none;
}

#sidebar .current_page_item .page_item a:hover {
text-decoration:underline;
}


#sidebar h2 {
  color: #E26700;
  text-decoration: underline;
  margin-bottom: 10px;
font-size:1.3em;
font-weight:bold;
}

#sidebar li {
  margin: 0 8px 20px 5px;
}

#sidebar li li {
  margin: 0;
}

#sidebar #search {
  margin: 0;
  margin-bottom: 20px;
}

/* sidebar - pages style */
#sidebar .pagenav h2, #sidebar #pages h2 {
  margin-bottom: 4px;
}

#sidebar .page_item {
  padding: 4px 0;
  /*border-bottom: 1px solid #b8b8b8;*/
}

#sidebar .page_item li {
  border: 0;
  margin: 0 8px;
  padding: 2px 0 0 10px;
  background: url(images/list-item.png) no-repeat 0 1em ;
}

/* sidebar - search */

/* for FireFox */
#search input[type="submit"] {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  background: white;
  color: #91a33e;
  padding: 0;
  border: 1px solid white;
}
#search input[type="submit"]:hover {
  background: #6f8700;
  color: white;
}
#search input[type="text"] {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  width: 190px;
}
/* for IE6 */

#search input {
  _padding: expression((this.type == "submit") ? "0" : "" );
  _font-family: expression((this.type == "submit") ? "Verdana, Airal, sans-serif" : "" );
  _font-size: expression((this.type == "submit") ? "1.1em" : "" );
  _background: expression((this.type == "submit") ? "white" : "" );
  _color: expression((this.type == "submit") ? "#91a33e" : "" );
  _border: expression((this.type == "submit") ? "1px solid white" : "" );
  _width: expression((this.type == "text") ? "190px" : "" );
}

/* comment */
#comments {
	font-size: 1.2em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
  color: #677b00;
}

#respond {
	font-size: 1.2em;
	margin-bottom: 5px;
  color: #677b00;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.0em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
	background-color: #fff;
	border: 1px solid #ccc;
	}

/* ------------------------- Detail Style - end ------------------------ */
