/*
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: #9D9D9D; /* header background color */
}
  #header #logo {
    background: url(images/logo.png); /* change logo picture here */
    width: 548px; /* logo pic's width */
    height: 97px; /* logo pic's height */
    margin: -17px 0 0 -10px; /* log pic's position */
  }
  #header #subheading {
    font-size: 1.0em;
    font-weight: normal;
    color: white;
    position: absolute;
    top: 45px;
    left: 190px;
  }

#sidebar {
  background: #9d9d9d; /* sidebar background color */
}

/* ----------------------- Quick Modification - end ------------------------ */



/* -------------------------- Basic Style - Start -------------------------- */

* {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

body {
  color: #7c7c7c;
  font-size: 62.5%;
  font-family: Verdana, Arial, sans-serif;
  background: #e5e5e5; /* 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;
}


/* -------------------------gleiche farbe------------------------ */

.post .link1 a {
text-decoration:none;
color: #7C7C7C;
}

/* --------------------------gleiche farbe - ENde ----------------------- */

/* -------------------------gleiche farbe unterstrichen ------------------------ */


.post .link2 a {
color: #7C7C7C;
text-decoration:underline;
/*border-bottom: 1px solid #7C7C7C;*/
line-height: 1.5em;
font-size:1.0em;

}

.post .link1 a {
color: #7C7C7C;
text-decoration:none;
/*border-bottom: 1px solid #7C7C7C;*/
line-height: 1.5em;

}

.post .link2 .linktextfarbe  a {

color: #7C7C7C;
text-decoration:none;

}




/* -------------------------- LINKS- ENDE -------------------------- */



input {
	font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

input[type="submit"] {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  background: #6f8700;
  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 */
  border-bottom: 7px solid #a6c43b;
}

#sidebar {
  float: right;
  width: 245px;
  padding: 60px 5px 0 11px;
  color: white;
}

#content {}

#page-bottom {
  width: 910px;
  height: 22px;
  background: url(images/page-bottom-bg.png);
}

#footer {
  background: #e5e5e5;
  text-align: center;
  padding-bottom: 30px;
}
  #footer a {
    color: #a3a3a3;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1 em;
    text-decoration: underline;
  }

#bottom-nav {
  font-size: 1.1em;
  color: #97b700;
  text-align: center;
  border-top: 1px solid #c1d466;
  margin: 9px 16px 0px 16px;
  padding-top: 16px;
}
  #bottom-nav a {
    color: #97b700;
    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:#a6c43b;
  text-decoration: none;
}

/* content part */
#dizzle-comments {
  margin: 0 24px 0 21px;
}

.post {
  color: #7c7c7c;
  margin: 35px 65px 38px;
}
  .post .heading {
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.8em;
  }
  .post a {
    color: #A6C43B;
  }
    .post .heading a {
      text-decoration: none;
    }

 .entry {
    font-size: 1.1em;
    border-top: 1px solid #ecf3dc;
    }
    .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: #f4ffba;
      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: white;
  text-decoration: none;
  font-size: 1.1em;
  padding: 3px;
  zoom: 1; /* ie li blank line bug */
}
#sidebar a:hover {
  background: #a6c43b;
}
#sidebar .current_page_item a, #sidebar .current-cat a {
  background: #a6c43b;
}
#sidebar .current_page_item .page_item a {
  background: transparent;
}

#sidebar h2 {
  color: #636363;
  text-decoration: underline;
  margin-bottom: 10px;
}

#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: 6px 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) left center no-repeat;
}

/* 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 ------------------------ */
