@charset "UTF-8";

/* -- HTML -- */

html {
	background-color: #191714;
	}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	}

img {
	vertical-align: top;
	border-style: none;
	}

/* -- Clear Fix -- */

.clearfix {
	display: inline-block;
	}

.clearfix:after {
    height: 0; 
    display: block; 
    clear: both; 
    visibility: hidden;
    content: "."; 
	}

/* -- Header -- */

h1.header {
	text-align: right;
	width: 940px;
	height: 11px;
	margin: 0 auto -11px;
	padding: 0 0 0 25px;
	position: relative;
	top: 18px;
	}

h1.header strong {
	background: url(_img/border-10px.png) no-repeat left 3px;
	padding-left: 20px;
	}

* html h1.header strong {
	background-position: 0 1px;
	}

*+html h1.header strong {
	background-position: 0 1px;
	}

div.header {
	background-color: #191714;
	height: 69px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #0c0b0a;
	}

div.header h2 {
	text-align: left;
	width: 960px;
	margin: 0 auto -31px;
	padding: 0;
	position: relative;
	top: 20px;
	}

div.header h2 a {
	text-align: left;
	background: url(_img/header-h2.png) no-repeat;
	width: 237px;
	height: 31px;
	margin: 0 auto 0 0;
	padding: 0;
	display: block;
	overflow: hidden;
	}

/* -- Menu -- */

ul.menu {
	text-align: right;
	background: url(_img/menu-ul_li.png) no-repeat right;
	width: 960px;
	margin: 36px auto 0;
	padding: 0 1px 0 0;
	}

ul.menu li {
	text-align: center;
	background: url(_img/menu-ul_li.png) no-repeat left;
	margin: 0;
	padding: 0 17px 0 18px;
	display: block;
	float: right;
	position: relative;
	z-index: 100;
	}

ul.menu li a {
	text-align: center;
	background-image: url(_img/menu_button.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	height: 19px;
	margin: 0;
	padding: 0 3px;
	display: block;
	overflow: hidden;
	}

a#menu-top {
	background-position: -16px 1px;
	width: 32px;
	}

a#menu-top:hover {
	background-position: -16px -68px;
	}

a#menu-profile {
	background-position: -85px 1px;
	width: 55px;
	}

a#menu-profile:hover {
	background-position: -85px -68px;
	}

a#menu-discography {
	background-position: -178px 1px;
	width: 89px;
	}

a#menu-discography:hover {
	background-position: -178px -68px;
	}

a#menu-biography {
	background-position: -304px 1px;
	width: 75px;
	}

a#menu-biography:hover {
	background-position: -304px -68px;
	}

a#menu-contact {
	background-position: -492px 1px;
	width: 60px;
	}

a#menu-contact:hover {
	background-position: -492px -68px;
	}

a#menu-blog {
	background-position: -146px 1px;
	width: 39px;
	}

a#menu-blog:hover {
	background-position: -146px -68px;
	}

a#menu-apology {
	background-image: url(_img/menu_button-apology.png);
	background-position: -20px 1px;
	width: 85px;
	}

a#menu-apology:hover {
	background-image: url(_img/menu_button-apology.png);
	background-position: -20px -68px;
	}

span#menu-apology {
	background: url(_img/menu_button-up.gif) center top;
	width: 25px;
	height: 23px;
	display: block;
	position: absolute;
	bottom: 18px;
	left: 52px;
	z-index: 0;
	}

/* -- Body -- */

div.body {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	}

/* -- Footer -- */

div.footer {
	background-color: #191714;
	margin: 0;
	border-top: 1px solid #252320;
	padding: 15px 0 17px;
	}

div.footer ul {
	text-align: left;
	background-color: #191714;
	width: 960px;
	margin: 0 auto;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	}

div.footer ul li {
	text-align: left;
	margin: 0 15px 0 0;
	padding: 0;
	display: inline;
	}
