body {
    background: url('fond_luna.png');
    font-size: 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #660033;
}

a:hover {
    background: #e6edf7;
}

#container {
	width: 850px;
	margin: 0 auto;
	padding: 0 0;
}

header {
	background: url('sailorcheetara_header.png');
	width: 100%;
    height: 125px;
	position: relative;
}

#site_title {
	text-transform: uppercase;
	text-shadow: 0px 0px 3px #000;
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
	margin: 0 0 4px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
}

nav {
    width: 100%;
    height: 24px;
    background: url('nav_bg.png');
    margin: 8px 0 0 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}

nav #shortcuts {
    margin-left: 16px;
}

nav #shortcuts_entry {
    background-image: url('nav_star.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 17px;
    margin-left: 8px;
    float: left;
}

nav #shortcuts_entry_menu {
    padding-left: 0px;
    margin-left: 0px;
    width: 0;
    float: left;
    visibility: hidden;
}

aside {
	background: url('sidebar_bg.png');
	float: left;
	width: 238px;
	margin: 16px 0px 0px 0px;

	border-style: solid;
    border-width: 1px;
    border-color: #8e959b;
    color: #4c4c4c;
    font-size: 14px;

    -moz-box-shadow: 2px 2px 0px #cb6fde;
    -webkit-box-shadow: 2px 2px 0px #cb6fde;
    box-shadow: 2px 2px 0px #cb6fde;
}

#topborder {
    background: #bdc1c5;
    width: 100%;
    height: 5px;
}

#bottomborder {
    background: #bdc1c5;
    width: 100%;
    height: 5px;
}

#avatar img {
	width: 64px;
    height: 64px;
    margin: 16px 0 0 16px;
}

aside ul {
	list-style:none;
    padding-left:0;
}

aside a#categorie {
	color: #28042C;
}

aside #categorie a:hover {
	color: #28042C;
	background: #FFCDF8;
}

aside li {
	text-transform: uppercase;
    list-style-type: none;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
	line-height: 16px;
    background-image: url('sidebar_category_pointer.png');
    background-repeat: no-repeat;
    background-position: 6px 4px;
    padding-left: 22px;
    margin-left: 14px;
}

aside li.new {
    background-image: url('sidebar_category_pointer_new.gif');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    margin-left: 8px;
    padding-left: 28px;
}

aside li#categorie {
    font-size: 13px;
    background-image: url('sidebar_category_bg.png');
    background-position: 0 0;
    margin-left: 8px;
    margin-top: 8px;
    margin-bottom: 4px;
}

article {
	background: url('post_bg.png');
	float: left;
	width: 594px;
	margin: 16px 0px 16px 16px;
}

article #border {
    background: #ffd9c6;
    width: 100%;
    height: 10px;
}

article #article_content {
    padding: 10px 47px 20px 47px;
}

article #article_content img {
    max-width: 500px;
}

article h2 {
    background: url('h2_title_bg.png');
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #536679;
    font-variant: small-caps;
    padding-top: 16px;
    line-height: 43px;
    margin: -14px -48px -19px -47px;
}

article h1 {
    background: url('h1_title_bg.png');
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #712906;
    font-variant: small-caps;
    line-height: 32px;
    padding-top: 24px;
    margin: 10px 0 20px 0;
}

article .first_element {
    margin-top: 32px;
}

article ul {
    list-style:none;
    padding-left:0;
}

article li {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    list-style-type: none;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0px 0px 5px 16px;
    line-height: 1;
    background-image: url('sidebar_category_pointer.png');
    background-position: 6px 2px;
    background-repeat: no-repeat;
    padding-left: 22px;
}

article .description {
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    color: #555555;
    margin: -20px 0 18px 0;
}

article .description img
{
    max-width: 100%;
    vertical-align: middle;
    padding: 0 12px 0 0;
}

article .separator {
    background: url('post_separator.png');
    position: relative;
    left: 190px;
    width: 121px;
    height: 12px;
    margin-bottom: 10px;
}

article #comment {
    font-size: 14px;
    color: #712906;
}

article p#comment_author {
    font-size: 14px;
    font-weight: bold;
    color: #712906;
    line-height: 18px;
    margin-bottom: -12px;
}

article p#comment_admin {
    font-size: 14px;
    font-weight: bold;
    color: #E45B04;
    line-height: 18px;
    margin-bottom: -12px;
}

article p#comments_title {
    font-size: 16px;
    font-weight: bold;
    color: #504D4D;
}

textarea {
    width: 500px;
    height: 60px;
}

time {
    font-size: 12px;
    color: #899BAD;
    margin-left: 16px;
}

blockquote {
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    color: #555555;
    margin-left: 16px;
}

iframe {
    width: 500px;
}

/* Scroll to top */
.back-to-top {
    margin: 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    display: none;
    text-decoration: none;
    background: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.2em;
    -moz-box-shadow: 2px 2px 0px #cb6fde;
    -webkit-box-shadow: 2px 2px 0px #cb6fde;
    box-shadow: 2px 2px 0px #cb6fde;
}