/* all feed-related styles here */

ul#feeds  {
	list-style: none;
	width: auto;
	max-width: 1500px;
	padding: 0 15px;
}

ul#feeds li {
	margin: 0;
	padding: 0;
}

.head, #feeds li, #feeds h2 {
}

.content a {
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.head {
	text-shadow: 0px 1px 0px rgb(77, 77, 77);
	overflow: hidden;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-radius: 3px;
	display:block;
	line-height: 50px;
	height: 50px;
	color: #fff;
	padding: 0 10px;
	clear: both;
	background: #999999; /* Old browsers */
}

.head:hover, .head:active {
	text-shadow: 0px 1px 0px rgb(66, 66, 66);
	text-decoration: none;
	background: #888888; /* Old browsers */
}

.content {
	display:none;
}

.tweetlink img {
	background: #fff;
	border: 1px solid #fff;
	width: 30px;
	height: 30px;
	margin-top: 10px;
	float: right;
}

.web, .twitter, .facebook {
    color: #222;
    line-height: 25px;
    margin: 7px 0;
    padding: 0 32px 0 32px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    /* max-width: 400px; */
}

.web {
	background: url(../img/web.png) 0 0 no-repeat;
}

.twitter {
	background: url(../img/twitter.png) 0 0 no-repeat;
}

.facebook {
	background: url(../img/facebook.png) 0 0 no-repeat;
}

#feeds h3 {
		line-height: 25px;
    display: inline-block;
    margin: 7px 0;
    font-size: 16px;
    background: url(../img/rss.png) 0 0 no-repeat;
    padding: 0 32px;
    color: #222;
    font-weight: bold;
}

.feed-content a, .tweet a {
	line-height: normal!important;
	height: auto!important;
	background: transparent!important;
	color: #111111!important;
	border: 0!important;
	text-decoration: underline!important;
	filter: progid:DXImageTransform.Microsoft.background(background='transparent');
	padding: 0!important;
}

.feed-content a:hover, .tweet a:hover {
	text-decoration: none!important;
	color: #111111!important;
	background: transparent!important;
	filter: progid:DXImageTransform.Microsoft.background(background='transparent');
}

.feed-content ul, .tweet ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.feed-content ul li, .tweet ul li {
	padding: 10px 5px!important;
	border-bottom: 1px solid #ccc;
	background: #eee;
}

.rssitem {
	line-height: auto!important;
	height: auto!important;
}

.fire {
  background-color: #F8DCDC !important;
}

.flood {
  background-color: #CFE4F8 !important;
}

.cyclone {
  background-color: #D9F8CF !important;
}

/* ============ responsive ============ */

@media  (max-width: 1024px) {

	ul#feeds  {
		width: 90%;
		max-width: 90%;
	}
}

