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

/*
 * Modules Style Sheet - Defines general module defaults, headings, badges and icons
 */


/* Module Badges
----------------------------------------------------------------------------------------------------*/

.module { position: relative; }

.module .badge {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}


/* Module Icons
----------------------------------------------------------------------------------------------------*/

.module .module-title .icon {
	display: block; 
	position: relative;
	top: -6px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}


/* Module Defaults
----------------------------------------------------------------------------------------------------*/

.deepest > *:first-child { margin-top: 0; }
.deepest > *:last-child { margin-bottom: 0; }


/* Module Headings
----------------------------------------------------------------------------------------------------*/

.module .module-title { margin: 10px 0 15px; }

/* Subtitles */
.module .module-title span.title { display: block; }

.module span.subtitle {
	display: block;
	margin-top: 2px;
	line-height: 14px;
	font-size: 12px;
	text-indent: 1px;
}

#sidebar-b .module-title {color: #000; font-weight: bold;
position: relative;
border: 1px solid #d87d00;
border: 1px solid rgba(0,0,0,0.2);
border-top-color: rgba(0,0,0,0.05);
border-bottom-color: rgba(0,0,0,0.35);
background: #FF7300;
background: -webkit-linear-gradient(#ffd02a 0%, #ff8900 100%); 
background: -moz-linear-gradient(#ffd02a 0%, #ff8900 100%); 
background: -o-linear-gradient(#ffd02a 0%, #ff8900 100%); 
background: linear-gradient(#ffd02a 0%, #ff8900 100%);
box-shadow: 0 2px 0 rgba(255,236,209,0.3) inset, 0 0 0 1px rgba(255,235,206,0.2) inset, 0 0 10px rgba(205,68,0,0.25) inset, 0 1px 1px rgba(205,68,0,0.1), 0 7px 4px -4px rgba(205,68,0,0.15);
text-shadow: 0 -1px 0 rgba(205,68,0,0.2);
line-height: 1.5em;
text-indent: 10px;
margin: 0 0 5px 0; }