@import url(http://ml-implode.com/style.css);

/*Container for entire search widget:*/
/* #lwp_main {position:relative;left:100px;top:-18px;} */
/*Text input:*/
/* #lwp_sfd {} */
/*Search button:*/
/*#lwp_3_searchbutton {position:relative;right:5px;float:right;} */
/*Lijit Logo:*/
/*#lwp_logo {}*/
/*Container for logo/ space below search box:*/
/*#lwp_f {width:0px;left:190px;top:17px;} */

#lwp_main {position:relative;left:0px;}
/*Text input:*/
#lwp_sfd {}
/*Search button:*/
#lwp_3_searchbutton {position:relative;right:5px;float:right;}
/*Lijit Logo:*/
#lwp_logo {}
/*Container for logo/ space below search box:*/
#lwp_f {width:0px;left:185px;}


#menu li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
a:link, a:visited {
	color: #c40000;
	text-decoration: none; 
}
a:hover {
	color: #606060;
	text-decoration: underline; 
}
a img {
  border: 0px;
  }
h1 {
	font-size: 150%;
	font-family: Verdana, Helvetica, Sans-serif;
}
body {
	font-family: Verdana, Helvetica, Sans-serif;
	background: #f5f5f5;
}
blockquote {
  border-left: 4px dotted #e5e5e5;
  padding-left: 1em;
  font-size: 90%;
}
div.userpost blockquote {
  border: 1px dashed #d5d5d5;
  background: #104E8B;
  padding: 10px;
  margin: 10px;
  color: white;
}
.articlenav {
	font-size: 75%;
}
div.userpost {
	border: dashed 2px #104E8B;
	margin: 1em 1em 0 1em;
	padding: .4em;
	font-size: 90%;
	background: #C6E2FF;
	clear: both;
}
h5.userpost {
  font-size: 100%;
  margin: .1em;
  padding-left: 30px;
  padding-bottom: 10px;
	background-image: url(img/post.gif);
	background-repeat: no-repeat;
	background-position: -.0em .0em;
	text-align: left;
  }
span.userpost {
  font-size: 60%;
}
#companyfeed li {
	margin-top: 1em;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: .5em;
	list-style-type: none;
}
#companyfeed ul {
	padding-left: 0;
	margin-left: 0;
}
#companyfeed div { 
	font-size: 90%;
	width: 150px;
	overflow: hidden;
}
span.rss-date { 
	font-size: 90%;
	margin-left: 4px;
	font-style: italic;
}
/* additions */
  #newstop {
        clear:both;
        width:100%;
    		border-bottom:4px solid #aaaaaa;
    		background: #f5f5f5;
        	}
        	
	#newstop p,
	#newstop h1,
	#newstop h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#newstop ul {
	    clear:left;
	    /* float: left;
	    width:100%; */
	    list-style:none;
	    font-size: 80%;
	    margin: 0 auto;
	    padding:0;
	}
	#newstop ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#newstop ul li a {
	    display:block;
	    float:left;
	    margin:3px 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#e5e5e5;
	    color:#000000;
	    font-weight: bold;
	    text-decoration:none;
	    position:relative;
	    left:70px;
	    line-height:1em;
	}
	#newstop ul li a:hover {
	    background:#000;
		color:#fff;
	}
	#newstop ul li a.active,
	#newstop ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#newstop ul li a span {
	    display:block;
	}
	a.auto {
		border-bottom: 1px dotted;
		text-decoration: none;
		color: #006000;
		font-weight: normal;
	}
	a.auto:hover {
		border-bottom: 3px double;
		font-weight: normal;
	}
