/* Layout ----------------------------------------------------------- */
#div {
   border: 1px solid #FF0000;
}

html {
   height: 100%;
}

body {
   height: 100%;
   margin: 0px;
   padding: 0px;
}

#container {
        position: relative;
        min-height: 100%;
        min-width: 860px;
        width: 100%;
        margin: 0px;
        padding: 0px 0px 140px 0px;
        text-align: center;
}

* html #container {
        height: 100%;
}

.style_content {
        position: relative;
        margin: 0px auto;
        text-align: left;
}

br.clear {
        clear: both;
}

/* Header Layout */

#header {
   margin: 10px;  /* Abstand oben */
   padding: 0px;
}

#header .style_content {
   width: 860px;
  /* height: 145px; */
   height: 138px;
   position: relative;
   display: block;
   background-image: url(../images/header/header_spring.png);
   /* background-image: url(../images/header/header_summer.png); */
   /* background-image: url(../images/header/header_autumn.png); */
   /* background-image: url(../images/header/header_winter.png); */
   background-repeat: no-repeat;
}

/*
 * Search
 */
 #header .style_content .search{
/* div#search { */
  top: 60px;
  right: 5px;
  height: 26px;
  position: absolute;
  display: inline-table;
  float: right;
}

/* Left Rounded Edge */
span#search_left {
  background: url(../images/search_left.gif) no-repeat;
  cursor: text;
  width: 3px;
  height: 26px;
  display: block;
  position: relative;
  float: left;
  top: 0;
  font-size: 2px;
}

/* Input Query Textbox */
input#search_box {
  background: #fff url(../images/search.png) 5px no-repeat;
  border: 1px solid #024570;
  border-left: 0;
  font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
  padding: 5px;
  padding-left: 25px;
  width: 150px;
  height: 14px;
  float: left;
  top: 0;
}

/* Search Button */
input#search_button {
  background: url(../images/search_button.png) 100% 0% no-repeat; /* search button background */
  font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
  color: #fff;
  border: 0;
  padding: 1px 6px 4px 6px;
  float: left;
  top: 0;
  width: 58px;
  height: 26px;
  cursor: pointer;
}

/* Search Button: Hover */
input#search_button:hover {
  background-position: 100% 100%;
}

#title {
  margin: 0px 40px 0px;
  padding: 25px 0px 0px;
}

#tagline {
  margin: 0px 40px;
}

#menu {
  display: block;
  margin: 0px 0px 0px 40px;
  padding: 0px;
  height: 45px;
  position: absolute;
  bottom: -1px;
  /*  background-image: url(../images/header_menu.jpg); background-repeat: no-repeat;  */
}

html>body #menu {
  bottom: 0px;
}

#menu li {
        display: inline;
        margin: 0px;
        padding: 0px;
}

#menu li a {
        display: block;
        float: left;
        margin: 0px;
        padding: 0px 10px;
        height: 45px;
        line-height: 30px;
}

/* Content Layout */

#content {
   margin: 0px;
   padding: 0px;
}

#content .style_content {
   width: 860px;
   padding: 20px 40px 0px;
}

html>body #content .style_content {
        width: 780px;
       /* padding: 20px 0px 0px;   */
          padding: 10px 0px 0px;
        /* background-image: url(../images/back_content.gif); */
}

#loop_articles {
      /*  width: 440px; */
      width: 550px;
        float: left;
}

#loop_page {
        width: 610px;
        float: left;
}

#loop_single {
        width: 440px;
        padding: 0px 0px 0px 0px;
        float: left;
}

#loop_comments {
        width: 440px;
        float: left;
}

#form_comments {
        width: 320px;
        margin: 0px 0px 30px 20px;
        float: right;
        padding: 0px;
}

#information {
        width: 320px;
        margin: 0px 0px 30px 20px;
        float: left;
        padding: 0px;
        clear: right;
}

#post_meta {
        width: 320px;
        padding: 0px;
        margin: 0px 0px 30px 20px;
        float: left;
        display: inline;
}

#search {
        width: 320px;
        margin: 0px 0px 30px 20px;
        padding: 0px;
        float: right;
}

#author {

        width: 320px;

        margin: 0px 0px 30px 20px;

        padding: 0px;

        float: right;

}



#widgets {

        padding: 0px;

        margin: 0px 0px 30px 0px;

        float: right;

}



.widgets_home, .widgets_single {

        width: 320px;

}



#archive_links {

        width: 320px;

        padding: 0px;

        margin: 0px 0px 30px 0px;

        float: right;

        clear: right;

}



#archive_links .archive_group {

        padding: 0px;

        float: left;

        width: 150px;

        clear: none;

}



#archive_links .even {

        margin: 0px;

        float: right;

}



#archive_links .odd {

        margin: 0px 20px 0px 0px;

}



#loop_articles h2, #loop_comments h2 {

        margin: 0px 0px 20px 0px;

}



.navigation ul {

        display: block;

        margin: 0px 0px 30px;

        padding: 0px;

}



.navigation li {

        display: block;

        margin: 0px;

        padding: 0px;

        width: 49%;

}



.navigation li.next {

        text-align: right;

        float: right;

}



#form_search {

        margin: 0px 0px 20px;

}



#input_form_search {

        width: 150px;

}


.screenshots a img {
   border: 0px;
}



/* Post and Comment Layout */



.post {

        padding: 0px;

        margin: 0px 0px 30px 0px;

        position: relative;

}



.post .content {

        position: relative;

}



#post_meta .metadata {

        width: 135px;

        padding: 0px;

        margin:  0px;

}



#post_meta .odd {

        float: left;

        clear: left;

}



#post_meta .even {

        float: right;

}



.metalinks {

        padding: 0px 0px 10px 0px;

        margin: 0px;

        display: block;

        clear: both;

}



.metalinks li {

        float: left; 

        margin-right: 10px; 

        height: 20px;

        vertical-align: middle;

        line-height: 20px;

}



#input_comment {

        width: 100%;

}



#comment_area .comment {

        padding: 0px;

        margin: 0px 0px 30px 0px;

}



#comment_area .metadata {

        display: block;

        margin: 0px 0px 15px 0px;

}



#comment_area .metadata dt {

        display: inline;

        margin: 0px;

        padding: 0px;

}



#comment_area .metadata dd {

        display: inline;

        margin: 0px;

        padding: 0px;

}



#comment_area .metadata dt.comment_number {

        display: none;

}



#comment_area .metadata dd.comment_number {

        margin: 0px 10px 0px 0px;

        padding: 0px;

        display: block;

        float: left;

        width: 40px;

        height: 40px;

        font-size: 200%;

        line-height: 40px;

        text-align: center;

        vertical-align: middle;

}



#comment_area .gravatar {

        margin: 0px;

        padding: 0px;

        vertical-align: middle;

}





/* Footer Layout */

#footer {
color:#353535;
        position: relative;
        margin-top: -140px;
        text-align: center;
        height: 140px;
}

#footer .style_content {
color:#353535;
        width: 860px;

     /*   padding: 40px 0px 0px; */
        padding: 20px 0px 0px 0px;

}

#footer .style_content a {
color:#353535;
text-decoration:none;
}



#newsletter_signup {

        position: relative;

        display: inline;

        padding: 0px;

        margin: 8px 40px 0px 0px;

        float: right;

}



#input_email_address {

        width: 150px;

        vertical-align: middle;

}





#button_email_address {

        vertical-align: middle;

}



#footer_title {
        padding: 0px;
        margin: 0px 0px 0px 40px;
        line-height: 40px;
}

#footer_title a, #footer_title a:hover, #footer_title a:visited{
   color: #353535;
   text-decoration:none;
}


#copyright_notice p {
        display: block;
        padding: 0px;
        margin: 0px 0px 0px 40px;
        line-height: 60px;
}

#copyright_notice p a:hover, #copyright_notice p a:link, #copyright_notice p a:visited {
        color: #353535;
        text-decoration:none;
}


#logos {

        position: relative;

        display: inline;

        padding: 0px;

        margin: 20px 40px 0px 0px;

        float: right;

        vertical-align: middle;

}



#logos img {

        vertical-align: middle;

        margin: 0px 0px 0px 10px;

        padding: 0px;

}





/* Typography ------------------------------------------------------ */



p, center, blockquote, quote, pre {

        margin: 0px 0px 20px;

}



.reduced p, .reduced center, .reduced blockquote, .reduced quote, .reduced pre, .reduced ol, .reduced ul, .reduced table, .reduced dl, .reduced dd, .reduced dt {

        font-size: 95%;

}



blockquote, quote {

        margin: 30px;

}



h1, h2, h3, h4, h5, h6 {

        margin: 0px 0px 5px;

}



h1 {

        font-size: 250%;  /* 250 */

        line-height: 100%;

}



h2 {

        font-size: 170%;  /* 170 */

        line-height: 100%;

        margin: 0px 0px 5px;

}



.lead h3.title, #loop_single h3.title, #loop_page h3.title {

        font-size: 200%;

        line-height: 100%;

}



h3 {

        font-size: 150%;

        line-height: 100%;

}



h4 {

        font-size: 130%;

        line-height: 100%;

}



h5 {

        font-size: 110%;

        line-height: 100%;

}



h6 {

        font-size: 100%;

        line-height: 100%;

}



ul, ol, dl {

        margin: 0px 0px 15px 0px;

        padding: 5px 0px;

}



li, dd {

        margin: 0px 0px 5px 20px;

        padding: 0px 0px 0px 5px;;

}



ul li {

        list-style-type: square;

}



dt {

        margin: 0px 0px 5px 0px;

        padding: 0px;

}



h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

        text-decoration: none;

}



#header a {

        text-decoration: none;

}



#tagline {

        font-size: 120%;

}





/* Graphical Bullets ----------------------------------------------- */



ul .icon, dl .icon, ul.icon li {        

        background-repeat: no-repeat;

        background-position: 0px 1px;

        display: block;

        margin: 0px 10px 5px 0px;

        padding: 0px 0px 0px 25px;

        list-style-type: none;

}



ul .date, dl .date, ul.icon li {

     /*   background-image: url(../images/icon_date.gif);   NEW: ERROR REDUCTION */

}



ul .tag, dl .tag, ul.tag li {

     /*      background-image: url(../images/icon_tag.gif);     NEW: ERROR REDUCTION */

}



ul .category, dl .category, ul.category li {

     /*   background-image: url(../images/icon_category.gif);    NEW: ERROR REDUCTION */

}



ul .information, dl .information, ul.information li {

     /*   background-image: url(../images/icon_lightbulb.gif);    NEW: ERROR REDUCTION */

}



ul .jump, dl .jump, ul.jump li {

     /*   background-image: url(../images/icon_page.gif);     NEW: ERROR REDUCTION */

}



ul .comment, dl .comment, ul.comment li {

    /*    background-image: url(../images/icon_comment.gif);      NEW: ERROR REDUCTION */

}



ul .feed, dl .feed, ul.feed li {

    /*    background-image: url(../images/icon_feed.gif);        NEW: ERROR REDUCTION */

}



ul .entry, dl .entry, ul.entry li {

    /*    background-image: url(../images/icon_entry.gif);       NEW: ERROR REDUCTION */

}



ul .author, dl .author, ul.author li {

   /*    background-image: url(../images/icon_entry.gif);      NEW: ERROR REDUCTION */

}



ul .delicious, dl .delicious, ul.delicious li {

   /*     background-image: url(../images/icons/delicious.gif);       NEW: ERROR REDUCTION */

}



ul .technorati, dl .technorati, ul.technorati li {

    /*    background-image: url(../images/icons/technorati.gif);        NEW: ERROR REDUCTION */

}



ul .digg, dl .digg, ul.digg li {

    /*    background-image: url(../images/icons/digman.gif);          NEW: ERROR REDUCTION */

}



#loop_articles .summary {

        padding-left: 25px;

    /*    background-image: url(../images/icon_page.gif);      NEW: ERROR REDUCTION */

        background-repeat: no-repeat;

        background-position: 0px 2px;

}



#loop_articles .new {

   /*     background-image: url(../images/icon_new.gif);       NEW: ERROR REDUCTION */

        background-position: left top;

}



.feedburnerFlareBlock {

        margin: 0px;

        padding: 0px;

        display: list-item;

  /*      background-image: url(../images/icon_page.gif);      NEW: ERROR REDUCTION */

        background-repeat: no-repeat;

        background-position: 0px 2px;

        display: block;

        margin: 0px 10px 5px 0px;

        padding: 0px 0px 0px 25px;

        list-style-type: none;



}



/* Widget Styling -------------------------------------------------- */



#container .widget {

        margin: 0px;

        padding: 0px 0px 20px 0px;

}



#widgets_home_a {

        width: 150px;

        margin: 0px 0px 0px 0px;

        padding: 0px;

        float: left;

}



#widgets_home_b {

        width: 150px;

        margin: 0px 0px 0px 20px;

        padding: 0px;

        float: left;

}



#widgets_single_a {

        width: 150px;

        margin: 0px 0px 0px 0px;

        padding: 0px;

        float: left;

        display: inline;

}



#widgets_single_b {

        width: 150px;

        margin: 0px 0px 0px 20px;

        padding: 0px;

        float: left;

        display: inline;

}



#widgets_page {

        width: 150px;

        margin: 0px 0px 0px 0px;

        padding: 0px;

}



#content .advert {

        text-align: center;

        margin: 0px 0px 30px;

        padding: 0px 10px;

}



.widget_archives li, .sb-months li {

    /*    background-image: url(../images/icon_date.gif);       NEW: ERROR REDUCTION */

        background-repeat: no-repeat;

        background-position: 0px 2px;

        display: block;

        margin: 0px 0px 5px 0px;

        padding: 0px 0px 0px 25px;

        list-style-type: none;

}





.widget_categories li, .sb-categories li {

   /*     background-image: url(../images/icon_category.gif);             NEW: ERROR REDUCTION */

        background-repeat: no-repeat;

        background-position: 0px 2px;

        display: block;

        margin: 0px 0px 5px 0px;

        padding: 0px 0px 0px 25px;

        list-style-type: none;

}



.widget_meta li, .sb-meta li {

   /*     background-image: url(../images/icon_page.gif);           NEW: ERROR REDUCTION */

        background-repeat: no-repeat;

        background-position: 0px 2px;

        display: block;

        margin: 0px 0px 5px 0px;

        padding: 0px 0px 0px 25px;

        list-style-type: none;

}



.sb-navigation li {

        display: inline;

        clear: both;

}



.widget_pages li, .sb-navigation li li {

    /*    background-image: url(../images/icon_page.gif);      NEW: ERROR REDUCTION */

        background-repeat: no-repeat;

        background-position: 0px 1px;

        display: block;

        margin: 0px 0px 5px 0px;

        padding: 0px 0px 0px 25px;

        list-style-type: none;

}



.widget_recent_entries li, .sb-latest li {

    /*    background-image: url(../images/icon_page.gif);     NEW: ERROR REDUCTION */

        background-repeat: no-repeat;

        background-position: 0px 2px;

        display: block;

        margin: 0px 0px 5px 0px;

        padding: 0px 0px 0px 25px;

        list-style-type: none;

}



.widget_rss li {

    /*    background-image: url(../images/icon_url.gif);          NEW: ERROR REDUCTION */

        background-repeat: no-repeat;

        background-position: 0px 2px;

        display: block;

        margin: 0px 0px 5px 0px;

        padding: 0px 0px 0px 25px;

        list-style-type: none;

}



.gluedideas_TLA_widgetDisplay li {

    /*    background-image: url(../images/icon_url.gif);         NEW: ERROR REDUCTION */

        background-repeat: no-repeat;

        background-position: 0px 2px;

        display: block;

        margin: 0px 0px 5px 0px;

        padding: 0px 0px 0px 25px;

        list-style-type: none;

}



#recentcomments li, .sb-comments li {        

        background-repeat: no-repeat;

        background-position: 0px 2px;

        display: block;

        margin: 0px 0px 5px 0px;

        padding: 0px 0px 0px 25px;

        list-style-type: none;

  /*      background-image: url(../images/icon_comment.gif);         NEW: ERROR REDUCTION */

}



.sb-links li {

        display: inline;

        clear: both;

}



.sb-links li li {

  /*     background-image: url(../images/icon_page.gif);      NEW: ERROR REDUCTION */

        background-repeat: no-repeat;

        background-position: 0px 1px;

        display: block;

        margin: 0px 0px 5px 0px;

        padding: 0px 0px 0px 25px;

        list-style-type: none;

}

/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar {
        float:right;
        width: 210px;
        color: #666666;
        line-height: 160%;
}
#sidebar p {
        margin: 0px 0px 15px;
}
#sidebar h3 {
        font: bold 12px/100% Arial, Helvetica, sans-serif;
        color: #666666;
}
#sidebar h3 a, #sidebar h3 a:visited {
        color: #666666;
}
#sidebar h3 img {
        vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
        color: #000000;
        text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
        text-decoration:underline;
}
#sidebar ul {
        list-style: none;
        margin: 0 ;
        padding: 0 ;
}
#sidebar ul li {
   /*     background: url(images/bullet-orange.gif) no-repeat;      NEW: ERROR REDUCTION */
        padding-left: 18px ;
}
#sidebar ul li ul li {
   /*     background: url(images/bullet-grey.gif) no-repeat;        NEW: ERROR REDUCTION */
        padding-left: 12px ;
}

/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {
    /*    background: url(images/mini-archive.gif) no-repeat;          NEW: ERROR REDUCTION */
}
/* recent comments widget */
#recent-comments ul li {
   /*     background: url(images/mini-comment.gif) no-repeat;         NEW: ERROR REDUCTION */
}
/* category widget */
#categories ul li {
   /*     background: url(images/mini-category.gif) no-repeat;       NEW: ERROR REDUCTION */
}
/* recent posts widget */
#recent-posts ul li {
   /*     background: url(images/mini-page.gif) no-repeat;            NEW: ERROR REDUCTION */
}
/* links widget */
#links ul li {
   /*     background: url(images/mini-blogroll.gif) no-repeat;       NEW: ERROR REDUCTION */
}
/* meta */
#meta .rss {
    /*    background: url(images/mini-rss.gif) no-repeat;        NEW: ERROR REDUCTION */
}
#meta .login {
  /*      background: url(images/mini-user.gif) no-repeat;          NEW: ERROR REDUCTION */
}
#meta .check {
    /*    background: url(images/mini-check.gif) no-repeat;        NEW: ERROR REDUCTION */
}
#meta .wordpress {
   /*     background: url(images/mini-wp.gif) no-repeat;       NEW: ERROR REDUCTION */
}