/*
Theme Name: RMB Fund
Theme URI: http://www.ce-online.cn/
Description: Design by Lili.
Version: 1
Author: Joe Mascaro

*/



/* Begin Typography & Colors */
html {
  background: #663300 url(images/main-bg.png) repeat-x;
}
body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	background: transparent url(images/bg-overlay.jpg) no-repeat scroll left bottom;
	margin: 0px;
	padding: 0px 0px 0px;
}
a {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #7a008c;
	text-decoration: none;
}
a:hover {
	color: #0095ff;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #cc0000;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #cc0000;
	text-decoration: none;
}
h2 a:hover {
	color: #FF0000;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 1024px;
}
#header {
	background: url(images/header-bg.jpg) no-repeat;
	height: 248px;
}
#top-nav {
  background: black;
  height: 43px;
}
#nav {
	list-style: none;
	width: 1032px;
	margin: auto;
	padding: 0px;
}
#nav li {
  background: transparent url(images/nav-button.png) no-repeat scroll 0 0;
	float: left;
	margin: 0px 9px 0px 0px;
	display: block;
	width: 120px;
	height: 40px;
}
#nav li:hover {
  background: transparent url(images/nav-button-2.png) no-repeat scroll 0 0;
	float: left;
	margin: 0px 9px 0px 0px;
	display: block;
	width: 120px;
	height: 40px;
}
#nav a {
	text-decoration: none;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	display: block;
	color: #000000;
	margin-top: 10px;
	text-align: center;
}
#nav a:visited {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
}
#content {
	margin: 8px 10px 10px 0px;
	float: left;
	width: 635px;
	overflow: hidden;
	min-height: 450px;
}
.post {
	clear:both;
	padding-top: 10px;
	background: #D1C0A5;
	padding: 0px 20px 20px
}
.post-top {
  background: url(images/post-top.png) no-repeat;
  height: 25px;
  width: 635px;
}
.post-bottom {
  background: url(images/post-bottom.png) no-repeat;
  height: 25px;
  width: 635px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 0px 10px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: left;
    margin:8px 0 10px 0px;
	width: 375px;
	min-height: 450px;
}
.sidebar {
	width: 375px;
	padding-left: 30px;
}
#sidebar-top {
  background: url(images/sidebar-top.png) no-repeat;
	width: 375px;
	height: 25px;
}
#sidebar-bottom {
  background: url(images/sidebar-bottom.png) no-repeat;
	width: 375px;
	height: 25px;
}
#sidebar-content {
  background:white none repeat scroll 0 0;
	width: 335px;
	padding:0px 0px 10px 40px;
	min-height: 450px;
}
#sidebar ul {
	margin-top: 0;
	padding-top: 10px;
}
#sidebar li {
  list-style-type: none;
  text-align: center;
}
#searchform {
	background: #bcd67e url(images/searchform-bg.gif) repeat-x;
	width: 220px;
	padding: 10px 10px 10px 10px;
	float:right;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #e9facc;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}
#sidebar h2 {
  color: #000000;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	margin: 10px 0px 5px;
}
#sidebar img.supporter {
  width: 50%;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #ffffff;
	color: #00000;
	font-size: 95%;
	line-height: 130%;
	display: block;
}
#footer-top {
	background: url(images/footer-top.png);
  width: 1024px;
  height: 25px;
	display: block;
}
#footer-bottom {
	background: url(images/footer-bottom.png);
  width: 1024px;
  height: 25px;
	display: block;
}
#footer a, #footer a:visited{
	color: #cc0000;
}
#footer .left-col{
	width: 80%;
	float: left;
	margin-left: 100px;
	position: relative;
	z-index: 200;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}
#buttons {
  clear: both;
  position: relative;
  margin: 0px 0px 15px 0px;
  width: 320px;
  height: 40px;
}
.button {
  background: url(images/button.png) no-repeat;
  margin-right: 20px;
  width: 135px;
  height: 35px;
  float: left;
}
.button-text {
  color: black;
  position: relative;
  top: 8px;
  text-align: center;
  display: block;
  font-size: 110%;
  font-weight: bold;
}

.button1 {
  background: url(images/button1.png) no-repeat;
  margin-right: 20px;
  width: 135px;
  height: 35px;
  float: left;
}
.button-text1 {
  color: black;
  position: relative;
  top: 8px;
  text-align: center;
  display: block;
  font-size: 110%;
  font-weight: bold;
}

.button2 {
  background: url(images/button1.png) no-repeat;
  margin-right: 20px;
  width: 135px;
  height: 35px;
  float: left;
}
.button-text2 {
  color: black;
  position: relative;
  top: 8px;
  padding-left:26px;
  display: block;
  font-size: 86%;
  font-weight: bold;
}

#bottom-wave {
  background: url(images/bottom-wave.png) no-repeat;
  height: 260px;
  position: relative;
  left: -147px;
  Width: 900px;
  bottom: 170px;
  display: block;
}
#lang_sel_list li.icl-en {
  float: left;
  border-top: 1px solid #cccccc;
}
#lang_sel_list li.icl-zh-hans {
  border-top: 1px solid #cccccc;
  float: left;
  left: 151px;
}
#lang_sel_list li {
  position: absolute;
}
#lang_sel_list {
  width: 320px;
}
#lang_sel_list img {
  border: 0;
}
#lang_sel_list ul {
  border: 0;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
img.alignright {
  float:right; 
  margin:0 0 1em 1em
}
img.alignleft {
  float:left; 
  margin:0 1em 1em 0
}
img.aligncenter {
  display: block; 
  margin-left: auto; 
  margin-right: auto
}
a img.alignright {
  float:right; 
  margin:0 0 1em 1em
}
a img.alignleft {
  float:left; 
  margin:0 1em 1em 0
}
a img.aligncenter {
  display: block; 
  margin-left: auto; 
  margin-right: auto
}
#kaifu {
  border:2px solid black;
  margin:10px;
  overflow:hidden;
  padding:10px;
}
