/* Copyright (C) ThemeKat, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 

/*begin header*/ 
#header-container {
  /*background:#3377BB url(../images/wrappergradient.png) repeat-x;*/
  min-height:160px;
}
/*end header*/


/*begin menubar*/
#menubar-container {
  background: url(../images/images/menuwrapgradient_03.png) repeat-x;
  height:50px;
}
#menubar {
  margin-top:8px;
}
/*end menubar*/

/*begin top-a*/
#top-a .mod-box{
  background:#FFFFFF;
  margin-top: 5px;
}
/*end top-a*/

/*begin top-b*/
#top-b .mod-box{
  background:#FFFFFF;
}
/*end top-b*/

/*begin sidebar-a*/
#sidebar-a .mod-box {
  background:#FFFFFF;
  margin-top:5px;
}

/*end sidebar-a*/

/*begin sidebar-b*/
#sidebar-b .mod-box{
  background:rgba(247,153,37,0.1);
  margin-top:5px;
}
/*end sidebar-b*/
#bottom-a {background: #ffffff;}
#bottom-b-container{
  background:#3377BB url(../images/wrappergradient.png) repeat-x;
}
#bottom-b .mod-box{
  border:0;
  box-shadow: none;
}
#bottom-b a{
  color: #ffffff;
  border:0;
  font-size: 12px;  
}

#bottom-b a:hover{
  color: #999;  
}
#bottom-b li {
  border-bottom:1px dotted #ffffff;
  border-top:0;
}
#bottom-b .module-title  {font-size:16px; color:white;}

#page{
  background: url("../images/strahlen.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
}

@media only screen and (max-width: 900px) {
	#header-container {display: none;}
	#page {
      background-color: #f3a246;
      background-image: none;
    }
  #main-content-container {
  	background-image: url(http://skappanabanda.org/templates/tk_gen_free/images/strahlen.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

#maincontent {
  background: url("../images/manda_gray.png") rgba(255,202,143,0.75);
  background-repeat: repeat-x;
  background-position: bottom center;
  border: 2px dotted yellow;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px; 
}
#maininner {
  margin-bottom: 80px;
}
#innerbottom {
  background:#FFFFFF;
}
#footer-container {
  /*background:#222222;*/
  background: url(../images/images/menuwrapgradient_03.png) repeat-x;
  height:30px;
}
#footer, #footer a {
  font-size:10px;
  margin-top:5px; 
}
#footer a , #footer a:hover {color: #328ae3; text-decoration:none;}
#innertop .mod-box {
  margin-top:5px;
}
time {color: #ffffff;}
#breadcrumbs {
  font-size: 10px;
}
#searchbox {
  margin-right:5px;  
}

