/* CALVIN MAROON #660000 */
/* CALVIN RED #993333 */
/* CALVIN "DARK" GOLD #FBB510 */

/* HEADINGS */
h1 {
	color: #333333;
	}
h2 {
	color:#FBB510;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBB510;
	}
h3 {
	color: #993333;
	}
h5 { 
	color: #993333;
	}
h6 { 
	color: #993333;
	}

#homepage a {
	color: #993333;
	text-decoration: none;
}

#header {
	color: #FFFFFF;
	background: #993333 url(../images/background-header-calvin.jpg) no-repeat 0px 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	position: relative;
	height: 170px;
}

#header ul li.default {
	background: #333;
	}

#header ul li.calvin {
	background: #660000;
	}

/* 
Logo Image Replacement technique is from CSS: Mastery (page 235-236) by Andy Budd.
Pixy-Style Rollover technique is from CSS: Mastery (page 78-79) by Andy Budd. 
*/

#nameplate-rivalry {
	float: left;
	background: transparent;
}

h1#nameplate-rivalry {
	display: block;
	margin: 0;
	background: transparent url(/images/nameplate-rivalry-calvin.png) no-repeat right top; /* The Calvin Rivalry logo */
	border: none;
	text-indent: -9999px; /* Move text link off-screen */
	text-decoration: none;
	float: left;
}

h1#nameplate-rivalry a {
	display: block;
	width: 228px;
	height: 150px;
	background: transparent url(/images/images/nameplate-rivalry-calvin.png) no-repeat left top; /* The Calvin Rivalry logo */
	border: none;
}

.box h3 {
	color: #993333;
}
#tv {
	width:250px;
	height:170px;
	background:url(/images/homepage-tv-calvin-small.jpg) top left no-repeat;
	text-indent: -9999px;
}