/* 
LA.com masthead: inner pages
Notes: don't use on index page
	   doesn't include search
Updated: 06/18/09
Author: Sergi Bosch
*/


* {
	margin:0;
	padding:0;
}

div#masthead {
	position:relative;
	top:0;
	left:0px;
	width:1000px;
	height:98px;
	padding-top:6px;
	background-color:#E37D33;
	text-align:center;
}

div#branding {
	position:relative;
	top:0px;
	left:0px;
	width:1000px;
	height:93px;
	background:#AB2E00;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div#branding h1 {
	position:absolute;
	left:10px;
	top:5px;
	width:252px;
	height:81px;
	background:url(http://www.langamp.com/img/logoInterior061109.png) no-repeat;
}

div#branding h1 a {
	display: block;
	width: 262px;
	height:91px;
	text-indent:-9999px;
}


div#branding h4 {
	position:absolute;
	right: 0;
	top: 70px;
	width:220px;
	height:19px;
}

div#branding h4 a {
	text-decoration:none;
	color:white;
}

div#branding ul {
	position:absolute;
	right:205px;
	top:55px;
	width:96px;
	height:32px;
}

div#branding li {
	display:inline;
}

div#branding li.fb {
	position:absolute;
	right:100px;
	top:0px;
	width:32px;
	height:32px;
	background:url(http://production.langnews.com/images/socMed/facebook.gif) no-repeat;
	text-indent:-9999px;
}

div#branding li.twitter {
	position:absolute;
	right:64px;
	top:0px;
	width:32px;
	height:32px;
	background:url(http://production.langnews.com/images/socMed/twitter.gif) no-repeat;
	text-indent:-9999px;
}

div#branding li.rss {
	position:absolute;
	right:28px;
	top:0px;
	width:32px;
	height:32px;
	background:url(http://production.langnews.com/images/socMed/rss.gif) no-repeat;
	text-indent:-9999px;
}
	
div#branding li.fb a, div#branding li.twitter a, div#branding li.rss a {
	display:block;
	width:32px;
	height:32px;
}