@import url(../css/form.css);
@import url(../css/paging.css);

ul.rss-list {
    line-height: 1.5;
    }
ul.rss-list li a {
    background: transparent url(../library/icn-rss.png) no-repeat left .2em;
    padding-left: 15px;
    }
div.meta {
    margin-bottom: .5em;
    border-bottom: 1px solid #fbab18;
    padding-bottom: .5em;
    padding-right: 35px;
    width: 515px;
    }
div.article div.meta {
    border-bottom: none;
    padding: 0;
    }
div.meta dl {
	position: static;
    float: left;
    margin-right: 10px;
    border-top: none;
    padding: 0 0 0 0;
	top: auto;
	left: auto;
	border: none;
    }
div.meta dt,
div.meta dd {
    display: inline;
    color: #df9102;
    }
div.meta dt {
	position: static;
	top: auto;
	left: auto;
    margin-right: .3em;
    color: #959595;
    width: auto;
	text-align: inherit;
	line-height: inherit;
    }
div.article h2 {
    border-bottom: 1px solid #fbab18;
    padding-bottom: .2em;
    background: #fff;
    font-size: 125%;
	margin-top: 0;
    }
div.article p {
    margin-bottom: .5em;
    padding-right: 40px;
    }
div.article {
    background: transparent url(../library/article-shade.jpg) no-repeat left 1.5em;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 1em;
    }
/* in listing */
body.content div.mod-news div.article div.icon,
body.content div.mod-events div.article div.icon {
	top: 2em;
	right: 0;
	left: auto;
	margin: 0;
	}

/* article detail */
body.content div.detail div.icon {
	position: absolute;
	top: -20px;
	right: 0;
	}

 div.mod-news,
 div.mod-events {
	position: relative;
	top: 0;
	left: 0;
	}


/* =========================== News Filter =========================== */	



.filterbar-outer {
	/*line-height: 2.5em;*/
	background: #f2f2f2; 
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
	/*width: 540px;*/
	}

.filterbar {
	line-height: 2.5em;
	clear: both;
	padding: 2px 10px;
	/*width: 520px;*/
	/*line-height: 21px !important;*/
	}

.filterbar fieldset { /*Patched in lt-ie7.css*/
	position: relative;
	}	

.filterbar legend {
	display: none;
	}

.filterbar .btn-go {
	margin-left: 4px;
	}			

.filterbar span.btn-go input {
	position: absolute;
	bottom: .3em;
	/*vertical-align: middle;*/
	}		


