@charset "UTF-8";
/* global reset */
*{margin: 0; padding: 0;}*
:focus, :active {outline: 0;}

body {font-family: Georgia, "Times New Roman", Times, Serif; background: #fff;}
img {border:none;}
a,a:hover{border:none;background:transparent;}

#homeButton{
	position:fixed;
	right:10px;
	top:15px;
	width:70px;
	height:64px;
	background:url(images/klusterbutton.png) no-repeat;
	text-indent:1000px;
}

#pageMenu{
	position:fixed;
	top:25px;
	right:45px;
	padding-top:50px;
	padding-right:10px;
	background:url(images/nav.png) no-repeat bottom left;
	width:273px;
	height:370px;
	font-family:Georgia, "Times New Roman", Times, Serif;
}
#pageMenu div{padding:10px 0 0 23px;margin-top:30px;}
#pageMenu h4 a{color:#f6b192;font:12px italic normal;text-transform:uppercase;text-decoration:none;}
#pageMenu h4 a:hover{text-decoration:underline;}
#pageMenu ul{}
#pageMenu ul li{
	list-style-type:none;
	margin-bottom:9px;
	font-size:11px;
	line-height:13px;
}
#pageMenu ul li{color:#FFF;}
#pageMenu ul li a{text-decoration:none;color:#FFF;font-size:10px;font-style:italic; }
#pageMenu ul li a:hover{color:#f6b192;}
#pageMenu #articlesLinks{margin-top:14px;}
#pageMenu #standardLinks{padding-top:10px;}
#pageMenu #standardLinks li {float:left;}

/* contents page */
#contentsPage{
	margin:30px auto;
	width:789px; position:relative;
}
#contentsPage #container{
	width:789px;height:491px;
	background:url(images/contents.jpg) no-repeat;
	position:absolute;
	top:75px;
}
#contentsPage #issueContentList{
	position:absolute;
	left:100px;top:110px;
}
#contentsPage #issueContentList li{
	margin-bottom:5px;
	list-style-type:none;
}
#contentsPage #issueContentList li a {
	background-image:url(images/contentstext.png);
	background-repeat:no-repeat;
	display:block;
	width:265px;
	height:30px;
	text-indent:-9999px;
	text-decoration:none;
}
#contentsPage #thousand{background-position:0 0px;}
#contentsPage #whywrite{background-position:0 -30px;}
#contentsPage #mcsweeneys{background-position:0 -60px;}
#contentsPage #love{background-position:0 -95px;}
#contentsPage #type{background-position:0 -130px;}
#contentsPage #vogel{background-position:0 -165px;}
#contentsPage #upcoming{background-position:0 -200px;}
#contentsPage #henri{background-position:0 -235px;}
#contentsPage #rock{background-position:0 -270px;}
#contentsPage #reviews{background-position:0 -305px;}

/* override of klusterbase.css */
#logo{float:left;margin-left:25px;}
#logo h1,#logo h1 a{margin:0;padding:0;	}
#topNav{float:right;margin-bottom:35px;margin-right:10px;}
a,a:hover{background-color:Transparent;border:none;}
