
  #container #header{background-color:#eee;}
  #container #header #blogname{
	color:#aaa;
	background:#292929;
  }
  #container #header #blogname a.logo{
	background:url(cssrain-logo.gif) no-repeat;
	color:#1BA6B2;
  }  
  #container #header #blogname p{
	  color:#fff;
  }

  #container #header #blogname p a{
	   color:#fff;
  }
	/*切换皮肤样式*/
	#skin { 
		background:#FFFFFF none repeat scroll 0 0;
		border:1px solid #CCCCCC;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:6px;
		padding:2px;
		position:absolute;
		right:140px;
		top:4px;
		width:38px;
	}
	#skin li { 
		float:left; 
		margin-right:4px; 
		width:15px; 
		height:15px; 
		text-indent:-9999px; 
		overflow:hidden; 
		display:block; 
		cursor:pointer; 
		background-image:url(../../images/theme.gif); 
	}
	#tim { background-position:0px 0px; }
	#cr { background-position:15px 0px; }
	#tim.selected { background-position:0px 15px; }
	#cr.selected { background-position:15px 15px; }


  #header #menu{
  background:#292929;
  }

  #header #menu ul li {
		border-color:#eee;
 }
 #header #menu ul li a {
	border-right:1px solid #eee;
	background:#292929;
	color:#eee;
 }
 #header #menu ul li a:hover {
	background:#000;
	color:#ccc;
 }


  /*---工具条--*/
  #sidebar{
	background:#292929;
     color:#eee;
  }
	#sidebar a{
		color:#eee;
	}
	#sidebar a:hover{
		color:#f60;
	}
  .Ptitle{
 background-color:#242424;color:#eee;
	}  

  #mainContent{background-color:#292929;}
  #innermainContent{
	background-color:#eee;}
 

 