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

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
 html { 
	background: url(../images/tausta1920.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	}
#header { 
	margin: 15px 0 0 0;
	

}



#headerbar .module {
    /*max-width: 411px;
	
	*/
	max-width:360px;
 
}
.ic-section {
   min-width: 180px;
}
	
#main { 
	background: #fff;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F9;
	

}
#logo { 
	margin-left: 10px;
	

}
h1, h2, h3, h1.title
 {
	color: #606A5E;
}

#bottom-b .grid-box
 {
	margin-top: 15px;
	background: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9F9;
}
#bottom-b .mod-box
 {
	
	border: none;
}

#icagenda .content {

width: 90%;



}
#icagenda .box_date {
text-transform: capitalize;
width: 56px;
height: 56px;
padding: 8px;
text-align: center;
color: #fff;
float: left;
margin-right: 10px;
border-radius: 6px;
}

.iCmonth {
font-size: 10px !important;
}
#icagenda h1 {
margin-top: 0 !important;
}

#footer{
	padding-bottom: 5px;
	font-size: 10px;
	color: #6C9;
}
#footer a{
	color: #6C9;
}
#footer a:hover{
	color: #C30;
}





/* Mega Drop-Down Menu
----------------------------------------------------------------------------------------------------*/


#menubar {

	background-image: url(../images/navitausta.jpg);
	background-repeat: repeat;

}

/* Level 1 */
.menu-dropdown {  }

.menu-dropdown li.level1 {
	margin-right: 10px;
	
	

}

.menu-dropdown a.level1,
.menu-dropdown span.level1 {
	color: #333;
	padding: 5px 0 5px 0;
}


/* Set Active */
.menu-dropdown li.active .level1 {
	color: #090;
	background: #FFF;

}

/* Set Hover */
.menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1 { 

color: #090;
background: #FFF;}

/* Drop-Down */
.menu-dropdown .dropdown {
	top: 40px;
	border-top: none;
}

.menu-dropdown .dropdown-bg > div {
	padding: 0 5px;
	border: 1px solid #ddd;
	border-top: none;
	background: #fff;
}

/* Level 2 */
.menu-dropdown li.level2 { 
	margin: 0 5px;
	border-top: 1px solid #ddd;
}
.menu-dropdown li.level2:first-child { border: none; }

.menu-dropdown a.level2,
.menu-dropdown span.level2 { color: #444; }

/* Set Hover */
.menu-dropdown a.level2:hover { color: #d50; }

/* Set Current */
.menu-dropdown a.current.level2 { font-weight: bold; } 

/* Set Hover */
.menu-dropdown a.level3:hover { color: #d50; }

/* Set Current */
.menu-dropdown a.current.level3 { font-weight: bold; } 
