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

/*
 * module headers
 */

.module h3.header {
	margin: 0px;
	padding: 0px;
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
}

#left .module h3.header,
#right .module h3.header,
#bottom .module h3.header,
#top .module h3.header { color: #dcdcdc; }

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

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

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

/*
 * space between modules
 */

.module {
	margin-left: 7px;
	margin-right: 7px;
}

#left .module,
#right .module,
#maintop .maintopblock .module,
#mainbottom .mainbottomblock .module,
#bottom .bottomblock .module {
	margin-left: 15px;
	margin-right: 15px;
}

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

#left .module.last,
#right .module.last { margin-bottom: 0px; }

#maintop .maintopbox .module.first,
#mainbottom .mainbottombox .module.first,
#bottom .bottombox .module.first { margin-left: 15px; }

#maintop .maintopbox .module.last,
#mainbottom .mainbottombox .module.last,
#bottom .bottombox .module.last { margin-right: 15px; }

#maintop .maintopblock .module,
#maintop .maintopbox .module { margin-top: 15px; }

#mainbottom .mainbottomblock .module,
#mainbottom .mainbottombox .module { margin-top: 15px; }

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

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

/*
 * header module positions
 */

#toolbar .left .module,
#headerbar .left .module {
	margin-right: 15px;
	float: left;
}

#toolbar .right .module,
#headerbar .right .module {
	margin-left: 15px;
	float: right;
}

/*
 * badge styles
 */
 
div.module { position: relative; }
 
div.module div.badge {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	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 -40px; }
div.module div.badge-pick { background-position: 0 -80px; }
div.module div.badge-new { background-position: 0 -120px; }

/*
 * icon styles
 */
 
div.module h3.header span.icon {
	display: block; 
	position: relative;
	left: 0px;
	top: -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; }

div.mod-blank h3.header { margin-bottom: 10px; }

/*
 * 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: 280px; }

/*
 * module: toolbarmodule
 */

div.mod-toolbar { margin: 0px; }

div.mod-toolbar div.box-1 { background: url(../images/module_toolbar.png) 0 5px no-repeat; }

div.mod-toolbar div.box-2 {
	padding: 0px 10px 0px 10px;
	background: url(../images/module_toolbar.png) 100% -20px no-repeat;
}

div.mod-toolbar div.box-3 {
	height: 25px;
	background: url(../images/module_toolbar.png) 0 -45px repeat-x;
	overflow: hidden;
}

/*
 * module: headermodule
 */

div.mod-headerbar { overflow: hidden; }

div.mod-headerbar span {
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 10px rgba(255, 255, 255, 0.3);
	color: #323232;
}

div.mod-headerbar a {
	color: #c8c8c8;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8)
}

div.mod-headerbar a:hover { color: #ffffff; }

/*
 * module: gradient
 */
#page #page-body div.mod-gradient { margin: 0px; }
#page #page-body .maintopblock div.mod-gradient,
#page #page-body .mainbottomblock div.mod-gradient { margin-bottom: -2px; }
#page #page-body .maintopblock div.mod-gradient.last,
#page #page-body .mainbottomblock div.mod-gradient.last { margin-bottom: 0px; }
#page #page-body .maintopblock.not-last div.mod-gradient.last { margin-bottom: -2px; }

div.mod-gradient div.box-1 {
	padding: 30px 20px 40px 20px;
	background: url(../images/module_gradient.png) 0 100% repeat-x;
	overflow: hidden;
}
.mainbottomblock div.mod-gradient.last div.box-1 {
	padding-bottom: 20px;
	background: none;
}

div.mod-gradient h3.header {
	margin-bottom: 10px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

/*
 * module: layer
 */

#page #page-body div.mod-layer { margin: 0px; }

div.mod-layer div.box-1 { background: #DDE1E4 url(../images/module_layer_b.png) 0 100% repeat-x; }

div.mod-layer div.box-2 {
	padding: 30px 20px 50px 20px;
	background: url(../images/module_layer_t.png) 0 0 repeat-x;
	overflow: hidden;
}

div.mod-layer h3.header {
	margin-bottom: 10px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
}

/*
 * module: sidebar
 */

#page #page-body div.mod-sidebar { margin: 0px; }

div.mod-sidebar div.box-1 {
	padding: 10px 15px 40px 15px;
	background: url(../images/module_sidebar.png) 0 -258px repeat-x;
	overflow: hidden;
}
div.mod-sidebar.first div.box-1 {
	padding-top: 0px;
	background: none;
}

div.mod-sidebar h3.header {
	margin: 0px -15px 10px -15px;
	background: url(../images/module_sidebar.png) 0 0 no-repeat;
	overflow: hidden;
	line-height: 24px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9), 0px 1px 2px rgba(0, 0, 0, 0.2);
}

div.mod-sidebar span.header-2 {
	padding: 0px 20px 0px 20px;
	background: url(../images/module_sidebar.png) 100% -43px no-repeat;
	float: left;
}

div.mod-sidebar span.header-3 {
	height: 38px;
	background: url(../images/module_sidebar.png) 0 -86px repeat-x;
	overflow: hidden;
	float: left;
	font-size: 17px;
	line-height: 36px;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 5px rgba(0, 0, 0, 0.5);
}

div.mod-sidebar h3.header span.icon { top: 2px; left: -2px; }
div.mod-sidebar h3.header span.title { line-height: 27px; display: inline-block; }
div.mod-sidebar h3.header span.subtitle { margin-top: -4px; white-space: nowrap; margin-left: 32px; }
div.mod-sidebar div.badge { top: 2px; }

/* color color2 */
div.mod-sidebar-color2 h3.header { background-position: 0 -129px; }
div.mod-sidebar-color2 span.header-2 { background-position: 100% -172px; }
div.mod-sidebar-color2 span.header-3 { background-position: 0 -215px; }

/*
 * module: rounded
 */

div.mod-rounded div.box-t1 { background: url(../images/module_rounded_corners.png) 0 0 no-repeat; }

div.mod-rounded div.box-t2 {
	padding: 0px 7px 0px 7px;
	background: url(../images/module_rounded_corners.png) 100% -12px no-repeat;
}

div.mod-rounded div.box-t3 {
	height: 7px;
	background: url(../images/module_rounded_corners.png) 0 -24px repeat-x;
}

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

div.mod-rounded div.box-2 {
	padding: 0px 3px 0px 3px;
	background: url(../images/module_rounded_edges.png) 100% 0 repeat-y;
}

div.mod-rounded div.box-3 {
	padding: 8px 12px 8px 12px;
	background: #faf9f8 url(../images/module_rounded_corners.png) 0 -72px repeat-x;
	overflow: hidden;
}

div.mod-rounded div.box-b1 { background: url(../images/module_rounded_corners.png) 0 -36px no-repeat; }

div.mod-rounded div.box-b2 {
	padding: 0px 7px 0px 7px;
	background: url(../images/module_rounded_corners.png) 100% -48px no-repeat;
}

div.mod-rounded div.box-b3 {
	height: 7px;
	background: url(../images/module_rounded_corners.png) 0 -60px repeat-x;
}

div.mod-rounded h3.header {
	margin-bottom: 10px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9), 0px 1px 2px rgba(0, 0, 0, 0.2);
}

div.mod-rounded div.badge { top: 2px; right: 2px; }

/* position: left, right, header, bottom */
div.mod-rounded2 div.box-t1,
div.mod-rounded2 div.box-t2,
div.mod-rounded2 div.box-t3,
div.mod-rounded2 div.box-b1,
div.mod-rounded2 div.box-b2,
div.mod-rounded2 div.box-b3 { background-image: url(../images/module_rounded2_corners.png); }
div.mod-rounded2 div.box-1,
div.mod-rounded2 div.box-2 { background-image: url(../images/module_rounded2_edges.png); }
div.mod-rounded2 div.box-3 { background: none; }

div.mod-rounded2 h3.header { text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8); }

/*
 * module: concave
 */

div.mod-concave div.box-t1 { background: url(../images/module_concave_corners.png) 0 0 no-repeat; }

div.mod-concave div.box-t2 {
	padding: 0px 7px 0px 7px;
	background: url(../images/module_concave_corners.png) 100% -12px no-repeat;
}

div.mod-concave div.box-t3 {
	height: 7px;
	background: url(../images/module_concave_corners.png) 0 -24px repeat-x;
}

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

div.mod-concave div.box-2 {
	padding: 0px 7px 0px 7px;
	background: url(../images/module_concave_edges.png) 100% 0 repeat-y;
}

div.mod-concave div.box-3 {
	padding: 3px 12px 3px 12px;
	background: url(../images/module_concave_bg.png) 0 0 repeat;
	overflow: hidden;
}

div.mod-concave div.box-b1 { background: url(../images/module_concave_corners.png) 0 -36px no-repeat; }

div.mod-concave div.box-b2 {
	padding: 0px 7px 0px 7px;
	background: url(../images/module_concave_corners.png) 100% -48px no-repeat;
}

div.mod-concave div.box-b3 {
	height: 7px;
	background: url(../images/module_concave_corners.png) 0 -60px repeat-x;
}

div.mod-concave h3.header {
	margin-bottom: 10px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

/*
 * module: polaroid
 */

div.mod-polaroid div.badge-tape {
	position: absolute;
	top: -13px;
	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;
}

#page 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;
}

#left div.mod-polaroid,
#right div.mod-polaroid { margin-top: 30px; }

/*
 * module: postit
 */

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;
}

#page 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;
}

#page div.mod-postit div.box-2 {
	color: #646464;
	text-shadow: none;
}

#page div.mod-postit em.box {
	border: 1px dotted #aaaaaa;
	background: #f5f6f7;
}