/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* ### CUSTOMIZATION ### */

/* Featured Post ans Ende der Seite */
#main-content .latest .featured, #main-content .archives .featured {
  position:absolute;
  top:1240px;
}

/* Suchfeld flacher machen */
#sidebar #search_main form div { 
  height:25px;
  background:none;
  background-color:#dcdcdc;
  border:1px solid #fefefe;
  border-bottom-color:#cbcbcb;
}
#sidebar #search_main input.field {
  top:4px;
  width:176px;
}
#sidebar #search_main input.submit {
  height:26px;
}
#sidebar #search_main {
  padding-top:16px;
  padding-bottom:16px;
}

/* Hintergrund nur mit einer Farbe + Wechsel zu Orange */
#middle-out-top {
  /*background:none #323232;*/
  /*background:none #eb6e08;*/
  background:none #d5d4d4;
}
#content {
  background:none;
  padding-top:0;
  padding-right:0;
  padding-left:0;
  /*border:8px solid #3d3d3d;*/
  /*border:8px solid #c85e07;*/
  border:8px solid #cccccc;
}
#middle-content-bottom {
  background:none;
}
#middle-out-bottom {
  padding-top:28px;
  padding-bottom:28px;
  border-bottom:1px solid #FFFFFF;
  background:none;
}
.single #main-content {
  padding-top:24px;
  margin:0;
}

/* idTabs Schriftgröße anpassen */
#tabs ul.idTabs li a {
  font-size:10px;
  padding-left:5px;
  padding-right:5px;
}

/* ### BUGFIXES ### */

#wrap {
  /* Bugfix für Hintergrunddarstellung bei Unterschreiten der Blogbreite + Scrollen nach rechts */
  min-width:939px;
}

/* Bugfix für das Umbrechen im DropDown-Menü bei 'LEDAVI Emotional Brand Building' wegen zu langem Kategorienamen */
#secnav li ul {
  width:224px;
}
#secnav li ul li a {
  width:184px;
}