@media all {
	body {
    	background: #99a url('http://roadtrip.tibay.org/img/feed_splash.jpg') no-repeat fixed top center;
		margin:0;
		padding:40px 20px;
		font:x-small Arial,Verdana,Helvetica,"Trebuchet MS",Trebuchet,Sans-Serif;
		text-align:center;
		color:#777;
		font-size/* */:/**/small;
		font-size: /**/small;
	} a {
		color: #000;
		text-decoration: none;
	}
	h2 {
		clear: both;
		position: relative;	
		margin: 3px;
		margin-bottom: 15px;
		padding: 0px;
	}
	h3 {
		clear: both;
		position: relative;	
		margin: 3px;
		margin-top: 15px;
		margin-bottom: 5px;
		padding: 0px;	
		font-size/* */:/**/medium;
		font-size: /**/medium;
		color: #000;
	}
	p.explanation {
		font-size/* */:/**/small;
		font-size: /**/small;
		font-weight: normal;
		margin: 3px;
		padding: 10px;
		color: #000;
	} 
	p.explanation a {
		text-decoration: underline;
	}
	div#feeds {
		display: block;
		float: right;
		position: relative;
    	width: 500px;
		background:#fff;
		filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
		padding: 15px;
		border: #333 solid 1px;
		margin-right: 30px;
		text-align: left;
	}
	
	table#feeds {
		color: #333;	
	}
	table#feeds td
	,table#feeds th{
		padding: 10px;
	}
	table#feeds th {
		border-bottom: #000 dashed 1px;
		padding: 5px;
	}
	table#feeds td{
		padding: 10px;
	}
	table#feeds td.description{
		width: 200px;
	}

	.feed-button {
	  	padding: 10px 0;
	}
	.feed-button a {
	  color: #666;
	  padding: 10px 15px 10px 36px;
	  background: #ccc url("http://roadtrip.tibay.org/img/feed-icon-14x14.png") no-repeat 15px 50%;
	  border-top: 1px solid #e2e2e2;
	  border-right: 1px solid #818181;
	  border-bottom: 1px solid #565656;
	  border-left: 1px solid #d7d7d7;
	}
	
	.feed-button a:hover {
	  color: #444;
	  background: #eee url("http://roadtrip.tibay.org/img/feed-icon-14x14.png") no-repeat 15px 50%;
	  border-top: 1px solid #f5f5f5;
	  border-right: 1px solid #969696;
	  border-bottom: 1px solid #646464;
	  border-left: 1px solid #f2f2f2;
	}
}


