/*

  Stylesheet: SSC Styles for the Screen
  Author: Ben Mauer (ben@quilted.org)
  Author URI: http://www.quilted.org

*/



body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 86%;
  padding-left: 1em;
  padding-right: 1em;
}

a {
  color: #2c6798;
}

div#main a {
}

div#main a:visited {
  color: #5585ad;
}

div#main a:hover,
div#header ul#user-info a:hover,
div#footer a:hover {
  color: #fff;
  background-color: #2c6798;
  text-decoration: none;
}


div#container {
  max-width: 70em;
  min-width: 55em;
  margin-right: auto;
  margin-left: auto;
}

/* Header
//////////////////////////////////////////////// */

div#header {
  position: relative;
}

div#header ul#user-info {
  list-style: none;
  margin: 0;
  padding: 0 0 .3em 0;
  text-align: right; 
}

div#header ul#user-info li {
  display: inline;
  font-size: .86em;
  padding: 0 .25em 0 .25em;
}

div#header ul#user-info li.pipe {
  display: inline;
  font-size: .86em;
  padding: 0;
  margin: 0;
}

div#header h1 {
  border-bottom: 2px solid #BDDBB2;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0;
}

  div#header h1 a {
    display: block;
    width: 329px;
    height: 22px;
    background: url(/prx/000/https/socialsourcecommons.org/images/logo-ssc.gif) no-repeat;
    text-indent: -5000px;
  }

div#header h3 {
  display: none;
}

div#header ul#nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.16em;
}

  div#header ul#nav li {
    float: left;
    margin-right: 9px;
    font-size: 1.16em;
  }
  
    div#header ul#nav li a {
      display: block;
      font-weight: bold;
      padding: 7px;
    }
    
    div#header ul#nav li a:hover {
      background: #d5e1ea;
      color: #2c6798;
    }
    
    div#header ul#nav li.selected a,
    div#header ul#nav li a:active {
      background: #2c6798;
      color: #fff;
      text-decoration: none;
    }
    
div#header ul#search-browse {
  width: 30%;
  position: absolute;
  top: 1.6em;
  right: 0;
  border: 1px solid #ccc;
  padding: 0 1% .5em 1%;
  margin: 0 0 0 0;
  list-style: none;
  text-align: right;
  background: #bddbb2 url(/prx/000/https/socialsourcecommons.org/images/search-browse-bg.jpg) bottom left repeat-x;
}

  div#header ul#search-browse li {
    padding: .75em 0 0 0;

  }

  div#header ul#search-browse li.advanced-search {
    padding: .5em 0 .5em 0;

  }
  
  div#header ul#search-browse li.advanced-search {
    padding: .5em 0 .5em 0;
    font-size: .86em;
    border-bottom: 1px solid #ccc;
  }
  
  div#header ul#search-browse li.browse-by {
    padding: .3em 0 0 0;
    border-top: 1px solid #fff;
  }

  div#header ul#search-browse input#search-input {
    width: 64%;
    font-size: 1.16em;
  }

  div#header ul#search-browse input#search-button {
    font-size: 1.34em;
    width: 28%;
    margin-left: 2%;
  }


/* Layout
/////////////////////////////////////////// */

div#main {
  clear: both;
}

div#main div#content,
div#main div#sidebar {
  float: left;
  position: relative;
}

div#main div#content {
  width: 64%;
  padding-right: 4%;
  margin-top: 1.5em;
}

div#main div#sidebar {
  width: 32%;
  margin-top: .5em;
}


/* Welcome
////////////////////////////////////////// */

div#main div#welcome {
  margin-top: 1.75em;
}

  div#main div#welcome div#overview {
    float: left;
    width: 64%;
    padding:  .75em 2%;
    height: 8em;
    background: #2c6798;
    color: #d3dfe9;
  }
    
    div#main div#welcome div#overview h2 {
      height: 22px;
      background: url(/prx/000/https/socialsourcecommons.org/images/welcome-overview-headline.gif) no-repeat;
      text-indent: -5000px;
      margin-bottom: 0em;
      margin-top: .5em;
    }
    
    div#main div#welcome div#overview p {
      line-height: 1.5em;
      margin-top: .5em;
    }

  div#main div#welcome div#what-tool {
    float: left;
    width: 30%;
    padding: .75em 1%;
    height: 8em;
    color: #2a3c1e;
    background: #8bc763;
    text-align: center;
  }
  
    div#main div#welcome div#what-tool img {
      margin-top: -1.3em;
    }

    div#main div#welcome div#what-tool h2 {
	margin-top: .25em;
	margin-bottom: .25em;
	color: black;
    }

    div#main div#welcome div#what-tool p {
      line-height: 1.3em;
      margin-top: 1em;
      font-size: .86em;
    }

  div#main div#welcome h2 {
    margin-top: 0;
    font-size: 1.33em;
  }


/* Sidebar 
///////////////////////////////////////// */

div#main div#sidebar div.block {
  background: #BBE89E;
  position: relative;
}

div#main div#sidebar div.block h3 {
  background: #8bc763;
  padding: .4em;
  margin: 0;
  margin-top: 1em;
  font-size: 1.16em;
  position: relative;
}

div#main div#sidebar div.block h3 a {
  text-decoration: none;
}

div#main div#sidebar div.block h3 a span {
  color: #eee;
  float: right;
  font-weight: normal;
}

div#main div#sidebar div.block p {
  padding: .75em;
  padding-top: 0;
}

div#main div#sidebar div.block ul {
  list-style: none;
  margin: 0;
  padding: .75em;
  padding-top: .25em;
  /*border: 1px solid red;*/
}

  div#main div#sidebar div.block ul li {
    padding: 1em 0 1em 50px;
    clear: both;
  }

  div#main div#sidebar div.block ul li img.icon-s {
    background: #fff;
    padding: 3px;
    border: 1px solid #ccc;
    margin: -.5em .2em 0 -50px;
    float: left;
  }

  div#main div#sidebar div.block ul li.more {
    padding-left: 0;
    padding-bottom: 0;
  }

div#main div#sidebar div.block .textarea {
	 margin: 0 .75em;
	 padding: 0 2px .75em 2px;
}

div#main div#sidebar div.block textarea {
	 width: 100%;
	 margin: 0 -2px;
}

div#main div#sidebar div.block.help {
    background: none;
    position: relative;
  }

div#main div#sidebar div.block.help h3 {
    background: none;
    padding: .4em .4em .4em 30px;
    margin: 0;
    margin-top: 1em;
    font-size: 1.16em;
    position: relative;
    color: #000;
    border-bottom: 1px solid #999;
    background: url(/prx/000/https/socialsourcecommons.org/images/help.jpg) center left no-repeat;
  }
  
div#main div#sidebar div.block.help p {
  font-size: .93em;
  line-height: 1.3em;
  padding: 0;
}




div#main div#sidebar div#tag-cloud div.tag-heatmap {
  padding: 12px;
}

div#main div#sidebar div#tag-cloud h3 {
  background: #c5bd54;
}

div#main div#sidebar div#tag-cloud {
  background: #e5ea95;
}






div#main img.icon-s {
  vertical-align: middle;
  background: #fff;
  padding: 3px;
  border: 1px solid #ccc;
  margin-right: .2em;
}




/* div#content div.block
/////////////////////////////////////// */

div#content div.block { }


  div#content div.block h2 {
    padding-bottom: .2em;
    border-bottom: 1px solid #666;
    margin-bottom: .3em;
    font-size: 1.33em;
    position: relative;
  }

/* ul.list-blog
/////////////////////////////////////// */

ul.list-blog {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .93em;
}

  ul.list-blog li {
    background: url(/prx/000/https/socialsourcecommons.org/images/icon-blogpost.gif) 0 .45em no-repeat;
    padding: .3em 0 .3em 18px;
    line-height: 1.4em;
  }
  
    ul.list-blog li strong {
      font-weight: normal;
    }
    
    ul.list-blog li span {
      color: #666;
      font-size: .86em;
      white-space: nowrap;
    }
  
  ul.list-blog li.more {
    background: none;
    padding: .6em 0 .4em 0;
  }
  
    ul.list-blog li.more strong {
      font-weight: bold;
    }
  


/* div#content ul.list-tools.full
///////////////////////////////////////// */

div#content ul.list-tools.full {
  list-style: none;
  margin: 0;
  padding: 0;
}


  div#content ul.list-tools.full li {
    margin: 0;
    padding: 10px 10px 10px 76px;
    line-height: 1.4em;
    font-size: .93em;
    clear: both;
  }
  
div#content ul.list-tools.full p {
  margin: 0;
  margin-top: .38em;
  margin-bottom: .38em;
}
    div#content ul.list-tools.full li em {
      font-style: normal;
      text-transform: uppercase;
      font-size: .73em;
      letter-spacing: .03em;
      color: #666;
    }
  
  
  div#content ul.list-tools.full li.alt {
    background: #DFE9F0;
  }
  
  div#content ul.list-tools.full img.icon-l {
    margin: 0 0 0 -66px;
    float: left;
  }
  
  
  
  div#content img.icon-l {
    background: #fff;
    padding: 3px;
    border: 1px solid #ccc;
    margin-right: 8px;
  }



  /* div#content ul.list-contacts.full
  ///////////////////////////////////////// */

  div#content ul.list-contacts.full {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
  }


    div#content ul.list-contacts.full li {
      margin: 0;
      padding: 10px;
      padding-left: 76px;
      line-height: 1.4em;
      font-size: .93em;
      clear: both;
    }


    div#content ul.list-contacts.full li.alt {
      background: #DFE9F0;
    }

    div#content ul.list-contacts.full img.icon-l {
      margin-left: -66px;
      display: block;
      float: left;
    }

/* first visit msg */

div#main div#first-visit {
  border: 1px solid #999;
  background: #eee;
  padding: 0 10px;
  margin: 10px 0;
  /*padding-left: 76px;*/
}

div#main div#first-visit #hide-first-visit {
  text-align: right;
}


/* div#main div#profile-identity
///////////////////////////////////////// */

div#main div#profile-identity {
  border: 1px solid #999;
  background: #eee;
  padding: 10px;
  padding-left: 76px;
}

div#main div#profile-identity div.icon-changer {
  float: left;
  margin-left: -68px;
  font-size: .76em;
}

div#main div#profile-identity div.icon-changer img.icon-l {
  float: none;
}


div#main div#profile-identity h3 {
  margin-top: 0;
  margin-bottom: 0;
}

div#main div#profile-identity h3 .edit {
  font-size: .86em;
  font-weight: normal;
  float: right;
}

div#main div#profile-identity .become {
  font-size: .86em;
  font-weight: normal;
  float: right;
}

div#main div#profile-identity p {
  margin: 0;
  line-height: 1.4em;
}

.social img {
  border: 0;
  vertical-align: middle;
}

.social a:hover {
  background-color: transparent;
}


/* Tool properties
/////////////////////////////////////// */

#tool-show {
  margin-left: -10px;
}

ul#tool-tabs  { 
	padding: 10px 10px 0px 10px;
	background: url(/prx/000/https/socialsourcecommons.org/images/tool-tabs-bg.jpg) top left repeat-x;
	list-style: none;
	margin: 0;
  height: 30px;
	}
	
ul.toolbox#tool-tabs {
  background-image: url(/prx/000/https/socialsourcecommons.org/images/toolbox-tabs-bg.jpg);
}

ul#tool-tabs li {
  float: left;
}

ul#tool-tabs li a {
  color: #fff;
  display: block;
  padding: 5px 10px 10px 10px;
  margin: 0 5px 0 0;
	}

ul#tool-tabs li a:visited {
  color: #fff;
}

ul#tool-tabs li a:hover {
	background: #5585ad; 
	color: #fff;
	text-decoration: underline;	
	}

ul#tool-tabs li.selected a {
	color: #000;	
  background: #fff; 
	font-weight: bold;
	text-decoration: none;
}

ul#tool-tabs li.selected a:visited {
  color: #000;
}

ul.toolbox#tool-tabs li a:hover {
	background: #904609; 
	color: #fff;
	text-decoration: underline;	
}



#tool-body {
	background: #2C6798;
	border: 1px solid #2C6798;
	margin: 10px;
	margin-top: 0px
}

.toolbox#tool-body {
	background: #be5e0f;
	border: 1px solid #be5e0f;
	margin: 10px;
	margin-top: 0px
}

#tool-status h2 {
 padding: 0;
 margin: .3em 0 .3em 0;
}

#tool-status h2 span.label {
  display: block;
  font-weight: normal;
  font-size: .7em;
  text-transform: uppercase;
}

#tool-status {
  position: relative;
	padding: 15px 15px 10px 15px; 
	color: #fff;
	background: url(/prx/000/https/socialsourcecommons.org/images/tool-status-bg.jpg) top left repeat-x;
}

#tool-status div.icon-changer {
  float: left;
  font-size: .76em;
}

#tool-status img.icon-l {
  float: none;
}



.toolbox#tool-status {
  background-image: url(/prx/000/https/socialsourcecommons.org/images/toolbox-status-bg.jpg);
}

div#main div#tool-status a {
  color: #fff;
}

div#main div#tool-status a:hover {
  color: #2c6798;
  background: #fff;
  text-decoration: none;
}

div#main div#content div#tool-status a.feed {
  color: #fff;
}

div#main div#content div#tool-status a.feed:visited {
  color: #fff;
  text-decoration: underline;
}

div#main div#content div#tool-status a.feed:hover {
  color: #fff;
  text-decoration: underline;
}



#tool-status .tool_add_form {
	padding-top: 5px;
}
#tool-data {
	padding: 0 10px 10px 10px;
	clear: both;
}

#tool-data img {
	border: 0;
}

#tool-data .form {
	padding: 0;
	margin: 10px 0 0 0;
}

#tool-data #comments { 
	margin: 0;
	padding: 10px;
	background-color: #FFF;
}

#tool-data #comments .even {
	background-color: #EEF;
}

#tool-data #history { 
	margin: 0;
	padding: 0;
	background: white;
}



.toolrow1,
.toolrow2 {
	background: #fff;
	padding: 5px; 
	margin: 0;
	border-bottom: 5px solid #ccc;
	color: #000;
	font-size: .93em;
	line-height: 1.5em;
} 

.toolrow1 ul.list-tools,
.toolrow2 ul.list-tools {
  font-size: 1.16em;
}



.tooladdimage {
	float: left;
	margin-right: 10px;
	width: 16px;
}
.toolcorespacer {
	float: left;
	margin-right: 10px;
	width: 16px;
}

.toolfield {
	float: left;
	text-align: right;
	width: 100px;
	font-weight: bold;
	}
.tooldescription {
	margin-left: 150px;
	color: #333;
}
.tooldescription td {
	border: 0;
}
.tooldescription p {
        margin: 0;
        margin-bottom: .75em;
}

.phantomline p {
	text-align: right;
	margin: 0;
  clear: both;
  font-size: 1pt;
  padding: 0;
}

.tool-login {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: .93em;
}

.tool-login span {
	display: block;
	margin: 0 0 3px 0;
	padding: 0;
	color: #FFF;
}

.tool-header {
	margin-left: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 130%;
}

.activity-item {
	margin: 0;
	padding: 5px;
	border-bottom: 2px solid #CCC;
	line-height: 1.4em;
}

.activity-item .headshot {
	float: left;
	text-align: center;
	margin: 0;
	width: 56px;
}

.activity-item .action {
	margin-top: 8px;
	margin-left: 65px;
	margin-right: 155px;
}

.activity-item .time {
	float: right;
	text-align: right;
	margin: 5px;
}


div#main div#sidebar div#history .activity-item p {
  line-height: 1.2em; 
  padding: 0;
  margin: .3em 0 0 0; 
}

.tweet {
    float: right;
}

.tweet img {
    border: none;
    vertical-align: bottom;
}

/* History tab styles */

.changed cite p {
  display: inline;
}



a.tool-name { font-weight: bold; }

.addaproperty {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8px;
	background-color: #99CCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 15px;
	width: 15px;
	border-width: 2px;
	border-style: solid;
	border-top-color: #666699;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #666699;
}
.changeaproperty {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8px;
	background-color: #99CCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	border-width: 2px;
	border-style: solid;
	border-top-color: #666699;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #666699;
}






/* Misc styles
/////////////////////////////////////// */

div#footer {
  clear: both;
  margin-top: 2em;
  margin-bottom: 2em;
}

div#footer div#partners {
  border-top: 2px solid #2c6798;
  border-bottom: 2px solid #2c6798;
  padding: .75em;
  padding-bottom: 0;
  margin: 0;  
  text-align: center;
}

div#footer div#partners p {
  margin: 0;
  margin-bottom: .75em;
}

div#footer div#partners span {
  margin: 0;
  font-size: .86em;
  color: #333;
  line-height: 1.4em;
  padding: 10px;
  padding-left: 25px;
  padding-right: 10px;
}



div#footer div#footer-links {
  clear: both;
  text-align: center;
  font-size: 1em;
  padding-top: .9em;
}

div#footer div#partners span#aspiration {
  background: url(/prx/000/https/socialsourcecommons.org/images/aspiration-logo.gif) center left no-repeat;
}

div#footer div#partners span#osi {
  padding-left: 0;
}

div#footer div#partners span#appreciations {
  padding-left: 0;
}

div#footer div#partners span#gaiahost {
  background: url(/prx/000/https/socialsourcecommons.org/images/gaiahost-logo.gif) center left no-repeat;
}

div#footer div#partners span#btc {
  background: url(/prx/000/https/socialsourcecommons.org/images/btc-logo.gif) center left no-repeat;
}

div#footer div#partners span#quilted {
  background: url(/prx/000/https/socialsourcecommons.org/images/quilted-logo.gif) center left no-repeat;
}


li.clear {
  clear: both;
  float: none;
}

form {
  margin: 0;
  padding: 0;
  display: inline;
}

#sscicons {
  position: absolute;
  bottom: .4em;
  right: 0;
  font-size: .55em;
  height: 16px;
}

#sscicons img {
  border-style: none;
}

div#main div#content div.block a.feed {
  position: absolute;
  bottom: .4em;
  right: 0;
  display: block;
  padding-right: 20px;
  font-size: .55em;
  height: 16px;
  font-weight: normal;
  background: url(/prx/000/https/socialsourcecommons.org/images/feed-icon-16x16.gif) center right no-repeat;
}

div#main div#content div.block a.feed:hover {
  color: #2c6798;
  background-color: none;
  text-decoration: underline;
}

div#main div#content a.feed {
  padding-left: 16px;
  color: #2c6798;
  background: url(/prx/000/https/socialsourcecommons.org/images/feed-icon-12x12.gif) center left no-repeat;
}

div#main div#content a.feed:hover {
  color: #fff;
  background-color: #2c6798;
  text-decoration: underline;
}


div#main div#content div#tool-status a.feed {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  padding-right: 20px;
  height: 16px;
  font-size: .78em;
  font-weight: normal;
  background: url(/prx/000/https/socialsourcecommons.org/images/feed-icon-16x16.gif) center right no-repeat;
}

div#main div#sidebar a.feed {
  position: absolute;
  bottom: .6em;
  right: .6em;
  display: block;
  text-indent: -5000px;
  width: 20px;
  height: 16px;
  background: url(/prx/000/https/socialsourcecommons.org/images/feed-icon-16x16.gif) center right no-repeat;
}

.clear {
  clear: both;
  height: 0;
}

div.notice {
  padding: 8px 10px;
  background: yellow;
  border: 1px solid gold;
  margin-bottom: 1em;
  font-size: .83em;
  font-weight: bold;
}


div#sort_by {
  margin-bottom: 1em;
  margin-top: .5em;
}

/* toolbox */

.toolkit-form p {
  text-align: left;
  margin: 0;
  padding: 0;
}

/* toolbox_show */

h2#toolkit-name img {
  border: 0;
}



/* toolbox_list */

div#main div#sidebar div.block#toolbox_list ul.list-tools {
  font-size: .86em;
  line-height: 1.3em;
  padding-bottom: 0;
}

div#main div#sidebar div.block#toolbox_list ul.list-tools.my li {
  padding-left: 50px;
  border-bottom: 1px solid #999;
  padding-bottom: 1em;
}
div#main div#sidebar div.block#toolbox_list ul.list-tools li.my img.icon-l {
  border: 1px solid #ccc;
  background: #fff;
  padding: 3px;
  float: left;
  display: block;
  margin-left: -50px;
  width: 32px;
  height: 32px;
}

div#main div#sidebar div.block#toolbox_list ul.list-tools li {
  margin: 0;
  padding-left: 50px;
  padding-bottom: .5em;
}

div#main div#sidebar div.block#toolbox_list ul.list-tools li div.clear {
  display: none;
}

div#main div#sidebar div.block#toolbox_list ul.list-tools li img.icon-s {
  margin-left: -50px;
  width: 32px;
  height: 32px;
}

div#main div#sidebar div.block#toolbox_list div.create-toolbox-link {
  padding: .75em;
  font-weight: bold;
}

div#main div#sidebar div.block#toolbox_list div#create-toolbox {
  text-align: center;
  font-weight: bold;
  padding: 0 0 .5em 0;
}

div#main div#sidebar div.block#toolbox_list ul.list-tools li.more {
  font-size: 1.16em;
  padding-left: 0;
}

.trash {
  border: 0;
}


/* activities-recent */

div#main div#sidebar div.block#activities-recent ul {
  list-style: square;
  padding: 0 0 10px 0;
  margin: 10px;
}

div#main div#sidebar div.block#activities-recent ul li {
  padding: 0 0 0 0;
  margin: .7em 0 .7em 1em;
}

/* found-results */

p#found-results {
  font-weight: bold;
}


/* search results-filter */

div#main div#sidebar div.block#results-filter ul.list-filters {
  padding-top: .75em;
}

div#main div#sidebar div.block#results-filter ul.list-filters li {
  padding: .5em;
  margin: 0 0 0 0;
}

div#main div#sidebar div.block#results-filter ul.list-filters li {
  padding: .5em;
  margin: 0 0 0 0;
}

div#main div#sidebar div.block#results-filter ul.list-filters li.selected {
  background: #fff;
}

div#main div#sidebar div.block#results-filter ul.list-filters li:hover {
  background: #d0efbb;
}




/* tools-related */

div#main div#sidebar div.block#tools-related ul.list-tools {
  font-size: .86em;
}

div#main div#sidebar div.block#tools-related ul.list-tools li em {
  font-size: .86em;
  text-transform: uppercase;
  color: #333;
  font-style: normal;
}

div#main div#sidebar div.block#tools-related ul.list-tools p,
div#main div#sidebar div.block#tools-related ul.list-tools li {
  line-height: 1.2em;  
}

div#main div#sidebar div.block#tools-related ul.list-tools p {
  padding: 0;
  margin: .3em 0 0 0;
}

div#main div#sidebar div.block#tools-related ul.list-tools img.icon-l {
  float: left;
  margin-left: -49px;
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
  width: 32px;
  height: 32px;
}

div#main div#sidebar div.block#tools-related ul.list-tools span.add-tool-area select#id {
  width: 55%;
}

/* add-tool-area */

div#main span.add-tool-area {
  white-space: nowrap;
}

div#main span.add-tool-area input,
div#main span.add-tool-area select {
  font-size: .76em;
}

div#main span.add-tool-area select {
  margin-right: .5em;
}



a.with-favicon {
  padding: 3px 3px 3px 21px;
  background-position: left center;
  background-repeat: no-repeat;
}

a.with-favicon:hover {
  background-color: #2c6798;
  color: #fff;
}


/* change-icon */

div#main div#change-icon {
  border: 1px solid #666;
  padding: 10px;
  margin-top: 5px;
  background: #fff; 
  color: #000;
  clear: both;
}

div#main div#change-icon h3 {
  font-size: .86em;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  color: #bf5e0f;
  color: #666;
  font-weight: normal;
}

div#main div#change-icon span#please_wait img {
  margin: 0;
  padding: .4em 0 0 0;
}

div#main div#change-icon span.note {
  font-size: .86em;
  color: #666;
}

div#main span.quick-add {
  float: right;
  padding: 0 0 4px 20px;
  background: url(/prx/000/https/socialsourcecommons.org/images/add.gif) top left no-repeat;
}

table#appreciations {
  font-size: 90%;
}

#tag-data img {
  border: 0;
}

#tag-data #sizeit {
  margin-top: 10px;
  margin-bottom: 10px;
}

#tag-data #sizeit span {
  margin-left: 10px;
  margin-right: 10px;
}

/* feeds tab styles */

#feeds-tab {
  margin-top: 28px;
}

#show-feed-list {
  margin: 0;
  padding-left: 12px;
} 

#show-feed-list img {
  float: left;
  margin-top: 4px;
  margin-right: 25px;
}

#hide-feed-list {
  float: left;
}

#hide-feed-list span {
  font-weight: bold;
}

#hide-feed-list img {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}

#hide-feed-list a {
  margin-left: 33px;
  display: block;
}

#addfeed {
  margin-left: 42px;
}

.feed-summary {
  margin-left: 10px;
}

div#main span.feed-add a {
  margin: 0;
}

div#main span.feed-add {
  height: 16px;
  display: block;
  margin-top: 5px;
  margin-left: 30px;
}

div#main span.feed-add img {
  margin: 0 5px 0 0;
}

div#main span.float-feed {
  float: right;
  padding: 0 0 4px 20px;
}

.feedrow {
	background: #fff;
	padding: 5px; 
	margin: 0;
	color: #000;
	font-size: .93em;
	line-height: 1.5em;
} 

