/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
 /* Fullscreen image
 ========================================================================== */
#page{
  background: url(../images/mountains.jpg) no-repeat center center fixed ;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

#top-b, #top-a , #main, #bottom-a{
background:white;
background-color:rgba(255, 255, 255, 0.9);
}
#toolbar{
color:#FFF;
}
#block-footer{
background-color:#333333;
color:white;
position:relative;
}
.licinfo {
color: #00AFF2;
text-align:center;
}
.licinfo a, .licinfo a:hover {
color: #00AFF2;
font-weight:bolder;
}
#bottom-b, .module .module-title{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d2947+0,446372+100 */
background: #1d2947; /* Old browsers */
background: -moz-linear-gradient(top,  #1d2947 0%, #446372 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1d2947 0%,#446372 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1d2947 0%,#446372 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2947', endColorstr='#446372',GradientType=0 ); /* IE6-9 */
color:white;
padding:5px 10px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topleft: 7px;
border-top-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-bottomright: 7px;
border-bottom-right-radius: 7px;
border:1px solid black;
}

.icon-edit, .icon-save {cursor:pointer;}
#add-module {width:90%;padding:3px;font-size:14pt;}