/*************************************************/
/* This style sheet contains color scheme styles */
/* for the special section website.  All other   */
/* styles (structure, font styles, etc.) are in  */
/* www.themailtribune.com/special/global.css     */
/*************************************************/


/* links */
a:link, a:visited {
	color:#374A37;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}


/* Top menu */

#menu {
	background-color:#677f67;
}

ul#nav li {
	width:100px; /* change if menu boxes need to be longer/shorter */
}
ul#nav a, ul#nav a:visited{
	color:#FFF;
}
ul#nav a:hover, ul#nav a:active {
	background-color:#374A37;
	color:#fff;
}



/* left column */

#leftcol {
	background-color:#CADDCA;
		border-right:1px solid #677f67;
	border-bottom:1px solid #677f67;
}



/* right sidebar (cover/advertiser links) */

.sidebar {
	background-color:#CADDCA;
}



/* footer */

#footer {
	background-color:#677f67;
	color:#FFF;
}
#footer a:link,#footer a:visited {
	color:#EBEBEB;
}
#footer a:hover,#footer a:active {
	color:#FFF;
}


/* Page header for About/Archive/other pages */

h4 {
	color:#999999;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:4px;
	background-color:#E6EFE6;
	padding:3px;
	margin:0 0 5px 0;
}

h2 {
	text-transform:none;
	font-weight:bold;
}
