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

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

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

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

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

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

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

div#menubar {
	background: #637246 url(../../images/lightgreen/menubar_l.png) 0 0 no-repeat;
}

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

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

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

div#middle {
	background: #ffffff url(../../images/lightgreen/wrapper_white_tl.png) 0 0 no-repeat;
}

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

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

.frontpage-black div#middle div.middle-tr { background: url(../../images/lightgreen/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/lightgreen/wrapper_white_bl.png) 0 100% no-repeat;
}

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

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

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

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

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

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

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

div#footer {
	background-color: #ADC86F;
	clear: both;
    color: #FFFFFF;
    margin: -10px;
    min-height: 50px;
    padding: 10px 15px 0;
    text-align: center;
    width: auto;
}

#domain_title {
	font-size: 14px; 
	padding-top: 5px; 
	clear: both; 
	color: #000000; 
	width: 280px; 
	text-align: center; 
	/*text-shadow: 1px 1px 1px rgb(173, 200, 111), 1px 1px 2px rgba(0, 0, 0, 0.3); */
	font-weight: bold;
	
}
