.top {
  margin: 0 auto;
  padding: 0;
  width: 990px;
  text-align: left;
  color: #9f6f5f;
  background-color: #FFFFFF;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}

.top-menu {
  margin: 0;
  padding: 3px 10px;
  color: #FFF;
  background-color: #333;
  text-align: right;
}

.top-menu a {
  color: #FFF;
  background-color: #333;
  text-decoration: none;
}


.top-navigate {
  margin: 0;
  padding: 2px 15px 0;
  color: #FFF;
  background-color: #333333;
}

.top-navigate a{
  color: #FFF;
  background-color: #333;
  text-decoration: none;
  font-weight: normal;
}

.top-navigate a:hover {
  color: #999;
  background-color: #333;
  text-decoration: underline;
}

.top-navigate a:active {
  color: #999;
  background-color: #333;
  text-decoration: none;
}

#top-main {
  margin: 0;
  padding: 0;
  height: 500px;
/*  background: #FFFFFF url(http://sakakimango.com/images/top_main_bg.gif) repeat; */
  background-color: #bfd8d2;
}

#photo, .top-photo {
  float: left;
  overflow: overflow;
  margin: 0px;
  padding: 10px 20px 0px;
  width: 540px;
  height: 330px;
  text-align: center;
  color: #9F6F5F;
  background-color: #FFF;
}

.top-right {
  float: left;
  margin: 0;
  padding: 0;
  width: 410px;
  text-align: left;
  color: #9F6F5F;
  background-color: #FFF;
}

.top-right-info {
  float: inherit;
  margin: 0;
  padding: 0;
  height: 340px;
  font-size: 90%;
}

.top-right-content p {
  margin: 5px 0;
  padding: 0 0 0 10px;
  line-height: 1.1em;
  background-color: #FFFFFF;
  background-image: url(http://sakakimango.com/images/top-info-arrow.gif);
  background-repeat: no-repeat;
  background-positon: center;
}

.top-right-info .news p {
  padding-left: 5px;
  background-image: none;
}

.top-right-info a {
  color: #1A82C1;
  background-color: transparent;
  text-decoration: none;
}

.top-right-info a:hover {
  text-decoration: underline;
}

.top-right-content {
  margin: 15px 0px;
}

.top-right-footer {
  float: inherit;
  margin: 0;
  padding: 10px 0 0;
  width: 410px;
  text-align: right;
  font-size: 90%;
  background-color: #bfd8d2;
}

.top-right-footer p {
  margin: 0;
  padding: 5px;
}

.top-right-footer a {
  color: #c34d25;
  text-decoration: none;
}

.top-right-footer a:hover {
  text-decoration: underline;
}

.top-right-footer p.video-thumb {
  float: right;
  margin-right: 10px;
  border: 1px solid #666;
  border-bottom-left-radius: 3px 3px;
  border-bottom-left-radius: 3px 3px;
  border-bottom-right-radius: 3px 3px;
  border-bottom-right-radius: 3px 3px;
  border-top-left-radius: 3px 3px;
  border-top-left-radius: 3px 3px;
  border-top-right-radius: 3px 3px;
  border-top-right-radius: 3px 3px;
  width: 160px;
  height: 100px;
}

.video-up { text-align: center; color: #2A2A2A; }
.video-icon { display: block; bottom: 100px; opacity: 0.9; position: relative; right: 120px; }
.video-title { padding: 0px 2px; background: black; color: white; font-weight: bold; opacity: 0.8; position: relative; right: 3px; bottom: 55px; }
.video-time { display: none; padding: 0px 2px; background: black; color: white; font-weight: bold; opacity: 0.75; position: relative; right: 3px; bottom: 45px; }

/* .video-icon { bottom: 100px; opacity: 0.9; position: relative; right: 78px; } */
/* .video-time { padding: 0px 2px; background: black; color: white; font-weight: bold; opacity: 0.75; position: relative; right: 3px; bottom: 45px; } */

.top-right-footer p.about {
  margin: 5px;
  padding: 0;
}

.top-footer {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  color: #666666;
  background-color: #bfd8d2;
}

.top-footer a { color: #C34D25; text-decoration: none; }
.top-footer a:hover { text-decoration: underline; }

blockquote#twitter_update_list { margin: 0; padding: 0; }
blockquote#twitter_update_list span { font-size: 85%; }
#follow-me { position: relative; top: -100px; left: 410px; cursor: pointer; height: 119px; width: 30px; background-color: #555; background-image: url("/images/follow-me.png"); background-repeat: no-repeat; }

