/*  
Theme Name: 魔力谷主题
Theme URI: http://www.moligu.com/
Description: 此主题来自 <a href="http://www.moligu.com/">魔力谷</a> 修改自wp默认主题
Version: 1.0
Author: 云淡风轻
Author URI: http://wind.moligu.com

	wind v1.5
	 http://wind.moligu.com/

	这个主题修改自wp默认主题

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

 */

/* Begin Typography & Colors */
body {
	font-size: 73%; /* Resets 1em to 12px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;  
	color: #333;
	margin:0px;

	}
#page{
  width:100%;
  background:#dde ;
  margin:auto;
}
img{
border:0px;
}
#menubar {
  background: #668;
  padding: 0px 10px;
  color:#eef;
  height:20px;
}
#menubar a:link,
#menubar a:visited {
  color: #eef;
  text-decoration: none;
}
#menubar a:hover,
#menubar a:active {
  color: #f33;
  text-decoration:  none;
}
#menubar #nav{
  font-size: 14px;
  font-weight: bolder;
  text-align: left;
  float:left;
}
#admin {
  font-size: 14px;
  font-weight: bolder;
  float: right;
  text-align: right;
  padding-top:2px;
}
#admin ul {
	list-style: none;
	text-indent: 0px;
        text-align: right;    
        margin:0px;
	padding:0px;

	} 
#admin ul li{
    float:left;
    padding:0 5px;
	} 
/* 头部 */
#header{
	background: #73a0c5 ;
	height:44px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	padding:30px 10px 0px 10px;
	}
#blogname {

    float:left;
width:80%;
	}
#name{ 
     float:left;
	} 

#desc{
     float:left;

	}
#logo{
    float:right;
}
#header a:hover, #header  a:visited , #header  a:link{
	text-decoration: none;
	color: #fff;
	font-size: 34px;
	}

#content {
       clear:both;
	float: left;
	width: 60%;
	background:#fff;
	padding:0px 0px 20px 0px;
	}
#content h1{
        padding-top:20px;
        font-size: 24px;
}

#content h2{
        font-size: 16px;
        margin:0px ;
}
.matetop{
color:#66e;
}
.matedown{
color:#66e;
}
/*侧边*/
#sidebar{
	float:right;
	width:40%;
line-height:1.6;
font-size:14px;
	}
form{
margin:0px;
}
#search{
text-align:center;
font-size:20px;
background:#eef;
padding:4px 0px;
}
#otherinfo{
clear:both;
padding-top:10px;
}
#otherinfo ul{
margin:5px 0px;
padding:0px 0px 0px 30px;
}
.info{
float:left;
width:48%;
}
.oper{
width:50%;
margin:0px;
float:right;
}
#sidebar h2{
margin:0px;
padding-left:5px;
}
/*页脚*/
#footer{
clear:both;
background:#aaa;
height:40px;
text-align: center;
padding:10px 0px;
}
/*评论输入部分*/
#commentform{
padding-left:20px;
}
#comment{
width:90%;
}
/*日志内容部分*/
.post{
padding-left:20px;

}
.entry{
width:95%;
padding:5px;
font-size: 14px;
text-indent : 28px;
line-height:1.6;
}
.entry p{
margin:5px 0px ;
}
.b-title{
 font-size: 14px;
 padding-left:20px;
}
.scrollpage{
padding:10px 20px;
}
.next{
float:right;
}
.prev{
float:left;
}
#comments{
 padding-left:20px;
}
#respond{
 padding-left:20px;
}

