/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * module headers
 */

/* reset header for all modules */
div.module h3.module {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 120%;
	color: #323232;
	font-weight: normal;
}

/* header span's */
div.module span.module-2,
div.module span.module-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; /* ie6png:scale */
	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; /* ie6png:scale */
	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; /* ie6png:scale */
	z-index: 1;
}

/*
 * module: blank
 */
 
div.mod-blank div.module {
	overflow: hidden;
}

div.mod-blank h3.module {
	height: 20px;
	line-height: 20px;
}

/*
 * module: transwhite
 */
 
div.mod-transwhite div.module-t {
	height: 10px;
	background: url(../images/module_transwhite_border.png) 0 0 repeat-x; /* ie6png:scale */
}

div.mod-transwhite div.module-l {
	background: url(../images/module_transwhite_border.png) 0 0 repeat-y;
	overflow: hidden;
}

div.mod-transwhite div.module-r {
	padding: 0px 10px 0px 10px;
	background: url(../images/module_transwhite_border.png) 100% 0 repeat-y;
}

div.mod-transwhite div.module-m {
	padding: 5px 5px 5px 5px;
	background: url(../images/module_transwhite_bg.png) 0 0 repeat; /* ie6png:scale */
	color: #ffffff;
}

div.mod-transwhite div.module-l-ie6,
div.mod-transwhite div.module-r-ie6 {
	display: none;
}

div.mod-transwhite div.module-b {
	height: 10px;
	background: url(../images/module_transwhite_border.png) 0 0 repeat-x; /* ie6png:scale */
}

div.mod-transwhite h3.module {
	margin: 0px 0px 5px 0px;
	font-size: 140%;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #ffffff;
}

/*
 * module: transblack
 */
 
div.mod-transblack div.module-t {
	height: 10px;
	background: url(../images/module_transblack_border.png) 0 0 repeat-x; /* ie6png:scale */
}

div.mod-transblack div.module-l {
	background: url(../images/module_transblack_border.png) 0 0 repeat-y;
	overflow: hidden;
}

div.mod-transblack div.module-r {
	padding: 0px 10px 0px 10px;
	background: url(../images/module_transblack_border.png) 100% 0 repeat-y;
}

div.mod-transblack div.module-m {
	padding: 5px 5px 5px 5px;
	background: url(../images/module_transblack_bg.png) 0 0 repeat;
	color: #ffffff;
}

div.mod-transblack div.module-l-ie6,
div.mod-transblack div.module-r-ie6 {
	display: none;
}

div.mod-transblack div.module-b {
	height: 10px;
	background: url(../images/module_transblack_border.png) 0 0 repeat-x; /* ie6png:scale */
}

div.mod-transblack h3.module {
	margin: 0px 0px 5px 0px;
	font-size: 140%;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #ffffff;
}

/*
 * module: border
 */
 
div.mod-border div.module {
	border: 1px solid #DCDCDC;
	background: #ffffff;
	overflow: hidden;
}

div.mod-border div.module-2 {
	padding: 10px 15px 10px 15px;
	overflow: hidden;
}

div.mod-border h3.module {
	margin: 0px 0px 5px 0px;
	font-size: 140%;
	letter-spacing: -1px;
	text-transform: uppercase;
}

/*
 * module: dotted
 */
 
div.mod-dotted div.module {
}

div.mod-dotted div.module-2 {
	padding: 0px 5px 10px 5px;
	overflow: hidden;
}

div.mod-dotted h3.module {
	margin: 0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	background: url(../images/module_dotted_header.png) 0 100% repeat-x;
	font-size: 140%;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*
 * module: paper
 */
 
div.mod-paper div.module-l {
	background: url(../images/module_paper_border.png) 0 0 repeat-y;
	overflow: hidden;
}

div.mod-paper div.module-r {
	padding: 0px 1px 0px 1px;
	border-top: 1px solid #E6E6E6;
	background: url(../images/module_paper_border.png) 100% 0 repeat-y;
}

div.mod-paper div.module-m {
	padding: 14px 14px 15px 14px;
	background: #FAFDFF url(../images/module_paper_bg.png) 0 100% repeat-x;
}

div.mod-paper div.module-l-ie6,
div.mod-paper div.module-r-ie6 {
	display: none;
}

div.mod-paper div.module-container-b {
	padding: 0px 8px 0px 8px;
	position: relative;
}

div.mod-paper div.module-b {
	height: 8px;
	background: url(../images/module_paper_b.png) 0 0 repeat-x; /* ie6png:scale */
}

div.mod-paper div.module-bl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 8px;
	background: url(../images/module_paper_bl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-paper div.module-br {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 8px;
	height: 8px;
	background: url(../images/module_paper_br.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-paper h3.module {
	height: 35px;
	margin: -15px -15px 5px -15px;
	background: url(../images/module_paper_header.png) 0 0 repeat-x;
	font-size: 140%;
	line-height: 32px;
	text-indent: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #ffffff;
}

/* menu */
div.mod-menu div.module {
}

div.mod-menu div.module h3.module {
}


/*
 * module: postit
 */
 
div.mod-postit div.module-l {
	background: url(../images/module_postit_border.png) 0 0 repeat-y;
	overflow: hidden;
}

div.mod-postit div.module-r {
	padding: 0px 1px 0px 1px;
	border-top: 1px solid #F2F2F2;
	background: url(../images/module_postit_border.png) 100% 0 repeat-y;
}

div.mod-postit div.module-m {
	padding: 15px 15px 0px 15px;
	background: #FFFFAA;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}

div.mod-postit div.module-l-ie6,
div.mod-postit div.module-r-ie6 {
	display: none;
}

div.mod-postit div.module-container-b {
	padding: 0px 90px 0px 60px;
	position: relative;
}

div.mod-postit div.module-b {
	height: 40px;
	background: url(../images/module_postit_b.png) 0 0 repeat-x; /* ie6png:scale */
}

div.mod-postit div.module-bl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 40px;
	background: url(../images/module_postit_bl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-postit div.module-br {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 90px;
	height: 40px;
	background: url(../images/module_postit_br.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-postit h3.module {
	height: 35px;
	margin: -16px -16px 5px -16px;
	background: #FFFFDA;
	font-size: 140%;
	line-height: 35px;
	text-indent: 15px;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}

/*
 * 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; /* ie6png:scale */
	z-index: 1;
}

div.mod-polaroid div.module-2 {
	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.module-3 {
	margin-bottom: 5px;
	background: #000000;
}

div.mod-polaroid div.module-4 {
	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.module-container-b {
	padding: 0px 70px 0px 70px;
	position: relative;
}

div.mod-polaroid div.module-b {
	height: 5px;
	background: url(../images/module_polaroid_b.png) 0 0 repeat-x; /* ie6png:scale */
}

div.mod-polaroid div.module-bl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 5px;
	background: url(../images/module_polaroid_bl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-polaroid div.module-br {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 70px;
	height: 5px;
	background: url(../images/module_polaroid_br.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-polaroid h3.module {
	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;
}
