/*  
Theme Name: cherry-made
Theme URI: http://www.cutey.us
Description: This is a theme made by myself.
Version: 1.0
Author: cherry
Author URI: http://www.cutey.us/
*/

*{
		margin: 0;
		padding: 0;
}

body{
		margin: 0;
		font-family: 'Microsoft YaHei', Arial, Helvetica, Geofgia, Sans-self;
		font-size: 12;
		float: center;
		vertical-align: top;
		background: #ffffff  url(images/bg.jpg);
		color: #333333;
}

#wrapper{
		margin: 0 auto;
		width: 950px;
		font-size:13px;
		text-align: left;
		padding: 0;
		background: #ffffff;
}

#content{
		/*border-left: 1px dashed #F9628D;
		border-right: 1px dashed #F9628D;*/
		width: 950px;
		height: auto;
		float: left;
		background: #ffffff;
}

a:link, a:visited{
		text-decoration: none;
		color: #F5889B;
		outline: none;
}

a:hover{
		text-decoration: underline;
		color: #fbacbf;
		outline: none;
}

p{
		padding:5px 0;
}

.left{
		float: left;
}

.right{
		float: right;
		font-weight: bold;
}

/* --------------- header ---------------*/

#header{
		margin: 0 auto;
		width: 950px;
		height: 91px;
		float: left;
		background: url(images/header.jpg) no-repeat;
}

h1{
		font-family: 'Microsoft YaHei', Pristina,Bradley Hand ITC, Georgia, Sans-serif;
		font-size: 48px;
		font-weight: normal;
		padding: 20px 0 0 100px;
}

#header h1 a{
		color: #F5889B;
		outline: none;
}

#header h1 a:hover{
		text-decoration: none;
		color: #fbacbf;
		outline: none;
		
}

/* --------------- navigation ---------------*/

#navigation{
		float: left;
		height: 64px;
		text-align: left;
		width: 950px;
		background: url(images/navi.bmp) no-repeat;
		margin:0;
		padding: 0;
}

#navigation ul{
		float:left;
		padding: 0 0 0 100px;
		margin: 0;
}
   
#navigation li {
		width:96px;
		height: 48px;
		float: left;
		text-align: center;
		list-style-type: none;
		white-space: nowrap;
		padding: 0 10px 0 0;
		background: url(images/menu.jpg) no-repeat;
} 

#navigation li a:hover {
		text-decoration: none; 
		color: #333333;
}
#navigation li a {
		display: block;
		padding: 17px 0 0 0;
		outline: none;
}

#navigation li.home a {
		text-decoration: none;
		outline: none;
}

#navigation li.home a:hover {
		color: #333333;
		text-decoration:none;
		outline: none;
}

#rss{
		margin: 0;
		text-align: center;
		width: 260px;
		height: 50px;
}

#rss a{
		color: #ffffff;
}

/* --------------- container ---------------*/

#container{
		margin: 0 0 15px 15px;
		padding:0 25px 0 0;
		float: left;
		width: 660px;
		height: auto;
		background: #ffffff;
}

.post{
		text-align: justify;
		padding: 10px 25px 0 15px;
		float: left;
		width: 620px;
}

.post h2{
		font-family: 'Microsoft YaHei', Georgia, Sans-serif;
		font-size: 20px;
		padding: 10px 0;
		color: #333333;
		font-weight: normal;
}

.post h3{
		border-bottom: 1px dashed #FF94B2;
		font-family: 'Microsoft YaHei', Georgia, Sans-serif;
		font-size: 20px;
		padding: 10px 0 5px 0;
		margin: 0 0 10px 0;
		color: #F5889B;
}

.post h4{
		font-size: 13px;
		padding: 5px 0 10px 0;
		color: #FF6600;
		font-weight: normal;
}

.entry{
		line-height: 20px;
		float: left;
		width: 100%;
		text-align: justify;
}

.entry p {
		font-size: 13px;
                font-family: 'Microsoft YaHei', Georgia,"Times New Roman","Bitstream Charter",Times,serif;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
}

.entry img{
		border: 0;
		max-width: 98%;
		max-width: 610px;
		height: auto;
		padding: 0;
		float: center;
}

table{
		border-collapse:collapse;
		width:100%;
}

.postmetadata{
		border-bottom: 1px dashed #FF94B2;
		padding: 10px 0;
		float: left;
		width: 100%;
}

.singlepostmetadata{
		padding: 10px 0 0 0;
}

.navigate{
		padding: 15px 0 20px 15px;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		float: left;
}

.wp-pagenavi span.pages {
		background-color:#FFFFFF;
		border:1px solid #F5889B;
		color:#F5889B;
		margin:0;
		padding:2px 4px;
}

/* --------------- sidebar --------------- */

.sidebar{
		margin: 0 15px 15px 0;
		float: left;
		width: 235px;
		height: auto;
		display: inline;
		background: #ffffff;
		
}

.sinawb{
		margin: 0;
		padding: 0;
		text-align: left;
		float: left;
		width: 230px;
		height: 500px;
}

.cherry{
		margin: 0;
		padding: 20px 0;
		text-align: left;
		//background: url(images/girl.jpg) no-repeat bottom center;
		float: left;
		width: 220px;
}

.sidebar ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		float: left;
		width: 220px;
}

.sidebar ul li{
		padding: 0;
		margin: 0;
		float: left;
		width: 100%;
}

.sidebar ul li h2{
		width: 100%;
		font-family: 'Microsoft YaHei', Georgia, Sans-serif;
		border-bottom: 1px dashed #FF94B2;
		font-size: 16px;
		font-weight: normal;
		padding: 15px 0 5px 0;
		margin:0 0 10px 0;
		float: left;
}

.sidebar ul ul li{
		padding: 0;
		margin: 0;
		line-height: 24px;
		float: left;
}

.sidebar input#s{
		font-family: 'Microsoft YaHei', Arial, Helvetica, Georgia, Sans-serif;
		font-size: 12px;
		width: 120px;
		background: #ffffff;
		border: 1px solid #FF94B2;
		margin: 10px 20px 15px 0;
		padding: 5px;
		float: left;
		line-height: 1.2;
}

#searchsubmit{
		margin: -4px 0 0 0;
		padding: 0;
}

form#searchform{
		float: left;
		width: 100%;
}

table#wp-calendar{
		width: 100%;
}

/* --------------- comments --------------- */

.related-posts{
		padding: 10px 0 0 0;
		margin: 0;
		float: left;
		width: 100%;
}

.related_post{
		float:left;
		list-style-type:none;
		margin:0;
		padding:15px 0 10px 0;
		width: 100%;
}

.related_post li {
		padding: 0;
		margin: 0;
		line-height: 24px;
		float: left;
		width: 100%;
}

.related_post_title{
		border: 0;
		font-family: 'Microsoft YaHei', Georgia, Sans-serif;
		font-size: 20px;
		font-weight: normal;
		border-bottom:1px dashed #FF94B2;
		color: #333333;
		padding: 10px 0 5px 0;
		margin: 0;
}

.comments-template{
		padding: 10px 0 0 0;
		margin: 0;
		float: left;
		width: 100%;
}

.comments-template h3{
		border: 0;
		font-family: 'Microsoft YaHei', Georgia, Sans-serif;
		font-size: 20px;
		color: #333333;
		font-weight: normal;
		padding: 10px 0 0 0;
		margin: 0;
}

.commentlist{
		margin: 5px 0 10px 0;
		padding: 0;
		list-style: none;
}

.commentlist li{
		border-top: 1px dashed #FF94B2;
		margin: 0;
		padding: 20px 0 10px 0;
		line-height: 18px;
		font-style: normal;
		list-style: none;
}

.comment-body{
		padding: 0;
		margin: 0 0 5px 0;
}

.commentlist li ul li { 
		margin: 0 0 5px 0;
		border: 1px solid #FF94B2;
		padding: 5px 0  0 5px;
}

.children{
		padding: 0 5px;
		margin: 0;
}

.depth-1{
		background: #ffffff;
}

.depth-2{
		background: #fff6ed;
}

.depth-3{
		background: #ffffff;
}

.depth-4{
		background: #fff6ed;
}

.depth-5{
		background: #ffffff;
}

.depth-6{
		background: #fff6ed;
}

.depth-7{
		background: #ffffff;
}

/*.commentlist li ul li.even{
		background: #fcebe2;
}

.commentlist li ul li.alt{
		background:#FEF5EC;
}*/

.commentlist li .avatar { 
		float: left;
		background: #fff;
		margin: 0 15px 0 0;
		padding: 1px;
}

.commentlist cite, .commentlist cite a {
		font-weight: bold;
		font-style: normal;
		font-size: 12px;
		margin: 10px 0;
}

.commentlist a {
		font-style: normal;
		font-size: 12px;
		outline: none;
}

.commentlist p {
		padding: 20px 5px 5px 0;
}

.commentmetadata {
		margin: 0;
		display: block;
}

.comments-template textarea{
		font-family: 'Microsoft YaHei', Arial, Helvetica, Georgia, Sans-serif;
		font-size: 12px;
		width: 610px;
		height: 150px;
		background: #ffffff;
		border: 1px solid #FF94B2;
		line-height: 2;
		padding: 5px;
}

.comments-template input#author{
		font-family: 'Microsoft YaHei', Arial, Helvetica, Georgia, Sans-serif;
		font-size: 12px;
		width: 45%;
		background: #ffffff;
		border: 1px solid #FF94B2;
		margin: 0 10px 0 0;
		padding: 5px;
}

.comments-template input#email{
		font-family: 'Microsoft YaHei', Arial, Helvetica, Georgia, Sans-serif;
		font-size: 12px;
		width: 45%;
		line-height: 21px;
		background: #ffffff;
		border: 1px solid #FF94B2;
		margin: 0 10px 0 0;
		padding: 5px;
}

.comments-template input#url{
		font-family: 'Microsoft YaHei', Arial, Helvetica, Georgia, Sans-serif;
		font-size: 12px;
		width: 45%;
		background: #ffffff;
		border: 1px solid #FF94B2;
		margin: 0 10px 0 0;
		padding: 5px;
}

#commentform{
		margin: 5px 0 10px 0;
		padding:15px 0 0 0;
		border-top: 1px dashed #FF94B2;
}

.cancel-comment-reply{
		padding: 0;
		margin: 0 0 5px 0;
}

.cancel-comment-reply p{
		padding: 0;
		margin: 0;
}

/* --------------- footer --------------- */

#footer{
		/*border-top: 1px dashed #F9628D;*/
		clear: both;
		float: left;
		width: 950px;
		height:80px;
		clear: both;
		text-align: center;
		background: url(images/footer.jpg);
}

#footer p{
		height: auto;
		padding: 15px 0 0 0;
}

