/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

body {
  font-family: Helvetica, Arial;
  background: #dfdfdf;
}

/* LAYOUT */
#container {
  width: 980px;
  padding: 0px 8px 8px 8px;
  background: #fff;
  border-left: 1px solid #d1cec8;
  border-right: 1px solid #d1cec8;
  border-bottom: 1px solid #d1cec8;
  margin-bottom: 30px;
}

#header {
  height: 55px;
  background: #0092b5;
  border: none;
  border-bottom: 4px solid #fff;
  padding: 0px;
}
#header-logo {
  width: 998px;
  margin: 0 auto;
}
#header-logo img {
  margin-top: 9px;
  margin-left: 12px;
}

#container-image {
  margin-top: -46px;
  height: 280px;
  background:url(/wp-content/themes/thesis_treppenlift/custom/images/teaser.jpg);
}

#content_box {
  background: none;
}

#content {
  width: 712px;
}

#sidebars {
  width: 264px;
}

#footer {
  border: none;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eeeeee'); /* IE6–IE9 */
}

/* MENU */
.menu {
  height: 44px;
  padding-top: 2px;
  background:url(/wp-content/themes/thesis_treppenlift/custom/images/navbg.png);
}
.menu a {
  color: #0092b5;
  font-family: Times, Arial, Helvetica;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: none;
  background: none;
  padding-left: 20px;
  padding-right: 0px; 
  text-shadow: 0px 0px 5px #fff;
}

.menu .current-menu-item a, .menu .current-parent > a, .menu .current-cat-parent > a , .menu .current-menu-ancestor > a {
  color: #000;
  background: none !important;
}
.menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a {
  color: #000;
  background:url(/wp-content/themes/thesis_treppenlift/custom/images/navbg2.png);
}
.menu .current-menu-parent a:hover, .menu .current-menu-item > a:hover {
  color: #000;
}

.menu .current-menu-ancestor ul a:hover,
.menu .current-menu-ancestor ul .current-menu-item a {
  background:url(/wp-content/themes/thesis_treppenlift/custom/images/navbg2.png) !important;
}
.menu a:hover {
  color: #000;
  background: none;
}
.sub-menu a {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  background:url(/wp-content/themes/thesis_treppenlift/custom/images/navbg2.png);
}
.sub-menu a:hover {
  color: #000;
  background:url(/wp-content/themes/thesis_treppenlift/custom/images/navbg2.png);
}

/* WIDGETS / SIDEBAR */
.sidebar ul.sidebar_list {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.sidebar {
  position: relative;
}
.sidebar h1, h1.spaceup {
  position: absolute;
  display: block;
  width: 250px;
  height: 43px;
  line-height: 43px;
  font-family: Times, Arial, Helvetica;
  font-size: 22px;
  color: #fff;
  margin-top: -43px;
  margin-left: -10px;
  padding-left: 14px;
  background:url(/wp-content/themes/thesis_treppenlift/custom/images/sidebarh1bg.png);
}

.sidebar h3 {
  font-family: Times, Arial, Helvetica;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  padding-top: 5px;
  margin-bottom: 10px;
}

.sidebar img {
  margin-left: -10px;
  margin-bottom: -12px;
}

.sidebar a {
  color: #fff;
  text-decoration: underline;
}

li.widget {
  width: 244px;
  font-size: 1.2em;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  margin-bottom: 2px;  
  background: #0092b5;
}


/* START BOX */
.start-box-wrap {
  width: 712px;
  margin-top: -44px;
  margin-left: -11px;
}

.start-box {
  position: relative;
  float: left;
  width: 236px;
  height: 127px;
  background: #00f;
  line-height: 0px;
}
.start-middle {
  margin-left: 2px;
  margin-right: 2px;
}
.start-box h1 {
  position: absolute;
  display: block;
  width: 222px;
  height: 43px;
  line-height: 43px;
  font-family: Times, Arial, Helvetica;
  font-size: 22px;
  color: #fff;
  margin-top: -43px;
  padding-left: 14px;
  background:url(/wp-content/themes/thesis_treppenlift/custom/images/sidebarh1bg.png);
}
.start-more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 64px;
  height: 20px;
  background:url(/wp-content/themes/thesis_treppenlift/custom/images/more.png);
}


/* CONTENT */
.headline_area h1, .headline_area h2, #archive_intro h1, h1, h2, h3, h4 {
  font-family: Times, Arial, Helvetica;
  font-size: 24px;
  color: #0092b5;
}
h2 {
  font-size: 19px;
  font-weight: bold;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
  font-weight: normal;
}

.post_box h1, .post_box h2, .post_box h3, .post_box h4 {
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 10px !important;
}

input.form_submit {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  background-image: linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#dddddd'); /* IE6–IE9 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
input.form_submit:hover {
  color: #000;
}

a {
  color: #0092b5;
}

dl#comment_list .bypostauthor {
  background: #f7f7f7;
}
