/*
    Document   : main
    Created on : Nov 3, 2012, 6:10:50 PM
    Author     : srohweder
    Description:
        main styles for the whole site wvm-online.de.
*/

body {
  background: url(../img/bg.png) 0 0 repeat-x;
  padding-top: 36px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}

#header_mood {
  background: url(../img/header_mood_1.png) white 10px 7px no-repeat;
  padding-right: 7px;
  padding-bottom: 14px;
  width: 976px;
  height: 200px;
  box-shadow: 0px 0px 10px darkgray;
}
.container {
  width: 980px;
}

#navigation {
  margin-top: 36px;
  height: 32px;
  position: relative;
}
#navigation ul{
  list-style-type: none;
  height: 22px;
}
#navigation li{
  float:left;
}

#navigation li a,
#navigation li span,
#navigation div.search_link,
#navigation div.login_link{
  display: block;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  padding: 8px 10px 8px 10px;
  margin-left: 5px;
  background-color: #ffe88d;
  border: solid 1px white;
  border-bottom: none;
  color: #383737;
  text-shadow: 1px 1px 1px #fff;
  font-size: 18px;
  background: rgb(255,232,141); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,232,141,1) 88%, rgba(204,204,204,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(88%,rgba(255,232,141,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,232,141,1) 88%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,232,141,1) 88%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,232,141,1) 88%,rgba(204,204,204,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,232,141,1) 88%,rgba(204,204,204,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe88d', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#navigation div.search_link,
#navigation div.login_link{
   padding-left: 13px;
   padding-right: 13px;
   float: left;
   background: white;
}


#navigation li a:hover,
#navigation li a.trail,
#navigation li span.active{
  background: white;
  text-decoration: none;
}

.mod_navigation {
  float: right;
  margin-right: 13px;
}
.meta_navigation {
  padding-left: 25px;
  float: left;
  position: relative;
}
#navigation .meta_navigation div{
  background-color: white;
}

#navigation .meta_navigation .icon{
  width: 23px;
  height: 21px;
  background-position: 0 0;
}

#navigation .meta_navigation .icon-user{
  background-image: url(../img/icon_login.png);
}

#navigation .meta_navigation .icon-search{
  background-image: url(../img/icon_search.png);
}

#navigation .meta_navigation .icon-off{
  background-image: url(../img/icon_off.png);
}

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}

#login_form {
  background-color: white;
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  padding: 5px;
  margin-left: 30px;
  position:absolute;
  top: 39px;
  z-index: 500;
  box-shadow: 0px 3px 10px darkgray;
  width: 220px;
}

#search_form {
  background-color: white;
  border-top-left-radius: 10px 10px;
  overflow: hidden;
  padding: 2px;
  position:absolute;
  margin-left: 89px;
  height: 35px;
  z-index: 500;
  box-shadow: -3px -3px 10px 0px darkgray;
  display: none;
}
#search_form input.submit {
  margin-top: -10px;
  margin-left: -1px;
}
.main, .footer {
  background-color: white;
  box-shadow: 0px 0px 10px darkgray;
}
.main .back {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}

.span9 .inside {
  padding: 20px 32px 20px 0px;
}
.footer{
  margin: 10px 0px;
  color: #a09f9f;
}
.footer p{
  margin: 0px;
  line-height: 28px;
  padding: 10px 0px 10px 13px;

}

.footer .meta_menu {
  padding: 10px 13px 10px 0px;
  float:right;
}
.left .mod_navigation {
  padding-top: 20px;
}
.left .mod_navigation h3,
#main .mod_article h3,
.layout_full h3{
  background-color: #004494;
  color: white;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 0 8px 14px;
  border-bottom: solid white 1px;
  line-height: 12px;
  margin-bottom: 0px;
  background: rgb(1,83,180); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(1,83,180,1) 0%, rgba(0,68,149,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,83,180,1)), color-stop(100%,rgba(0,68,149,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(1,83,180,1) 0%,rgba(0,68,149,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(1,83,180,1) 0%,rgba(0,68,149,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(1,83,180,1) 0%,rgba(0,68,149,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(1,83,180,1) 0%,rgba(0,68,149,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0153b4', endColorstr='#004495',GradientType=0 ); /* IE6-9 */
}

.left .mod_navigation ul{
  background: url(../img/bg_subnav_ul.png) #ededed 0 0 repeat-x;
  list-style: none;
  margin-left: 0;
  border-left: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
}

.left .mod_navigation a,
.left .mod_navigation span{
  display: block;
  color: #494949;
  width: 164px;
  padding-left: 24px;
  line-height: 28px;
}
.left .mod_navigation ul.level_2{
  border-bottom: none;
  background: none;
}

.left .mod_navigation ul.level_2 a,
.left .mod_navigation ul.level_2 span{
  display: block;
  color: #494949;
  width: 138px;
  padding-left: 48px;
  line-height: 28px;
}

.left .mod_navigation a:hover,
.left .mod_navigation .active{
  text-decoration: none;
  background: url(../img/anchor.png) transparent 7px 7px no-repeat;
}

.left .mod_navigation ul.level_2 a:hover,
.left .mod_navigation ul.level_2 .active{
  text-decoration: none;
  background-position-x: 31px;
}

.left .mod_navigation li{
  border-top: solid 1px #e3e3e3;
  border-bottom: none;
}

.left .mod_navigation li.first a{
  /*box-shadow: inset 0px 3px 3px #e3e3e3, inset 0px 0px 0px #e3e3e3, inset 0px 0px 0px #ededed, inset 0px 0px 0px #ededed;*/
}

.submit_container {
  float: right;
}

.main {
  padding-top: 20px;
  padding-bottom: 10px;
}
.row-fluid.main [class*="span"]:first-child {
  padding-left: 32px;
}



figure.image_container{
  margin: 0;
  padding: 0 10px 10px 0;
}
.ce_accordion .toggler{
  border: none;
  outline: none;
  background-color: #004494;
  color: white;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
  cursor: pointer;
}

.mod_search .relevance{
  font-size: 69%;
}

.mod_search input[type="search"]{
  margin-bottom: 0px;
}

.row-fluid.main [class*="colspan"]:first-child {
  padding-left: 0;
}

label {
  float: left;
  width: 230px;
}

input[type="text"].captcha{
  display: block;
}

span.captcha_text{
  margin-left: 230px;
  margin-bottom: 20px;
  display: block;
}
.row-fluid.main [class*="span"]:first-child{
  margin-bottom: 32px;
}

.layout_full .image_container{
  float: right;
  padding: 3px;
  box-shadow: 0 0 10px 2px rgba(0,17,0,0.5);
}

.layout_full .ce_text p{
  margin-right: 270px;
}

.layout_full .info{
  font-size:12px;
}
.layout_full time{
  font-weight: bold;
  font-size: 14px;
}

.layout_full h3{
  margin: 20px 0 9px 0;
  color: white;
  padding: 0px 0 0px 15px;
  line-height: 29px;
}
.layout_full{
  margin-bottom: 32px;
}

figcaption,
.caption{
  font-style: italic;
  background-color: #EDEDED;
  margin-top: 2px;
}
.footer a{
  color: #A09F9F;
}

#tl_login .submit_container>a {
  font-size: 12px;
  margin-right: 16px;
  color: #A09F9F;
}
