/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (# */

/*
 * module headers
 */

.module h3.header {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #646566;
	font-weight: normal;
}

.module span.header-2,
.module span.header-3 { display: block; }

 
.module h3.header span.title {
	display: block;
	font-size: 16px;
	line-height: 16px;
}

.module h3.header span.subtitle {
	display: block;
	margin-top: 0px;
	line-height: 10px;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-indent: 1px;
	text-transform: lowercase;
}

/*
 * space between modules
 */
 
#left div.first,
#right div.first,
#contentleft div.first,
#contentright div.first { margin-top: 96px; }

#left .module,
#right .module,
#contentleft .module,
#contentright .module { margin-bottom: 40px; }

#left div.last,
#right div.last,
#contentleft div.last,
#contentright div.last { margin-bottom: 0px; }

#top .module { margin-bottom: 20px; }

#bottom .module { margin-top: 20px; }

#top .module,
#bottom .module { 
	margin-left: 10px;
	margin-right: 10px;
}

/*
 * header module positions
 */

#toolbar .left .module,
#headerbar .left .module { float: left; }

#toolbar .right .module,
#headerbar .right .module {	float: right; }

#toolbar .left .module { margin-right: 10px; }
#toolbar .right .module { margin-left: 10px; }

/*
 * badge styles
 */
 
div.module { position: relative; }
 
div.module div.badge {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 46px;
	height: 46px;
	background: url("../images/module_badges.png") 0 0 no-repeat;
	overflow: hidden;
	z-index: 1;
}
 
div.module div.badge-hot { background-position: 0 0; }
div.module div.badge-top { background-position: 0 -50px; }
div.module div.badge-pick { background-position: 0 -100px; }
div.module div.badge-new { background-position: 0 -150px; }

/*
 * icon styles
 */
 
div.module h3.header span.icon {
	display: block; 
	position: relative;
	top: -4px;
	left: 0px;
	margin-right: 3px;
	width: 32px;
	height: 30px;
	background: url("../images/module_icons.png") 0 0 no-repeat;
	overflow: hidden;
	float: left;
}

div.module h3.header span.icon-feed { background-position: 0 0; }
div.module h3.header span.icon-download { background-position: 0 -30px; }
div.module h3.header span.icon-twitter { background-position: 0 -60px; }
div.module h3.header span.icon-mail { background-position: 0 -90px; }
div.module h3.header span.icon-message { background-position: 0 -120px; }
div.module h3.header span.icon-users { background-position: 0 -150px; }
div.module h3.header span.icon-shopping { background-position: 0 -180px; }
div.module h3.header span.icon-lock { background-position: 0 -210px; }

/*
 * module: blank
 */
 
div.mod-blank { overflow: hidden; }

/*
 * module: dropdown
 */

#menu ul.mod-dropdown {
	padding-left: 0px;
	background: none;
}

#menu ul.mod-dropdown span.level1 span.color { display: inline; }

#menu .mod-dropdown .module {
	padding: 5px;
	overflow: hidden;
}

#menu .mod-dropdown .dropdown { width: 300px; }

/*
 * module: box
 */

div.mod-box div.box-1 { 
	background: url("../images/module_box_bg.png") 0 0 repeat-x;
}

div.mod-box div.box-2 {
	padding: 1px 0px 1px 0px;
	background: url("../images/module_box_bg.png") 0 100% repeat-x;
}

div.mod-box div.box-3 { 
	padding: 19px 20px 19px 20px;
	background: #E9EAEB;
	overflow: hidden;
}

#contentright div.mod-box div.box-3 { background: #DFE0E1 url("../images/module_box_shadow.png") 0 0 repeat-y; }
#contentleft div.mod-box div.box-3 { background: #DFE0E1 url("../images/module_box_shadow.png") 100% 0 repeat-y; }

div.mod-box h3.header { 
	margin: -5px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 5px solid #CCCDCE;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
}

div.mod-box h3.header span.icon { top: -8px; }

/*
 * module: line
 */
 
#contentleft .mod-line,
#contentright .mod-line { 
	margin-left: 20px;
	margin-right: 20px;
}

div.mod-line div.box-1 { overflow: hidden; }

div.mod-line h3.header { 
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 5px solid #CCCDCE;
	text-shadow:0px 1px 0px rgba(255,255,255,0.6);
}

#contentleft div.mod-line.first h3.header,
#contentright div.mod-line.first h3.header { 
	padding: 7px 0 7px 0;
	border-top: 1px solid #CCCDCE;
	line-height: 25px;
}

/*
 * module: menu-line
 */

#contentright div.mod-menu-line { margin-left: 0px; }
#contentleft div.mod-menu-line { margin-right: 0px; }

#contentright div.mod-menu-line h3.header { margin-left: 20px; }
#contentleft div.mod-menu-line h3.header { margin-right: 20px; }

/*
 * module: bookmark
 */
 
#contentleft .mod-bookmark,
#contentright .mod-bookmark { 
	margin-left: 20px;
	margin-right: 20px;
}

div.mod-bookmark h3.header { 
	background: url("../images/module_bookmark_bg.png") 0 0 no-repeat;
	overflow: hidden;
}
#contentleft div.mod-bookmark h3.header,
#contentright div.mod-bookmark h3.header { margin-left: -20px; }

div.mod-bookmark span.header-2 {
	float: left;
	padding: 0px 30px 0px 20px;
	background: url("../images/module_bookmark_bg.png") 100% -55px no-repeat;
}

div.mod-bookmark span.header-3 {
	padding-right: 5px;
	float: left;
	height: 50px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	line-height: 45px;
	background: url("../images/module_bookmark_bg.png") 0 -110px repeat-x;
	overflow: hidden;	
}

div.mod-bookmark h3.header span.icon { top: 6px; }

/*
 * module: border
 */
 
#contentleft .mod-border,
#contentright .mod-border { 
	margin-left: 20px;
	margin-right: 20px;
}

div.mod-border div.box-1 { 
	padding: 15px;
	border: 5px solid #D8D8D9;
	overflow: hidden;
}

#left div.mod-border div.box-1,
#right div.mod-border div.box-1 { 
	border-color: #AC583C;
	color: #ffffff;
}


div.mod-border span.header-3 {
	margin-bottom: 12px;
}

#left div.mod-border h3.header,
#right div.mod-border h3.header { color: #2D2E2F; }

#left div.mod-border em.box,
#right div.mod-border em.box { border: 1px dotted #000000; background: #2D2E2F; }

div.mod-border h3.header span.icon { top: -8px; }

/*
 * module: banner
 */
 
div.mod-banner div.box-t1 { background: url("../images/module_banner_corners.png") 0 0 no-repeat; }

div.mod-banner div.box-t2 { 
	padding: 0px 10px 0px 10px;
	background: url("../images/module_banner_corners.png") 100% 0px no-repeat;
}

div.mod-banner div.box-t3 { 
	height: 12px;
	background: url("../images/module_banner_corners.png") 50% -35px no-repeat;
}

div.mod-banner div.box-1 { background: url("../images/module_banner_edges.png") 0 0 repeat-y; }

div.mod-banner div.box-2 { 
	padding: 0px 10px 0px 10px;
	background: url("../images/module_banner_edges.png") 100% 0px repeat-y;
}

div.mod-banner div.box-3 { 
	padding: 20px;
	color: #818384;
	text-shadow:0px 1px 0px rgba(255,255,255,0.3);
	background: url("../images/module_banner_bg.png") 0 0 repeat;
}

div.mod-banner div.box-b1 { background: url("../images/module_banner_corners.png") 0 -18px no-repeat; }

div.mod-banner div.box-b2 { 
	padding: 0px 10px 0px 10px;
	background: url("../images/module_banner_corners.png") 100% -18px no-repeat;
}

div.mod-banner div.box-b3 { 
	height: 12px;
	background: url("../images/module_banner_corners.png") 50% -52px no-repeat;
}

div.mod-banner h3.header { 
	margin: -5px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 5px solid #646566;
	color: #646566;
	text-align: center;
	text-shadow:0px 1px 0px rgba(255,255,255,0.2);
}

#left div.mod-banner div.box-3,
#right div.mod-banner div.box-3 { 
	color: #ffffff;
	text-shadow:0px -1px 0px rgba(0,0,0,0.4);
}

#left div.mod-banner h3.header,
#right div.mod-banner h3.header { 
	border-bottom-color: #2D2E2F;
	color: #2D2E2F;
}

#left div.mod-banner em.box,
#right div.mod-banner em.box { border: 1px dotted #000000; background: #2D2E2F; }

#left div.mod-banner a,
#right div.mod-banner a { color: #2D2E2F; text-shadow: 0 1px 0 rgba(255,255,255,0.1); }

/*
 * module: polaroid
 */

div.module.mod-polaroid { overflow: hidden; }

#contentleft .mod-polaroid,
#contentright .mod-polaroid { 
	margin-left: 20px;
	margin-right: 20px;
}

div.mod-polaroid div.badge-tape {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 114px;
	height: 38px;
	margin-left: -57px;
	background: url("../images/module_polaroid_tape.png") 0 0 no-repeat;
	z-index: 1;
}

div.mod-polaroid div.box-1 {
	margin-top: 13px;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	background: #ffffff url("../images/module_polaroid_bg.png") 0 100% repeat-x;
	overflow: hidden;
}

div.mod-polaroid div.box-2 {
	margin-bottom: 5px;
	background: #000000;
}

div.mod-polaroid div.box-3 {
	padding: 10px 15px 10px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #C8C8C8;
}

div.mod-polaroid div.box-b1 {
	background: url("../images/module_polaroid_shadows.png") 0 0 no-repeat;
}

div.mod-polaroid div.box-b2 {
	padding: 0px 70px 0px 70px;
	background: url("../images/module_polaroid_shadows.png") 100% -5px no-repeat;
}

div.mod-polaroid div.box-b3 {
	height: 5px;
	background: url("../images/module_polaroid_shadows.png") 0 -10px repeat-x;
}

div.mod-polaroid h3.header {
	height: 25px;
	margin: 0px 0px 0px 0px;
	line-height: 25px;
	text-align: center;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323232;
	text-shadow: none;
}

/*
 * module: postit
 */
 
#contentleft .mod-postit,
#contentright .mod-postit { 
	margin-left: 20px;
	margin-right: 20px;
}

div.mod-postit div.box-1 {
	background: #FFFFAA;
	color: #323232;
}

div.mod-postit div.box-2 {
	padding: 15px 15px 0px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}

div.mod-postit div.box-b1 {
	background: url("../images/module_postit_shadows.png") 0 0 no-repeat;
}

div.mod-postit div.box-b2 {
	padding: 0px 90px 0px 60px;
	background: url("../images/module_postit_shadows.png") 100% -40px no-repeat;
}

div.mod-postit div.box-b3 {
	height: 40px;
	background: url("../images/module_postit_shadows.png") 0 -80px repeat-x;
}

div.mod-postit h3.header {
	height: 30px;
	margin: -15px -15px 5px -15px;
	background: #FFFFDA;
	line-height: 30px;
	text-indent: 15px;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323232;
	text-shadow: none;
}
.clearfix::after{content:"";display:table;clear:both}
