/* $Id: blocks.css,v 1.4 2009/11/05 11:05:39 johnalbin Exp $ */

/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
  margin-bottom: 1em;
  font-size: 12px;
}

.block.region-odd /* Zebra striping for each block in the region */ {
}

.block.region-even /* Zebra striping for each block in the region */ {
}

.block.odd /* Zebra striping independent of each region */ {
}

.block.even /* Zebra striping independent of each region */ {
}

.region-count-1 /* Incremental count for each block in the region */ {
}

.count-1 /* Incremental count independent of each region */ {
}


.block ul {
  margin: 0;
}


/* sidebar first */
.region-sidebar-first .block-title h2.title  {
  background: url(img/left_green.jpg) no-repeat 0 50%;
  text-align: center;
  color: #FFF;
  padding: 5px;
}


/* sidebar second */
.region-sidebar-second .block{
  margin: 0 10px 10px 10px;
}
.region-sidebar-second .block-header {
  height: 5px;
  background: url(img/left_box_top.jpg) no-repeat 50% 100%;
}
.region-sidebar-second .block-title /* Block title */{
  background: url(img/left_box_cen.jpg) repeat-y 50% 0;
}
.region-sidebar-second .block-title h2.title  {
  background: url(img/icon_blue.png) no-repeat 10px 50%;
  padding: 5px 5px 5px 40px;
}
.region-sidebar-second .block .content /* Block's content wrapper */ {
  padding: 5px 8px;
  background: url(img/left_box_cen.jpg) repeat-y 50% 0;
}
.region-sidebar-second .block-bottom {
  height: 5px;
  background: url(img/left_box_bottom.jpg) no-repeat 50% 0;
}


#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First administrator-defined block */ {
}

#block-blog-0 /* "Recent blog posts" block */ {
}

#block-book-0 /* "Book navigation" block for the current book's table of contents */ {
}

#block-comment-0 /* "Recent comments" block */ {
}

#block-forum-0 /* "Active forum topics" block */ {
}

#block-forum-1 /* "New forum topics" block */ {
}

#block-menu-primary-links /* "Primary links" block */ {
}

#block-menu-secondary-links /* "Secondary links" block */ {
}

#block-node-0 /* "Syndicate" block for primary RSS feed */ {
}

#block-poll-0 /* "Most recent poll" block */ {
}

#block-profile-0 /* "Author information" block for the profile of the page's author */ {
}

#block-search-0 /* "Search form" block */ {
}

#block-statistics-0 /* "Popular content" block */ {
}

#block-user-0 /* "User login form" block */ {
  background:url(img/left_login_bg.jpg) no-repeat;
}
#block-user-0 label,
#block-user-0 .block-header,
#block-user-0 .block-title,
#block-user-0 .block-title h2.title,
#block-user-0 .content,
#block-user-0 .block-bottom {
  background: none;
  display: none;
}
#block-user-0 .content {
  display: block;
  padding-top: 37px;
  padding-bottom:12px;
}
#block-user-0 .form-item{
  margin: 5px 15px 0 55px;
}
#block-user-0 #edit-name-wrapper {
  margin-top: 7px;
}
#block-user-0 #edit-pass-wrapper {
  
}
#block-user-0 .form-text {
  border: none;
  background: #FFF;
  width: 120px;
  height: 16px;
  padding: 1px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#block-user-0 .item-list ul li.last {
  padding-left:6px;
}

#block-user-0 .item-list ul {
  padding-left: 20px;
  margin-top: 3px;
}
#block-user-0 .item-list ul li{
  list-style: none;
  display: inline-block;
  padding: 1px 2px;
}
#block-user-0 .item-list ul li a{
  color: #777;
  /*color: #ffffff; */
}
#block-user-0 #edit-submit {
  float: right;
  border: 0;
  background: url(img/login_button.png) no-repeat transparent;
  text-indent: -9999px;
  width: 54px;
  height: 25px;
  cursor: pointer;
  margin-top: 5px;
}
#block-user-0 #fbconnect_button-wrapper{
  margin: 15px auto 8px auto;
  width: 120px;
}
#block-user-0 #fbconnect_button-wrapper .description{
  display: none;
}

#block-user-1 /* "Navigation" block for Drupal navigation menu */ {
}

#block-user-2 /* "Who's new" block for a list of the newest users */ {
}

#block-user-3 /* "Who's online" block for a list of the online users */ {
}

/* ebtweak subscribe */
#block-ebtweak-subscribe {
  margin: 10px;
}

#block-ebtweak-subscribe .block-header,
#block-ebtweak-subscribe .block-bottom,
#block-ebtweak-subscribe .block-title,
#block-ebtweak-subscribe .content{
  background: none; 
}
#block-ebtweak-subscribe .block-header,
#block-ebtweak-subscribe .block-bottom {
  height: 0;
}
#block-ebtweak-subscribe #email {
  border: 1px solid #d8d8d8;
  width: 140px;
  color: #777;
  font-size: 11px;
  padding: 3px 3px;
}
#block-ebtweak-subscribe #submit {
  width: 38px;
  height: 21px;
  padding: 0;
  border: 0;
  background: url(img/button_search.png) no-repeat 50% 0;
  color: #777;
  font-size: 11px;
  cursor: pointer;
}

/* ebtweak links */
#block-ebtweak-links {
  margin:0;
  background: #F0F1ED;
  text-align:center;
  margin-bottom: 10px;
}
#block-ebtweak-links a{
  padding: 0 5px;
}
#block-ebtweak-links .block-header,
#block-ebtweak-links .block-bottom,
#block-ebtweak-links .block-title,
#block-ebtweak-links .content{
  background: none; 
}
#block-ebtweak-links .block-header,
#block-ebtweak-links .block-bottom {
  height: 0;
}


/* schedule map */
#block-views-schedule-block_1 h2 {
  display: block;
  margin-right: 1px;
  width:110px;
  padding: 5px 0;
  height:20px;
  font-size:1.12em;
  letter-spacing: 2px;
  text-align: center;
  background: url(img/content_tab.jpg) no-repeat -111px 0;
  font-weight: bold;
  color: #FFFFFF;
}
#block-views-schedule-block_1 .view-content {
  background: #ECECEC;
  padding: 8px;
}

/* lof carousel */
#lof ul {
  padding: 0;
  margin: 0;
}
.lof-main-item-desc {
  display: none;
}
.lof-navigator-wrapper {
  bottom: 50px;
  right: 71%;
}

#block-block-4 {
  font-family: '微軟正黑體';
  width: 540px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
}
#block-block-4 .content {
  padding: 0;
}
#block-block-4 .footer-left{
  float:left;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 20px;
}
#block-block-4 .footer-logo {
  background: url(img/footer-logo.png) no-repeat;
  padding: 12px 0;
  text-indent: -9999px;
  width: 303px;
}
#block-block-4 .footer-right{
  text-align :left;
  float:left;
  line-height: 1.2em;
  margin-top: 5px;
}
#block-block-4 a {
  color: #FFF;
}
