/*
	CSS for Northen Metal Fab, Inc.
	by Ken Neville (ken.neville@gmail.com)
	(c) 2007 - All Rights Reserved
*/

#headlines {
background-image: url(../assets/headlinesbg.gif);
background-repeat: no-repeat;
background-position: 0px -2px;
position: relative;
z-index: 9;
text-align: left;
width: 641px;
}

#latest_headlines {
height: 65px;
margin: 0px;
padding: 0px;
font-size: 11px;
letter-spacing: normal;
line-height: 125%;
color: #cdd3df;
font-family: Arial,sans-serif;
text-align: left;
}

#latest_headlines li {
position: absolute;
left: 45px; top: 12px;
list-style: none;
visibility: hidden;
z-index: 10;
}

#latest_headlines a {
margin: 2px 0px 4px 0px;
padding: 0px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .1em;
font-size: 10px;
color: #7e8dab;
border-bottom: 1px dotted #c85025;
text-decoration: none;
}
#latest_headlines a:hover {
border-bottom: 1px solid #c85025;
}

#latest_headlines p {
width: 375px;
}

#latest_headlines ul {
list-style: none;
}

#headline_nav {
position: absolute;
right: 40px;
top: 12px;
height: 30px;
width: 160px;
}

#headline_nav img {
float: left;
margin: 0px;
padding: 0px;
border: 0px;
}

#weather {
position: absolute;
right: 25px;
top: 40px;
color: #556688;
width: 200px;
height: 20px;
font-family: Arial;
font-size: 10px;
font-style: italic;
padding-top: 0px;
text-align: center;
}
#weather span {
font-weight: bold;
}

/* news page entries */

.newsitem {
font-size: 13px;
letter-spacing: normal;
color: #222;
font-family: Arial,san-serif;
}

.newsitem a {
color: #efefcc;
text-decoration: none;
border-bottom: 1px dotted #efefcc;
}

.newsitem a:hover {
color: #e3d377;	
}

.newsitem {
position:relative; z-index:3;
width: auto;
max-width: 650px;
margin: 10px 50px 0px 50px;
padding: 2px 2px 10px 2px;
}

.newsitem h1 {
margin:0px;padding:0px;
color: #243E71;
text-transform: uppercase;
font-family: Arial,san-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 15px;
line-height: normal;
letter-spacing: 2px;
padding-left: 2px;
margin-bottom: 10px;
border-bottom: 1px dashed #559;
width: 85%;
background-image: none !important;
background-color: transparent !important;
}

.newsabstract {
margin: 0px 0px 0px 5px;
padding: 0px;
font-size: 13px;
font-weight: bold;
letter-spacing: normal;
color: #444;
}

.newsitem p {
max-width: 28em;
padding: 10px;

}
.newsitem ul {
padding: 10px;
margin-left: 25px;
list-style: square;
font-size: 13px;
}

.newsitem blockquote {
margin: 0px 0px 0px 20px;
padding: 5px 0px 5px 20px;
border-left: 1px dotted #559;
max-width: 400px;
}

.newsdate {
float: right;
width: 3em;
text-align: center;
border: 1px dotted #559;
padding: 5px;
margin: -11px 5px 5px 5px;
text-transform: uppercase;
font-weight: bold;
font-family: Arial,sans-serif;
letter-spacing: 1px;
}

.newsmonth, .newsyear {
width: 100%;
border-bottom: 1px dotted #77778d;
font-size: 12px;

}

.newsday{
font-size: 20px;

}

.newsyear {
border: 0px;
border-top: 1px dotted #77778d;
}
