/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 -2011 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */

/* typography.css */
body {
	background-image:url(../images/styles/style1/bg.png);}

	
/* general.css */	
#header {
	background-image:url(../images/styles/style1/header.png)}

#copyright {
	background-image:url(../images/styles/style1/copyright.png);}
	

#topmenu ul.menu li a {
	color:#7D2D2D;}
	#topmenu ul.menu li.active a,
	#topmenu ul.menu li a:hover {
		color:#C05151;}
		
 
 /* modules.css */	
.col-module-header,
.col-module-header-r {
	background-image:url(../images/styles/style1/col-module-header.png)}

.col-module h3 span {
	color:#7D2D2D;}

.col-module-style1 h3 span {
	color:#275C6D;}
					
#showcase .moduletable h3.mod-title span{
	color:#973C40;}

#footer .moduletable h3.mod-title span {
	color:#2C6E6F;}	
	
	
		
 /* forms.css */
button,
input.button,
a.button {
	background:#210808;
	background: -moz-linear-gradient(100% 100% 90deg, #210808, #4B1212);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4B1212), to(#210808));
	border-color:#5F1C19;}
	
button:hover,
input.button:hover,
a.button:hover {
	border-color:#73221E;}
		
button:focus,
input.button:focus,
a.button:focus{ 
	background:#210808;}
	
		
		
/* mod ice tabs candy */
.ice-tabs-candy .ice-next, 
.ice-tabs-candy .ice-previous {
	background-image:url(../images/styles/style1/arrows.png)}