a{
    color: #ccc;
    text-decoration: none;
}
a:hover {
    color: #ff0;
    text-decoration: none;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


html,body{
    padding: 0px;
    margin: 0px;
    background-color: #000;
    text-align: center;
    
    font-size: 12px;
    font-family:'Luxi Sans','Lucida Grande',Geneva,Verdana,sans;
}

#frame{
    margin: auto;
    width: 1024px;
    text-align: left;
    background-image: url(/medias/images/bg_star.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

#header{
    background-color: transparent;
}

#header_logo{
    float: right;
    width: 370px;
    height: 212px;
    background-image: url(/medias/images/logo.png);
    background-color: transparent;
    
}

#main{
    color: #ccc;
    clear: both;
    background-image: url(/medias/images/sidebar_bg.png);
    background-repeat: repeat-y;
    background-position: right;
    background-color: transparent;
}

#main #sidebar{
    width: 300px;
    float: right;
    background-image: url(/medias/images/sidebar_bg.png);
    background-repeat: repeat-y;
    background-position: right;
}

#main #sidebar #header{
    height: 326px;
    background-image: url(/medias/images/sidebar_header.png);
    background-position: right;
}
#main #sidebar #photo{
    float: right;
}
#main #sidebar #linkroll_title{
    float: right;
    width: 220px;
    height: 82px;
    background-image: url(/medias/images/sidebar_links.png);
    background-repeat: repeat-y;
    background-position: right;
}
#main #sidebar #linkroll{
    float: right;
    width: 200px;
    padding: 10px;
    line-height:20px;
}
#main #sidebar #recentcomments_title{
    float: right;
    width: 220px;
    height: 82px;
    background-image: url(/medias/images/sidebar_recentcomments.png);
    background-repeat: repeat-y;
    background-position: right;
}
#main #sidebar #recentcomments{
    float: right;
    width: 200px;
    padding: 10px;
    line-height:20px;
}
#main #sidebar #recentposts_title{
    float: right;
    width: 220px;
    height: 69px;
    background-image: url(/medias/images/sidebar_recentposts.png);
    background-repeat: repeat-y;
    background-position: right;
}
#main #sidebar #recentposts{
    float: right;
    width: 200px;
    padding: 10px;
    line-height:20px;
}

#main #sidebar #control{
    float: right;
    color: #ccc;
    margin: 10px 10px 10px 10px;
    float: right;
    width: 200px;
}

#main #posts{
    letter-spacing: 2px;
    line-height: 20px;
    width: 660px;
    padding-top: 110px;
}

#main #posts #post{
    width: 660px;
    float: left;
}

#main #posts #post #postnav{
    margin: 10px;
}

#main #posts #post #postnav #prev{
    float: left;
}

#main #posts #post #postnav #next{
    float: right;
}

#main #posts #post #title_bg{
    position:relative;
    height: 87px;
    width: 660px;
    background-image: url(/medias/images/post_title.png);
    background-repeat: no-repeat;
}
#main #posts #post #title{
	position: absolute;
    top: 50px;
    left: 278px;
}

#main #posts #post #info{
    height: 56px;
    padding-top: 20px;
    padding-left: 100px;
    background-image: url(/medias/images/post_info.png);
    background-repeat: no-repeat;
}

#main #posts #post #content{
    padding: 20px 0 20px 70px;
}

#main #posts #post #comment{
    height: 95px;
    background-image: url(/medias/images/post_comment.png);
    background-repeat: no-repeat;
}

#main #posts #post #comment #read{
	top: 42px;
	left: 490px;
    width: 60px;
    height: 20px;
	position: relative;
}

#main #posts #post #comment #msg{
	top: 42px;
	left: 490px;
    width: 60px;
    height: 20px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main #posts #post #splitter{
    height: 16px;
    background-image: url(/medias/images/post_splitter.png);
    background-repeat: no-repeat;
}

/*
#main #posts #edit #title{
    font-weight: bold;
    height: 87px;
    padding-top: 50px;
    padding-left: 278px;
    background-image: url(/medias/images/post_title.png);
    background-repeat: no-repeat;
}

#main #posts #edit #tag{
    height: 76px;
    padding-top: 20px;
    padding-left: 100px;
    background-image: url(/medias/images/post_info.png);
    background-repeat: no-repeat;
}

#main #posts #edit #content{
    padding: 20px 90px 20px 130px;
}

#main #posts #post #commit{
    height: 95px;
    background-image: url(/medias/images/post_comment.png);
    background-repeat: no-repeat;
}*/


#main #posts #edit{
    float: left;
}

#main #posts #load{
    float: left;
}

#main #posts #load #shelf,
#main #posts #load #toolbar{
    margin-top: 5px;
}

#comments{
    margin: 20px;
}

#commentlist{
    margin-left: 60px;
}

#postcomment{
    margin: 40px;
}

form {
    margin: 20px 0 0 20px;
    float:left;
}

form div.fieldcontrol {
	margin: 5px 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: 95px;
}

/*form div.fieldcontrol select,*/
form div.fieldcontrol input,
form div.fieldcontrol textarea {
	border: 1px solid #ccc;
	background: #666;
}

form div.fieldcontrol textarea {
	width: 500px;
}

form div.fieldcontrol button {
	width: 80px;
	height: 22px;
	color: #fff;
	background: #666;
	border: 1px outset #f60;
	font-weight: bold;
	cursor: pointer;
}


/* pagebar */
.pagebar {
    float: left;
	overflow: hidden;
	margin: 0 30px 24px 125px;
	font-size: 10px;
}

.pagebar span,
.pagebar a {
	display: block;
	float: left;
	width: 15px;
	text-align: center;
	margin: 0 3px 0 0;
}

.pagebar .active {
	color: #fff;
	font-weight: bold;
}

.pagebar a {
    text-decoration: none;
}


#humanity{
    color:#f00;
    background-color:#000;
    margin: 5px;
    padding: 5px;
    font-weight: bolder;
    text-align:center;
    /*display:none;*/
}

#humanity a{
    color:#f00;
    text-decoration:none;
}
