
html,body {
margin: 0px;
padding: 0px;
font-size: 12px;
font-family:'Luxi Sans','Lucida Grande',Geneva,Verdana,sans;
color: #000;
}

body {
background-color: #fff;
/*background-image: url(/medias/img/bg.png);*/
background-repeat: no-repeat;
background-attachment: fixed;
min-width: 780px;
}

a:link {
color: #f90;
text-decoration: none;
}

a:visited {
color: #f90;
text-decoration: none;
}

a:hover,
a:active {
color: #333;
text-decoration: none;
}

pre {
color: #666;
border: 1px solid #999;
background-color: #eee;
margin-top: 3px;
margin-right: 10px;
margin-bottom: 5px;
margin-left: 10px;
padding-top: 5px;
padding-right: 15px;
padding-bottom: 5px;
padding-left: 20px;
}

/* elements */
table,
ul,
ol,
input,
button,
select,
textarea {
font-size: 12px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

img {
border-width: 0;
}
form {
margin: 40px;
}

form div.fieldcontrol {
margin: 5px 0 0 0;
border: 0px none transparent; /* reserve space for border defined later */
clear: both;
}

form div.fieldcontrol label,
form div.FieldControl fieldset legend {
display: block;
float: left;
}

form div.fieldcontrol label,
form div.fieldcontrol fieldset legend {
width: 75px;
}

form div.fieldcontrol input,
form div.fieldcontrol select,
form div.fieldcontrol textarea {
border: 1px solid #000;
background-color: #eee;
padding: 3px;
}

form div.fieldcontrol button {
width: 60px;
height: 20px;
color: #000;
background-color: #eee;
border: 1px outset;
font-weight: bold;
cursor: pointer;
}


/* tag's level */
span.level1 { font-size: 12px; line-height: 15px; }
span.level2 { font-size: 12px; line-height: 17px; }
span.level3 { font-size: 14px; line-height: 19px; }
span.level4 { font-size: 16px; line-height: 21px; }
span.level5 { font-size: 18px; line-height: 23px; }
span.level6 { font-size: 20px; line-height: 25px; }
span.level7 { font-size: 22px; line-height: 27px; }
span.level8 { font-size: 24px; line-height: 29px; }
span.level9 { font-size: 26px; line-height: 31px; }


/*
#container {
background-color: #fff;
margin: auto;
width: 841px;
border: solid gray 1px;
overflow: hidden;
}
*/


/* header */
#header {
height: 50px;
padding-left: 50px;
background-color: #000;
color: #f90;
font-size: 30px;
}

#header #title {
float: right;
font-weight: bold;
margin-top: 70px;
margin-right: 15px;
}

#main {
position: relative;
min-height: 480px;
min-width: 500px;
margin-right: 280px;
}

#main .masthead {
margin: 10px;
padding: 5px;
width: 80%;
font-size: 20px;
letter-spacing: -1px;
}


#main .error {
margin: 40px;
width: 80%;
color: #f00;
}


.content {
margin: 50px;
line-height: 22px;
}

/* post body */
.post {
margin: 20px 30px 40px 30px;
border-bottom: 1px solid #eee;
}

.title {
font-size: 20px;
color: #000;
margin: 3px 3px 8px 3px;
}
.title a:link{
color: #000;
}
.title a:visited{
color: #000;
}

.post .postmeta {
margin: 5px 0 5px 40px;
color: #356;
font-size: 12px;
}

.post .postentry {
font-size: 13px;
line-height: 22px;
margin-left: 16px;
}

.post .postentry p {
margin: 0 ;
line-height: 22px;
margin-bottom: 8px;
}

.post .postentry ul,
.post .postentry ol {
margin: 0 0 12px 28px;
padding: 0;
line-height: 18px;
}

.post .postentry ul {
/*list-style: square;*/
}

.post .foot {
color: #356;
font-size: 12px;
height: 35px;
margin: 10px 0 10px 10px;
padding-top: 5px;
/* border-top: 1px dashed #eef; */
}

.post .foot a:link{
color: #356;
}
.post .foot a:visited{
color: #356;
}

.post .foot .author {
float: right;
}

.postnav {
overflow: hidden;
margin: 10px 20px 20px 20px;
}

.postnav .prev {
float: left;
margin: 0;
}

.postnav .next {
float: right;
margin: 0;
}


/* pagebar */
.pagebar {
width: 100%;
overflow: hidden;
margin: 0 30px 24px 30px;
font-size: 10px;
}

.pagebar span,
.pagebar a {
display: block;
float: left;
width: 15px;
text-align: center;
margin: 0 6px 0 0;
padding: 2px;
}

.pagebar .active {
background-color: #ccc;
border: 1px solid #ccc;
color: #fff;
font-weight: bold;
}

.pagebar a {
border: 1px solid #ccc;
}


/* display comments */
#comments,#postcomment {
margin: 0 0 20px 30px;
padding: 0;
list-style-type: decimal;
}
#commentlist {
margin: 0 0 20px 60px;
padding: 0;
list-style-type: decimal;
}

#commentlist li {
margin: 0;
font-size: 12px;
}

#commentlist li.alt {
padding: 10px;
}

#commentlist li .commenttitle {
margin: 0;
font-size: 12px;
font-weight: normal;
}

#commentlist li .commenttitle a {
font-weight: bold;
}

#commentlist li .commentmeta {
margin: 0 0 10px 0;
color: #777;
font-size: 80%;
}

#commentlist li .commententry {
line-height: 18px;
}

#commentlist li .commententry p {
margin: 0;
}

#commentitem {
color: #356;
margin-left: 12px;
}



/* sidebar */
#sidebar {
position: relative;
float:right;
width: 260px;
padding: 10px;
margin-top: 10px;
}

#sidebar ul li img {
vertical-align: middle;
}

/* search form */
#sidebar .sform {
margin: 0 0 18px 0;
}

#sidebar .sform .sentry {
width: 110px;
border: 1px solid #ccc;
background-color: #fff;
}

#sidebar .sform .strigger {
width: 30px;
height: 20px;
background-color: #000;
border: 0px;
color: #fff;
cursor: pointer;
}

.menutitle {
margin: 0px;
padding: 0px;
font-size: 14px;
font-weight: bold;
}

.menuitems {
margin: 0px;
padding: 0px;
padding-bottom: 12px;
list-style-type: none;
font-size: 12px;
line-height: 18px;
}

.menuitems li {
margin-left: 5px;
padding-left: 10px;
background-image: url(../img/arrow.gif);
background-repeat: no-repeat;
background-position: 0 50%;
}


#humanity{
color:#f00;
background-color:#000;
padding: 10px;
font-weight: bolder;
text-align:center;
display:none;
}

#humanity a{
color:#f00;
text-decoration:none;
}