/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * layout
 */

div#toolbar div.toolbar-l {
	width: 400px;
}

div#headerbar div.headerbar-m {
	width: 530px;
} 

div#date {
	line-height: 160%;
}
 
div#styleswitcher a {
	cursor: pointer;  
}

div#banner {
	right: -140px;
	width: 120px;
}

div#middle .background {
	 
	height: 200px;  
}

div#footer {
	height: 50px;  
	zoom: 1;  
}

/*
 * menus
 */

div#menu li.fancy {
	width: 0px;
}

div#menu ul.menu ul {
	background: url(../images/menu_dropdown_bg_ie6.png) 0 100% no-repeat;
}

div#menu li.level1 li a, div#menu li.level1 li span.separator{
	background: #282B2D url(../images/menu_level2_item_ie6.png) 100% 0 no-repeat;
}

div#middle ul.menu a, div#middle ul.menu span.separator {
	background: #ffffff url(../images/submenu_l_item_ie6.png) 0 0 no-repeat;
}

div#right ul.menu a, div#right ul.menu span.separator {
	background: #ffffff url(../images/submenu_r_item_ie6.png) 0 0 no-repeat;
}

/*
 * modules
 */

 
#toolbar div.module {
	width: 0px;
}

#headerbar div.module {
	width: 0px;
	height: 60px;
}

#toolbar div.mod-blank div.module,
#headerbar div.mod-blank div.module {
	overflow: visible;
}

/* blank */
div.mod-blank div.module {
	/* zoom: 1; */  
}

/* rounded */
div.mod-rounded div.module { background-image: url(../images/module_rounded_black_br_ie6.png); }
div.mod-rounded div.module-2 { background-image: url(../images/module_rounded_black_tr_ie6.png); }
div.mod-rounded div.module-3 { background-image: url(../images/module_rounded_black_bl_ie6.png); }
div.mod-rounded div.module-4 { background-image: url(../images/module_rounded_black_tl_ie6.png); }

#middle div.mod-rounded div.module { background-image: url(../images/module_rounded_white_br_ie6.png); }
#middle div.mod-rounded div.module-2 { background-image: url(../images/module_rounded_white_tr_ie6.png); }
#middle div.mod-rounded div.module-3 { background-image: url(../images/module_rounded_white_bl_ie6.png); }
#middle div.mod-rounded div.module-4 { background-image: url(../images/module_rounded_white_tl_ie6.png); }

.frontpage-black #middle div.mod-rounded div.module { background-image: url(../images/module_rounded_black_br_ie6.png); }
.frontpage-black #middle div.mod-rounded div.module-2 { background-image: url(../images/module_rounded_black_tr_ie6.png); }
.frontpage-black #middle div.mod-rounded div.module-3 { background-image: url(../images/module_rounded_black_bl_ie6.png); }
.frontpage-black #middle div.mod-rounded div.module-4 { background-image: url(../images/module_rounded_black_tl_ie6.png); }

div.mod-rounded div.module-3 {
	zoom:1;
}

div.mod-rounded div.module-5 {
	height: 80px;  
}

div.mod-rounded div.module div.module-5 {
	background: none;
}

/* header */
div.mod-header h3.module {
	zoom: 1;
}

div.mod-header span.module-2 {
	zoom: 1;
}

/* bubble */
div.mod-bubble div.module-3 {
	zoom: 1;
}

div.mod-bubble div.module-4 {
	height: 81px;  
}

div.mod-bubble div.module-5 {
	zoom: 1;
}

/* tab */
div.mod-tab div.module-3 {
	zoom:1;
}

div.mod-tab div.module-5 {
	height: 20px;
	overflow: visible;
}

div.mod-tab div.header-container-1 {
	width: 0px;
	white-space: nowrap;
	overflow: visible;
}

div.mod-tab div.header-container-2 {
	zoom: 1;  
}

div.mod-tab h3.module {
	overflow: hidden;
}

div.mod-tab div.header-l {
	overflow: hidden;
}

div.mod-tab div.header-r {
	overflow: hidden;
}

/*
 * joomla
 */
 
div#yoo-search input {
	width: 88px;
}


/* link fix for transparent background image */
a.readmore, a.readon {
	cursor: pointer;
}

/*
 * typography
 */
 
ol.disc {
	padding: 0px 0px 0px 32px;
}

ul.arrow li { background: url(../images/list_arrow_ie6.png) 0 0 no-repeat; }
ul.arrow-big li { background: url(../images/list_arrow_big_ie6.png) 0 0 no-repeat; }
ul.checkbox li { background: url(../images/list_checkbox_ie6.png) 0 0 no-repeat; }
ul.checkbox-big li { background: url(../images/list_checkbox_big_ie6.png) 0 0 no-repeat; }
ul.check li { background: url(../images/list_check_ie6.png) 0 0 no-repeat; }
ul.check-big li { background: url(../images/list_check_big_ie6.png) 0 0 no-repeat; }
ul.star li { background: url(../images/list_star_ie6.png) 0 0 no-repeat; }
ul.star-big li { background: url(../images/list_star_big_ie6.png) 0 0 no-repeat; }
ul.plus li { background: url(../images/list_plus_ie6.png) 0 0 no-repeat; }
ul.plus-big li { background: url(../images/list_plus_big_ie6.png) 0 0 no-repeat; }

ol.disc {
	background: url(../images/list_disc_ie6.png) 0 0 repeat-y;
}

ol.disc-big {
	background: url(../images/list_disc_big_ie6.png) 0 0 repeat-y;
}

blockquote.quotation {
	background: url(../images/blockquote_start_ie6.png) 0 0 no-repeat;
}

blockquote.quotation p {
	background: url(../images/blockquote_end_ie6.png) 100% 100% no-repeat;
}

blockquote.quotation-big {
	background: url(../images/blockquote_big_start_ie6.png) 0 0 no-repeat;
}

blockquote.quotation-big p {
	background: url(../images/blockquote_big_end_ie6.png) 100% 100% no-repeat;
}

/*
 * extensions
 */


