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

/*
 * module headers
 */

.module h3.header {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 24px;
	color: #F2F1F0;
	font-weight: normal;
}

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

.module h3.header span.subtitle {
	display: block;
	margin-top: 10px;
	line-height: 14px;
	font-size: 13px;
	font-weight: normal;
	text-indent: 1px;
}

/*
 * space between modules
 */

#top .module,
#maintop .module,
#contenttop .module,
#contentbottom .module,
#mainbottom .module,
#bottom .module { 
	padding-left: 15px;
	padding-right: 15px;
}

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

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

#top .module,
#maintop .module,
#contenttop .module { margin-bottom: 30px; }

#bottom .module,
#mainbottom .module,
#contentbottom .module { margin-top: 30px; }

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

.horizontal .module div.badge { right: 15px; }

/*
 * icon styles
 */
 
div.module h3.header span.icon {
	display: block; 
	position: relative;
	top: -3px;
	left: 0px;
	width: 35px;
	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 {
	padding: 19px;
	border: 1px solid #222426;
	background: #141516;
	overflow: hidden;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

/* color black */
div.mod-box-black div.box-1 { background-color: #000000; }

/* color grey */
div.mod-box-grey div.box-1 { background-color: #222426; }

/*
 * module: frame
 */
 
div.mod-frame div.box-1 {
	background: url(../images/module_frame_bg.png);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

div.mod-frame div.box-2 { padding: 10px; }

div.mod-frame div.box-3 {
	padding: 10px;
	background: #141516;
	overflow: hidden;
}

/* color glitter */
div.mod-frame-glitter div.box-1 { 
	background-image: url(../images/module_frame_glitter_bg.png);
	-moz-box-shadow: 0 0 20px rgba(87,147,213,0.3);
	-webkit-box-shadow: 0 0 20px rgba(87,147,213,0.3);
	box-shadow: 0 0 20px rgba(87,147,213,0.3);
}
div.mod-frame-glitter div.box-2 { background: url(../images/module_frame_glitter_top.png) 0 0 repeat-x; }
div.mod-frame-glitter div.box-3 {
   box-shadow: inset 0 0 10px rgba(0,0,0,1);
   -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,1);
   -moz-box-shadow: inset 0 0 10px rgba(0,0,0,1);
}

/*
 * module: line
 */

div.mod-line div.box-1 {
	padding-top: 14px;
	border-top: 1px solid #222426;
	overflow: hidden;
}

.vertical div.mod-line.first div.box-1,
.horizontal div.mod-line div.box-1 {
	padding-top: 0px;
	border-top: none;
}

.horizontal div.mod-line { background: url(../images/module_line_bg.png) 100% 0 repeat-y; }
.horizontal div.mod-line.last { background: none; }

div.mod-line h3.header,
div.mod-line h3.header span.title { 
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 28px;
}

div.mod-line h3.header span.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 18px;
	color: #68ACF8;
	text-transform: none;
	letter-spacing: 0px;
}

/* header center */
div.mod-line-header-center h3.header,
div.mod-line-header-center h3.header span.subtitle {
	font-size: 22px;
	line-height: 24px;
	text-align: center;
}

div.mod-line-header-center h3.header span.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	line-height: 18px;
	color: #AAB3BE;
	text-transform: none;
	letter-spacing: 0px;
}

div.mod-line-header-center h3.header span.subtitle {
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F2F1F0;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
}

/*
 * module: menu
 */

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

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

#right div.mod-menu-line div.box-1 h3.header,
#contentright div.mod-menu-line div.box-1 h3.header { margin-left: 15px; }

#left div.mod-menu-line div.box-1 h3.header,
#contentleft div.mod-menu-line div.box-1 h3.header { margin-right: 15px; }

/*
 * 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,
div.mod-polaroid div.box-b2,
div.mod-polaroid div.box-b3 { background: url(../images/module_polaroid_shadows.png) 0 0 no-repeat; }

div.mod-polaroid div.box-b2 {
	padding: 0px 70px 0px 70px;
	background-position: 100% -5px;
}

div.mod-polaroid div.box-b3 {
	height: 5px;
	background-position: 0 -10px;
	background-repeat: 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
 */

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,
div.mod-postit div.box-b2,
div.mod-postit div.box-b3 { background: url(../images/module_postit_shadows.png) 0 0 no-repeat; }

div.mod-postit div.box-b2 {
	padding: 0px 90px 0px 60px;
	background-position: 100% -40px;
}

div.mod-postit div.box-b3 {
	height: 40px;
	background-position: 0 -80px;
	background-repeat: 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;
}