/* -- facebook-comment-gadget */

.current {
  background-color: red;
}

#fbc {
  background-color: #fff;
  margin-bottom: 16px;
}

#fbc-next a {
  display: block;
  text-indent: -9999px;
  height: 20px;
  background-position: top center;
  background-color: transparent;
  background-repeat: no-repeat;
}

#fbc-next a:link { background-image: url(../img/fbc/next.jpg) }
#fbc-next a:visited { background-image: url(../img/fbc/next.jpg) }
#fbc-next a:hover { background-image: url(../img/fbc/next_hover.jpg) }
#fbc-next a:active { background-image: url(../img/fbc/next.jpg) }

#fbc-prev a {
  display: block;
  text-indent: -9999px;
  height: 20px;
  background-position: top center;
  background-color: transparent;
  background-repeat: no-repeat;
}

#fbc-prev a:link { background-image: url(../img/fbc/prev.jpg) }
#fbc-prev a:visited { background-image: url(../img/fbc/prev.jpg) }
#fbc-prev a:hover { background-image: url(../img/fbc/prev_hover.jpg) }
#fbc-prev a:active { background-image: url(../img/fbc/prev.jpg) }

#fbc-form a {
  color: green;
  text-decoration: none;
  font-size: 12px;
}

#fbc-form {
  padding: 4px;
  font-size: 10px;
  background-color: #EEF7DB;
  border-left: 1px solid #739924;
  border-right: 1px solid #739924;
  border-bottom: 1px solid #D9EDAD;
}

#fbc-form .fbc-form-logout {
  float: right;
}

#fbc-form .fbc-form-logout a {
  display: block;
  text-indent: -9999px;
  height: 16px;
  width: 16px;
  margin-top: 2px;
  background: transparent url(../img/fbc/logout.gif) no-repeat top center;
}

#fbc-form .fbc-photo {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 4px 0 2px;
  vertical-align: middle;
}

#fbc-form .fbc-form-body {
  clear: left;
  width: 174px;
  height: 40px;
  color: #666;
  font-size: 10px;
  margin: 2px 0;
  padding: 2px;
}

#fbc-form .fbc-focused {
  color: #300;
  font-size: 12px;
}

#fbc-form .fbc-form-tool {
}

#fbc-form .fbc-form-wall {
  vertical-align: middle;
  margin: 0 2px 0 0;
}

#fbc-form label.fbc-form-wall-label {
  font-size: 10px;
  _font-size: 9px;
}

#fbc-form .fbc-form-submit {
  float: right;
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 18px;
  background-position: top center;
  background-color: transparent;
  background-repeat: no-repeat;
}

#fbc-form .fbc-form-submit:link { background-image: url(../img/fbc/comment.gif) }
#fbc-form .fbc-form-submit:visited { background-image: url(../img/fbc/comment.gif) }
#fbc-form .fbc-form-submit:hover { background-image: url(../img/fbc/comment_hover.gif) }
#fbc-form .fbc-form-submit:active { background-image: url(../img/fbc/comment.gif) }

#fbc-comment {
  clear: both;
  position: relative;
  height: 200px;
  overflow: hidden;
  border-width: 0 1px;
  border-color: #739924;
  border-style: solid;
}

#fbc-disp {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 4px;
  font-size: 12px;
  background-color: #fff;
}

#fbc-disp .fbc-comment-item {
  clear: both;
  border-bottom: 1px dotted #739924;
  padding: 6px 4px 2px;
}

#fbc-disp .fbc-comment-item .fbc-comment-del {
  float: right;
  cursor: pointer;
}

#fbc-disp .fbc-comment-item .fbc-comment-del a {
  display: block;
  text-indent: -9999px;
  height: 12px;
  width: 12px;
  background: transparent url(../img/fbc/delete.gif) no-repeat top center;
}

#fbc-disp .fbc-comment-item .fbc-comment-mess {
  margin-left: 38px;
}

#fbc-disp .fbc-comment-item .fbc-name-link {
  color: green;
  text-decoration: none;
  font-size: 11px;
}

#fbc-disp .fbc-comment-item .fbc-photo {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  margin-right: 6px;
}



/* -- topics -- */

#topic {
  position: relative;
  float: right;

  width: 686px; /* 940 - (190 + (16 * 2)) - (16 * 2) */
  margin-bottom: 8px;

  background-color: #fff;
  color: #300;
}

#topic-content {
  padding: 8px 16px 12px;

  font-size: 0.9em;

  border-left: 1px solid #268713;
  border-right: 1px solid #268713;

  zoom: 1;  /* hack for IE5.x-6 hasLayout bug */
  
  /*background: transparent url(../img/index/fifth_cake.jpg) no-repeat 580px bottom;*/
}

#topic-content #topic-logo {
  float: left;
  margin-left: 16px;
}

#topic-content #topic-optlogo {
  position: absolute;
  right: 4px;
  top: -16px;
}

#topic-content #topic-desc {
  /*margin-left: 220px;*/
  padding: 0px 16px;
}

#topic-content #topic-desc h3 {
  color: #080;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 0;
  margin-bottom: 8px;
  border-bottom: 1px dotted #B5E366;
/* for xmas */
color: #c00;
border-bottom: 1px dotted #c00;
}

#topic-content #topic-desc .age {
  color: #f69;
}

#topic-content #topic-desc p {
  font-size: 12px;
  margin: 4px 4px;
  color: #844200;
}

#topic-content #topic-desc ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

#topic-content #topic-desc ul a {
  color: #0066CC;
  /*text-decoration: none;*/
}

#topic-content #topic-desc ul a strong {
  color: #003D79;
}

#topic-content #topic-desc ul .date {
  color: #c00;
}

#topic-content #topic-desc ul li {
  line-height: 160%;
}

#menu-login-anchor-to-mypage {
  padding: 4px 0 8px;
}

#menu-login-anchor-to-logout {
  padding: 8px 0 4px;
  text-align: center;
}

/* -- article box -- */

#main-guidance {
  margin: 0 auto 30px;
  text-align: center;
display: block;
}

.main-corner-top, .main-corner-top div, .main-corner-bottom, .main-corner-bottom div {
  background-repeat: no-repeat;
  height: 8px;
  line-height: 0;
  font-size: 0;
}

.main-corner-top        { background-position: top left; }
.main-corner-top div    { background-position: top right; }
.main-corner-bottom     { background-position: bottom left; }
.main-corner-bottom div { background-position: bottom right; }

.main-message-corner-top        { background-image: url(../img/corner/main/message/lt.jpg) }
.main-message-corner-top div    { background-image: url(../img/corner/main/message/rt.jpg) }
.main-message-corner-bottom     { background-image: url(../img/corner/main/message/lb.jpg) }
.main-message-corner-bottom div { background-image: url(../img/corner/main/message/rb.jpg) }
/* -- article-box --*/

.article-box {
  color: #300;
}

.article-box-corner-top        {
  background-image: url(../img/corner/main/article_box/lt.jpg);
  background-color: #268713;
}
.article-box-corner-top div    { background-image: url(../img/corner/main/article_box/rt.jpg) }
.article-box-corner-bottom     {
  background-image: url(../img/corner/main/article_box/lb.jpg);
  margin-bottom: 32px;
}
.article-box-corner-bottom div { background-image: url(../img/corner/main/article_box/rb.jpg) }

.header-corner-top        {
  background-image: url(../img/corner/main/header/lt.jpg);
  background-color: #268713;
}
.header-corner-top div    { background-image: url(../img/corner/main/header/rt.jpg) }
.header-corner-bottom     {
  background-image: url(../img/corner/main/header/lb.jpg);
  background-color: #227911;
  margin-bottom: 16px;
}
.header-corner-bottom div { background-image: url(../img/corner/main/header/rb.jpg) }


/* -- impact this week -- */

#impact h2 {
  text-align: center;
  border-bottom: 1px dashed #999;
}

.menu-content #impact-content {
  text-align: center;
  font-size: 90%;
  color: #111;
  padding: 0 8px;
  height: 50px;
}

#impact-content .peekme {
}

#impact-content #impact-link {
  text-align: center;
}



.main-header {
  margin: 0;
  padding: 0 24px;

  color: #fff;

  font-weight: bold;
  background-color: #268713;
  background: #268713 url(../img/main/article_box/header_bg3.jpg) repeat-x left bottom;
}


.menu-article-box-corner-top        {
  background-image: url(../img/corner/menu/article_box/lt.jpg);
  background-color: #268713;
}
.menu-article-box-corner-top div    {
  background-image: url(../img/corner/menu/article_box/rt.jpg);
}
.menu-article-box-corner-bottom     {
  background-image: url(../img/corner/menu/article_box/lb.jpg);
  margin-bottom: 32px;
}
.menu-article-box-corner-bottom div {
  background-image: url(../img/corner/menu/article_box/rb.jpg);
}


.main-link-to-text {
  position: relative; /* hack for Mac IE */
  float: right;
  padding: 0 24px;
}

.main-link-to-text span {
  border-left: 4px solid orange;
  padding: 3px 10px 0;
}

.main-link-to-text a {
  color: #fff;
  font-weight: bold;
}

.article-box h2 {
  padding: 0 24px 0;

  color: #fff;

  font-weight: bold;
  background-color: #268713;
  background: #268713 url(../img/main/article_box/header_bg3.jpg) repeat-x left center;
/*
  background: transparent url(../img/main/article_box/header_bg.jpg) no-repeat left bottom;
  */
}

.article-box .article-box-content {
  padding: 16px 16px 16px 24px;
  width: auto;

  background-color: #fff;
  border-left: 1px solid #55A943;
  border-right: 1px solid #55A943;
}

.article-box .article-box-image {
  float: right;
  margin-left: 16px;
}

.article-box .article-box-description {
  /*margin-right: 176px;*/
  /*margin-left: 12px;*/
  line-height: 120%;

  min-height: 120px;
  height: auto !important;
  height: 120px;

  /*border-left: 12px solid #D9ECB0;*/
}

.article-box .article-box-bottom {
  font-size: 0px;
  height: 0;
  line-height: 0;
  clear: both;
  margin: 0;
}

/* -- main message -- */

#main-message {
  background-color: #D9ECB0;
  text-align: center;
  font-size: 0.8em;
}

#main-message-content {
  padding: 2px 2px 10px;
}

/* -- main-entrepreneurs-pickup -- */

#entre-wrapper {
  padding: 0 16px;
  margin-bottom: 32px;
}


/* -- main-pickup -- */

#main-pickup-link-to-list-text {
  position: relative; /* hack for Mac IE */
  float: right;
  padding: 0 24px;
}

#main-pickup-link-to-list-text span {
  border-left: 4px solid orange;
  padding: 3px 10px;
}

#main-pickup-link-to-list-text a {
  color: #fff;
  font-weight: bold;
}

#main-pickup-box-content {
  clear: right;
}

#main-pickup {

}

.main-pickup-flag {
  float: left;
  padding: 8px 0 0;
  background-color: #fff;
}

.main-pickup-flag img {
  border: 1px solid #ccc;
}

.main-pickup-cdata {
  margin-left: 60px;
}

.main-pickup-country-box {
  /*padding-left: 2px;*/
  position: relative;
  height: 1.4em;
  line-height: 1.4em;
  border-bottom: 2px solid #ddd;
  margin-bottom: 2px;
}

.main-pickup-country {
  position: absolute;
  top: 0;
  height: 1.4em;
  line-height: 1.4em;
  padding: 0 4px;
  border-bottom: 2px solid #85AF7A;
}

.main-pickup-menu {
  float: left;
  width: 245px;
  margin-right: 16px;
  font-size: 12px;
}

.main-pickup-content {
  margin-left: 252px;
  font-size: 12px;
}

.main-pickup-thumbnail {
  height: 183px;
  text-align: center;
}

.main-pickup-thumbnail img {
  background-color: #fff;
  padding: 8px;
  border: 1px solid #ccc;
}

.main-pickup-abstract {
  clear: left;
  margin: 6px 12px 0;
  font-size: 13px;
}

.main-pickup-abstract a {
  font-size: 13px;
}

.main-pickup-name {
  color: #999;
  border-bottom: 1px dotted #800000;
  margin: 6px 0;
  padding: 4px;
}

.main-pickup-name a {
  font-weight: bold;
  color: #800000;
  text-decoration: none;  
}

.main-pickup-job {
}

.main-pickup-status {
  margin: 0 16px;
}

.main-pickup-status-data {
}
.main-pickup-status-data dt {
  clear: left;
  float: left;
  width: 8em;
}
.main-pickup-status-data dd {
  
}

.main-pickup-trans-wrapper {
  padding: 16px;
  border: 1px dotted #FFE57F;
  background-color: #FFFFE6;
}

.main-pickup-description {
  padding: 0 0;
  height: 199px;
  overflow: auto;
}

.main-pickup-translator {
  border-top: 1px dotted orange;
  padding: 8px 8px 8px;
  text-align: right;
}

.main-pickup-footer {
  text-align: center;
  margin: 16px 0 12px;
}

.main-pickup-link-to-list {
  text-align: center;
}

/* -- main search -- */

.main-search {
  clear: both;
  text-align: center;
  padding: 32px 0 32px;
  font-size: 0.9em;
}

.main-search-desc {
  padding: 4px 0;
}

/* -- lender pickup -- */

#lpickup {
  padding: 0 16px;
  font-size: 12px;
}

#lpickup .arrow {
  float: left;
}

#lpickup .item {
  padding-bottom: 16px;
}

#lpickup .item a {
  color: #0066CC;
}

#lpickup .thumb img {
  background-color: #fff;
  padding: 6px;
  border: 1px solid #ccc;
}

#lpickup .name {
  padding: 8px 0;
}

#lpickup .name h3 {
  background-color: #D9ECB0;
  padding: 2px;
  margin-bottom: 4px;
}

#lpickup .country {
  border-top: 1px dotted #268713;
}

#lpickup-lender {
  float: left;
  text-align: center;
  margin-right: 12px;
}

#lpickup-entre {
  float: right;
  text-align: center;
  margin-left: 12px;
}

#lpickup .baloon {
  float: right;
  text-align: center;
  width: 202px;
  height: 63px;
  padding: 8px 50px 0 8px;
  background: transparent url(../img/index/lpickup/baloon.jpg) no-repeat center center;
}

#lpickup-desc {
  zoom: 1;
  clear: both;
  text-align: left;
  padding: 16px;
  border: 1px dotted #FFE57F;
  background-color: #FFFFE6;  
}

#lpickup-desc h3 {
  font-weight: bold;
  padding: 0 0 4px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #300;
}


/* -- main 2 columns -- */

#main-activity {
  width: 190px;
}

#main-activity h2 {
  padding-bottom: 6px;
}

/*#main-activity a { text-decoration: none; }*/

/* only for Mac IE 5 begin \*//*/
#main-activity { margin-left: 28px; }
/* only for Mac IE 5 end */

#main-activity dl {
}

#main-activity dt {

}

#main-activity dd {
  margin-left: 1.5em;
}

#main-news {
  margin-top: 16px;
  width: 190px;
}

#main-news h2 {
  padding-bottom: 6px;
}

#main-news ol {
  list-style-type: decimal;
  padding-left: 1.6em;
}

#main-news dt {
}

#main-news dd {
  margin-left: 1.5em;
}

/*#main-news a { text-decoration: none; }*/

#main-press-release {
  clear: right;
}



.movie {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 30px;
}


.menu-kiva {
  text-align: center;
}

.menu-kiva-logo {
  margin: 0.5em 0;
}

#starter-kit {
  margin-bottom: 14px;
}

/* -- conutry-pickup -- */

.menu-content .country-pickup {
  padding: 0 8px;
}

.menu-content .country-pickup img {
  float: left;
  margin: 4px 8px 8px 0;
  border: 1px solid #ddd;
}

.menu-content .country-pickup .country-name {
  font-weight: bold;
  color: #300;
  padding-top: 2px;
}

.menu-content .country-pickup .country-name a {
  color: #300;
  text-decoration: none;
}

.menu-official-sourced {
  clear: left;
  list-style-type: square;
  margin: 0.5em 0 1em 2em;
}

#menu .menu-article-box-corner-bottom {
  margin-bottom: 1em;
}

