/* @override 
	http://fct.letitweb.es/sites/all/themes/mahakaruna/css/page-backgrounds.css?lvubzj
	http://fct.letitweb.es/sites/all/themes/mahakaruna/css/page-backgrounds.css?lvuiec
	http://fct.letitweb.es/sites/all/themes/mahakaruna/css/page-backgrounds.css?lvw42f
	http://fct.letitweb.es/sites/all/themes/mahakaruna/css/page-backgrounds.css?lvzl68
	http://fct.letitweb.es/sites/all/themes/mahakaruna/css/page-backgrounds.css?lvzshr
	http://fct.letitweb.es/sites/all/themes/mahakaruna/css/page-backgrounds.css?lw8yfs
	http://fct.letitweb.es/sites/all/themes/mahakaruna/css/page-backgrounds.css?m0m755
	http://casadeltibetbcn.org/sites/all/themes/mahakaruna/css/page-backgrounds.css?m60hiu
*/

/**
 * @file
 * Page Background Styling
 *
 * The default layout method of Zen doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 */


body {
	background: url(/sites/all/themes/mahakaruna/images/body_background.png) center top;
}

#page-wrapper {
}

#page {
}

#header {
	background: url(/sites/all/themes/mahakaruna/images/header_background.png) repeat-x;
}

#header .section #header-main {
	background: url(/sites/all/themes/mahakaruna/images/inner_header_background_top.jpg) no-repeat;
}

#header .section{
	background: url(/sites/all/themes/mahakaruna/images/inner_header_background_bot.png) no-repeat 0 bottom;
}


#main-wrapper {
}

#main {
	background: url(/sites/all/themes/mahakaruna/images/main_background.png) repeat-y;

}

#page-bottom {
	background: url(/sites/all/themes/mahakaruna/images/page-bottom_background.png) no-repeat;
}

#page-footer {
	background: url(/sites/all/themes/mahakaruna/images/page-footer_background.png) repeat-y;
}

.region-footer .block{
	background-color: #e9e9e9;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;

}

#page-footer-blocks {
	background: #e9e9e9;
}

.fb-social-likebox-plugin iframe{
	background-color: #ffffff;
}

#footer {
	background: #6f0f18;
	border-top: 1px solid #59131a;
}

#footer-bottom {
	background-color: #000;
}
/* Fixed height footer */

/*#footer {
	background: url(/sites/all/themes/mahakaruna/images/footer_background.png) repeat-x;
}*/