/*  
Theme Name: Nattkvad
Theme URI: http://nattkvad.com/
Description: Default nattkvad theme designed by Kamilla Paulsen (http://www.wrongsideofthebox.net), code by Alexander Prestmo (http://mindblush.com/).
Version: 1.0
Author: Alexander Prestmo
Author URI: http://mindblush.com/
*/

* {margin: 0; padding: 0;}

body {
	background: #33363D url("graphic/background.gif");
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	}

#container {
	margin: 0 auto;
	width: 749px;
	}

#header {
	background-color: #1B1816; /*2e2320*/
	color: #8a6351;
	padding-top: 8px;
	}

h1#fir {
	color: #8a6351;
	margin: 0 auto;
	width: 731px;
	overflow: hidden;
	background: #2e2320 url("graphic/header.jpg");
	background-repeat: no-repeat;
	padding-top: 132px;
	height: 0px !important;
	height: /**/: 132px;
	}

h1#fir span, #menu span {display: none;}

#content {
	background: #a9a9a9 url("graphic/tribal.png") no-repeat 16px 26px;
	padding: 105px 220px 10px 107px;
	min-height: 100px;
	color: #000;
	}

h2 {margin-bottom: .7em; font-size: 1.6em;}

a:link, a:visited {color: #000;}

.post {
	margin-bottom: 3em;
	font-size: 1em;
	line-height: 150%;
	}

.datetime {font-weight: bold; margin-bottom: .3em;}
.postmeta {text-align: right; border-top: 1px dashed #000; margin-top: .5em;}

#menu {
	width: 749px;
	height: 28px;
	background: url("graphic/menu.png") no-repeat;
	margin: 0 auto;
	padding: 0;
   	position: relative;
	}
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
#menu li, #menu a {
	height: 28px;
	display: block;
	}
#news {left: 10px; width: 32px;}
#biography {left: 72px; width: 64px;}
#discography {left: 165px; width: 76px;}
#bandPictures {left: 271px; width: 87px;}
#merchandise {left: 388px; width: 78px;}
#critics {left: 497px; width: 41px;}
#guestbook {left: 569px; width: 61px;}
#adminLogin {left: 661px; width: 78px;}
  
#news a:hover {
    background: transparent url("graphic/menu.png")
    -10px -28px no-repeat;}
#biography a:hover {
    background: transparent url("graphic/menu.png")
    -72px -28px no-repeat;}
#discography a:hover {
    background: transparent url("graphic/menu.png")
    -165px -28px no-repeat;}
#bandPictures a:hover {
    background: transparent url("graphic/menu.png")
    -271px -28px no-repeat;}
#merchandise a:hover {
    background: transparent url("graphic/menu.png")
    -388px -28px no-repeat;}
#critics a:hover {
    background: transparent url("graphic/menu.png")
    -497px -28px no-repeat;}
#guestbook a:hover {
    background: transparent url("graphic/menu.png")
    -569px -28px no-repeat;}
#adminLogin a:hover {
    background: transparent url("graphic/menu.png")
    -661px -28px no-repeat;}

#footer {
	background: #000 url("graphic/footer_bg.png");
	background-repeat: repeat-y;
	color: #6C6462;
	border-top: .4em solid #1B1816;

	border-bottom: .4em solid #1B1816;
	height: 2em;
	text-align: center;
	line-height: 2em;
	}

/* Text formating */
p {margin-bottom: 1em; line-height: 1.7em;}
#footer a:link, #footer a:visited {color: #6C6462;}
#footer a:hover, #footer a:active {color: #949494;}

/* Guestbook */
.alt {background: #737373; padding: .5em}