/* CSS Document ********************************************
Standard Theme - Morning by Morning  

The intent of this style sheet is essentially to format those items 
which comprise the variable elements of the look and feel. These
would include such items as colors, backgrounds, and fonts. 
Some critical layout items such as margin above the banner
are intentionally coded in the html to help ensure they are not
changed.

Note: Not sure how far I'll be able to get with this given time constraints,
 so I'm planting a seed in that a repository now exists for this to occur, 
 and the class is installed in the html body tag. 
 
 The approach would be to migrate key elements of the look and 
 feel (remember those corner images) to this css file and then 
 create additional versions with different attributes. That way,
 you could swap out css files programatically to create personalized
 color themes. 
 
 Notice I said themes. You would have to take the  time to develop 
 multiple themes consisting of specific, compatible color sets to 
 achieve a quality result.
*************************************************************/

/* background and corner images must match */
.stdtheme {
	background-color: #9CADC6;
}

body.stdtheme {
	margin-top: 7px;
}