/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * This CSS file is for customization purpose only
 *
 * To make it easier to update a YOOtheme template to the latest version use
 * this custom.css file for small CSS modifications.
 *
 * How it works:
 * For example if you want to change a color which is applied in layout.css
 * just copy the original styling into this file right after the commented
 * section. Do this for all CSS modifications.
 *
 * In case you have to update the template save the custom.css file on your computer.
 * De-install and re-install the updated template version. And copy your saved
 * custom.css file back in place. Now compare your modification with the new CSS
 * files and make sure they are working.
 *
 * To load this file when Gzip is enabled in the template parameters do the following:
 * Open css/template.css.php and take a look at the last line. Uncomment follwing line:
 * // include(PATH_ROOT . 'custom.css');
 *
 * To load this file when Gzip is disabled in the template parameters do the following:
 * Open lib/php/yootools.php and take a look at line 100. Uncomment follwing line:
 * // $document->addStyleSheet($baseurl.'/css/custom.css');
 *
 */ 



/*
 * layout.css
 */
div#top {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;  
	background: url(../images/top_bg.png) 0 100% repeat-x;
	height: 265px;
}

div.middle-b {
	padding: 15px 30px 15px 30px;
	background: url(../images/middle_bg_b.png) 0 100% repeat-x;	
}

.article a { font-weight: bold; }

div#footer {
	position: relative;
	width: auto;
	font-size: 9px; }

/*
 * general.css
 */

.componentheading {
	font-weight: normal;
	color: #c89620;
}


/*
 * menus.css
 */
.email_menu{ float: right; background-image: url(../images/EmailButton_1.png);
width: 115px;
height: 28px;
background-repeat: no-repeat;
 }


/*
 * modules.css
 */



/*
 * joomla.css
 */

/* div.joomla div.item {
	margin-bottom: 15px;
	
	background-color: #feffef;
	border: 1px groove #c1c1c1;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
} */
 
 
div.joomla div.item {
	margin-bottom: 5px;
	
	background: #fcfdfe url(../images/module_rounded_bg.png) 0 100% repeat-x;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}


/*
 * extensions.css
 */

#top div.blank-h div.yoo-scroller {
	margin-bottom: -10px;
}

/*
 * [color]-[specific].css
 * Place here your color specific CSS changes depending on your choosen color variation
 */



/*
 * ie7hacks.css
 * use IE7 browser hacks to apply the styling only to IE7
 * For example: Star-Plus-HTML-Hack: *:first-child+html #YOURSELECTOR { attribute:value; }
 */



/*
 * ie6hacks.css
 * Use IE6 browser hacks to apply the styling only to IE6
 * For example: Star-HTML-Hack: * html #YOURSELECTOR { attribute:value; }
 */
 
