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

/*
 * Page
 */
 
body.yoopage {
	background: #3C3C3C;
}


div#toolbar {
	color: #670101;
}

div#toolbar div.toolbar-l {
	background: #191C1E url(../../images/black/toolbar_l.png) 0 0 no-repeat;
}

div#toolbar div.toolbar-r {
	background: url(../../images/black/toolbar_r.png) 100% 0 no-repeat;
}

div#headerbar div.headerbar-m {
	background: url(../../images/black/headerbar_m.png) 0 0 repeat-x;
}

div#headerbar div.headerbar-l {
	background: url(../../images/black/headerbar_l.png) 0 0 no-repeat;
}

div#headerbar div.headerbar-r {
	background: url(../../images/black/headerbar_r.png) 100% 0 no-repeat;
}

div#menubar {
	background: #f6efdd url(../../images/black/menubar_l.png) no-repeat 0 0;

}

div#menubar div.menubar-r {
	background: url(../../images/black/menubar_r.png) 100% 0 no-repeat;
}

div#top {
	background: #191C1E url(../../images/black/wrapper_black_bl.png) 0 100% no-repeat;
}

div#top div.top-br {
	background: url(../../images/black/wrapper_black_br.png) 100% 100% no-repeat;
}

div#middle {
	background: #f6efdd none no-repeat 0 0;
}

.frontpage-black div#middle { background: #191C1E url(../../images/black/background.png) no-repeat 0 0; }

div#middle div.middle-tr {
	background: url(../../images/black/wrapper_white_tr.png) 100% 0 no-repeat;
}

.frontpage-black div#middle div.middle-tr { background: url(../../images/black/wrapper_black_tr.png) 100% 0 no-repeat; }

#page div.no-top {
	background-image: none;
}

#page div.no-top div.middle-tr {
	background: none;
}

div#middle div.middle-bl {
	background: url(../../images/black/wrapper_white_bl.png) 0 100% no-repeat;
}

.frontpage-black div#middle div.middle-bl { background: url(../../images/black/wrapper_black_bl.png) 0 100% no-repeat; }

div#middle div.middle-br {
	background: url(../../images/black/wrapper_white_br.png) 100% 100% no-repeat;
}

.frontpage-black div#middle div.middle-br { background: url(../../images/black/wrapper_black_br.png) 100% 100% no-repeat; }

div#bottom {
	background: #191C1E url(../../images/black/wrapper_black_tl.png) 0 0 no-repeat;
}

div#bottom div.bottom-tr {
	background: url(../../images/black/wrapper_black_tr.png) 100% 0 no-repeat;
}

div#bottom div.bottom-bl {
	background: url(../../images/black/wrapper_black_bl.png) 0 100% no-repeat;
}

div#bottom div.bottom-br {
	background: url(../../images/black/wrapper_black_br.png) 100% 100% no-repeat;
}
