/*--------------------------------------------------------------
# Aumi - August 2008 (for Joomla 1.5)
# Copyright (C) 2007-2008 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
---------------------------------------------------------------*/

/*                     -------------STYLE1--------------- 
----------------------------------------------------------------------------------*/

/* template_css.css 
----------------------------------------------------------------------------------*/
a:link,
a:visited,
a:active {
	color: #2978b0;
}
div#footer_wrap a {
	color: #fff;
}
#memberarea input.button:hover {
	color: #2978b0;
}
#user_position-3 div.moduletable h3,
#user_position-1 div.moduletable h3 {
	color: #2978b0;
}
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #2978b0;
}
ul.menu li.active a {
	color: #2978b0;
}
/* joomla_classes.css 
----------------------------------------------------------------------------------*/
h2.contentheading,
.contentheading,
.componentheading {
	color: #2978b0;
	border-bottom: 1px dotted #DEDCD4;
}
a.readon,
#content_wrap .button,
#content_wrap .validate,
#content_wrap a.button,
.button,
.validate,
a.button {
	color: #333;
}
a.readon:hover,
a.readon:active,
a.readon:focus,
#content_wrap .button:hover,
#content_wrap a:hover.button {
	color: #2978B0;
}
.button:hover,
a:hover.button {
	color: #2978B0;
}
/* suckerfish.css 
----------------------------------------------------------------------------------*/
#horiz-menu li.level1 a:hover {
	color: #3491D3 !important;
}
/* gk_stuff.css
-----------------------------------------------------------------------------------*/

/* News Image 1 */

h4.gk_news_show_news_header,
h4.gk_news_show_news_header a {
	color: #3491d3;
}
div.gk_round .readon:hover {	
	color: #3491d3;
}
/* typohraphy.css
-----------------------------------------------------------------------------------*/
pre,
.code {
	background-color:#EDECEC;
	border-left:5px solid #2978B0;
	color: #2978B0;
}
.info {
	background:transparent url('../images/icons/info.gif') no-repeat left top;
	color:#6F95B7;
}
.warning {
	background:transparent url('../images/icons/warning.gif') no-repeat left top;
	color:#cc0000;
}
.tips {
	background:transparent url('../images/icons/tips.gif') no-repeat left top;
	color:#E98B05;
}
.date {
	background:transparent url('../images/icons/date.gif') no-repeat left top;
	color:#35cc00;
}
.highlight-1 {
	background:#ffffda;
}
.highlight-2 {
	background:#f1f1f1;
}
.highlight-3 {
	background:#2978B0;
	color: #fff;
}
.highlight-4 {
	background:#333;
	color: #fff;
}
span.clear {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #999;
}
span.clear-1 {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #666;
}
span.clear-2 {
	border-top: 1px solid #2978B0;
	border-bottom: 1px solid #2978B0;
	color: #2978B0;
}
span.color {
	color: #666;
}
span.color-1 {
	color: #2978B0;
}
span.color-2 {
	border-left: 2px solid #666;
	color: #666;
}
span.color-3 {
	border-left: 2px solid #2978B0;
	color: #2978B0;
}
span.color-4 {
	border-top: 1px solid #2978B0;
	border-bottom: 1px solid #2978B0;
	background: #2978B0;
	color: #fff;
}
span.color-5 {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: #f5f5f5;
	color: #333;
}
span.color-6 {
	border-top: 1px solid #e9e9a1;
	border-bottom: 1px solid #e9e9a1;
	background: #FFFFDA;
	color: #333;
}
span.color-7 {
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	background: #5c5c5c;
	color: #fff;
}