@charset "utf-8";
/* CSS Document */
 
 #show_picture img
 {
 	display: block;
 }
 #under_cover
 {
 	background: #ff0000;
 	padding: 10px;
 }
  #under_cover_content
 {
 	margin-top: 4px;
 	margin-left: 3px;
 }
 
 #author_foto
 {
 	margin-right: 10px;
 	width: 240px;
 }

#author_text
{
	float: left;
	width: 505px;
}
 
 .person_face a
{
	text-decoration: none;
	float: left;
	margin-right: 26px;
	width: 105px;
	font-weight: bold;
}

.person_face a.last
{
 margin-right: 0;
}

a.bigcovertoggler
	{
		display: block;
		float: left;
		width: 15px;
		height: 15px;
		line-height: 15px;
		background: rgb(153,153,153);
		text-align: center;
		margin-left: 6px;
		text-decoration: none;
		font-size: 10px;
	}
a.bigcovertoggler.active
	{
		color: #000000;
		background: #ffffff;
	}
	
#covtogs
{
	padding-top: 5px;
	padding-left: 8px;
}


.pagination
{
	background: #1e1e1e;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}

.pagination span
{
	color: #ff0000;
}
