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

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/


/* Layout
----------------------------------------------------------------------------------------------------*/


/* Menus
----------------------------------------------------------------------------------------------------*/
/* Drop-Down */
.menu-dropdown .dropdown {
	border:none;
}
.menu-dropdown a.level1,
.menu-dropdown span.level1 {
	color: #222;
	border:none;
}

/* Set Active */
.menu-dropdown li.active .level1 { background:#fff;
text-shadow: 1px 1px 1px #fff;	
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/* Set Hover */
.menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1 { color: #fff;background:#41A9B5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
}
.menu-dropdown .dropdown-bg > div {
padding: 0 5px;	
	border-top: none;
	border:none;
background:#ededed;

}

.menu-dropdown a.level1,
.menu-dropdown span.level1 {
	-webkit-transition: 
		border-top-color 0.2s ease-in-out,
		color 0.4s ease-in-out,
		background 0.3s ease-in-out;
	-moz-transition:
		border-top-color 0.2s ease-in-out,
		color 0.4s ease-in-out,
		background 0.3s ease-in-out;
	-o-transition:
		color 0.4s ease-in-out,
		background 0.3s ease-in-out;
	-ms-transition:
		border-top-color 0.2s ease-in-out,
		color 0.4s ease-in-out,
		background 0.3s ease-in-out;
	transition:
		border-top-color 0.2s ease-in-out,
		color 0.4s ease-in-out,
		background 0.3s ease-in-out;
}
/* Level 2 */
.menu-dropdown li.level2 { 
	margin: 0 5px;
	border-top:1px solid #444;
}
.menu-dropdown a.level2,
.menu-dropdown span.level2 { color: #444; 
 text-shadow: 1px 1px 1px #fff;	                            
-webkit-transition: 
		border-top-color 0.2s ease-in-out,
		color 0.3s ease-in-out,
		background 0.4s ease-in-out;
	-moz-transition:
		border-top-color 0.2s ease-in-out,
		color 0.3s ease-in-out,
		background 0.4s ease-in-out;
	-o-transition:
		color 0.3s ease-in-out,
		background 0.4s ease-in-out;
	-ms-transition:
		border-top-color 0.2s ease-in-out,
		color 0.3s ease-in-out,
		background 0.4s ease-in-out;
	transition:
		border-top-color 0.2s ease-in-out,
		color 0.3s ease-in-out,
		background 0.4s ease-in-out;
}
.menu-dropdown a.level3{color:#333;
text-shadow: 1px 1px 1px #fff;
}


/* Modules
----------------------------------------------------------------------------------------------------*/


/* Tools
----------------------------------------------------------------------------------------------------*/


/* System
----------------------------------------------------------------------------------------------------*/
#system .title a { color: #666; }

time pubdate {
	float: left;
	clear:both;
}
#system .item > header time {
	float:left;
	display: block;
	text-align: center;
	width: 60px;
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #ddd;
	margin: 0 20px 0 0;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#system .item > header time .day {
	font-size: 50px;
	letter-spacing: -2px;
	line-height:50px;
}
#system .item > header time .month {
	font-size: 18px;
	line-height: 15px;
}
#system .width50 .item > header time .day {
	font-size: 50px;
	line-height: 50px;
}
#system .width50 .item > header time .month {
	font-size: 18px;
	line-height: 15px;
}

