/*@override
http://localhost:8888/ThemeForrest/Websites/Wicked_clean/www/core/css/trendy.css

In this fil you will find the special styles for the choosen colour/type
*****************
Site basics
******************/
BODY
{
	background-color: #F1F1F1;
}
A
{
	color: #363636;
}
A.small
{
	color: #AD2C91;
}
A.more
{
	color: #AF2798;
}
A.classic
{
	color: #AF2798;
}
/***********
Logo
***********/
DIV#logo
{
	background: url(classic_images/logo.png) no-repeat;
}
/*****************
Navigation
****************
On states*/
DIV#nav.home UL LI A#home
{
	color: #363636;
}
DIV#nav.about UL LI A#about
{
	color: #363636;
}
DIV#nav.portfolio UL LI A#portfolio
{
	color: #363636;
}
DIV#nav.blog UL LI A#blog
{
	color: #363636;
}
DIV#nav.contact UL LI A#contact
{
	color: #363636;
}
/****************
Showcases
***************
Full showcase*/
BUTTON.prev
{
	background: url(classic_images/prev.png) no-repeat;
}
BUTTON.next
{
	background: url(classic_images/next.png) no-repeat;
}
A.showcase_link
{
	background: url(classic_images/SC_home_title.png) no-repeat;
}
A.moreinfo
{
	background-image: url(classic_images/SC_home_more.png);
}
/*Mini showcase*/
BUTTON.prev_mini
{
	background: url(classic_images/prev.png) no-repeat;
}
BUTTON.next_mini
{
	background: url(classic_images/next.png) no-repeat;
}
/*Product showcase*/
BUTTON.prev_product
{
	background: url(classic_images/prev.png) no-repeat;
}
BUTTON.next_product
{
	background: url(classic_images/next.png) no-repeat;
}
H3 A
{
	background-image: url(classic_images/BG_product_name.jpg);
}
/***********
Home
**********
JFlow homepage*/
SPAN.jFlowControl
{
	background-image: url(classic_images/JFlow_default.png);
}
SPAN.jFlowControl.jFlowSelected
{
	background-image: url(classic_images/JFlow_selected.png);
}
/**************
Contact
**************/
INPUT#submit
{
	background-image: url(classic_images/B_big.png);
}
