﻿/*
Theme Name: 绿子弹
Theme URI: http://www.lvzidan.org/
Description: 绿子弹,绿色志愿者,倡导绿色生活,绿色生产，建设美好的地球环境。
Version: 1.0
Author: 李春晓
Author URI: http://www.lvzidan.org/
Tags: light, white, blue, two-columns, three-columns, fixed-width, right-sidebar
Text Domain: lvzidan
*/


#popnews {
  display:none;
  position:fixed;
  bottom:3px;
  right:-240px;
  width:240px;
  overflow:hidden; 
  background:#91ca06;
  padding:6px;
  margin:0;
 -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

#popnewswrapper {
  background:#fff;
  margin:0;
  padding:0;
}

#headlist {
  font-size:14px;
  color:#fff;
  background:#fff;
  font-weight:bold;
  padding:0;
  margin:0;
}

#headlist li {
  list-style:none;
  float:left;
  padding:4px;
  margin:0;
  cursor:pointer;
 -moz-border-radius-topleft:7px;
 -moz-border-radius-topright:7px;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  border-radius-top:10px;
}

#headlist li.selected {
  background:#fff;
  color:green;
}

.popnewslist {
  clear:both;
  background:#fff;
  list-style:none;
  padding:0;
  margin:0;
  overflow:hidden; 
  position:relative;
}

.popnewslist li a{
  font-size:14px;
  display:block;
  border-bottom:1px dashed #9df49b;
  padding:3px 7px 7px 0;
  margin:10px;
}

#mostcommented, #recentcomment {
  display:none;
}

#hide {
  float:left;
  color:#fff;
  font-size:4px;
}
