@charset "utf-8";
/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css
    http://developer.yahoo.com/yui/reset/
*/
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0px;
    padding:0px;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    border-spacing:0;
}
fieldset,img,abbr,acronym {
    border:0;
} 
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration:underline;
    outline:none;
}
hr {
    border:0;
    height:1px;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}

strong {
font-weight: bold;
background: #ff0;
}
em {
font-weight: bold;
font-style: normal;
color: #f00;
}

* {
margin: 0;
padding: 0;
}
body {
text-align: center;
background: url(./img/back-image.jpg) repeat;
}
#container {
width: 800px;
margin-left: auto;
margin-right: auto;
padding: 0;
text-align: left;
background: #fff;
position: relative;
border-right: 1px solid #333;
border-left: 1px solid #333;
background: url(./img/back-content.jpg) repeat;
}

#header {
width: 800px;
height: 150px;
position: relative;
background: url(./img/back-title.jpg) no-repeat;
}
#header h1 {
position: absolute;
top: 10px;
right: 10px;
font-weight: bold;
font-size: 90%;
color: #666;
}
#header h2 {
position: absolute;
top: 20px;
left: 20px;
font-size: 120%;
font-weight: bold;
}
#header h2 a {
color: #000;
text-decoration: none;
}
#header p {
position: absolute;
top: 60px;
left: 10px;
width: 400px;
font-size: 85%;
text-align: left;
}
#content {
width: 800px;
margin: 0;
position: relative;

}

#main {
width: 540px;
float: left;
color: #333;
}
#bredcrumb {
font-size: 80%;
margin: 5px 10px;
}
#bredcrumb li {
display: inline;
line-height: 200%;
}
#infomation {
margin: 0 10px;
padding: 10px;
font-size: 90%;
}
#infomation h2 {
line-height: 140%;
padding: 0.5em 0;
font-size: 110%;
font-weight: bold;
}
#infomation h3 {
line-height: 140%;
padding: 0.5em 0 0.5em 5px;
font-weight: bold;
border-left: 5px solid #E99EA8;
border-bottom: 1px dotted #ccc;
}
#infomation h4 {
line-height: 140%;
padding: 0.5em 0 0.5em 20px;
font-weight: bold;
background: url(./img/back-h4.png) no-repeat center left;
}
#infomation p {
line-height: 140%;
padding: 0.5em 0;
}
#infomation ul,#infomation ol {
margin: 0.5em 0 0.5em 20px;
}
#infomation ul {
list-style-type: circle;
}
#infomation ol {
list-style-type: decimal;
}
#infomation dl {
margin: 1em 0;
line-height: 140%;
}
#infomation dl dt {
border: 0;
font-weight: bold;
line-height: 140%;
}
#infomation dl dd {
margin: 0 0 0.5em 20px;
line-height: 140%;
}

.page-infomation {
	
}

.page-infomation li {
	
}

li.published {
	
}

.entry,.page {
padding: 0 10px;
}

.entry-header,.page-header {
margin: 0 0 10px 10px;
}
.entry-header h2,.page-header h2 {
border-left: 5px solid #E99EA8;
border-bottom: 1px solid #eee;
color: #555;
line-height: 300%;
margin: 0 0 3px 0;
padding: 30px 0 0 5px;
font-weight: bold;
}
.entry-header h2 a,.page-header h2 a {
display: block;
}
.entry-infomation,.page-infomation {

}

.entry-infomation li,.page-infomation li {
display: inline;
font-size: 80%;
}

li .published {

}

.entry-body,.page-body {
line-height: 140%;
padding: 0 5px;
font-size: 90%;
}
.entry-body h3,.page-body h3 {
line-height: 160%;
padding: 0.5em 0 0.5em 5px;
margin: 0.5em 0;
font-weight: bold;
border-left: 5px solid #E99EA8;
border-bottom: 1px dotted #ccc;
}
.entry-body h4,.page-body h4 {
line-height: 160%;
padding: 0.5em 0 0.5em 20px;
font-weight: bold;
background: url(./img/back-h4.png) no-repeat center left;
margin: 0.5em 0;
}
.entry-body h5,.page-body h5 {
line-height: 160%;
border-left: 10px solid #000;
border-bottom: 1px solid #ccc;
margin: 0.5em 0;
padding-left: 5px;
}
.entry-body h6,.page-body h6 {
line-height: 140%;
border-left: 5px solid #000;
border-bottom: 1px solid #ccc;
margin: 0.5em 0;
padding-left: 5px;
}
.entry-body p,.page-body p {
line-height: 140%;
margin: 0.5em 0;
}
.entry-body ul,.page-body ul {
line-height: 140%;
list-style-type: disc;
margin: 0.5em 0 0.5em 2em;
}
.entry-body ul ul,.page-body ul ul {
line-height: 140%;
list-style-type: circle;
margin: 0.5em 0 0.5em 1em;
}
.entry-body ol,.page-body ol {
line-height: 140%;
list-style-type: decimal;
margin: 0.5em 0 0.5em 2em;
}
.entry-body ol ol,.page-body ol ol {
line-height: 140%;
list-style-type: lower-roman;
margin: 0.5em 0 0.5em 1em;
}
.entry-body li,.page-body li {
line-height: 140%;
}
.entry-body dl,.page-body dl {
line-height: 140%;
margin: 0.5em 0 0.5em 2em;
}
.entry-body dt,.page-body dt {
line-height: 140%;
}
.entry-body dd,.page-body dd {
line-height: 140%;
}
.entry-body blockquote,.page-body blockquote {
line-height: 140%;
background: #eee;
margin: 0.5em;
padding: 5px;
}
.entry-body q,.page-body q {
line-height: 140%;
}
.entry-body pre,.page-body pre {
line-height: 140%;
}
.entry-body code,.page-body code {
line-height: 140%;
}
.entry-body strong,.page-body strong {
font-weight: bold;
}
.entry-body em,.page-body em {
font-style: italic;
}

.entry-footer,.page-footer {
border-top: 1px solid #ccc;
margin: 5px 0 0 0;
}

.entry-categories,.page-category {
text-align: right;
}

.entry-categories li,.page-category li {
display: inline;
font-size: 80%;
}

.entry-tags,.page-tags {
text-align: right;
}

.entry-tags li,.page-tags li {
display: inline;
font-size: 80%;
}

#trackbacks {
padding: 0 10px;
}

.trackbacks {

}

.trackbacks-header {
font-weight: bold;
}

.trackbacks-info {
margin: 5px 0;
}
.trackbacks-info input {
width: 100%;
margin; 0 10px;
border: 1px solid #ccc;
padding: 5px 10px;
}
#trackback-data {

}

#comments {
padding: 0 10px;
}

.comments {
}
.comments-header {
font-weight: bold;
}
.comments-content {
margin: 10px;
padding: 5px;
}
.comment {
margin: 0 0 30px 0;
border: 1px solid #ccc;
}
.comment-header {
font-size: 90%;
margin: -1.5em 10px 0 10px;
background: #fff;
border: 1px solid #ccc;
padding: 0.5em;
}
.comment-content {
font-size: 90%;
padding: 10px;
}
.reply {
margin-left: 10px;
}
#comments-open {

}

.comments-open {
padding: 5px;
}

.comments-open-header {
font-weight: bold;
}

.comments-open-content {

}
#comment-greeting {
border: 3px dotted #999;
margin: 20px 0;
padding: 5px;
font-size: 90%;
}
#comments-form {
}
#comment-parent-id {
}
#comments-open-data {
}
#comment-form-name {
margin: 5px 0;
}
#comment-author {
width: 450px;
}
#comment-form-email {
margin: 5px 0;
}
#comment-email {
width: 450px;
}
#comment-form-url {
margin: 5px 0;
}
#comment-url {
width: 450px;
}
#comment-form-remember-me {
margin: 5px 0;
}
#comment-form-reply {
margin: 5px 0;
}
#comments-open-text {
margin: 5px 0;
}
#comment-text {
width: 450px;
height: 120px;
}
#comments-open-captcha {
}
#comments-open-footer {
margin: 10px;
}
#comment-preview {
border: 1px solid #ccc;
padding: 5px 10px;
}
#comment-submit {
border: 1px solid #ccc;
padding: 5px 10px;
}

#sidebar {
width: 240px;
float: right;
margin: 0 0 0 20px;
font-size: 90%;
}

.widget {
margin: 0 0 10px 0;
}

.widget-header {
color: #333;
line-height: 24px;
text-align: center;
font-size: 90%;
font-weight: bold;
}
.widget-content {
margin: 5px 5px 10px 5px;
background: #fff;

}
.widget-content ul {
list-style-type: none;
margin: 0 10px;
}
.widget-content li {
line-height: 140%;
font-size: 90%;
padding: 5px 0;
}
widget-content li a {
display: block;
}
.widget-archive-category,
.widget-recent-entries,
.widget-archive-monthly,
.widget-archive-monthly-dropdown,
.widget-tag-cloud,
.widget-recent-assets,
.widget-recent-comments {
background: #aadec9;
}
#folders {

}
#folders li {
border-bottom: 1px dotted #ccc;
}
#categories {

}

#categories li {
border-bottom: 1px dotted #ccc;
}

.categories {

}

.recently-entries {
border-bottom: 1px dotted #ccc;
}

#tag-cloud {
list-style-type: none;
margin: 0;
}

#tag-cloud li {
display: inline;
}

.rank-1 {

}

.rank-2 {

}

.rank-3 {

}

.rank-4 {

}

.rank-5 {

}

.rank-6 {

}

.rank-7 {

}

.rank-8 {

}

.rank-9 {

}

.rank-10 {

}

.widget-syndication {
margin: 20px 0;
}

#feed {
list-style-type: none;
text-align: center;
}

#feed li {

}

.feed {

}

#credit {

}

#credit li {
font-size: 80%;
}
#footer {
clear: both;
position: relative;
width: 800px;
height: 100px;
background: #ffccff;
}
#footer #info {
position: absolute;
bottom: 10px;
right: 10px;
}​

