/*************************************************/
/* 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:#5B7D8A;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
}


/* Top menu */

#menu {
	background-color:#66B3B2;
}

ul#nav li {
	width:110px; /* 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:#DFEEE3;
	color:#000;
}


.blurb h1 strong, .article h1 strong  {
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}


/* left column */

#leftcol {
	background-color:#F5F4E0;
		border-right:1px solid #F3DEAC;
	border-bottom:1px solid #F3DEAC;
}



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

.sidebar {
	background-color:#DFEEE3;
	width:215px;
}



/* footer */

#footer {
	background-color:#66B3B2;
	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:#EEEEEE;
	padding:3px;
	margin:0 0 5px 0;
}


.pub_nav {
	font-size:11px;
	margin-bottom:0px;
	position:relative;
	top:-8px;
}
.pub_nav .current_page {
	font-weight:bold;
	background-color:#F8C825;
	padding:1px;
}