html {
    background : url(../../../../images/contact/background-blog.jpg) top center no-repeat;
}

#content h2 { font-size : 15px; }

h3 { margin-top : 15px; }

#content a:hover {
    text-decoration : none;
    color : #E78123;
}

/**/

body.blog {
    margin-top : 9px;
}

body.orange { background : none; }

#moonlogo img {
    padding : 0;
    background : #4e4953;
}

#moonlogo #image2 { top : 78px; z-index : 1; }

body.blog .deco1 {
    background : url(../../../../images/contact/deco1.png);
    height : 42px;
    width : 221px;
    position : relative;
    left : 1px;
}

body.blog .deco4 {
    background : url(../../../../images/contact/blog_content_end.png) top left no-repeat;
    width : 897px;
    height : 40px;
    clear : both;
}

#page {
    background : url(../../../../images/contact/background-page.png) white top left repeat;
    position : relative;
    overflow : hidden;
}

#content {
    background : none;
}

body.blog .deco5 {
    background : url(../../../../images/contact/deco5.png) top right no-repeat;
    height : 39px;
    width : 676px;
    position : absolute;
    top : 0;
    /*Bug mystere IE6*/
    right : 0 !important;
    right : -1px;
}

#menu {
    background : url(../../../../images/contact/background-deco.png) top left no-repeat;
    width : 192px;
    margin-left : 1px;
}

body.blog #menu h2 {
    color : #5D5B60 !important;
    padding-left : 15px;
}

body.blog #menu ul ul { padding-left : 0; }
#menu ul ul li a { padding-left : 15px; }
#menu ul ul li a:hover { text-decoration : none; }

/**/

form input,
form textarea {
    border : 1px solid #F18520;
    padding : 3px;
    -moz-border-radius : 2px;
}

#commentform textarea {
    width : 600px;
}

#searchform {
    padding-left : 15px;
}

#searchform #s {
    width : 131px;
}

/**/

#content ul {
    margin : 10px 0 10px 0;
}

#content ul li {
    background : url(../../../../images/bullet_orange_small.png) 0 5px no-repeat;
    padding-left : 15px;
}

img.alignright {
    float : right;
    margin-left : 15px;
}

img.alignleft {
    float : left;
    margin-right : 15px;
}

/**/

.postmetadata { margin-bottom : 50px; }

#content h2,
#content h2 a {
    color : #E78123;
    text-decoration : none;
}

#content h2 a:hover {
    text-decoration : underline;
}