.right-sidebar {
}

.right-sidebar .widget {
    margin-bottom: 20px;
    padding: 15px 20px;
    width: 160px;
}

.right-sidebar .widget h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.right-sidebar .widget ul {
    padding: 0;
    margin: 0;
}

.right-sidebar .widget ul li {
    border-bottom: 1px solid #DDDDDD;
    height: 36px;
    list-style: none outside none;
    margin: 5px 0 0;
    overflow: hidden;
    padding: 0 0 5px;
}

/* Home */

.slider-column {
	_display: none;
}

.slider {
    width: 940px;
    height: 330px;
    margin-bottom: 20px;
    overflow: hidden;
}

.slider .banners {
    margin: 0;
    padding: 0;
    height: 280px;
}

.slider .banners li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 940px;
    height: 280px;
}

.slider .banners li .description {
    padding: 15px 20px 20px;
    position: relative;
    background: #fff;
    width: 350px;
    color: #000;

    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.slider .banners li .description h3 {
    color: #122A5A;
    font-size: 32px;
    margin-bottom: 7px;
}

.slider .banners li .description a.external-link {
    position: absolute;
    padding: 5px 10px 3px 13px;
    right: 0;
    bottom: 0;
    text-align: right;
    background: #666;
    color: #fff;
}

.slider .banners li .description a.external-link:hover {
    color: #ccc;
    text-decoration: none;
}

.slider .tab-slider {
    background: #000;
    text-align: right;
}

.slider .tab {
    padding: 2px 6px;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
    *display:inline;
}

.slider .active {
    background: #fff;
}

.slider .tab .tab-icon, .slider .tab .tab-icon-active {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px;
}

.slider .tab .tab-title {
    float: left;
    color: #fff;
    padding: 13px 20px 0 5px;
    font-size: 14px;
}

html[lang="en-US"] .slider .tab .tab-title {
    font-size: 12px;
}

.slider .active .tab-title {
    color: #000;
}

.slider .active .tab-icon {
    display: none;
}

.slider .tab-icon-active {
    display: none;
}

.slider .active .tab-icon-active {
    display: block;
}

.slider .tab .arrow {
    display: none;
}

.slider .active .arrow {
    display: block;
    height: 9px;
    margin-top: -9px;
    background: url(../images/slider-arrow.png) center center no-repeat;
}

.home-content {
    margin-top: 25px;
    width: 940px;
}

.home-content .latest-posts-container {
    background: #fff;
	_width: 740px;
}

.home-content .latest-posts-container .latest-posts {
    padding-top: 30px;
    padding-bottom: 0px;
    _padding-bottom: 30px;
}

.home-content .latest-posts-container .more-news {
	float: right;
	width: 150px;
}

.home-content .latest-posts-container .more-news a {
    color: #fff;
    background: #666;
    padding: 5px 0;
    display: block;
	text-align: center;
}

.home-content .right-sidebar {
    width: 160px;
}

.home-content .right-sidebar .widget {
    padding: 0;
    background: none;
}

.home-bottom-sidebar .widget {
    width: 385px;
    margin: 25px 0 0;
    padding: 19px 40px;
    float: left;
    background: #fff;
}

.home-bottom-sidebar .first {
    float: left;
    height: 169px;
}

.home-bottom-sidebar .last {
    float: right;
    height: 169px;
}

#text-8 .textwidget {
	overflow-y: scroll; 
	height: 110px;
}

.follow-us .social-icons {
    padding: 0;
    margin: 0 0 10px 0;
/*    width: 50%;*/
    float: left;
	border-bottom: 1px solid #ddd;
}

.follow-us .social-icons li {
    list-style: none;
    padding: 0;
    margin: 0 12px 10px 0;
    width: 50px;
    float: left;
}

.follow-us .newsletter {
    width: 100%;
    height: 100px;
    float: left;
    background: url(../images/social/email.png) no-repeat;
}

.follow-us .newsletter label {
    display: block;
	float: left;
    padding: 8px 20px 0 60px;
    font-size:20px;
}

.follow-us .newsletter form {
	margin-top: -5px;
}

/* Index */
.single .post-categories {
    padding: 0;
    margin: 0;
}

.single .post-categories li {
    margin: 0;
    padding: 0;
    display: inline;
}

.single .back-page {
    display: block;
    background: #aaa;
    padding: 7px 10px;
    color: #fff;
}

.single .back-page a {
    color: #fff;
}

.single .back-page a:hover {
	background: none;
}

.single .post-item, .page .post-item {
    padding: 30px 40px;
}

.single .post-item .time {
    color: #666;
    display: block;
    margin-bottom: 12px;
}

.single .post-item h2 {
	font-size: 28pt;
	line-height: 130%;
	letter-spacing: 0.03em;
}

html[lang="en-US"] .single .post-item h2 {
	letter-spacing: normal;
}

.single .post-item blockquote p {
	font-size: 120%;
	color: #666;
	letter-spacing: 0.03em;
}

.single .post-item .thumbnail {
    float: right;
    background: #efefef;
    padding: 3px;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 200px;
}

.single .post-item .wp-caption {

}

.single .post-item .wp-caption.alignright, .single .post-item img.alignright {
	float: right;
	margin-left: 10px;
}

.single .post-item .wp-caption .wp-caption-text {
	background: #ddd;
	padding: 5px 10px;
	margin-right: 10px;
}

.single .post-item .caption {
    display: block;
    padding: 8px 10px 2px;
}

.single .post-item table, .single .post-item td, .single .post-item th
{
    border-color: #ccc;
    border-style: solid;
}

.single .post-item table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.single .post-item td, .single .post-item th
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

.single .post-item table th {
	font-weight: bold;
	background: #ddd;
	text-align: left;
}

.single .post-item table p {
	margin: 0;
}

.single .post-item .related-posts {
    background: #efefef;
    padding: 8px 15px 10px;
    margin-bottom: 20px;
}

.single .post-item .related-posts span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.single .post-item .related-posts ul {
    margin: 0 0 5px 0;
}

.single .post-item .related-posts ul li {
    margin-bottom: 5px;
}

.single .post-item .tags {
    background: #efefef;
    padding: 8px 15px 10px;
    margin-bottom: 20px;
}

.single .post-item .tags span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.single .post-item .tags a {
    padding: 3px 5px;
    background: #ddd;
    color: #555;
    margin-right: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.single .post-item .tags a:hover {
    color: #888;
    text-decoration: none;
}

.single .post-item .comment-headline {
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
}

.post-item .social-share {
    margin-bottom: 20px;
}

.post-item .social-share .button {
    display: block;
    float: left;
    margin-right: 15px;
}



h4 {
	font-weight: bold; 
	color: #060; 
	font-size: 150%;
}

a.download {
	padding-left: 23px;
	background: url(http://greensense.org.hk/wp-content/uploads/2011/09/download.png) no-repeat left top;
}

dl.cooperate {
	position: relative;
	width: 700px;
	height: 180px;
}

html[lang="en-US"] dl.cooperate {
	height: 210px;
}

dl.cooperate dt, dl.cooperate dd {
	margin: 0 0 0 270px;
}

dl.cooperate dt {
	font-weight: bold;
	color: #060;
	font-size: 170%;
	margin-bottom: 10px;
}

dl.cooperate dd.image {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 0px;
}

dl.cooperate dd p {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.donation {
	margin-bottom: 40px;
}

table.donation tr td {
	width: 32%;
	margin: 20px;
	vertical-align: top;
}

table.donation tr td div {
	background: #DFFFBF; 
	padding: 20px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px;
}

table.donation tr td div h4 {
	font-weight: bold; 
	font-size: 180%; 
	margin: 0 0 5px 0;
	color: #000;
}

table.donation tr td div p {
	margin-bottom: 10px;
}

table.donation tr td div p strong {
	font-size: 120%;
}

.ctc a.ctc-tag {
	margin-right: 6px;
	line-height: 180%;
}

table.links {
	margin-bottom: 50px;
}

table.links tr td {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
