/*
 * The Gathering 2007
 * Paal Eivind Nes
 * Knut Ivar Nesheim
 * Vilhelm Vardoey
 * Copyright (c) 1996-2007 KANDU and contributors
 */


body {
	background:#181621 url(img/bodybackground.jpg) no-repeat; /* lutt: gammel farge var 10182f */
	background-position: center 0;
	width:100%;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	*text-align: center; /* ie hack for centering */
	font-family: "Lucida Grande", "Verdana", "Arial", "Sans-Serif";
	font-size: 81%;
	min-height: 100%;
	height: 100%;
	}

#etoNotice { display: none; }

a {
	color:#628215;
	text-decoration:underline;
	}
	
a:hover {
	color:#666;
	}


/* Top */
#top {
	display: none;
}

#top a, #bottom a{
	visibility:hidden;
}

/* Content */
#middle {
	background-color: #fff;
	width: 970px;
	margin: 0 auto;
	*text-align: left; /* ie hack for centering */
	position: relative;
}

/* Header */
#hd {
	width:100%;
	overflow:hidden;
}

/* Hides the actual text and places an image in its place. */
#hd h1 {
	color:#fefefe;
	text-align:left;
	margin:0px;
	padding-top:160px;
	padding-left:70px;
	width: 970px; 
	background: url(img/header_notext.jpg) no-repeat 0px 0px; 
	font-size: 200%;
	height:40px;
	font-weight:bold;
	}

#hd h1 a {
	color: #fff;
	text-decoration: none;
}

#hd h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#hd h1 span{
	font-size:60%;
}

/* Body */
#bd {
	width: 970px;
	text-align:left;
	position: relative;
}

/* Footer */
#ft {
	vertical-align:bottom;
	height:100px;
}

/* Bottom */
#bottom {
	display: none;
}

/* menu */
/* menu */

#nav {
	float:left;
	width:100%;
	color:#fff;
	font-size:12px;
	font-weight:bold;
margin-top: -10px;
_margin-top: 0;
	background:url('img/menu_right_both.gif') repeat-x right top
}

#nav ol {
	margin:0;
	padding:0
}

#nav li {
	display:inline;
	margin:0;
	padding:0
}

#nav a {
	float:left;
	background:url('img/menu_left_both.gif') no-repeat left top;
	margin:0;
	padding:0 0 0 0;
	text-decoration:none
}
#nav a span {
	float:left;
	display:block;
	background:url('img/menu_right_both.gif') no-repeat right top;
	padding: 4px 6px 6px 4px;
	color:#888
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none}
/* End IE5-Mac hack */
#nav a:hover span {color:#fff}

#nav #chosen a {
	background-position:0% -150px;
	color:#fff
}
#nav #chosen a span {
	background-position:100% -150px;
	color:#fff
} 

#nav a:hover {
	background-position:0% -150px;
	color:#eee
}
#nav a:hover span {
	background-position:100% -150px;
	color:#eee
}


/


/* vilhelm@aptoma.com */

#ft {
	text-align: center;
	height: 100%;
}

#logo {
	margin-bottom: 20px;
}

.yui-t2 {
	margin-left: 10px;
}

#right {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 200px;
}

#right h4 {
	font-size: .9em;
        font-weight: bold;
        border-bottom: 1px solid #999;
        margin-bottom: 3px;
}


#right .images ul {
	text-align: left;
}

#right .images ul li#make-validator-validate { display: none; }

ul#quilt li {
	position: relative;
	display: block;
	height: 133px;
	width: 200px;
	overflow: hidden;
}

ul#quilt li img {
	position: relative;
}

#sponsorpage {
	text-align: center;
}

#sponsorpage ul,
#sponsorpage li {
	margin: 0;
	padding: 0;
}

#sponsorpage h3 {
	display: block;
	width: 100%;
	margin-top: 10px;
}

#sponsorpage ul {
	display: block;
}

#sponsorpage li {
	display: inline;
	margin: 3px;
}

#sponsorpage li a {
	width: 134px;
	height: 42px;
}


