/* CCC - CSS | Georgetown Colors & Images

Index
1. Colors
2. Images

---------------------

1. Colors
*/

div.headerinn {
	background:url(../images/header-bg.jpg) no-repeat #444a58; 
	/*just change the hex color at the end of this line to the proper BG color, the BG image should stay the same, just replace it on the server with the new BG image*/
}

ul.login li, ul.login li.custom {
	border-color: #595e69;
}

ul.nav a:link, ul.nav a:visited {
	color: #464f66;
}

ul.nav li.search input {
	border-color: #8d9098;
}

div.main h1 {
	color: #464f66;
}

div.pics label {
	color: #333843;
}

dl.toplistings dt {
	color: #5a73b2;
}

div.news dd li {
	color: #53699e;
}

dl.sponsored a {
	color: #778fca;
}

div.detail h1 {
	color: #444a58;
}

div.detail ul.address {
	color: #444a58;
}

div.detail ul.address a {
	color: #1a397f;
}

div.detail h3 a {
	color: #4f5d7f;
}

div.detail dl.detailimg dd a {
	color: #4f5d7f;
}

div.form p, div.form label, div.commentform ul.form li label, ul.form select {
	color: #444a58;
}

div.widgetarea h3.add {
	color: #ccc;
	/* you will want to change this along with the next one to a color that will contrast on the widget background color*/
}

div.widget h2 a span, div.widgetarea h3.add a span {
	color: #ccc
}

/* 
2. Images
*/

div.header h2 a {
	background:url(../images/hoyalogo.jpg) no-repeat;
	/*make sure to put the right file name in here for the logo*/
}