/* this is the stylesheet for the orange styles as an example 
there are 2 core colors (main color and a background tint) and the background image which will be able to be set by the admin */

body {
	background-image: url(/img/home-bg.jpg);
}

#content {
  	border-color: #f30;
  }
  
#featurebox h3 {
  	color: #f30;
}

.box1, .box2, .box3 {
	border-top-color: #f30;
	border-bottom-color: #f30;
}

.box1, .box3 {
  	background-color: #f5b97d;
}

.box2 .col1 li.cur {
  	color: #f30;
}
  
.main2 .col1 {
  	color: #f30;
}

.artistbox {
  	color: #f30;
}

 a:link, a:visited {
 	color: #f30;
 }
 
 
 
 div.projectbody {
 	color: #f30;
 }
 
 #content .box2 h3.projecttitle {
 	color: #f30;
 }
 
  .newsnav h4.more {
  	background-color: #f30;
  }
  
  .tt {
  	color: #f30;
  	border:1px solid #f30;
  	background-color: #f5b97d;
  }