/* ============================================================ General === */
body {
	margin:0px 0px 0px 0px;
	background:#FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
}

a:link {
	color:#0066CC;
	text-decoration: none;
}

a:visited {
	color:#0066CC;
	text-decoration: none;
}

a:hover {
	color:#0066CC;
	text-decoration: underline;
}
#startMsg {
  display: none;
}
/* ============================================================ Bookmarklet Page === */
#bookmarkletHeader
{
	height: 60px;
	width: 540px;
	background:url('/img/bookmarkletHeader.jpg');
}
#bookmarkletMain 
{
	height: 240px;
	width: 510px;
	background-color: #4f74b9;
	padding: 15px;
	color: #FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bmWebsite
{
	color: #999999;
}

/* ============================================================ Header Content === */
#header {
	height:100px;
	background:url('/img/bgTop.gif');	
}
#headerContent {
	position: relative;
	top:15px;
	margin:0px auto;
	height:85px;
	width:800px;
	background:url('/img/bgHeader.gif');
}
#fuzr {
	height:85px;
	width:155px;
}
#boxContainer {
	height:45px;
	width:475px;
	position:absolute;
	top:15px;
	left: 155px;
}
#postHere {
  position:absolute;
  top:15px;
  left:155px;
  height:48px;
  width:475px;
  padding-left:10px;
  padding-top:6px;
  color:#999999;
  font-style:italic;
  font-size: 12px;
}
#userBox {
	position:absolute;
	left: 575px;
	top: 10px;
	width: 220px;
	height: 20px;
	font-size: 12px;
	color:#FFFFFF;
}
#pwBox {
	position:absolute;
	left: 577px;
	top: 35px;
	width: 220px;
	height: 20px;
	font-size: 12px;
	color:#FFFFFF;
}
#loginBox {
	position:absolute;
	top: 60px;
	left: 725px;
	width: 50px;
	height: 20px;
}
#userBox input {
	height: 15px;
	width: 145px;
	font-size: 13px;
	font: Verdana, Helvetica, sans-serif;
	border: 1px solid #000000;
	padding:1px;
}
#pwBox input {
	height: 15px;
	width: 145px;
	font-size: 13px;
	font: Verdana, Helvetica, sans-serif;
	border: 1px solid #000000;
	padding:1px;
}
#loginBox input {
   width: 65px;
   color:#000000;
   font-family: Verdana, Helvetica, sans-serif;
   font-size:12px;
   background-color:#EFEFEF;
   border:1px solid #EFEFEF;
}
#theBox {
	height:45px;
	width:475px;
	padding-top:3px;
	border:1px solid #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:13px;
	background:transparent url('/img/updateGradient.gif');
	padding:.2em;
}
#feedSelContainer {
	height:20px;
	width:140px;
	position:absolute;
	top:21px;
	left:650px;
	background:url('/img/addToFeed.gif');
}
#feedSelContainer:hover {
	background-position:0% -20px;
}

#feedSelContainer select {
	font-size:14px;
	width:140px;
	padding:2px;
	height:20px;
	opacity:0;
	filter:alpha(opacity=0);
}
#feedSelContainer select option {

}
#feedPostContainer {
  height:25px;
	width:140px;
	position:absolute;
	top:21px;
	left:650px;
}
#postButton {
  border: 1px solid #999999;
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  color: #333333;
  font-size: 12px;
  font-family: Verdana, Helvetica, sans-serif;
  position:absolute;
  height: 25px;
  width: 140px;
}
#postButton:hover {
  background-color: #eef4ff;
  border: 1px solid #000000;
}
/* ============================================================ Home-page Specific === */
#updateSelect
{
  background: #EFEFEF;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  font-size: 12px;
  height: 25px;
  margin: 0px;
  padding: 7px 5px 4px 0px;
  text-align: right;
}

/* ============================================================ Navigation Bar === */
#navigation {
	height:25px;
}
#navContainer {
	position: relative;
	margin:0px auto;
	width: 800px;
}

#navTabs {
	float:left;
	width:100%;
	background:url('/img/navGradient.gif');
	line-height:normal;
}
#navTabs ul {
	margin:0;
	padding:0px 0px 0px 25px;
	list-style:none;
}
#navTabs li {
	display:inline;
	margin:0;
	padding:0;
	font-size: 12px;
}
#navTabs a {
	float:left;
	background:url("/img/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#navTabs a span {
	float:left;
	display:block;
	background:url("/img/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
}
#navTabs a span img {
	vertical-align:top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navTabs a span {float:none;}
/* End IE5-Mac hack */
#navTabs a:hover span {
	color:#000;
}
#navTabs a:hover {
	background-position:0% -42px;
}
#navTabs a:hover span {
	background-position:100% -42px;
}

/* ============================================================ Main Containers === */
#main {
 	
}
#mainContent {
	background:url('/img/sideGradient.gif') repeat-x;
	margin:0px auto;
	width: 780px;
	height: 300px;
	position:relative;
	padding: 0px 10px 10px 10px;
}
#plainBody {
	background: #FFFFFF;
	position: absolute;
	border: solid 1px #CCCCCC;
	width: 610px;
	padding: 10px;
}
#feed {
	background: #FFFFFF;
	position: absolute;
	border: solid 1px #CCCCCC;
	width: 610px;
	padding: 10px;
	min-height: 500px;
}

/* ============================================================ SideBar === */
#categorySidebar
{
  background: #FFFFFF;
	font-size:11px;
	position: absolute;
	width:150px;
	padding:0px;
	left: 641px;
	top: 0px;
	margin: 0px;
}
#categorySidebar ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
}
#categorySidebar li {
  border-bottom: 1px dotted #CCCCCC;
  padding: 0px;
  margin: 0px;
}
#categorySidebar li.selected {
  background: #EEF4FF;
}
#categorySidebar li:hover {
  border-bottom: 1px dotted #CCCCCC;
  padding: 0px;
  margin: 0px;
  background: #EEF4FF;
}
#categorySidebar li a {
	height: 20px;
	max-height: 20px;
	width: 150px;
	display: block;
	margin: 0px;
	padding: 5px 0px 0px 1px;
	color: #000000;
}
#categorySidebar li a.noUpdate {
	height: 20px;
	max-height: 20px;
	width: 158px;
	display: block;
	margin: 0px;
	padding: 5px 0px 0px 1px;
	color: #CCCCCC;
}
#feedSidebar {
	background: #FFFFFF;
	font-size:11px;
	position: absolute;
	border: solid 1px #CCCCCC;
	width:130px;
	padding:5px;
	left: 650px;
	top: 0px;
}
#pmSidebar {
	background: #FFFFFF;
	font-size:11px;
	position: absolute;
	border: solid 1px #CCCCCC;
	width:130px;
	padding:5px;
	left: 650px;
	top: 0px;
}
#likesSidebar {
	background: #FFFFFF;
	font-size:11px;
	position: absolute;
	border: solid 1px #CCCCCC;
	width:130px;
	padding:5px;
	left: 650px;
	top: 0px;
}
#sideBar {
	background: #FFFFFF;
	font-size:11px;
	position: absolute;
	border: solid 1px #CCCCCC;
	width:130px;
	padding:5px;
	left: 650px;
	top: 370px;
}
div.sideBarHeader {
	font-weight:bold;
	border-bottom: dashed 1px #CCCCCC;
}
div.sideBarContainer {
	padding-top: 3px;
}
div.actionLink {
	margin-top:5px;
}

#sideBar ul {
	list-style-type:none;
	padding-left:5px;
	margin: 5px 0px 15px 0px;
}
#sideBar li {
  
}
/* ============================================================ Generic Page Body === */
#plainBody ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#plainBody li {
	border-bottom: dashed 1px #CCCCCC;
	padding: 10px 5px;
	font-size: 12px;
}

/* ============================================================ Start Page === */
#start
{
	background: #FFFFFF;
	position:absolute;
	border: solid 1px #CCCCCC;
	width: 760px;
	padding: 10px;
}
#startLeft {
	float:left;
	width:380px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#startRight {
	float:right;
	width:320px;
	padding: 10px;
	border: solid 1px #CCCCCC;
	background: #e3e7f0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
#txtUsername, #txtPassword, #txtEmail {

  width:300px;
  height:25px;
  font-size:18px;
  padding: .2em;
/*
	padding-top:3px;
	border:1px solid #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:18px;
	background:transparent url('/img/updateGradient.gif');
	padding:.2em;*/
}
#error {
  display:none;
  width:300px;
  border: none;
  padding: 5px;
  font-size: 12px;
  color: #cc3333;
  background-color: #FFFFCC;
}

/* ============================================================ Feed Results === */
#feed ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#feed li {
	border-bottom: dashed 1px #CCCCCC;
	padding: 10px 5px;
	font-size: 12px;
	position:relative;
}

/* IE's opacity doesn't work like FF/Safari, so we'll just manually grey it all out.... */
#feed li.disabled {
   opacity:.5;
}
#feed li.disabled div.feedItemHeader {
  color:#cccccc;
}
#feed li.disabled div.feedItemContent {
  color:#aaaaaa;
}
#feed li.disabled div.feedItemContent a:link {
  color:#7fb2ea;
  text-decoration:none;
}
#feed li.disabled div.feedItemContent a:visited {
  color:#7fb2ea;
  text-decoration:none;
}
#feed li.disabled div.feedItemContent a:hover {
  color:#7fb2ea;
  text-decoration:underline;
}
#feed li.disabled div.feedItemHeader a:link {
  color:#cccccc;
  text-decoration:underline;
}
#feed li.disabled div.feedItemHeader a:visited {
  color:#cccccc;
  text-decoration:underline;
}
#feed li.disabled div.feedItemHeader a:hover {
  color:#000000;
  text-decoration:none;
}


#feed li:hover {
	background: #EEF4FF;
}
#feed li:hover div.feedItemFooter {
  display: block;
}

#feed li div.feedItemFooter:hover div.feedItemFooter {
  display: block;
  background: #FFFFFF;
}

#feed li:hover div.postComment {
  background: #eef4ff;
}
#feedHeader {
	width: 600px;
	height: 17px;
	padding: 5px;
	font-size:14px;
	font-weight: bold;
}
#feed div.feedItem {
  
}
#feed div.feedItemHeader {
	position: relative;
	margin-left: 60px;
	left: 0px;
	height: 20px;
	width: 540px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}

span.readFullItem {
  font-weight: bold;
  display: none;
}

div.feedItemHeader a:link {
  color:#000000;
	text-decoration:underline;
}
div.feedItemHeader a:visited {
  color:#000000;
	text-decoration:underline;
}
div.feedItemHeader a:hover {
	text-decoration:none;
}

div.feedItemContent img {
  padding-right: 7px;
  padding-top: 5px;
  border: 0px;
  max-width: 500px;
  clear:both;
}

div.feedItemContent p {
  margin-top: 2px;
  margin-bottom: 2px;
}

div.feedItemContent div.previewContent {
  overflow: hidden;
  max-height: 100px;
}

div.feedItemContent div.previewContent img {
  height: 0px;
  width: 0px;
}

div.feedItemContent div.fullContent {
  display: none;
}

#feed div.expandPost {
  display: none;
  position: relative;
  border: none;
  background: #EEF4FF;
  padding: 5px 5px 3px 5px;
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: bold;
  left: 190px;
  text-align: center;
  width: 250px;
  height: 17px;
}

#feed div.feedItemContent {
	position: relative;
	margin-left: 70px;
	padding: 7px 0px 10px 5px;
	width: 530px;
	color:#666666;
	overflow: hidden;
}
#feed div.feedItemFooter {
	position: relative;
	margin-left: 70px;
/*	margin-top: 10px;*/
	width: 510px;
	font-size:11px;
	padding: 5px;
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	display: none;
}
#feed div.postComment {
	position: relative;
	padding: 10px 10px 5px 3px;
	height: 70px;
	width: 590px;
	font-size:11px;
	background: #FFFFFF;
	text-align: right;
	display:block;
}

#feed div.postComment textarea {
  display: inline;
	height: 40px;
	width: 584px;
	margin-left: 0px;
	font-size:11px;
}

#feed div.comments {
  margin-left: 70px;
  position:relative;
}

.olderNewer {
  border: solid 1px #0066CC;
  background: #0066CC;
  padding: 3px;
  font-size: 11px;
}
.olderNewer a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.olderNewer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

.olderNewer a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
/* ============================================================ Find-a-Feed Page === */
#searchMain
{
	background: #FFFFFF;
	position:absolute;
	border: solid 1px #CCCCCC;
	width: 760px;
	padding: 10px;
}
#searchHeader
{
	width: 300px;
	height: 17px;
	padding: 5px;
	font-size:14px;
	font-weight: bold;
}

#topFeedsHeader
{
	width: 300px;
	height: 17px;
	padding: 5px;
	font-size:14px;
	font-weight: bold;
}

#findFeedLeft #q
{
  text-align:center;
  font-style:italic;
}

#findFeedWrapper
{
  position: relative;
  width: 750px;
  height: 1080px;
}
#findFeedLeft
{
  position: absolute;
  width: 200px;
  top: 0px;
  left: 0px;
  margin: 0px;
}
#findFeedLeft ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
#findFeedLeft li {
	border-bottom: dashed 1px #CCCCCC;
	padding: 0px;
	font-size: 12px;
	position:relative;
	vertical-align: middle;
	margin: 0px;
}
#findFeedLeft li a {
	height: 20px;
	width: 200px;
	display: block;
	padding: 5px 0px 0px 10px;
	margin: 0px;
	color: #000000;
}
#findFeedLeft li a:hover, a:visited {
	text-decoration: none;
}
#findFeedLeft li.selected {
  background: #EEF4FF;
  font-weight: bold;
}
#findFeedLeft li:hover {
background: #EEF4FF;
}

#searchMain {
  height: 1100px;
}
#searchResults ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#searchResults li {
	border-bottom: solid 1px #CCCCCC;
	padding: 8px 0px 10px 5px;
	font-size: 12px;
	height: 80px;
	margin: 0px 0px 0px 0px;
}

#searchResults li:hover {
	background: #EEF4FF;
	margin: 0px 0px 0px 0px;
}

#searchResults .description
{
  color: #666666;
}
#searchResults .footer
{
	font-size: 11px;
}
#findFeedRight
{
  position: absolute;
  width: 550px;
  top: 0px;
  left: 200px;
  padding: 0px 10px 10px 10px;
}
div.resultItem
{
  position: absolute;
  width: 530px;
  height: 80px;
  padding: 0px;
  margin: 0px;
}
div.resultItem div.resultHeader
{
  position: absolute;
  top: 0px;
  left: 65px;
  width: 480px;
  height: 15px;
  max-height: 15px;
  overflow: hidden;
}
div.resultItem div.feedIcon
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
}
div.resultItem div.description
{
  position: absolute;
  height: 60px;
  max-height: 42px;
  width: 480px;
  top: 15px;
  left: 65px;
  overflow: hidden;
}
div.resultItem div.stats
{
  position: absolute;
  top: 70px;
  left: 65px;
  font-size: 11px;
  font-style: italic;
  color: #666666;  
}
div.resultItem div.follow
{
  position: absolute;
  top: 64px;
  left: 410px;
  height: 20px;
  width: 135px;
  padding-top: 5px;
  text-align: center;
  background: #FFFFFF;
  display: block;
  border-top: dashed 1px #CCCCCC;
  border-left: dashed 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
}
/* ============================================================ Feed Requests Page === */
#requestsMain
{
	background: #FFFFFF;
	position:absolute;
	border: solid 1px #CCCCCC;
	width: 760px;
	padding: 10px;
}
#requestsHeader
{
	width: 300px;
	height: 17px;
	padding: 5px;
	font-size:14px;
	font-weight: bold;
}
#requests ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
}
#requests li {
	border-bottom: dashed 1px #CCCCCC;
	padding: 10px 5px;
	font-size: 12px;
	float:left;
}
#requests div.request
{
  width: 590px;
  height: 15px;
  padding: 0;
  margin: 0;
	float:left;
}

#requests div.controls
{
  width:150px;
  height: 15px;
  padding: 0;
  margin: 0;
  float:right;
  text-align:right;
}

/* ============================================================ Notifications Page === */
#notificationsMain
{
	background: #FFFFFF;
	position:absolute;
	border: solid 1px #CCCCCC;
	width: 760px;
	padding: 10px;
}
#notificationsHeader
{
	width: 300px;
	height: 17px;
	padding: 5px;
	font-size:14px;
	font-weight: bold;
}
#notifications ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
}
#notifications li {
	border-bottom: dashed 1px #CCCCCC;
	padding: 10px 5px;
	font-size: 12px;
	float:left;
}
#notifications div.request
{
  width: 640px;
  height: 15px;
  padding: 0;
  margin: 0;
	float:left;
}
#notifications div.controls
{
  width:100px;
  height: 15px;
  padding: 0;
  margin: 0;
  float:right;
  text-align:right;
}

/* ============================================================ Followers Page ========== */
#followersMain
{
	background: #FFFFFF;
	position:absolute;
	border: solid 1px #CCCCCC;
	width: 760px;
	padding: 10px;
}
#notificationsHeader
{
	width: 300px;
	height: 17px;
	padding: 5px;
	font-size:14px;
	font-weight: bold;
}
#followers ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
}
#followers li {
	border-bottom: dashed 1px #CCCCCC;
	padding: 10px 5px;
	font-size: 12px;
	float:left;
}
/* ============================================================ Welcome To Fuzr Page === */
#welcomeMain
{
	background: #FFFFFF;
	position:absolute;
	border: solid 1px #CCCCCC;
	width: 760px;
	padding: 10px;
}
div.welcomeHeader
{
	width: 600px;
	height: 17px;
	padding: 5px;
	font-size:14px;
	font-weight: bold;
}
#welcomeDragButton
{
  width:600px;
  padding: 10px;
  margin-left: 10px;
  font-size: 12px;
}
#welcomeVideo
{
  width:600px;
  padding: 10px;
  margin-left: 10px;
  font-size: 12px;
}
/* ============================================================ Edit / Display User Profile === */
#editProfileMain
{
	background: #FFFFFF;
	position:absolute;
	border: solid 1px #CCCCCC;
	width: 760px;
	padding: 10px;
}
#profileMain
{
  background: #FFFFFF;
	position:absolute;
	border: solid 1px #CCCCCC;
	width: 760px;
	padding: 10px;
}
#epHeader
{
	width: 500px;
	height: 17px;
	padding: 5px;
	font-size:14px;
	font-weight: bold;
	background:url('/img/editHeader.gif');	
}
.profileHeader
{
	font-weight: bold;
}
div.profileItem
{
	padding: 10px;
	font-size:12px;
	width:500px;
}
#profilePicLarge
{
	position:absolute;
	padding:10px;
	width:200px;
	border: 1px solid #CCCCCC;
	left: 545px;
	top: 10px;
}


/* ============================================================ "Edit/Create Feed" Styles === */
#editFeedMain {
	background: #FFFFFF;
	position:absolute;
	border: solid 1px #CCCCCC;
	width: 760px;
	padding: 10px;
}
.efHeader
{
	width: 500px;
	height: 17px;
	padding: 5px;
	font-size:14px;
	font-weight: bold;
	background:url('/img/editHeader.gif');
}
#feedLeaders
{
	padding: 10px;
	font-size:12px;
}
div.editFeed
{
	padding: 10px;
	font-size:12px;
	width:500px;
}

.formHeader
{
	font-weight: bold;
}

.helpBox
{
	font-size: 11px;
	position:absolute;
	padding:10px;
	width:180px;
	height:180px;
  background: #FFFF99;
	border: 1px solid #CCCCCC;
	left: 545px;
	top: 30px;
}
#flUsername {
  text-align:center;
  color: #666666;
}

/* ============================================================ Search Results Styles === */



/* ============================================================ "My Feeds" Styles === */
#myFeeds {
	background: #FFFFFF;
	position: absolute;
	border: solid 1px #CCCCCC;
	width: 760px;
	padding: 10px;
}

#mfHeader {
	width: 300px;
	height: 17px;
	float:left;
	padding: 5px;
	font-size:14px;
	font-weight: bold;
}
#filters {
	width:200px;
	height:17px;
	float:left;
	padding: 5px;
	font-size:11px;
}

#filters span {
	border: 1px solid #2d4f8e;
	padding:5px;
}

#createNew {
	width: 150px;
	height: 17px;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	float: right;
	background:#009900;
	color: #FFFFFF;
}

#createNew a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#createNew a:visited {
  color:#FFFFFF;
	text-decoration:none;
}
#createNew a:hover {
	text-decoration:underline;
}

#myFeeds ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
}
#myFeeds li {
	border-bottom: dashed 1px #CCCCCC;
	padding: 10px 5px;
	font-size: 12px;
	float:left;
}

#myFeeds div.feedTitle
{
  width: 505px;
  height: 15px;
  padding: 0;
  margin: 0;
	float:left;
}
#myFeeds div.controls
{
  width:235px;
  height: 15px;
  padding: 0;
  margin: 0;
  float:right;
  text-align:right;
}

/* ============================================================ Impromptu Dialog Styles === */
.jqiwarning .jqi{ background-color: #aaaaaa; }
.jqifade{
	position: absolute;
	background-color: #ffffff;
}
div.jqi{
    position: absolute;
	background-color: #cccccc;
	padding: 10px; 
	width: 300px;
	text-align: left;
}
div.jqi .jqiclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #213e80;
}
div.jqi .jqicontainer{
	background-color: #213e80;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
}
div.jqi .jqimessage{
	background-color: #415ea0;
	padding: 10px;
}
div.jqi .jqibuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.jqi button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}
