/* 
-------------------- */
html, body, h1,h2,h3,input, form {
margin: 0;
padding: 0;
}
body {
background: #CECECE;
font-size: .8em;
color: #333;
}
a {
color: #D58C00;
}

/* container
-------------------- */
#container1 {
background: #F1B401;
margin: 0 auto;
width: 760px;
}

/* banner
-------------------- */
#banner {
background: url('http://l.yimg.com/e/style/4/477/banner.gif') no-repeat left top;
height: 430px;
position: relative;
}
#pageheader {

position: absolute;
top: 140px;
left: 350px;
width: 370px;
height: 100px;
overflow: auto;
}
h1 {
font-size: 1em;
margin-bottom: 10px;
}
#description2 .description {
color: #999;

}

/* content
-------------------- */
#content {
width: 550px;
float: left;
}
.blog {
padding-left: 10px;
width: 540px;
}
#content * {
position: relative;
}
.date {
height: 40px;
padding-right: 65px;
padding-top: 15px;
font-size: 20px;
text-align: right;
letter-spacing: -1px;
color: white;
background: url('http://l.yimg.com/e/style/4/477/date.gif') no-repeat left top;
}
.title {
height: 25px;
padding-left: 50px;
background: url('http://l.yimg.com/e/style/4/477/title.gif') no-repeat left top;
}
.articletext {
background: url('http://l.yimg.com/e/style/4/477/articletext.gif') no-repeat left bottom;
*height: 78px;
padding-right: 50px;
min-height: 78px;
}
.innertext {
        width: 488px;
        overflow-x:hidden;
background: url('http://l.yimg.com/e/style/4/477/innertext.gif') repeat-y left top;
}
.innertext p {
margin: 0;
padding: 10px;
}
.extended {
text-align: right;
padding-right: 10px;
font-size: 12px;
}
.posted {
height: 20px;
text-align: center;
padding-right: 60px;
background: url('http://l.yimg.com/e/style/4/477/posted.gif') no-repeat left top;
font-size: 11px;
padding-top: 10px;
}


/* comments
-------------------- */

.total-comments-div {
margin-top: 20px;
width: 400px;
margin-left: 90px;
background: white;
}
.trackback-url {
padding-top: 5px;
background: url('http://l.yimg.com/e/style/4/477/trackback-url.gif') no-repeat left top;
text-align: center;
}
.total-comments-div form {
background: url('http://l.yimg.com/e/style/4/477/form.gif') no-repeat left bottom;
padding: 10px;
}
.comments-head {
font-family: simhei , Arial;
border-bottom: 1px solid black;
font-size: 24px;
font-weight: bold;
}
.comments-body p {
padding: 10px;
margin: 0;
}
.comments-post {
text-align: right;
font-size: 11px;
color: #999;
padding-right: 15px;
}
.comments-linkcontrol {
text-align: center;
}


/* links
-------------------- */
#links {
width: 200px;
float: right;
}
#links a {
color: white;
text-decoration: none;
}
#links a:hover {
color: yellow;
}
.sidetitle {
border-bottom: 1px solid black;
}
.side {
padding: 5px;
}

/* links detail
-------------------- */
#boxSearch input {
border: none;
background: white;
}
.powered input {
border: none;
}


/* footer and extradiv
-------------------- */
#footer {
clear: both;
}






