html {
  margin:0 auto;
}

body {
  background-color:#000;
  color:#eee;
  font-size:0.85em;
  margin-top:50px;
}

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

div.header {
  height:125px;
  background-image:url('images/rose.jpg');
  background-image-position:top left;
  background-repeat:no-repeat;
}

img.logo {
  float:right;
  margin-top:-1px;
  margin-right:240px;
}
a img {
	border-style:none; }
img.svett {
  float:left;
  margin-top:26px;
  margin-left:80px;
}

div.single_image {
  width:680px;
}

img.attachment-full {
  width:660px;
  height:auto;
  border:2px solid #ccc;
  margin-bottom:20px;
}

div.navigation {
  width:170px;
  height:450px;
  float:left;
  background-image: url('images/guitar-menu.jpg');
  background-position:bottom right;
  background-repeat:no-repeat;
}

div.content {
  background-color: #0b0b0b;
  margin-left:170px; /* samme vidde som menyen */
  background-image: url('images/guitar-content.jpg');
  background-position:top right;
  background-repeat: no-repeat;
  padding-left:50px;
  padding-bottom:10px
}

div.footer {
  padding-top:20px;
  text-align:center;
}

div.gallery {
  margin:0;
}

ul.menu {
  list-style:none;
  height:415px;
  margin:0;
  padding:0;
  border-left:41px solid #353535;
  font-size:1.3em;
  padding-top:35px;
}

ul.menu li {
  padding-bottom:5px;
}

ul.menu li.title {
  color:#d9a813;
}

ul.menu li a {
  color:#eee;
  text-decoration:none;
}

ul.menu li a:hover {
  color:#fff;
}

h1.title {
  padding-top:20px;
  font-size:1.6em;
  color:#d9a813;
}

h2.newstitle a {
  font-size:0.9em;
  text-decoration:none;
  color: #eee;
  margin:0;
  padding:0;
}

h2.newstitle a:hover {
  text-decoration:none;
  color: #fff
}

div.content p {
  width:500px;
  color: #eee;
  padding-bottom:5px;
}

div.post {
  margin-bottom:10px
}

div.post a {
  color:#eee;
  text-decoration:none;
}

div.post a:hover {
  color: #fff
}

p.back {
  margin-top:30px;
}


