/* -------------------------------------------------------------- 
   LSI header navigation
-------------------------------------------------------------- */   
#topnav {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    font-size: 12px;
    z-index: 999;
    }

#topnav li {
    float: left;
    height: 35px;
    padding: 0 0 0 20px;
    marign:0;
    }

#topnav li a {
    text-decoration: none;
    float: left;
    height: 35px;
    color: #E5E4E1;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
    }

#topnav li a:hover {
    color: white;
    }

#topnav #right-topnav {
float: right;
}

li#topnav-sblog{
    padding: 0;

}

li#topnav-sblog a {
    background: url(minilogo-sblog.gif) left top no-repeat scroll;
    width: 107px;
    text-indent: -9999px;
    }

li#topnav-donate a{
background: transparent url(../img/donate3.png) no-repeat;
width: 104px;
text-indent: -9999px;
padding-left: 10px;
}

li#topnav-index {
    float: right;
    margin-right: 20px;
}

li#topnav-ny a { 
    background: url(minilogo-nyc.gif) left top no-repeat scroll;
    width: 38px;
    }
li#topnav-la a { 
    background: url(minilogo-la.gif) left top no-repeat scroll;
    width: 29px;
    }
li#topnav-sf a { 
    background: url(minilogo-sf.gif) left top no-repeat scroll;
    width: 28px;
    }
li#topnav-dc a { 
    background: url(minilogo-capitolhill.gif) left top no-repeat scroll;
    width: 74px;
    }
li#topnav-net a { 
    background: url(minilogo-net.gif) left top no-repeat scroll;
    width: 67px;
    }
li#topnav-sfilms a { 
    background: url(minilogo-sfilms.gif) left top no-repeat scroll;
    width: 106px;
    }
li#topnav-edu a { 
    background: url(minilogo-edu.gif) left top no-repeat scroll;
    width: 140px;
    }
li#topnav-jobsboard a{
background: transparent url(../img/nav-jobsboard.png) no-repeat;
width: 108px;
}

#topnav li a:hover {
    background-position: left bottom;
    }

li#topnav-edu { 
    border-right: 1px solid #585857;
    }


/* -------------------------------------------------------------- 
   Login
-------------------------------------------------------------- */   

#login-area {
	position:absolute;
	top:0;
	right:20px;
	font-size: 12px;
	z-index: 1000;
	}
#anchor-vacuum-login {
	}
#anchor-vacuum-signin a,
#anchor-vacuum-signup a {
	text-decoration: none;
	color: #bfbfbf;
	}
#anchor-vacuum-signin a:hover,
#anchor-vacuum-signup a:hover {
	text-decoration: underline;
	color: #ffffff !important;
	}
#anchor-vacuum-signin {
	float: left;
	width: 59px; 
	height: 35px;
	background: transparent url(header-login.gif) top left no-repeat; 
	}
#anchor-vacuum-signin:hover {
	background-position: bottom left;
	}

#anchor-vacuum-signin a {
	float: left;
	width: 59px; 
	height: 35px;
	text-indent: -9999px;
	}
#anchor-vacuum-signup {
	float: left;
	margin: 10px 0 0 10px;
	line-height: 1.3;
	}

/* mostly redundant to opencore.css, but needed for sblog / sfilms */

#oc-topnav-usermenu-container {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	border: 0;
	position: relative;
	z-index: 1090;
	}
#oc-topnav-usermenu-container .oc-dropdown-list {
	}
.oc-dropdown-list {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	text-transform: lowercase;
	}
.oc-dropdown-list li {
	float: left;
	clear: none;
	margin: 0 0 0 0.5em;
	padding: 0 0 0 10px;
	}
.oc-dropdown-list li a {
	display: block;
	max-width: 7.5em;
	text-align: right;
	color: #bfbfbf;
	text-decoration: none;
	padding: 8px 0;
	}
.oc-dropdown-list li.lsi-dropdown-container {
	position: relative;
	}
.oc-dropdown-list li.lsi-dropdown-container a {
	font-weight: bold;
	}
.oc-dropdown-list li.lsi-dropdown-container a:hover {
	text-decoration: none;
	}
.oc-dropdown-list li li a {
	text-align: left;
	max-width: 100%;
	}
* html .oc-dropdown-list li li a {
	width: 100%;
	}
.oc-dropdown-list li a:hover {
	text-decoration: underline;
	color: #ffffff !important;
	}
.oc-dropdown-list li.lsi-dropdown-container {
	background: transparent url(dropdown-nub-closed.gif) no-repeat center right;
	padding-right: 19px;
	}
.oc-dropdown-list li.lsi-dropdown-container:hover {
	background: #393938 url(dropdown-nub-open.gif) no-repeat center right;
	border-bottom: none;
	}
.oc-dropdown-list li.lsi-dropdown-container ul  {
	display: none;
	}
.oc-dropdown-list li.lsi-dropdown-container:hover ul  {
	display: block;
	position: absolute;
	top: 95%;
	right: 0;
	background: #666666 url(dropdown-grad.png) top left repeat-x;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0; 
	border-top: 2px solid #393938;
	width: 200px;
	}
.oc-dropdown-list li.lsi-dropdown-container li {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	}
.oc-dropdown-list li.lsi-dropdown-container li.account {
	border-bottom: 4px solid #393938;
	}
.oc-dropdown-list li.lsi-dropdown-container li a {
	display: block;
	margin: 0;
	border: 2px solid #393938;
	border-top: 0;
	padding: 10px;
	color: #e6e4e1;
	text-decoration: none;
	font-weight: bold;
	}
.oc-dropdown-list li.lsi-dropdown-container li a:hover {
	color: #ffffff !important;
	background-color: #444444;
	}
.oc-usermenu-messagecount {
	color: #CED957;
	}
.oc-mystuff-messagecount {
	color: #CED957;
	}


/* -------------------------------------------------------------- 
   LSI footer navigation
-------------------------------------------------------------- */   

#footer {
	background: url(footer-gradient.png) repeat-x scroll 0 0 #454443;
	color: #bfbfbf;
	}

#footer .container {
    background: url(footer-container-gradient.png) repeat-x scroll 0 0 #454443;
	text-align: right;
	padding: 25px 0 80px;
	}

.produced-by {
    overflow: visible;
    float: right;
    font-size: 11px;
    position: relative;
    padding-right: 108px;
    }
.produced-by a:link,
.produced-by a:visited {
    background: url(openplans-logo-xs.gif) 0 0 no-repeat scroll;
    width: 78px;
    height: 20px;
	text-align: left;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: -5px;
    right: 20px;
    }
