body 
{
	/* border-bottom: 6px solid rgb(227, 227, 227); */
	font-family: Trebuchet MS, Myriad Pro, Tahoma, sanserif;
}
a
{
	text-decoration: none;
}
.tooltip
{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
}
#content
{
	width: 800px;
	margin: auto;	
	border-top: 4px solid rgb(176, 167, 185);
}
	#header
	{
		float: right;
		width: 128px;
		height: 50px;
		text-align: right;
		margin-top: 18px;
	}
	#navigation
	{
		width: 200px;
		margin: auto;
		margin-top: 20px;
		text-align: center;
	}
	#media
	{
		margin: auto; 
		margin-top: 20px;
		color: rgb(63, 63, 63);
	}
		#media a.title 
		{
			font-weight: bold;
			color: rgb(63, 63, 63);
		}
		#media a.title:hover
		{
			text-decoration: underline;
		}
		#media .core
		{
			margin: 4px 0 4px 0;
		}
			.core img
			{
				margin: auto;
			}
		#media .description
		{
			font-size: 0.8em;
			text-align: right;
		}
		#media  .date
		{
			font-size: 0.7em;
			text-align: right;
		}
			.date a
			{
				color: rgb(101, 98, 114);
			}
			.date a:hover
			{
				text-decoration: underline;
			}
	#listing
	{
		margin: auto; 
		margin-top: 20px;
		color: rgb(63, 63, 63);
	}
		#listing .title 
		{
			font-weight: bold;
		}
		#listing .list
		{		
		}
			.list .date
			{
				font-size: 0.7em;
			}
			.list .item
			{
				padding-left: 10px;
			}			
				.item a
				{
					color: rgb(63, 63, 63);
				}
				.item a:hover
				{
					text-decoration: underline;
				}
				.item a:visited
				{
					color: rgb(101, 98, 114);
				}