/* @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: #d8d8d8;
	background-image: url(../core_images/BG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

a{ color: #363636; }

	a.small { color: #ad2c91; }

	a.more { color: #af2798; }
	
	a.classic { color: #af2798; }

/************/
/*   Logo   */
/************/

div#logo { }

/******************/
/*   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); }

/* Full showcase 1 */

a.showcase_link1 { background: url(../classic_images/SC_home_title1.png) no-repeat; }
	
a.moreinfo1 { background-image: url(../classic_images/SC_home_more1.png); }

/* Full showcase 2 */

a.showcase_link2 { background: url(../classic_images/SC_home_title2.png) no-repeat; }
	
a.moreinfo2 { background-image: url(../classic_images/SC_home_more2.png); }

/* Full showcase 3 */

a.showcase_link3 { background: url(../classic_images/SC_home_title3.png) no-repeat; }
	
a.moreinfo3 { background-image: url(../classic_images/SC_home_more3.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); }

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px 5px;
	padding-left:-60px;
	color: #20130d;
	text-align: center;
	text-decoration: none;
	z-index: 12}
	
#sddm li a:hover
{ color:#000 }

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #eee;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 9px 14px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #eee;
		color: #20130d;
		font: 11px arial}

	#sddm div a:hover
	{	background: #384e59;
		color: #FFF}