/* this is the stylesheet for the purple 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/purple.jpg);
}

#content {
  	border-color: #8328cd;
  }
  
#featurebox h3 {
  	color: #8328cd;
}

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

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

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

.artistbox {
  	color: #8328cd;
}

 a:link, a:visited {
 	color: #8328cd;
 }
 
 #content h2.title {

 	color: #8328cd;
 }
 
 div.projectbody {
 	color: #8328cd;
 }
 
 #content .box2 h3.projecttitle {
 	color: #8328cd;
 }
 
 .newsnav h4.more {
  	background-color: #8328cd;
  }
  
  