html, body, h1, h2, p, ul, li, form, input {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Verdana, Helvetica, Arial, Trebuchet MS, Geneva, sans-serif;
	font-size: 75%;
	color: #555;
	background: url("header-background.jpg") repeat-x left top #fff;
}

a {
	text-decoration: none;
	color: #3b0;
}

img { border: none; }

h1 { font-size: 150%; color: #000; font-weight: normal; margin-bottom: 2em; }
	
h2 { color: #3b0; font-weight: normal; font-size: 135%; }

ul { padding-bottom: 20px; }

li {
	list-style-type: none;
	margin: 0 0 25px 0;
	padding-left: 35px;
	background: url("feed-icon.png") no-repeat top left #fff;
}

li.inactive {
	background: url("feed-icon-gray.png") no-repeat top left #fff;
}

p.nofeeds {
	background: none;
	padding: 0;
	color: #999;
	margin-bottom: 50px;
}

li p {
	line-height: 1.5em;
	color: #555;
}

li.inactive p, .info {
	color: #999;
}

label { color: #999; }

#submit, #submitremove, #submitoptions {
	font-size: 90%;
	padding: 2px 10px;
}

#getfeed, #feed_title, #feed_description, #items {
	border: none;
	background: #F5F5F5;
	color: #666;
	height: 1.3em;
	padding: 4px 7px 3px 7px;
	width: 200px;
	margin: 5px 0 30px 0; 
}

#getfeed {	margin: 5px 25px 30px 0; }
#remove_feeds { margin-bottom: 40px; }

#header { background: url("header.jpg") no-repeat left top transparent; height: 85px; border-bottom: 1px solid #ddd; }
#sidebar { padding: 50px 0 0 100px; float: left; width: 30%; }
#feeds { float: left; padding: 50px 50px 0 0; width: 50%; }
#footer { clear: both; height: 50px; padding: 50px 0 0 100px; }