/*

 Title:	primary.css

  Date:	2009-07-10

Author: Erik Mueller-Harder, Vermont Softworks

 Notes:
		Styles in this sheet layer on over the styles set in layout.css, and apply only to blocks marked as "primary" class, and their descendents.
		
		Currently this defines a predominantly green-on-white motif, with highlights of gray and orange.

*/


div.primary {

}

/* headings
   --------------------------------------------	*/
div.primary h3,
div.primary h5 {
	color: #cc6600;
}

div.primary h4,
div.primary h6 {
	color: #376028;
}

div.primary .box h3,
div.primary .box h4,
div.primary .box h5 {
	background: #cccccc;
}


/* shaded boxes
   --------------------------------------------	*/
div.primary .box {
	background:#ddd;
}


/* graphics
   --------------------------------------------	*/
div.primary .gfx {
	background-color: #ddd;
}

/* spans of various sorts
   --------------------------------------------	*/
.primary .artist {
	font-size: 80%;
	color: #cc6600;
}

.primary .composer {
    color: #cc6600;
}

.primary .title {
    color: #376028;
}


