/*
	POSTS
*/

.entry-header
{
	color: black;
	text-align: left;
	font-size: small;
	
}

/*
	LOGO
*/

#sitelogo-left
{
	width: 120px;
	height: 115px;
	margin: 10px 0px -120px 250px;	
	float: left;
	background: url('../images/RaccatoHead.png');
}

#sitelogo-right
{
	width: 230px;
	height: 100px;
	margin: 10px 160px -100px 0;
	float: right;	
	display: inline-block;
	background: url('../images/LogoTHD_right_100.png');
	
}

.site-title
{
	margin: -5px;
}

/*
	CONTENT
*/

.content-menue .menue-item
{
    text-align: center;
    float: left;
    /*    width: 10px;*/
    padding: 0 1em 0 1em;
    margin-left: .1em;    
    border: 3px #000 outset;
}

.content-description
{
    clear: left;
    margin: 0px 2px 0 0;
    border: 3px #000 outset;
    /*width: 100%;*/
    /*    height: 100%;*/
    min-height: 400px;
    margin-left: 0px;
    margin-bottom: - 1.5em;
    border: solid 5px black;
    padding-left: 15px;
	 padding-right: 15px;
	 padding-top: 15px;
	 padding-bottom: 15px;
}

/*
	THD-PAGER
*/

#thd_pager_top_left {	
	width: 100%;
}	


#thd_pager_top_left #col_left {
	width: 30%;

	text-align: left;
	vertical-align: top;
}	

#thd_pager_top_left #col_middle {
	width: 30%;

	text-align: center;
	vertical-align: top;
}	

#thd_pager_top_left #col_right {
	width: 30%;

	text-align: center;
	vertical-align: top;
}	

#thd_pager_tab_left td {
		vertical-align:top;	
}	

/*
	Pedigree
*/

.pedigree table
{
	border: 1px solid black;
	margin: 5px;
	border-style: groove;
}	

.pedigree td
{
	border: 1px solid black;
	text-align: center;
}