/* overall header style */

#header
{
	border-bottom: 1px solid #999;
	font-weight: bold;
}


/* top utilities */

#utilLinks
{
text-align: right;
color: #999;
background-color: #eee;
border-bottom: 1px solid #933;
font-size: 10px;
line-height: 12px;
padding: 2px 4px;
}

/* logo type and background*/
#name
{
	background-color: #900;
	font-size: 40px;
	line-height: 40px;
	font-family: georgia, palatino, times, serif;
	padding: 10px;
	color: #fff;
	text-shadow: #000 2px 2px 4px;
	border-bottom: 1px solid #c33;
}

.back1
{
	background-image: url(http://www.miamihawktalk.com/css/img/story-head1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.back2
{
	background-image: url(http://www.miamihawktalk.com/css/img/story-head2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.back3
{
	background-image: url(http://www.miamihawktalk.com/css/img/story-head3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.back4
{
	background-image: url(http://www.miamihawktalk.com/css/img/story-head4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.back5
{
	background-image: url(http://www.miamihawktalk.com/css/img/story-head5.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* main menu bar */

* html #primNav /* IE-specific styles */
{
height:17px;
he\ight: 17px;
}

#primNav, #secNav
{
	border-top: 1px solid #999;
	color: #666;
	padding: 0 5px;
	margin: 0;
	letter-spacing: 1px;
	font-size: 10px;
	height: 15px;
	font-weight: bold;
	text-transform: lowercase;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
}


#secNav
{
background-color: #eee;
}

* html div.navitem /* IE-specific styles */
{
top: 2px;
t\op: 2px;
}

div.navitem
{
	margin: 0;
	display: inline;
	position: relative;
	padding: 2px 5px;
	vertical-align: top;
	top: 2px;
}

div.select
{
	background-color: #c66;
	background-image: url(http://www.miamihawktalk.com/css/img/menu-select.gif);
	background-repeat: repeat-x;
}

div.navitem.select a:link, div.navitem.select a:visited
{
	color: #fff;
}

#primNav div.navitem:hover, #primNav div.navitem:visited:hover, #primNav div.over
{
	background-color: #666;
	color: #fff;
	background-image: url(http://www.miamihawktalk.com/css/img/menu-hover.gif);
	background-repeat: repeat-x;
}

#secNav div.navitem:hover, #secNav div.navitem:visited:hover, #secNav div.over
{
	background-color: #ccc;
	color: #666;
	background-image: url(http://www.miamihawktalk.com/css/img/menu-hover-secondary.gif);
	background-repeat: repeat-x;
}

div.navitem a:link, div.navitem a:visited
{
	color: #666;
	text-decoration: none;
}

div.navitem a:link:hover, div.navitem a:visited:hover
{
	background-color: transparent;
	color: #fff;
}

#secNav div.navitem a:link:hover, #secNav div.navitem a:visited:hover
{
	background-color: transparent;
	color: #333;
}
