

#content {
	position: relative;
	overflow: visible;

	margin: 0px 10px 0px 32px;
	padding: 16px 16px 16px 16px;


	background-color: #FFFFFF;

	white-space: normal;
	vertical-align: top;
	top: -1px; /* I've no clue why the content is 1 px lower than normal */
}


.authorpagelist span {
	display: block;
}


#navlinks {
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 30px 4px 10px 4px;
	/*background-color: #00FeFe;*/

	text-align: left;
	/* white-space: nowrap; */

	
	background-image: url('/p_5x1.jpg');	
	background-repeat: repeat-y;
	
	max-width: 177px;
}
#navlinks span {
	min-width: 140px;
	
	/*
	background-color: #C0AA65;
	*/

	
	border-bottom: 1px;
	box-shadow: 2px 1px 3px rgba(0,0,0,0);
	border-radius: 3px;
	
	
	padding: 0;
	padding-right: 4px;
	display: inline-block;
	margin: 0;


	
	white-space: nowrap;
}
#navlinks a {
	color: #F2EACF;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 3px;
	
	text-decoration: none;
	border-bottom: none;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(4, 4, 4, 0.61);
	display: inline-block;
}
#navlinks a:hover {
	color: #000000;
	text-decoration: underline;
	text-shadow: none;
	/*text-shadow: 1px 1px 12px rgba(255, 255, 255, 0.28);*/
}
#navlinks a:visited {
	color: #F2EACF;
}
#navlinks span:hover {
	background-color: #FFFFFF;
	box-shadow: 2px 1px 3px #7D7D7D;
	border-radius: 3px;
}
#navlinks span:hover > a {
/*	text-decoration: underline;	*/
	color: #000000;
	text-shadow: none;
}


#navlinks span a:first-of-type {
	min-width: 110px;
}
#navlinks span *:first-child {
	margin-left: 22px;
}
.alwaysshown {
	display: block;
	min-width: 140px;
	padding: 5px;
	background-color: #A48A5D;
	border-radius: 3px;
	box-shadow: 2px 1px 3px #7D7D7D;
}
.alwaysshown * {
	display: inline-block;
}
/*
.alwaysshown {
	margin: 2px;
	padding: 2px;
}
*/


