/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

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

 .mod-box.mod-box-color1 .wk-twitter-single:before {
 	display: block;
 	margin-bottom: 20px;
 	padding-top: 140px;
 	text-align: center;
 	font-size: 36px;
 	line-height: 36px;
 	background: url(../../../images/yootheme/icon_twitter.png) 50% 0 no-repeat;
 	content: "latest tweet";
 }

  .mod-box.mod-box-color1 .wk-twitter-single .content {
  	font-family: verdana;
  	font-style: normal;
  	font-size: 18px;
  	line-height: 27px;
  	min-height: 194px;
  }

.mod-box.mod-box-color1 .wk-twitter-single .content:before,
.mod-box.mod-box-color1 .wk-twitter-single .content:after { content: '"'; }

/* Geiger main menu */

.menu-dropdown li.level1 {
    padding-bottom: 2px;
}

.menu-dropdown li.active {  
	color: #fff; 
	height:45px;
	background: url(../images/menu_dropdown_arrow.png) no-repeat 25px 30px; 
}

#menu{
	height:40px;
	padding-top:20px;
}

.menu-dropdown li.active a {  
	background-color: #00a4f1;
	height:30px;
}
.menu-dropdown li a:hover {  
	background-color: #00a4f1;
	height:30px;
}
/* Set Hover */
.menu-dropdown > li.level1.parent:hover, li.level1:hover,
.menu-dropdown > li.remain.parent { 
	background: url(../images/menu_dropdown_arrow.png) no-repeat 25px 30px;
	color: #fff; 
	height:45px;  

}  