/*
	"Winter" theme
	
	This file contains COLOR THEME styles only.
	The primary css style sheet is called "main.css"


		
*/	
	
body {
	background-color: #ddd; /* Winter */
	color: #345; /* Winter */
	}

img.rotc {
	border: 2px solid #345;
	}

a:link, a:visited {
	color: #345; /* Winter */
	}

a:active, a:hover {
	color: #789; /* Winter */
	}

h1 a:link, h1 a:visited	{
	background: transparent url(msthd.gif) top left no-repeat;
	}
	
h1 a:hover	{
	background: transparent url(msthd.gif) 0 -50px no-repeat;
	}

div#wrapper	{
	background: transparent url(bg.gif) top center repeat-y;
	}

div#content	{
	background: transparent url(colbg.gif) top left repeat-y;
	}

div#nav ul#menu	{
	background: transparent url(nav.gif) top left no-repeat;
	}

#photomenu a:hover	{background: transparent url(nav.gif) 0 -29px no-repeat;}
#webmenu a:hover {background: transparent url(nav.gif) -166px -29px no-repeat;}
#contactmenu a:hover {background: transparent url(nav.gif) -385px -29px no-repeat;}
#waxmenu a:hover {background: transparent url(nav.gif) -542px -29px no-repeat;}

/* "You Are Here" stuff : <body id="foo"> */
body#photo #photomenu {background: transparent url(nav.gif) 0 -29px no-repeat;}
body#web #webmenu {background: transparent url(nav.gif) -166px -29px no-repeat;}
body#contact #contactmenu {background: transparent url(nav.gif) -385px -29px no-repeat;}
body#waxdrum #waxmenu {background: transparent url(nav.gif) -542px -29px no-repeat;}

div#sidebar h5 {
	color: #889; /* Winter */
	}

.thumb {
	width: 200px;
	height: 200px;
	background-image: url(ds.gif);
}

body#web .thumb {
	height: 150px;
	background-image: url(wds.gif);
}

p.fineprint {
	color: #889; /* Winter */
}

div#footer	{
	border-top: #eee 12px solid; /* Winter */
	border-bottom: #999 2px solid; /* Winter */
	background: #ccc; /* Winter */
	color: #345; /* Winter */
	}

div#box {
	background-color: #ddd; /* Winter */
}

img.map {
	border: #999 2px solid; /* Winter */
}

