body {
	margin: auto;
	padding: 0px 0px 0px 0px;
	width: 760px;
	background-color: #EEEEEE;
}

.userlink {
      font-weight: bold;
}

.username {
       padding-left: 18px;
       background: url('http://www.feedfriends.com/star.gif') no-repeat left;
}
.shared_by_box {
       margin-bottom: 12px;
}
.shared_by_title {
       margin-bottom: 2px;
       font-size: 12px;
       font-weight: bold;
}

#header {
}

#feed_title {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	font-size: 25px;
	font-weight: bolder;
}

.item {
	border-top: solid thin maroon;
	background-color: #FFFFFF;
	width: 760px;
}

.item_title {
        padding: 5px;
	font-size: 18px;
}

.item_description {
        padding: 15px;
	font-size: 14px;
}

.itemdate {
	font-size: 10px;
}

#footer {
       border-top: solid thin maroon;
       clear: both;
       background-color: #E3E3E3;
}

.itemheader {
        padding: 3px;
	background-color: #E3E3E3;
}

a.itemfeedlink {
	text-decoration: none;
	color: navy;
}
a.itemfeedlink:hover {
	text-decoration: underline;
}

.infeedcontrols {
        float: right;
        clear:both;
	padding: 10px;
}

.feedfriendscontrol {
}

.feed_logo img {
        border: 0px;

}

.feed_logo {
	float: right;
        background-color: #E3E3E3;
        padding: 10px;
}

.itemfeedtitle {
        font-weight: bold;
        font-size: 14px;
}

.cb {
       clear: both;
}

.button {
       color: white;
       background-color: #9F9F9F;
       padding: 0px 4px 0px 4px;

        text-decoration: none;
        font-size: 10px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;

        border-top: solid thin #FFFFFF;
        border-left: solid thin #BFBFBF;
        border-right: solid thin #808080;
        border-bottom: solid thin #3F3F3F;
}

.button:hover {
        background-color: #BFBFBF;
}

.button:active {
        border-bottom: solid thin #FFFFFF;
        border-right: solid thin #BFBFBF;
        border-left: solid thin #808080;
        border-top: solid thin #3F3F3F;
}


.feedbutton {
        background-color: #FF6600;

        border-top: solid thin #FFE2CF;
        border-left: solid thin #FFCFAF;
        border-right: solid thin #BF4C00;
        border-bottom: solid thin #8F3900;
}
.feedbutton:hover {
        background-color:#FF781F;
}
.feedbutton:active {
        border-bottom: solid thin #FFE2CF;
        border-right: solid thin #FFCFAF;
        border-left: solid thin #BF4C00;
        border-top: solid thin #8F3900;
}


#copyright {
       text-align: right;
       font-size: 12px;
       font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
       border-top: solid thin #000000;
}

.footer_links {
        padding: 5px;
}
