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

/*
 * module headers
 */

/* reset header for all modules */
div.module h3.header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 120%;
	color: #F0F0DC;
	font-weight: normal;
}

/* header span's */
div.module span.header-2,
div.module span.header-3 {
	display: block;
}

/*
 * space for adjoining modules
 */

.separator div.module {
	margin: 0px 15px 0px 0px;
}

#left div.module,
#right div.module {
	margin: 0px 0px 15px 0px;
}

#top .topblock div.module {
	margin: 15px 0px 0px 0px;
}

#bottom .bottomblock div.module {
	margin: 0px 0px 15px 0px;
}

/*
 * styling for special positions
 */

div#toolbar div.module {
	margin-left: 20px;
	float: right;
}

/*
 * badge styling for all modules
 */
 
div.module {
	position: relative;
}
 
div.module div.badge-new {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(../images/module_badge_new.png) 0 0 no-repeat;
	z-index: 1;
}

div.module div.badge-top {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(../images/module_badge_top.png) 0 0 no-repeat;
	z-index: 1;
}

div.module div.badge-pick {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(../images/module_badge_pick.png) 0 0 no-repeat;
	z-index: 1;
}

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

div.mod-blank h3.module {
}

/*
 * module: transwhite
 */
 
div.mod-transwhite div.box-1 {
	padding: 10px 15px 10px 15px;
	border: 8px solid #FAFAF0;
	background: url(../images/module_transwhite_bg.png) 0 0 repeat;
	color: #323232;
	overflow: hidden;
}

#headerbar div.mod-transwhite div.deepest {
	height: 214px;
}

div.mod-transwhite h3.header {
	margin: 0px 0px 5px 0px;
	font-size: 180%;
	letter-spacing: -1px;
	color: #323232;
}

/* color: transblack */

div.col-transblack div.box-1 {
	border: 8px solid #646464;
	background: url(../images/module_transblack_bg.png) 0 0 repeat;
	color: #F0F0DC;
}

div.col-transblack h3.header {
	color: #F0F0DC;
}

/*
 * module: border
 */
 
div.mod-border div.box-1 {
	padding: 10px 15px 10px 15px;
	border: 8px solid #668BB5;
	background: #245995;
	overflow: hidden;
}

#headerbar div.mod-border div.deepest {
	height: 214px;
}

div.mod-border h3.header {
	margin: 0px 0px 5px 0px;
	font-size: 180%;
	letter-spacing: -1px;
}

div.mod-border a:link,
div.mod-border a:hover,
div.mod-border a:visited {
	color: #F0F0DC;
}

div.mod-border a:visited {
	text-decoration: underline;
}

/* color: frame */

div.col-frame div.box-1 {
	border: 8px solid #F0F0D2;
	background: #141414;
}

/*
 * module: dogear
 */

div.mod-dogear div.box-t1 {
	padding: 0px 14px 0px 0px;
	background: url(../images/module_dogear_bg.png) 100% 0 no-repeat;
}

div.mod-dogear div.box-t2 {
	height: 14px;
	background: #245995;
}

div.mod-dogear div.box-1 {
	padding: 0px 15px 10px 15px;
	background: #245995;
	overflow: hidden;
}

#headerbar div.mod-dogear div.deepest {
	height: 226px;
}

div.mod-dogear h3.header {
	margin: 0px 0px 5px 0px;
	font-size: 180%;
	letter-spacing: -1px;
}

div.mod-dogear a:link,
div.mod-dogear a:hover,
div.mod-dogear a:visited {
	color: #F0F0DC;
}

div.mod-dogear a:visited {
	text-decoration: underline;
}

/*
 * module: dashedborder
 */
 
div.mod-dashedborder div.box-1 {
	background: url(../images/module_dashedborder_line_h.png) 0 0 repeat-x;
}

div.mod-dashedborder div.box-2 {
	background: url(../images/module_dashedborder_line_h.png) 0 100% repeat-x;
}

div.mod-dashedborder div.box-3 {
	background: url(../images/module_dashedborder_line_v.png) 0 0 repeat-y;
}

div.mod-dashedborder div.box-4 {
	padding: 10px 15px 10px 15px;
	background: url(../images/module_dashedborder_line_v.png) 100% 0 repeat-y;
	overflow: hidden;
}

#headerbar div.mod-dashedborder div.deepest {
	height: 230px;
}

div.mod-dashedborder h3.header {
	margin: 0px 0px 5px 0px;
	font-size: 180%;
	letter-spacing: -1px;
	color: #369FD8;
}

div.mod-dashedborder h3.header span.color {
	color: #F0F0DC;
}

/*
 * module: dashed
 */
 
div.mod-dashed div.module {
	padding: 0px 0px 15px 0px;
}

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

div.mod-dashed h3.header {
	margin: 0px 0px 3px 0px;
	padding:0px 0px 6px 0px;
	background: url(../images/module_dashed_header.png) 0 100% repeat-x;
	font-size: 180%;
	letter-spacing: -1px;
	color: #369FD8;
}

div.mod-dashed h3.header span.color {
	color: #F0F0DC;
}

/* menu */
div.mod-menu h3.header {
	margin: 0px 0px 0px 0px;
}

/*
 * 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_bl.png) 0 0 no-repeat;
}

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

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

div.mod-polaroid h3.header {
	height: 25px;
	margin: 0px 0px 0px 0px;
	font-size: 140%;
	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;
}

/*
 * 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_bl.png) 0 0 no-repeat;
}

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

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

div.mod-postit h3.header {
	height: 30px;
	margin: -15px -15px 5px -15px;
	background: #FFFFDA;
	font-size: 140%;
	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;
}

/*
 * module: tab
 */
 
div.mod-tab div.module {
	padding: 25px 0px 0px 0px;
}

div.mod-tab div.box-1 {
	padding: 15px 15px 10px 15px;
	border-top: 1px solid #245995;
}

div.mod-tab h3.header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 25px;
	padding: 0px 15px 0px 15px;
	background: #245995;
	line-height: 25px;
	font-size: 140%;
	letter-spacing: -1px;
}

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

div.mod-bold span {
	padding: 0px 10px 0px 10px;
	background: url(../images/module_bold_bg.png) 0 0 repeat;
	line-height: 150%;
	font-size: 400%;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

div.mod-bold h3.header {
	display: none;
}