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

/* reset styling */
@import url(reset.css);
 
/* layout styling */
@import url(layout.css);

/* typography styling */
@import url(typography.css);

/* menu styling */
@import url(menus.css);

/* module styling */
@import url(modules.css);

/* Joomla core styling */
@import url(joomla.css);

/* Third party extensions styling */
@import url(extensions.css);

/* Custom GoogleSearch Component styling */
div.googleSearch_cse input.inputbox {
	font-family: Verdana;
	font-size: 12pt;
	font-style: italic;
}
div.googleSearch_cse input.button {
	font-family: "Arial Bold";
	font-size: 12pt;
	margin-left: 4px;
}
div.googleSearch_cse {
	background: #33FF66;
}

/* Custom GoogleSearch Module styling */
div.mod_googleSearch_cse input.inputbox {
	font-family: Verdana;
	font-size: 12pt;
	font-style: italic;
}
div.mod_googleSearch_cse input.button {
	font-family: "Arial Bold";
	font-size: 12pt;
	margin-top: 6px;
}
div.mod_googleSearch_cse {
	background: #33FF66;
}
